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

1234

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D000-content-with-spaces.c1 this is four tokens
/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/srec/config/en.us/tcp/
H A Dchange_sample_rate2.tcp12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero
25 recognize_nist dallas/0300/S057.nwf 0 0 eight four zero five six five four one four six
37 recognize_nist dallas-8kHz/0301/S079.nwf 0 0 zero seven nine six five one four eight one eight
40 recognize_nist dallas-8kHz/0301/S083.nwf 0 0 seven six zero eight three three zero five nine four
43 recognize_nist dallas-8kHz/0302/S051.nwf 0 0 four nin
[all...]
/external/chromium_org/third_party/icu/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/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/chromium_org/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/chromium_org/ui/base/glib/
H A Dglib_signal.h58 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, fiv
[all...]
/external/chromium_org/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...]
/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/utilities/utility/forward/
H A Dforward.pass.cpp24 struct four {one _[4];}; struct
32 four test(A&&);
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc10 ; two ARGB pixels to YUV pixels, and converting four ARGB pixels to YUV pixels.
26 ; // Convert four ARGB pixels to four Y pixels, two U pixels, and two V
77 ; If the input width is not a multiple of four, read the rightmost two ARGB
110 ; Read four ARGB pixels and convert their colorspace to YUV. This code stores
111 ; four Y pixels, two U pixels, and two V pixels.
124 ; Read four ARGB pixels. (We can use movdqa here since we have checked if the
141 ; Calculate u[0] and u[1] from four ARGB pixels read above.
147 ; Calculate v[0] and v[1] from four ARGB pixels read above.
166 ; Read four ARG
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect2.asm20 mov cx, 4 ; four digits to show
/external/lldb/source/Interpreter/
H A DMakefile20 EXTRA_OPTIONS += -Wno-four-char-constants
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp471 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/
H A Dustring.cpp471 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/
H A Ddata_pack_unittest.cc159 std::string four("four");
167 resources.insert(std::make_pair(4, base::StringPiece(four)));
183 EXPECT_EQ(four, data);

Completed in 1403 milliseconds

1234