Searched refs:four (Results 1 - 25 of 74) sorted by relevance

123

/external/mesa3d/src/glsl/glcpp/tests/
H A D000-content-with-spaces.c1 this is four tokens
/external/clang/test/SemaCXX/
H A Dgnu-case-ranges.cpp8 four enumerator in enum:E
20 case four:
/external/lldb/source/Commands/
H A DMakefile16 EXTRA_OPTIONS += -Wno-four-char-constant
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
38 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
54 UnicodeString input4[] = {one, two, three, four};
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
72 UnicodeString input4[] = {one, two, three, four};
86 one + ", " + two + ", " + three + ", " + four
89 CheckFourCases("", one, two, three, four, results);
95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) {
96 CheckFourCases("ex_PY", one, two, three, four, results);
107 one + ", " + two + ", " + three + ", and " + four
37 CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
58 RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
[all...]
H A Dlistformattertest.h47 UnicodeString four,
54 UnicodeString four,
63 const UnicodeString four; member in class:ListFormatterTest
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-107996.js42 four_in_debugger[i] = frame.evaluate("four", false).value();
49 var four = 4;
54 fourteen = three + four + seven;
/external/clang/test/CodeGenCXX/
H A Dcp-blocks-linetables.cpp17 zero, one, two, three, four enumerator in enum:numbers
51 return (enum numbers) four;
/external/v8/test/mjsunit/
H A Dsmi-negative-zero.js34 var four = 4; variable
52 assertEquals(Infinity, one / (four % two), "foo3");
53 assertEquals(Infinity, one / (four % minus_two), "foo4");
82 assertEquals(Infinity, one / (four % 2), "buzz5");
83 assertEquals(Infinity, one / (four % -2), "buzz6");
H A Dsmi-ops-inlined.js444 var four = 4;
466 assertEquals(0x73594000, (pos_non_smi) << four);
476 assertEquals(0x73594000, (pos_non_smi + 0.5) << four);
484 assertEquals(-0x73594000, (neg_non_smi) << four);
495 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four);
520 assertEquals(0x46536000, (neg_smi) << four);
530 assertEquals(0x46536000, (neg_smi - 0.5) << four);
537 four = five - one;
538 three = four - one;
539 one = four
[all...]
H A Dsmi-ops.js451 var four = 4;
473 assertEquals(0x73594000, (pos_non_smi) << four);
483 assertEquals(0x73594000, (pos_non_smi + 0.5) << four);
491 assertEquals(-0x73594000, (neg_non_smi) << four);
502 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four);
527 assertEquals(0x46536000, (neg_smi) << four);
537 assertEquals(0x46536000, (neg_smi - 0.5) << four);
544 four = five - one;
545 three = four - one;
546 one = four
[all...]
H A Dkeyed-call-ic.js133 f.four = function() { return 'four'; }
136 key = 'four';
/external/lldb/test/lang/c/bitfields/
H A DTestBitfields.py76 '(uint32_t:4) four = 15'])
88 '(uint32_t:4) four = 15'])
104 self.expect("expr (bits.four)", VARIABLES_DISPLAYED_CORRECTLY,
176 four = bits.GetChildMemberWithName("four")
177 self.DebugSBValue(four)
178 self.assertTrue(four.GetName() == "four" and
179 four.GetTypeName() == "uint32_t:4" and
180 four
[all...]
H A Dmain.c25 four : 4; member in struct:Bits
47 bits.four = i; //// break $source:$line
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DCodeSignerTest.java73 CodeSigner four = new CodeSigner(cpath2, null);
82 assertFalse(three.equals(four));
/external/libcxx/test/std/utilities/utility/forward/
H A Dforward.pass.cpp24 struct four {one _[4];}; struct
32 four test(A&&);
/external/crcalc/tests/src/com/hp/creals/
H A DCRTest.java85 CR four = two.add(two);
86 check_eq(CR.valueOf(4), four, "2 + 2 failed");
90 check_eq(two.multiply(two), four, "multiply failed");
91 check_eq(one.divide(four).shiftLeft(4), four, "divide failed 1");
/external/toybox/tests/
H A Dcp.test79 mkdir -p one/two/three/four
/external/lldb/source/Interpreter/
H A DMakefile20 EXTRA_OPTIONS += -Wno-four-char-constants
/external/boringssl/linux-arm/crypto/sha/
H A Dsha512-armv4.S13 @ This code is ~4.5 (four and a half) times faster than code generated
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp469 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable));
470 printUnicodeString("writeable-alias string: ", four);
472 four.setCharAt(1, 0x39);
473 for(i=0; i<four.length(); ++i) {
479 two=four;
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp175 char four[4];
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP521R1Point.java304 protected ECFieldElement four(ECFieldElement x) method in class:SecP521R1Point
311 return four(two(x));
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c162 static const UChar four[6] = {0x0066, 0x006F, 0x0075, 0x0072, 0}; /* L"four" */ local
187 uhash_puti(hash, (void*)four, 4, &status);
/external/libavc/common/arm/
H A Dih264_default_weighted_pred_a9q.s122 loop_4: @each iteration processes four rows
146 loop_8: @each iteration processes four rows
330 loop_8_uv: @each iteration processes four rows
/external/libvorbis/doc/
H A D02-bitpacking.tex33 octet (eight bits) and a word to be a group of two, four or eight
194 \item Although these four bits were originally written as a single
195 four-bit integer, reading some other combination of bit-widths from the

Completed in 862 milliseconds

123