HomeSort by relevance Sort by last modified time
    Searched refs:four (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
000-content-with-spaces.c 1 this is four tokens
  /external/mesa3d/src/glsl/glcpp/tests/
000-content-with-spaces.c 1 this is four tokens
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 8 four enumerator in enum:E
20 case four:
  /external/lldb/source/Commands/
Makefile 16 EXTRA_OPTIONS += -Wno-four-char-constant
  /external/chromium_org/third_party/icu/source/test/intltest/
listformattertest.cpp 23 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
    [all...]
listformattertest.h 47 UnicodeString four,
54 UnicodeString four,
63 const UnicodeString four; member in class:ListFormatterTest
  /external/icu/icu4c/source/test/intltest/
listformattertest.cpp 23 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
    [all...]
listformattertest.h 47 UnicodeString four,
54 UnicodeString four,
63 const UnicodeString four; member in class:ListFormatterTest
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 17 zero, one, two, three, four enumerator in enum:numbers
51 return (enum numbers) four;
  /external/chromium_org/ui/base/glib/
glib_signal.h 58 ARG3 three, ARG4 four, \
61 METHOD(sender, one, two, three, four); \
69 ARG3 three, ARG4 four, ARG5 five, \
72 METHOD(sender, one, two, three, four, five); \
80 ARG3 three, ARG4 four, ARG5 five, \
83 METHOD(sender, one, two, three, four, five, six); \
124 ARG3 three, ARG4 four, \
127 METHOD(sender, one, two, three, four); \
135 ARG3 three, ARG4 four, ARG5 five, \
138 METHOD(sender, one, two, three, four, five);
    [all...]
  /external/lldb/test/lang/c/bitfields/
main.c 25 four : 4; member in struct:Bits
47 bits.four = i; //// break $source:$line
TestBitfields.py 76 '(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.IsInScope() an
    [all...]
  /art/test/093-serialization/src/
Main.java 109 Double four; field in class:Sub
118 four = 4.0;
128 + " four=" + four + " five=" + five + " six=" + six
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 73 CodeSigner four = new CodeSigner(cpath2, null); local
82 assertFalse(three.equals(four));
  /external/libcxx/test/utilities/utility/forward/
forward.pass.cpp 24 struct four {one _[4];}; struct
32 four test(A&&);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-107996.js 42 four_in_debugger[i] = frame.evaluate("four", false).value();
49 var four = 4;
54 fourteen = three + four + seven;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect2.asm 20 mov cx, 4 ; four digits to show
  /external/lldb/source/Interpreter/
Makefile 20 EXTRA_OPTIONS += -Wno-four-char-constants
  /external/chromium_org/v8/test/mjsunit/
smi-negative-zero.js 34 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");
smi-ops-inlined.js 444 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 - three
    [all...]
smi-ops.js 451 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 - three
    [all...]
keyed-call-ic.js 133 f.four = function() { return 'four'; }
136 key = 'four';
  /external/chromium_org/third_party/icu/source/samples/ustring/
ustring.cpp 471 UnicodeString four(writeable, LENGTHOF(writeable), LENGTHOF(writeable));
472 printUnicodeString("writeable-alias string: ", four);
474 four.setCharAt(1, 0x39);
475 for(i=0; i<four.length(); ++i) {
481 two=four;
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 471 UnicodeString four(writeable, LENGTHOF(writeable), LENGTHOF(writeable));
472 printUnicodeString("writeable-alias string: ", four);
474 four.setCharAt(1, 0x39);
475 for(i=0; i<four.length(); ++i) {
481 two=four;
  /external/chromium_org/ui/base/resource/
data_pack_unittest.cc 159 std::string four("four");
167 resources.insert(std::make_pair(4, base::StringPiece(four)));
183 EXPECT_EQ(four, data);

Completed in 4836 milliseconds

1 2 3 4 5