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

1 2 3 4 5 6 7 8 9

  /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:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
forward.s 5 .eqv four, 4*one
14 .if four > one
16 .byte four
23 .if four < one
25 .byte four
32 .if four > one
34 .byte four
41 .if four < one
43 .byte four
  /system/core/libbacktrace/
backtrace_testlib.c 19 int test_level_four(int one, int two, int three, int four,
27 return one + two + three + four;
30 int test_level_three(int one, int two, int three, int four,
32 return test_level_four(one+3, two+6, three+9, four+12, callback_func, data) + 3;
35 int test_level_two(int one, int two, int three, int four,
37 return test_level_three(one+2, two+4, three+6, four+8, callback_func, data) + 2;
40 int test_level_one(int one, int two, int three, int four,
42 return test_level_two(one+1, two+2, three+3, four+4, callback_func, data) + 1;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
astest2_64.s 0 four = 4
12 b .+four
26 .long x-four
27 .long y-four
28 .long z-four
34 apfour = a + four
1 four = 4 define
astest64.s 6 four = z - x - 4 define
19 b .+four
33 .long x-four
34 .long y-four
35 .long z-four
41 apfour = a + four
astest.s 6 four = z - x - 4 define
19 b .+four
35 .long x-four
36 .long y-four
37 .long z-four
43 apfour = a + four
astest2.s 0 four = 4
12 b .+four
28 .long x-four
29 .long y-four
30 .long z-four
36 apfour = a + four
1 four = 4 define
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.h 25 Data() : one(1), two(2), three(3), four(4) {}
34 four = pFour;
41 four = -4;
47 unsigned char four; member in struct:mcldtest::LinearAllocatorTest::Data
RTLinearAllocatorTest.h 38 Data() : one(1), two(2), three(3), four(4) {}
47 four = pFour;
54 four = -4;
60 unsigned char four; member in struct:mcldtest::RTLinearAllocatorTest::Data
LinearAllocatorTest.cpp 64 ASSERT_TRUE(4 == pointer->four);
75 ASSERT_TRUE(7 == pointer->four);
84 ASSERT_TRUE(4 == pointer->four);
95 ASSERT_TRUE(7 == pointer->four);
RTLinearAllocatorTest.cpp 65 ASSERT_TRUE(4 == pointer->four);
76 ASSERT_TRUE(7 == pointer->four);
85 ASSERT_TRUE(4 == pointer->four);
96 ASSERT_TRUE(7 == pointer->four);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
forward.s 4 four = 4*one define
14 alloc r31 = one + 1, two + 2, three + 3, four + 4
24 alloc r31 = one + 1, two + 2, three + 3, four - 4
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
empty.s 7 SBT arg4 - one two three four
8 SBT arg5 - one two three four five
  /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
  /build/kati/testcase/
override_define.mk 18 override define four-lines
30 echo four BEGIN $(four-lines) END $(flavor four-lines)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-align-1.s 11 .section .four,"dr0"
section-align-1.d 26 8 \.four 0*0000004 0*0000000 0*0000000 0*00001aa 2\*\*0
section-align-3.s 11 .section .four,"dr3"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.d 8 # instruction. jal is a bit weird since the upper four bits of the
11 # most significant four bits.
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 17 zero, one, two, three, four enumerator in enum:numbers
51 return (enum numbers) four;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v10_32o-2.d 5 # compiler is supposed to generate four nop-type insns after
  /external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerSampleTest.java 20 public void four() { method in class:AnnotationTransformerSampleTest
34 @Test(dependsOnMethods = {"two", "three", "four", "five"})
  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 74 Element four = (Element) list.item(3); local
81 assertEquals("", getTextContent(four));
87 assertEquals("vier", four.getAttribute("t:four"));
88 assertEquals("vier", four.getAttributeNS("http://www.foo.bar", "four"));

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8 9