| /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 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/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/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | UCharacterProperty.java | 344 int which; field in UCharacterProperty.CaseBinaryProperty 345 CaseBinaryProperty(int which) { in CaseBinaryProperty() 356 int which; field in UCharacterProperty.NormInertBinaryProperty 357 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty() 553 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() 609 int getMaxValue(int which) { in getMaxValue() 619 int getMaxValue(int which) { in getMaxValue() 629 int getMaxValue(int which) { in getMaxValue() 635 int which; field in UCharacterProperty.NormQuickCheckIntProperty 637 NormQuickCheckIntProperty(int source, int which, int max) { in NormQuickCheckIntProperty() [all …]
|
| /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/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/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() 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/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/toybox/ |
| 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/musl/porting/liteos_a/user/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/musl/src/signal/x32/ |
| D | getitimer.c | 4 int getitimer(int which, struct itimerval *old) in getitimer()
|
| D | setitimer.c | 4 int setitimer(int which, const struct itimerval *restrict new, struct itimerval *restrict old) in setitimer()
|
| /third_party/rust/crates/which-rs/ |
| D | README.md | 3 # which chapter
|
| /third_party/musl/src/misc/ |
| D | setpriority.c | 4 int setpriority(int which, id_t who, int prio) in setpriority()
|
| D | getpriority.c | 4 int getpriority(int which, id_t who) in getpriority()
|
| /third_party/node/deps/npm/node_modules/which/ |
| D | README.md | 1 # which chapter
|
| /third_party/icu/icu4c/source/common/ |
| D | uprops.cpp | 171 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 206 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() 402 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() 447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 524 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck() 561 static int32_t layoutGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in layoutGetMaxValue() 616 u_getIntPropertyValue(UChar32 c, UProperty which) { in u_getIntPropertyValue() 637 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() 650 uprops_getSource(UProperty which) { in uprops_getSource()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uprops.cpp | 171 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 206 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() 402 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() 447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 524 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck() 561 static int32_t layoutGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in layoutGetMaxValue() 616 u_getIntPropertyValue(UChar32 c, UProperty which) { in u_getIntPropertyValue() 637 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() 650 uprops_getSource(UProperty which) { in uprops_getSource()
|
| /third_party/ltp/testcases/kernel/syscalls/ioprio/ |
| D | ioprio.h | 39 static inline int sys_ioprio_get(int which, int who) in sys_ioprio_get() 44 static inline int sys_ioprio_set(int which, int who, int ioprio) in sys_ioprio_set()
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | uprops.cpp | 63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 98 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() 294 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() 339 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 411 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck() 489 u_getIntPropertyValue(UChar32 c, UProperty which) { in u_getIntPropertyValue() 510 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() 523 uprops_getSource(UProperty which) { in uprops_getSource()
|
| /third_party/musl/src/signal/ |
| D | getitimer.c | 4 int getitimer(int which, struct itimerval *old) in getitimer()
|
| /third_party/musl/compat/time32/ |
| D | getitimer_time32.c | 5 int __getitimer_time32(int which, struct itimerval32 *old32) in __getitimer_time32()
|