| /third_party/libuv/src/unix/ |
| D | openbsd.c | 51 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
|
| D | netbsd.c | 56 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
|
| D | darwin.c | 119 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/ |
| D | openbsd.c | 51 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
|
| D | netbsd.c | 56 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/ |
| D | UCharacterProperty.java | 345 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 …]
|
| D | EmojiProps.java | 139 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/ |
| D | test-switch.c | 272 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/ |
| D | UCharacterProperty.java | 345 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/ |
| D | ioprio.h | 20 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/ |
| D | getitimer02.c | 27 int which; member 36 static int sys_getitimer(int which, void *curr_value) in sys_getitimer()
|
| /third_party/python/Lib/ |
| D | poplib.py | 234 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/ |
| D | uprops.cpp | 173 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 …]
|
| D | emojiprops.cpp | 125 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/ |
| D | main.c | 74 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/ |
| D | main.c | 81 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/ |
| D | setpriority01.c | 25 int which; member 33 static const char *str_which(int which) in str_which()
|
| /third_party/node/deps/icu-small/source/common/ |
| D | uprops.cpp | 173 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 …]
|
| D | emojiprops.cpp | 125 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/ |
| D | setitimer01.c | 32 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/ |
| D | getpriority.c | 4 int getpriority(int which, id_t who) in getpriority()
|
| /third_party/musl/src/signal/x32/ |
| D | getitimer.c | 4 int getitimer(int which, struct itimerval *old) in getitimer()
|
| /third_party/musl/src/misc/ |
| D | getpriority.c | 4 int getpriority(int which, id_t who) in getpriority()
|
| /third_party/musl/porting/liteos_a/user/src/signal/ |
| D | getitimer.c | 4 int getitimer(int which, struct itimerval *old) in getitimer()
|
| /third_party/node/deps/npm/node_modules/cross-spawn/node_modules/which/ |
| D | README.md | 1 # which chapter
|