| /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/ |
| D | connect_br.tcl | 134 proc do_connect_http {sock hostport which} { 171 proc do_connect_socks4 {sock hostport which} { 261 proc do_connect_socks5 {sock hostport which} { 826 proc do_vencrypt {sock which} { 910 proc do_connect_vencrypt {sock hostport which} { 981 proc do_connect {sock type hostport which} {
|
| /external/google-breakpad/src/processor/ |
| D | binarystream.h | 50 : stream_(which) {} in stream_() argument 53 : stream_(str, which) {} in stream_() argument 56 : stream_(string(str, size), which) {} in stream_() argument
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | UCharacterProperty.java | 208 int which; field in UCharacterProperty.CaseBinaryProperty 209 CaseBinaryProperty(int which) { in CaseBinaryProperty() 219 int which; field in UCharacterProperty.NormInertBinaryProperty 220 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty() 389 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() 445 int getMaxValue(int which) { in getMaxValue() 454 int getMaxValue(int which) { in getMaxValue() 463 int getMaxValue(int which) { in getMaxValue() 469 int which; field in UCharacterProperty.NormQuickCheckIntProperty 471 NormQuickCheckIntProperty(int source, int which, int max) { in NormQuickCheckIntProperty() [all …]
|
| /external/toybox/ |
| D | main.c | 71 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit() 98 void toy_init(struct toy_list *which, char *argv[]) in toy_init() 133 struct toy_list *which; in toy_exec() local
|
| /external/openssh/contrib/ |
| D | findssl.sh | 96 which () { function
|
| /external/icu/icu4c/source/common/ |
| D | uprops.cpp | 58 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 93 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() 277 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() 322 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 394 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck() 457 u_getIntPropertyValue(UChar32 c, UProperty which) { in u_getIntPropertyValue() 478 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() 491 uprops_getSource(UProperty which) { in uprops_getSource()
|
| D | ucnv_cnv.c | 32 UConverterUnicodeSet which, in ucnv_getCompleteUnicodeSet() 40 UConverterUnicodeSet which, in ucnv_getNonSurrogateUnicodeSet()
|
| /external/clang/test/Rewriter/ |
| D | objc-bool-literal-modern.mm | 15 BOOL which (int flag) { function
|
| D | objc-bool-literal-check-modern.mm | 15 BOOL which (int flag) { function
|
| D | objc-bool-literal-modern-1.mm | 18 BOOL which (int flag) { function
|
| /external/apache-xml/src/main/java/org/apache/xpath/functions/ |
| D | FuncGenerateId.java | 47 int which = getArg0AsNode(xctxt); in execute() local
|
| /external/clang/test/Analysis/ |
| D | bitwise-ops.c | 16 int testConstantShifts_PR18073(int which) { in testConstantShifts_PR18073()
|
| /external/lldb/utils/test/ |
| D | llvm-mc-shell.py | 16 def which(program): function
|
| D | run-until-faulted.py | 16 def which(program): function
|
| D | disasm.py | 17 def which(program): function
|
| /external/toybox/toys/posix/ |
| D | renice.c | 24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP : local
|
| /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| D | CharsetCESU8.java | 22 void getUnicodeSetImpl( UnicodeSet setFillIn, int which){ in getUnicodeSetImpl()
|
| D | CharsetICU.java | 339 abstract void getUnicodeSetImpl(UnicodeSet setFillIn, int which); in getUnicodeSetImpl() 362 public void getUnicodeSet(UnicodeSet setFillIn, int which){ in getUnicodeSet()
|
| /external/kernel-headers/original/uapi/linux/ |
| D | v4l2-subdev.h | 48 __u32 which; member 61 __u32 which; member 143 __u32 which; member
|
| /external/deqp/scripts/build/ |
| D | common.py | 66 def which (binName): function
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
| D | OutputCollector.java | 78 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch()
|
| /external/libpcap/tests/ |
| D | findalldevstest.c | 124 static short which; in iptos() local
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | DateTimeStyleSet.java | 25 private int getOrNone(int which) { in getOrNone()
|
| /external/selinux/checkpolicy/ |
| D | policy_define.c | 359 int define_default_user(int which) in define_default_user() 391 int define_default_role(int which) in define_default_role() 423 int define_default_type(int which) in define_default_type() 455 int define_default_range(int which) in define_default_range() 1516 int define_compute_type_helper(int which, avrule_t ** rule) in define_compute_type_helper() 1597 int define_compute_type(int which) in define_compute_type() 1621 avrule_t *define_cond_compute_type(int which) in define_cond_compute_type() 1941 int define_te_avtab_operation_helper(int which, avrule_t ** rule) in define_te_avtab_operation_helper() 2264 int define_te_avtab_operation(int which) in define_te_avtab_operation() 2344 int define_te_avtab_helper(int which, avrule_t ** rule) in define_te_avtab_helper() [all …]
|
| /external/mesa3d/src/gallium/state_trackers/egl/common/ |
| D | native_helper.c | 172 enum native_attachment which, in resource_surface_import_resource() 196 enum native_attachment which) in resource_surface_get_single_resource() 239 enum native_attachment which, in resource_surface_present()
|