Home
last modified time | relevance | path

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

123456

/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
Dconnect_br.tcl134 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/
Dbinarystream.h50 : 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/
DUCharacterProperty.java208 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/
Dmain.c71 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/
Dfindssl.sh96 which () { function
/external/icu/icu4c/source/common/
Duprops.cpp58 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()
Ducnv_cnv.c32 UConverterUnicodeSet which, in ucnv_getCompleteUnicodeSet()
40 UConverterUnicodeSet which, in ucnv_getNonSurrogateUnicodeSet()
/external/clang/test/Rewriter/
Dobjc-bool-literal-modern.mm15 BOOL which (int flag) { function
Dobjc-bool-literal-check-modern.mm15 BOOL which (int flag) { function
Dobjc-bool-literal-modern-1.mm18 BOOL which (int flag) { function
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncGenerateId.java47 int which = getArg0AsNode(xctxt); in execute() local
/external/clang/test/Analysis/
Dbitwise-ops.c16 int testConstantShifts_PR18073(int which) { in testConstantShifts_PR18073()
/external/lldb/utils/test/
Dllvm-mc-shell.py16 def which(program): function
Drun-until-faulted.py16 def which(program): function
Ddisasm.py17 def which(program): function
/external/toybox/toys/posix/
Drenice.c24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP : local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetCESU8.java22 void getUnicodeSetImpl( UnicodeSet setFillIn, int which){ in getUnicodeSetImpl()
DCharsetICU.java339 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/
Dv4l2-subdev.h48 __u32 which; member
61 __u32 which; member
143 __u32 which; member
/external/deqp/scripts/build/
Dcommon.py66 def which (binName): function
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DOutputCollector.java78 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch()
/external/libpcap/tests/
Dfindalldevstest.c124 static short which; in iptos() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDateTimeStyleSet.java25 private int getOrNone(int which) { in getOrNone()
/external/selinux/checkpolicy/
Dpolicy_define.c359 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/
Dnative_helper.c172 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()

123456