| /commonlibrary/utils_lite/include/ |
| D | utils_list.h | 381 #define OFFSET_OF_FIELD(type, field) ((unsigned int)&((type *)0)->field) argument 403 #define UTILS_OFF_SET_OF(type, member) ((unsigned int)&((type *)0)->member) argument 428 #define UTILS_DL_LIST_ENTRY(item, type, member) \ argument 452 #define UTILS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ argument 479 #define UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument 579 #define UTILS_ListPeekHeadType(list, type, element) \ argument 590 #define UTILS_ListRemoveHeadType(list, type, element) \ argument 602 #define UTILS_ListNextType(list, item, type, element) \ argument
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_types.cpp | 58 napi_typedarray_type type = napi_int8_array; in IsArrayBufferView() local 192 napi_valuetype type = napi_undefined; in IsExternal() local 210 napi_typedarray_type type = napi_int8_array; in IsFloat32Array() local 232 napi_typedarray_type type = napi_int8_array; in IsFloat64Array() local 276 napi_typedarray_type type = napi_int8_array; in IsInt8Array() local 298 napi_typedarray_type type = napi_int8_array; in IsInt16Array() local 320 napi_typedarray_type type = napi_int8_array; in IsInt32Array() local 480 napi_typedarray_type type = napi_int8_array; in IsUint8Array() local 502 napi_typedarray_type type = napi_int8_array; in IsUint8ClampedArray() local 524 napi_typedarray_type type = napi_int8_array; in IsUint16Array() local [all …]
|
| D | js_base64.cpp | 43 napi_typedarray_type type; in EncodeSync() local 73 napi_typedarray_type type; in EncodeToStringSync() local 147 napi_typedarray_type type; in DecodeSync() local 298 napi_typedarray_type type; in Encode() local 312 napi_typedarray_type type; in EncodeToString() local 455 napi_typedarray_type type; in Decode() local
|
| D | js_textencoder.cpp | 66 napi_typedarray_type type; in EncodeInto() local
|
| D | js_textdecoder.cpp | 69 napi_typedarray_type type; in Decode() local
|
| D | native_module_util.cpp | 41 char *type = new char[length + 1]; in ApplyMemory() local 381 char *type = nullptr; in TextdecoderConstructor() local 440 napi_typedarray_type type; in TextdecoderDecode() local
|
| /commonlibrary/ets_utils/js_util_module/test_util/unittest/ |
| D | test_util.cpp | 32 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument 70 napi_typedarray_type type = napi_int8_array; variable 87 napi_typedarray_type type = napi_int8_array; variable 106 napi_typedarray_type type = napi_int8_array; variable 126 napi_typedarray_type type = napi_int8_array; variable 146 napi_typedarray_type type = napi_int8_array; variable 254 napi_typedarray_type type; variable 286 napi_typedarray_type type; variable 316 napi_typedarray_type type; variable 1126 napi_typedarray_type type; variable [all …]
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | taskpool.cpp | 87 napi_valuetype type; in Execute() local 184 napi_valuetype type; in Cancel() local
|
| D | task.cpp | 41 napi_valuetype type; in TaskConstructor() local
|
| D | worker.cpp | 283 napi_valuetype type; in TaskResultCallback() local
|
| /commonlibrary/utils_lite/kal/timer/src/ |
| D | kal.c | 27 KalTimerType type; member 50 KalTimerId KalTimerCreate(KalTimerProc func, KalTimerType type, void* arg, unsigned int millisec) in KalTimerCreate()
|
| /commonlibrary/c_utils/base/include/ |
| D | flat_obj.h | 31 __u32 type; member
|
| /commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
| D | purgeable_mem.cpp | 53 int type = MAP_ANONYMOUS; in PurgeableMem() local
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker_new.cpp | 408 …lWorkCallback(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type) in NewCallWorkCallback() 1192 const napi_value* argv, const char* type) in HandleEventListeners() 1296 void NewWorker::AddListenerInner(napi_env env, const char* type, const WorkerListener* listener) in AddListenerInner() 1315 void NewWorker::RemoveListenerInner(napi_env env, const char* type, napi_ref callback) in RemoveListenerInner() 1452 void NewWorker::ParentPortAddListenerInner(napi_env env, const char* type, const WorkerListener* li… in ParentPortAddListenerInner() 1483 void NewWorker::ParentPortRemoveListenerInner(napi_env env, const char* type, napi_ref callback) in ParentPortRemoveListenerInner() 1507 … size_t argc, const napi_value* argv, const char* type) in ParentPortHandleEventListeners()
|
| D | worker.cpp | 87 …lWorkCallback(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type) in CallWorkCallback() 344 …ventListeners(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type) in HandleEventListeners() 895 void Worker::AddListenerInner(napi_env env, const char* type, const WorkerListener* listener) in AddListenerInner() 914 void Worker::RemoveListenerInner(napi_env env, const char* type, napi_ref callback) in RemoveListenerInner() 1448 void Worker::ParentPortAddListenerInner(napi_env env, const char* type, const WorkerListener* liste… in ParentPortAddListenerInner() 1479 void Worker::ParentPortRemoveListenerInner(napi_env env, const char* type, napi_ref callback) in ParentPortRemoveListenerInner() 1503 size_t argc, const napi_value* argv, const char* type) in ParentPortHandleEventListeners()
|
| /commonlibrary/ets_utils/js_api_module/test_uri/unittest/ |
| D | test_napi.cpp | 27 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | js_xml.h | 152 std::string type; variable 409 TagEnum type = TagEnum::START_DOCUMENT; variable
|
| /commonlibrary/memory_utils/libpurgeablemem/common/src/ |
| D | ux_page_table_c.c | 131 int type = MAP_ANONYMOUS | MAP_PURGEABLE; in CheckUxpt() local 372 int type = MAP_ANONYMOUS | MAP_USEREXPTE; in MapUxptePages_() local
|
| /commonlibrary/memory_utils/libpurgeablemem/c/src/ |
| D | purgeable_mem_c.c | 70 int type = MAP_ANONYMOUS; in PurgMemCreate_() local
|
| /commonlibrary/ets_utils/js_api_module/convertxml/ |
| D | js_convertxml.h | 42 std::string type = "_type"; member
|
| /commonlibrary/ets_utils/js_api_module/test_buffer/unittest/ |
| D | test_napi.cpp | 32 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument 838 std::string type = item->first; variable
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | native_module_buffer.cpp | 183 string type = GetStringASCII(env, args[1]); in FromString() local 326 napi_typedarray_type type = napi_int8_array; in BufferConstructor() local 853 string type = GetStringASCII(env, args[2]); in IndexOf() local
|
| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | native_module_uri.cpp | 39 std::string type = ""; in UriConstructor() local
|
| /commonlibrary/utils_lite/js/builtin/filekit/src/ |
| D | nativeapi_fs.cpp | 488 TypedArrayType type = TypedArrayType::JSI_INVALID_ARRAY; in ExecuteWriteArrayFile() local
|
| /commonlibrary/ets_utils/js_sys_module/test/unittest/ |
| D | test_process.cpp | 32 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument
|