Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 34) sorted by relevance

12

/commonlibrary/utils_lite/include/
Dutils_list.h381 #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/
Djs_types.cpp58 napi_typedarray_type type = napi_int8_array; in IsArrayBufferView() local
192 napi_valuetype type = napi_undefined; in IsExternal() local
223 napi_typedarray_type type = napi_int8_array; in IsFloat32Array() local
237 napi_typedarray_type type = napi_int8_array; in IsFloat64Array() local
276 napi_typedarray_type type = napi_int8_array; in IsInt8Array() local
295 napi_typedarray_type type = napi_int8_array; in IsInt16Array() local
309 napi_typedarray_type type = napi_int8_array; in IsInt32Array() local
461 napi_typedarray_type type = napi_int8_array; in IsUint8Array() local
475 napi_typedarray_type type = napi_int8_array; in IsUint8ClampedArray() local
489 napi_typedarray_type type = napi_int8_array; in IsUint16Array() local
[all …]
Djs_base64.cpp43 napi_typedarray_type type; in EncodeSync() local
73 napi_typedarray_type type; in EncodeToStringSync() local
147 napi_typedarray_type type; in DecodeSync() local
309 napi_typedarray_type type; in Encode() local
323 napi_typedarray_type type; in EncodeToString() local
478 napi_typedarray_type type; in Decode() local
Djs_textencoder.cpp66 napi_typedarray_type type; in EncodeInto() local
Djs_textdecoder.cpp75 napi_typedarray_type type; in Decode() local
/commonlibrary/memory_utils/libmeminfo/src/
Dmeminfo.cpp69 std::string type = content.substr(0, typePos); in GetPssByPid() local
97 std::string type = content.substr(0, typePos); in GetSwapPssByPid() local
/commonlibrary/ets_utils/js_util_module/util/test/
Dtest_util.cpp32 #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
349 napi_typedarray_type type; variable
[all …]
/commonlibrary/utils_lite/kal/timer/src/
Dkal.c27 KalTimerType type; member
50 KalTimerId KalTimerCreate(KalTimerProc func, KalTimerType type, void* arg, unsigned int millisec) in KalTimerCreate()
/commonlibrary/c_utils/base/include/
Dflat_obj.h45 __u32 type; member
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
Dpurgeable_mem.cpp97 int type = static_cast<int>(utype); in CreatePurgeableData() local
/commonlibrary/memory_utils/libpurgeablemem/c/src/
Dpurgeable_mem_c.c76 int type = TypeCast(); in PurgMemCreate_() local
439 int type = (int) utype; in TypeCast() local
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
Dtest_worker.cpp27 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument
49 std::string type = "classic"; in Worker_Constructor() local
400 std::string type = "zhangsan"; variable
/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp151 string Base64Encode(const unsigned char *src, size_t len, EncodingType type) in Base64Encode()
222 string Base64Decode(string const& encodedStr, EncodingType type) in Base64Decode()
Dnative_module_buffer.cpp131 static std::string GetStringBase64(napi_env env, napi_value str, EncodingType type) in GetStringBase64()
138 …romStringBase64(napi_env env, napi_value thisVar, napi_value str, uint32_t size, EncodingType type) in FromStringBase64()
181 string type = GetStringASCII(env, args[1]); in FromString() local
322 napi_typedarray_type type = napi_int8_array; in BufferConstructor() local
863 string type = GetStringASCII(env, args[2]); in IndexOf() local
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtask_group.cpp94 napi_valuetype type; in AddTask() local
Dtask.cpp132 …::GenerateFunctionTask(napi_env env, napi_value func, napi_value* args, size_t argc, TaskType type) in GenerateFunctionTask()
363 napi_valuetype type; in OnReceiveData() local
Dtaskpool.cpp153 napi_valuetype type; in Execute() local
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp627 …lWorkCallback(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type) in CallWorkCallback()
1807 …ventListeners(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type) in HandleEventListeners()
1912 void Worker::AddListenerInner(napi_env env, const char* type, const WorkerListener* listener) in AddListenerInner()
1931 void Worker::RemoveListenerInner(napi_env env, const char* type, napi_ref callback) in RemoveListenerInner()
2083 void Worker::ParentPortAddListenerInner(napi_env env, const char* type, const WorkerListener* liste… in ParentPortAddListenerInner()
2114 void Worker::ParentPortRemoveListenerInner(napi_env env, const char* type, napi_ref callback) in ParentPortRemoveListenerInner()
2138 const napi_value* argv, const char* type, bool tryCatch) in ParentPortHandleEventListeners()
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c136 int type = MAP_ANONYMOUS | MAP_PURGEABLE; in CheckUxpt() local
388 int type = MAP_ANONYMOUS | MAP_USEREXPTE; in MapUxptePages() local
/commonlibrary/ets_utils/js_api_module/convertxml/
Djs_convertxml.h42 std::string type = "_type"; member
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp32 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument
873 std::string type = item->first; variable
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.h411 TagEnum type = TagEnum::START_DOCUMENT; variable
/commonlibrary/ets_utils/js_api_module/uri/test/
Dtest_napi.cpp28 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument
/commonlibrary/ets_utils/js_sys_module/timer/test/
Dtest_timer.cpp32 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument
/commonlibrary/ets_utils/js_concurrent_module/test/
Dtest_concurrent.cpp27 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument

12