/AliOS-Things-master/components/drivers/core/base/device/ |
A D | object.c | 263 OBJ_ASSERT(obj != object); in aos_object_init() 286 object->module_id = (void *)module; in aos_object_init() 305 void aos_object_detach(aos_object_t object) in aos_object_detach() argument 308 OBJ_ASSERT(object != NULL); in aos_object_detach() 317 object->type = 0; in aos_object_detach() 323 dlist_del(&(object->list)); in aos_object_detach() 340 OBJ_ASSERT(object != NULL); in aos_object_is_systemobject() 342 if (object->type & AOS_Object_Class_Static) in aos_object_is_systemobject() 359 OBJ_ASSERT(object != NULL); in aos_object_get_type() 378 aos_object_t object = NULL; in aos_object_find() local [all …]
|
/AliOS-Things-master/components/cjson/include/ |
A D | cJSON.h | 172 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string); 219 CJSON_PUBLIC(void) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item); 232 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string); 234 CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string); 258 CJSON_PUBLIC(cJSON*) cJSON_AddNullToObject(cJSON * const object, const char * const name); 259 CJSON_PUBLIC(cJSON*) cJSON_AddTrueToObject(cJSON * const object, const char * const name); 269 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … argument 271 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number); 272 #define cJSON_SetNumberValue(object, number) ((object != NULL) ? cJSON_SetNumberHelper(object, (dou… argument 279 CJSON_PUBLIC(void) cJSON_free(void *object); [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | depcomp | 72 depfile=${depfile-`echo "$object" | 166 echo "$object : \\" > "$depfile" 251 test "x$dir" = "x$object" && dir= 346 test "x$dir" = "x$object" && dir= 455 echo "$object : \\" > "$depfile" 511 $object) 573 -*|$object) 614 $object) 630 echo "$object : \\" > "$depfile" 656 $object) [all …]
|
/AliOS-Things-master/components/ucloud_ai/ |
A D | README.md | 245 object num:6 246 object height:533 247 object width:948 248 object score:0.437 250 object boxes.x:35 263 object boxes.y:43 279 object type:mouse 293 object x:56 294 object y:177 295 object width:661 [all …]
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_cjson.h | 100 void lite_cjson_add_item_to_object(lite_cjson_item_t *object, 123 #define lite_cjson_add_null_to_object(object, name) \ argument 124 lite_cjson_add_item_to_object(object, name, lite_cjson_create_null()) 125 #define lite_cjson_add_true_to_object(object, name) \ argument 126 lite_cjson_add_item_to_object(object, name, lite_cjson_create_true()) 127 #define lite_cjson_add_false_to_object(object, name) \ argument 128 lite_cjson_add_item_to_object(object, name, lite_cjson_create_false()) 129 #define lite_cjson_add_bool_to_object(object, name, b) \ argument 130 lite_cjson_add_item_to_object(object, name, lite_cjson_create_bool(b)) 131 #define lite_cjson_add_number_to_object(object, name, n) \ argument [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | depcomp | 302 set_dir_from "$object" 303 set_base_from "$object" 374 set_dir_from "$object" 442 set_dir_from "$object" 443 set_base_from "$object" 484 set_dir_from "$object" 485 set_base_from "$object" 591 $object) 654 -*|$object) 697 $object) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | depcomp | 302 set_dir_from "$object" 303 set_base_from "$object" 374 set_dir_from "$object" 442 set_dir_from "$object" 443 set_base_from "$object" 484 set_dir_from "$object" 485 set_base_from "$object" 591 $object) 654 -*|$object) 697 $object) [all …]
|
A D | jmemnobs.c | 41 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) in jpeg_free_small() argument 43 free(object); in jpeg_free_small() 61 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) in jpeg_free_large() argument 63 free(object); in jpeg_free_large()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | depcomp | 302 set_dir_from "$object" 303 set_base_from "$object" 374 set_dir_from "$object" 442 set_dir_from "$object" 443 set_base_from "$object" 484 set_dir_from "$object" 485 set_base_from "$object" 591 $object) 654 -*|$object) 697 $object) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | depcomp | 302 set_dir_from "$object" 303 set_base_from "$object" 374 set_dir_from "$object" 442 set_dir_from "$object" 443 set_base_from "$object" 484 set_dir_from "$object" 485 set_base_from "$object" 591 $object) 654 -*|$object) 697 $object) [all …]
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_vulkan.h | 44 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; argument 47 #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef struct object##_T *object; argument 49 #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | jansson.h | 133 size_t json_object_size(const json_t *object); 134 json_t *json_object_get(const json_t *object, const char *key); 137 int json_object_del(json_t *object, const char *key); 138 int json_object_clear(json_t *object); 139 int json_object_update(json_t *object, json_t *other); 140 int json_object_update_existing(json_t *object, json_t *other); 141 int json_object_update_missing(json_t *object, json_t *other); 142 void *json_object_iter(json_t *object); 143 void *json_object_iter_at(json_t *object, const char *key); 145 void *json_object_iter_next(json_t *object, void *iter); [all …]
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class_bases.py | 3 if not hasattr(object, '__bases__'): 10 class B(object): 38 print(A.__bases__[0] == object) 39 print(B.__bases__[0] == object) 45 print(object.__bases__ == tuple())
|
A D | object_new.py | 8 object.__new__ 25 o = object.__new__(Foo) 37 object.__new__(1) 41 object.__new__(int)
|
A D | builtin_help.py.exp | 2 object <function> is of type function 3 object <class 'int'> is of type type 6 object 1 is of type int 9 object <module 'micropython'> is of type module
|
A D | class_delattr_setattr.py | 82 object.__setattr__(c, "a", 5) 89 object.__setattr__(c, 5, 5) 98 object.__delattr__(c, "a") 111 object.__delattr__(c, "c")
|
A D | object1.py | 4 object() 7 print(repr(object())[:7])
|
A D | subclass_native5.py | 3 class Base1(object): 6 class Base2(object):
|
/AliOS-Things-master/components/oss/src/model/ |
A D | DeleteObjectVersionsRequest.cc | 43 void DeleteObjectVersionsRequest::addObject(const ObjectIdentifier& object) in addObject() argument 45 objects_.push_back(object); in addObject() 84 for (auto const& object : objects_) { in payload() local 86 ss << " <Key>" << XmlEscape(object.Key()) << "</Key>" << std::endl; in payload() 87 if (!object.VersionId().empty()) { in payload() 88 ss << " <VersionId>" << object.VersionId() << "</VersionId>" << std::endl; in payload()
|
A D | DeleteObjectVersionsResult.cc | 70 DeletedObject object; in operator =() local 74 … object.setKey(useUrlDecode ? UrlDecode(sub_node->GetText()) : sub_node->GetText()); in operator =() 79 object.setVersionId(sub_node->GetText()); in operator =() 84 object.setDeleteMarker(!std::strncmp("true", sub_node->GetText(), 4)); in operator =() 89 object.setDeleteMarkerVersionId(sub_node->GetText()); in operator =() 91 deletedObjects_.push_back(object); in operator =()
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 347 object->valueint = INT_MAX; in cJSON_SetNumberHelper() 351 object->valueint = INT_MIN; in cJSON_SetNumberHelper() 355 object->valueint = (int)number; in cJSON_SetNumberHelper() 358 return object->valuedouble = number; in cJSON_SetNumberHelper() 1776 if ((object == NULL) || (name == NULL)) in get_object_item() 1781 current_element = object->child; in get_object_item() 1929 return add_item_to_array(object, item); in add_item_to_object() 2230 … cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replacement); in replace_item_in_object() 2931 global_hooks.deallocate(object); in cJSON_free() 2937 if (object == NULL) { in cJSON_GetObjectItemByPath() [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/ |
A D | objectdet.cc | 51 result.object.type = (char *)type.c_str(); in detectObject() 52 result.object.score = outcome.result().getData().elements[i].score; in detectObject() 53 result.object.box.x = outcome.result().getData().elements[i].boxes[0]; in detectObject() 54 result.object.box.y = outcome.result().getData().elements[i].boxes[1]; in detectObject() 55 result.object.box.w = outcome.result().getData().elements[i].boxes[2]; in detectObject() 56 result.object.box.h = outcome.result().getData().elements[i].boxes[3]; in detectObject()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | jmemansi.c | 42 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) in jpeg_free_small() argument 44 free(object); in jpeg_free_small() 62 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) in jpeg_free_large() argument 64 free(object); in jpeg_free_large()
|
A D | jmem-android.c | 45 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) in jpeg_free_small() argument 47 free(object); in jpeg_free_small() 65 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) in jpeg_free_large() argument 67 free(object); in jpeg_free_large()
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | viper_misc.py | 13 def viper_object(x: object, y: object) -> object: argument 29 def viper_ret_ellipsis() -> object:
|