Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 4398) sorted by relevance

12345678910>>...176

/external/v8/test/mjsunit/wasm/
Dparams.js9 function runSelect2(module, which, a, b) { argument
10 assertEquals(which == 0 ? a : b, module.select(a, b));
17 for (var which = 0; which < 2; which++) {
18 print("type = " + type + ", which = " + which);
33 kExprGetLocal, which, // --
41 runSelect2(module, which, 99, 97);
42 runSelect2(module, which, -99, -97);
45 runSelect2(module, which, 0x80000000 | 0, 0x7fffffff | 0);
46 runSelect2(module, which, 0x80000001 | 0, 0x7ffffffe | 0);
47 runSelect2(module, which, 0xffffffff | 0, 0xfffffffe | 0);
[all …]
/external/toybox/
Dmain.c71 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit() argument
73 toys.which = which; in toy_singleinit()
76 if (CFG_TOYBOX_I18N) setlocale(LC_ALL, "C"+!!(which->flags & TOYFLAG_LOCALE)); in toy_singleinit()
79 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit()
80 if (!(toys.which = toy_find(toys.argv[2]))) return; in toy_singleinit()
85 if (NEED_OPTIONS && which->options) get_optflags(); in toy_singleinit()
91 if (!(which->flags & TOYFLAG_UMASK)) umask(toys.old_umask); in toy_singleinit()
97 void toy_init(struct toy_list *which, char *argv[]) in toy_init() argument
99 void *oldwhich = toys.which; in toy_init()
104 if (!toys.which) toys.which = toy_list; in toy_init()
[all …]
/external/icu/icu4c/source/common/
Duprops.cpp45 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
58 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
59 return ucase_hasBinaryProperty(c, which); in caseBinaryPropertyContains()
93 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument
96 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode); in isNormInert()
277 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() argument
279 if(which<UCHAR_BINARY_START || UCHAR_BINARY_LIMIT<=which) { in u_hasBinaryProperty()
283 const BinaryProperty &prop=binProps[which]; in u_hasBinaryProperty()
284 return prop.contains(prop, c, which); in u_hasBinaryProperty()
290 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
[all …]
/external/llvm/test/MC/Mips/
Dbranch-pseudos-bad.s7 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
9 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
11 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
13 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
15 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
17 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
19 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
21 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
24 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
26 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
[all …]
/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() argument
211 this.which=which; in CaseBinaryProperty()
214 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
219 int which; field in UCharacterProperty.NormInertBinaryProperty
220 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty() argument
222 this.which=which; in NormInertBinaryProperty()
225 return Norm2AllModes.getN2WithImpl(which-UProperty.NFD_INERT).isInert(c); in contains()
389 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() argument
390 if(which<UProperty.BINARY_START || UProperty.BINARY_LIMIT<=which) { in hasBinaryProperty()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java209 int which; field in UCharacterProperty.CaseBinaryProperty
210 CaseBinaryProperty(int which) { in CaseBinaryProperty() argument
212 this.which=which; in CaseBinaryProperty()
215 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
220 int which; field in UCharacterProperty.NormInertBinaryProperty
221 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty() argument
223 this.which=which; in NormInertBinaryProperty()
226 return Norm2AllModes.getN2WithImpl(which-UProperty.NFD_INERT).isInert(c); in contains()
390 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() argument
391 if(which<UProperty.BINARY_START || UProperty.BINARY_LIMIT<=which) { in hasBinaryProperty()
[all …]
/external/selinux/checkpolicy/
Dpolicy_define.h15 avrule_t *define_cond_compute_type(int which);
17 avrule_t *define_cond_te_avtab(int which);
26 int define_default_user(int which);
27 int define_default_role(int which);
28 int define_default_type(int which);
29 int define_default_range(int which);
31 int define_compute_type(int which);
60 int define_te_avtab(int which);
61 int define_te_avtab_extended_perms(int which);
/external/harfbuzz_ng/
Dautogen.sh11 which ragel || {
17 which pkg-config || {
23 which glibtoolize || which libtoolize || {
28 if which gtkdocize ; then
36 which autoreconf || {
/external/toybox/toys/posix/
Dps.c267 short which, len, reverse; member
403 int which = field->which, sl = typos[which].slot; in string_field() local
407 if (which <= PS_CPU) { in string_field()
410 if (which==PS_PRI) ll = 39-ll; in string_field()
411 if (which==PS_ADDR) fmt = "%llx"; in string_field()
412 else if (which==PS_SZ) ll >>= 12; in string_field()
413 else if (which==PS_RSS) ll <<= 2; in string_field()
414 else if (which==PS_VSZ) ll >>= 10; in string_field()
415 else if (which==PS_PR && ll<-9) fmt="RT"; in string_field()
416 else if (which==PS_RTPRIO && ll == 0) fmt="-"; in string_field()
[all …]
/external/google-breakpad/src/processor/
Dbinarystream.h49 explicit binarystream(ios_base::openmode which = ios_base::out|ios_base::in)
50 : stream_(which) {} in stream_() argument
52 ios_base::openmode which = ios_base::out|ios_base::in)
53 : stream_(str, which) {} in stream_() argument
55 ios_base::openmode which = ios_base::out|ios_base::in)
56 : stream_(string(str, size), which) {} in stream_() argument
/external/curl/tests/
Dftp.pm251 my ($proto, $ipvnum, $idnum, $verbose, $which) = @_;
258 die "unsupported sockfilter: $which"
259 if($which && ($which !~ /^(main|data)$/));
263 if(!$which || ($which eq 'main')) {
277 if(!$which || ($which eq 'data')) {
/external/clang/test/Rewriter/
Dobjc-bool-literal-check-modern.mm15 BOOL which (int flag) { function
20 which (__objc_yes);
21 which (__objc_no);
27 // CHECK: which (((bool)1));
28 // CHECK: which (((bool)0));
/external/libcap/contrib/
Dpcaps4suid078 WICH=`which which 2>/dev/null`
86 CHMOD=`which chmod 2>/dev/null`
87 SETCAP=`which setcap 2>/dev/null`
107 APP=`which -a $1 2>/dev/null`
134 APP=`which -a $1 2>/dev/null`
Dpcaps4convenience64 WICH=`which which 2>/dev/null`
72 SETCAP=`which setcap 2>/dev/null`
92 APP=`which -a $1 2>/dev/null`
118 APP=`which -a $1 2>/dev/null`
/external/llvm/test/CodeGen/SystemZ/
Dint-mul-05.ll1 ; Test 32-bit multiplication in which the second operand is constant.
5 ; Check multiplication by 2, which should use shifts.
32 ; Check the next value up, which should use shifts.
41 ; Check the next value up again, which can use MSFI.
59 ; Check the next value up, which should use shifts.
68 ; Check the next value up again, which is treated as a negative value.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
114 ; Check the next value down, which should use shifts.
124 ; Check the next value down again, which can use MSFI.
[all …]
Dint-mul-06.ll1 ; Test 64-bit multiplication in which the second operand is constant.
5 ; Check multiplication by 2, which should use shifts.
32 ; Check the next value up, which should use shifts.
41 ; Check the next value up again, which can use MSGFI.
59 ; Check the next value up, which should use shifts.
68 ; Check the next value up again, which cannot use a constant multiplicatoin.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
114 ; Check the next value down, which should use shifts.
124 ; Check the next value down again, which can use MSGFI.
[all …]
Dint-const-02.ll23 ; Check the next value up, which must use LLILL instead.
39 ; Check the first useful LLILH value, which is the next one up.
47 ; Check the first useful LGFI value, which is the next one up again.
63 ; Check the next value up, which should use LLILH instead.
71 ; Check the next value up again, which should use LLILF.
87 ; Check the next value up, which must use LLILF.
103 ; Check the lowest useful LLIHL value, which is the next one up.
111 ; Check the next value up, which must use a combination of two instructions.
129 ; Check the next value up, which should use OILH instead.
138 ; Check the next value up again, which should use OILF.
[all …]
/external/kernel-headers/original/uapi/linux/
Dv4l2-subdev.h48 __u32 which; member
61 __u32 which; member
78 __u32 which; member
97 __u32 which; member
129 __u32 which; member
149 __u32 which; member
/external/opencv3/modules/java/generator/src/java/
Dandroid+BaseLoaderCallback.java37 public void onClick(DialogInterface dialog, int which) { in onManagerConnected()
58 public void onClick(DialogInterface dialog, int which) { in onManagerConnected()
74 public void onClick(DialogInterface dialog, int which) { in onManagerConnected()
96 public void onClick(DialogInterface dialog, int which) in onPackageInstall()
104 public void onClick(DialogInterface dialog, int which) in onPackageInstall()
119 public void onClick(DialogInterface dialog, int which) { in onPackageInstall()
124 public void onClick(DialogInterface dialog, int which) { in onPackageInstall()
/external/autotest/client/bin/
Dharness.py86 def select(which, job, harness_args): argument
87 if not which:
88 which = 'standalone'
90 logging.debug('Selected harness: %s' % which)
92 harness_name = 'harness_%s' % which
/external/clang/tools/diag-build/
Ddiag-build.sh38 elif [[ ! -z $(which clang) ]]; then
39 CC=$(which clang)
51 elif [[ ! -z $(which clang++) ]]; then
52 CXX=$(which clang++)
58 diagtool=$(which diagtool)
/external/skia/platform_tools/android/gyp/
Ddependencies.gypi67 # This target is a dependency for all console-type Skia applications which
72 # executable target which changes to a shared library if the target OS is
78 # '_type' is an 'automatic variable' which is defined for any
79 # target which defines a key-value pair with 'type' as the key (so,
93 # This target is a dependency for Skia Sample application which runs on
98 # executable target which changes to a shared library if the target OS is
104 # '_type' is an 'automatic variable' which is defined for any
105 # target which defines a key-value pair with 'type' as the key (so,
122 # This target is a dependency for VisualBench application which runs on
127 # executable target which changes to a shared library if the target OS is
[all …]
/external/libpcap/tests/
Dfindalldevstest.c135 static short which; in iptos() local
139 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1); in iptos()
140 sprintf(output[which], "%d.%d.%d.%d", p[0], p[1], p[2], p[3]); in iptos()
141 return output[which]; in iptos()
/external/skia/site/dev/testing/
Dbuildbot.md49 commands) which are run by the **Buildslave** process on the host
56 Builder is basically a blueprint which provides logic to determine which
81 Commits are listed by author, and the branch on which the commit was made is
85 steps which ran for that build. You can also click one of the white bars at
88 The status page has several filters which can be used to show only a subset of
91 * Interesting: Bots which have both successes and failures within the visible
93 * Failures: Bots which have failures within the visible commit window.
94 * Comments: Bots which have comments.
95 * Failing w/o comment: Bots which have failures within the visible commit window
/external/clang/test/SemaObjC/
Dformat-cstrings-warning.m33 …, 'a', "something"]; // expected-warning {{using %s directive in NSString which is being passed as…
34 …Hello%s", " There"]; // expected-warning {{using %s directive in NSString which is being passed as…
35 …%d", "Hello", 1, 2]; // expected-warning {{using %s directive in NSString which is being passed as…
36 …rguments: argList]; // expected-warning {{using %s directive in NSString which is being passed as…
37 …Hello%s", " There"]; // expected-warning {{using %s directive in NSString which is being passed as…
63 …f)@"%s\n", argList); // expected-warning {{using %s directive in CFString which is being passed as…
64 …ere %d\n", argList); // expected-warning {{using %s directive in CFString which is being passed as…
74 …MyNSLog(@"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being pas…
76 …Ref)@"%s", "Hello"); // expected-warning {{using %s directive in CFString which is being passed as…
77 …XMyNSLog(4, @"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being…

12345678910>>...176