Home
last modified time | relevance | path

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

/utils/resources/systemres/main/resources/base/element/
Did_defined.json5 "type": "color", string
10 "type": "color", string
15 "type": "color", string
20 "type": "color", string
25 "type": "color", string
30 "type": "color", string
35 "type": "color", string
40 "type": "color", string
45 "type": "color", string
50 "type": "color", string
[all …]
/utils/native/lite/include/
Dutils_list.h380 #define OFFSET_OF_FIELD(type, field) ((unsigned int)&((type *)0)->field) argument
401 #define UTILS_OFF_SET_OF(type, member) ((unsigned int)&((type *)0)->member) argument
426 #define UTILS_DL_LIST_ENTRY(item, type, member) \ argument
450 #define UTILS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ argument
477 #define UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument
577 #define UTILS_ListPeekHeadType(list, type, element) \ argument
588 #define UTILS_ListRemoveHeadType(list, type, element) \ argument
600 #define UTILS_ListNextType(list, item, type, element) \ argument
/utils/native/lite/kal/timer/src/
Dkal.c27 KalTimerType type; member
50 KalTimerId KalTimerCreate(KalTimerProc func, KalTimerType type, void* arg, unsigned int millisec) in KalTimerCreate()
/utils/native/base/include/
Dflat_obj.h31 __u32 type; member
/utils/native/lite/js/builtin/filekit/src/
Dnativeapi_fs.cpp487 TypedArrayType type = TypedArrayType::JSI_INVALID_ARRAY; in ExecuteWriteArrayFile() local