Home
last modified time | relevance | path

Searched defs:which (Results 1 – 25 of 244) sorted by relevance

12345678910

/third_party/libuv/src/unix/
Dopenbsd.c51 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local
116 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local
127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local
172 static int which[] = {CTL_KERN, KERN_BOOTTIME}; in uv_uptime() local
190 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info() local
Dnetbsd.c56 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local
103 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local
115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local
173 static int which[] = {CTL_KERN, KERN_BOOTTIME}; in uv_uptime() local
Ddarwin.c119 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory() local
142 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local
177 static int which[] = {CTL_KERN, KERN_BOOTTIME}; in uv_uptime() local
/third_party/node/deps/uv/src/unix/
Dopenbsd.c51 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local
116 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local
127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local
167 static int which[] = {CTL_KERN, KERN_BOOTTIME}; in uv_uptime() local
185 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info() local
Dnetbsd.c56 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local
103 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local
115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local
168 static int which[] = {CTL_KERN, KERN_BOOTTIME}; in uv_uptime() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java345 int which; field in UCharacterProperty.CaseBinaryProperty
346 CaseBinaryProperty(int which) { in CaseBinaryProperty()
357 int which; field in UCharacterProperty.EmojiBinaryProperty
358 EmojiBinaryProperty(int which) { in EmojiBinaryProperty()
369 int which; field in UCharacterProperty.NormInertBinaryProperty
370 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty()
573 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty()
629 int getMaxValue(int which) { in getMaxValue()
639 int getMaxValue(int which) { in getMaxValue()
649 int getMaxValue(int which) { in getMaxValue()
[all …]
DEmojiProps.java139 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty()
151 public boolean hasBinaryProperty(CharSequence s, int which) { in hasBinaryProperty()
177 public void addStrings(int which, UnicodeSet set) { in addStrings()
/third_party/libinput/test/
Dtest-switch.c272 enum litest_device_type which = LITEST_SYNAPTICS_I2C; in switch_init_paired_touchpad() local
282 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
322 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
354 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
394 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
434 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
469 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
510 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
642 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
683 enum libinput_switch which = _i; /* ranged test */ in START_TEST() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterProperty.java345 int which; field in UCharacterProperty.CaseBinaryProperty
346 CaseBinaryProperty(int which) { in CaseBinaryProperty()
357 int which; field in UCharacterProperty.NormInertBinaryProperty
358 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty()
554 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty()
610 int getMaxValue(int which) { in getMaxValue()
620 int getMaxValue(int which) { in getMaxValue()
630 int getMaxValue(int which) { in getMaxValue()
636 int which; field in UCharacterProperty.NormQuickCheckIntProperty
638 NormQuickCheckIntProperty(int source, int which, int max) { in NormQuickCheckIntProperty()
[all …]
/third_party/ltp/testcases/kernel/syscalls/ioprio/
Dioprio.h20 static inline int sys_ioprio_get(int which, int who) in sys_ioprio_get()
25 static inline int sys_ioprio_set(int which, int who, int ioprio) in sys_ioprio_set()
/third_party/ltp/testcases/kernel/syscalls/getitimer/
Dgetitimer02.c27 int which; member
36 static int sys_getitimer(int which, void *curr_value) in sys_getitimer()
/third_party/python/Lib/
Dpoplib.py234 def list(self, which=None): argument
248 def retr(self, which): argument
256 def dele(self, which): argument
339 def top(self, which, howmuch): argument
348 def uidl(self, which=None): argument
/third_party/icu/icu4c/source/common/
Duprops.cpp173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert()
327 static UBool hasEmojiProperty(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in hasEmojiProperty()
415 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty()
427 u_stringHasBinaryProperty(const UChar *s, int32_t length, UProperty which) { in u_stringHasBinaryProperty()
480 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue()
557 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck()
594 static int32_t layoutGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in layoutGetMaxValue()
649 u_getIntPropertyValue(UChar32 c, UProperty which) { in u_getIntPropertyValue()
670 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue()
[all …]
Demojiprops.cpp125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty()
163 EmojiProps::hasBinaryProperty(const UChar *s, int32_t length, UProperty which) { in hasBinaryProperty()
197 EmojiProps::addStrings(const USetAdder *sa, UProperty which, UErrorCode &errorCode) const { in addStrings()
/third_party/toybox/
Dmain.c74 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit()
109 void toy_init(struct toy_list *which, char *argv[]) in toy_init()
144 void toy_exec_which(struct toy_list *which, char *argv[]) in toy_exec_which()
/third_party/toybox/porting/liteos_a/
Dmain.c81 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit()
116 void toy_init(struct toy_list *which, char *argv[]) in toy_init()
151 void toy_exec_which(struct toy_list *which, char *argv[]) in toy_exec_which()
/third_party/ltp/testcases/kernel/syscalls/setpriority/
Dsetpriority01.c25 int which; member
33 static const char *str_which(int which) in str_which()
/third_party/node/deps/icu-small/source/common/
Duprops.cpp173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert()
327 static UBool hasEmojiProperty(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in hasEmojiProperty()
465 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty()
490 u_stringHasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in u_stringHasBinaryProperty()
543 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue()
620 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck()
657 static int32_t layoutGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in layoutGetMaxValue()
712 u_getIntPropertyValue(UChar32 c, UProperty which) { in u_getIntPropertyValue()
733 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue()
[all …]
Demojiprops.cpp125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty()
163 EmojiProps::hasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in hasBinaryProperty()
197 EmojiProps::addStrings(const USetAdder *sa, UProperty which, UErrorCode &errorCode) const { in addStrings()
/third_party/ltp/testcases/kernel/syscalls/setitimer/
Dsetitimer01.c32 int which; member
41 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer()
/third_party/musl/porting/liteos_a/user/src/misc/
Dgetpriority.c4 int getpriority(int which, id_t who) in getpriority()
/third_party/musl/src/signal/x32/
Dgetitimer.c4 int getitimer(int which, struct itimerval *old) in getitimer()
/third_party/musl/src/misc/
Dgetpriority.c4 int getpriority(int which, id_t who) in getpriority()
/third_party/musl/porting/liteos_a/user/src/signal/
Dgetitimer.c4 int getitimer(int which, struct itimerval *old) in getitimer()
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/which/
DREADME.md1 # which chapter

12345678910