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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
jit.cpp 4 // DEBUGGER: break three
8 // CHECK: three () at
16 int three() function
23 return three();
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
054-if-with-macros.c 3 #define three 3 macro
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
25 #if one > three
  /external/llvm/test/MC/ELF/
dot-symbol-assignment.s 11 three: label
15 . = three + 9
  /external/valgrind/none/tests/amd64/
ssse3_misaligned.stderr.exp 4 three
  /external/valgrind/none/tests/x86/
ssse3_misaligned.stderr.exp 4 three
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
empty.s 6 SBT arg3 - one two three
7 SBT arg4 - one two three four
8 SBT arg5 - one two three four five
9 SBT arg6 - one two (three)
  /external/compiler-rt/test/asan/TestCases/Linux/
clang_gcc_abi.cc 13 volatile int three = 3; local
14 char * volatile s = (char *)malloc(three);
16 return s[three]; //BOOM
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
forward.s 3 three == 3*one label
14 alloc r31 = one + 1, two + 2, three + 3, four + 4
15 dep.z RA = one, two + 3, three + 4
24 alloc r31 = one + 1, two + 2, three + 3, four - 4
25 dep.z RA = one, two + 3, three + 4
  /external/mockito/src/test/java/org/mockitousage/matchers/
VerificationAndStubbingUsingMatchersTest.java 21 private IMethods three; field in class:VerificationAndStubbingUsingMatchersTest
27 three = mock(IMethods.class);
34 when(three.simpleMethod(startsWith("test"))).thenThrow(new RuntimeException());
42 assertEquals(null, three.simpleMethod("three"));
43 assertEquals(null, three.simpleMethod("three again"));
46 three.simpleMethod("test three again");
54 when(three.varargsObject(5, "first arg", "second arg")).thenReturn("stubbed")
    [all...]
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 17 zero, one, two, three, four enumerator in enum:numbers
24 return I(three);
36 if (y != three)
41 if (y != three) {
47 if (x != three)
49 if (y != three)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10925.go 16 for _, s := range []string{"one", "two", "three"} {
19 if got[0][0] != "one" || got[1][0] != "two" || got[2][0] != "three" {
20 // Bug's wrong output was [[three] [three] [three]]
21 fmt.Println("Expected [[one] [two] [three]], got", got)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10925.go 16 for _, s := range []string{"one", "two", "three"} {
19 if got[0][0] != "one" || got[1][0] != "two" || got[2][0] != "three" {
20 // Bug's wrong output was [[three] [three] [three]]
21 fmt.Println("Expected [[one] [two] [three]], got", got)
  /external/clang/test/PCH/Inputs/
chain-decls2.h 5 struct three {}; // for verification struct
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 7 three, enumerator in enum:E
  /external/toybox/tests/
xargs.test 9 "one two three four\n" "" "one two\tthree \nfour\n\n"
12 "" "one \ntwo\n three"
13 testing "-n 2" "xargs -n 2" "one two\nthree\n" "" "one \ntwo\n three"
14 testing "-n exact match" "xargs -n 3" "one two three\n" "" "one two three"
16 "one two three four five"
18 "one\ntwo\nok\n" "" "one two three"
19 testing "-s 13" "xargs -s 13 echo" "one two\nthree\n" "" "one \ntwo\n three"
20 testing "-s 12" "xargs -s 12 echo" "one\ntwo\nthree\n" "" "one \ntwo\n three"
22 touch one two three
    [all...]
rmdir.test 19 mkdir one two three
20 testing "one missing two file three" \
21 "rmdir one missing two walrus three 2> /dev/null || [ ! -d three ] && echo yes" \
37 mkdir -p temp/one/two/three
39 "rmdir -p temp/one/two/three 2>/dev/null || [ -d temp ] && [ ! -e temp/one ] && echo yes" \
44 mkdir -p one/two/three
45 testing "-p one/two/three" \
46 "rmdir -p one/two/three && [ ! -e one ] && echo yes" "yes\n" "" ""
48 mkdir -p one/two/three
    [all...]
paste.test 10 touch three four
14 testing "" "paste -s three four" "\n\n" "" ""
15 testing "" "paste three four" "" "" ""
21 testing "" "paste five three two" "five\t\ttwo1\n\t\ttwo2\n\t\ttwo3\n" "" ""
25 rm -f one two three four
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.h 25 Data() : one(1), two(2), three(3), four(4) {}
33 three = pThree;
40 three = -3;
46 unsigned char three; member in struct:mcldtest::LinearAllocatorTest::Data
RTLinearAllocatorTest.h 38 Data() : one(1), two(2), three(3), four(4) {}
46 three = pThree;
53 three = -3;
59 unsigned char three; member in struct:mcldtest::RTLinearAllocatorTest::Data
  /external/icu/icu4c/source/test/intltest/
listformattertest.cpp 25 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
40 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
53 UnicodeString input3[] = {one, two, three};
56 UnicodeString input4[] = {one, two, three, four};
61 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
72 UnicodeString input3[] = {one, two, three};
74 UnicodeString input4[] = {one, two, three, four};
87 one + ", " + two + ", " + three,
88 one + ", " + two + ", " + three + ", " + four
91 CheckFourCases("", one, two, three, four, results)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
forward.s 4 .equiv three, 3*one
15 .byte three
24 .byte three
33 .byte three
42 .byte three
  /prebuilts/go/darwin-x86/test/
func5.go 49 func three(x int) { func
64 three(call(add, 1, 2))
65 three(call1(add, 1, 2))
67 three(call(f, 1, 2))
68 three(call1(f, 1, 2))
69 three(call(fn(), 1, 2))
70 three(call1(fn(), 1, 2))
71 three(call(func(a, b int) int { return a + b }, 1, 2))
72 three(call1(func(a, b int) int { return a + b }, 1, 2))
77 three(<-c
    [all...]
  /prebuilts/go/linux-x86/test/
func5.go 49 func three(x int) { func
64 three(call(add, 1, 2))
65 three(call1(add, 1, 2))
67 three(call(f, 1, 2))
68 three(call1(f, 1, 2))
69 three(call(fn(), 1, 2))
70 three(call1(fn(), 1, 2))
71 three(call(func(a, b int) int { return a + b }, 1, 2))
72 three(call1(func(a, b int) int { return a + b }, 1, 2))
77 three(<-c
    [all...]
  /external/clang/test/PCH/
chain-decls.c 23 struct three z;
  /external/libese/libese/tests/
sg_unittests.cpp 65 uint8_t three[] = "WORLD"; local
76 .base = three,
77 .len = sizeof(three),
99 uint8_t three[6]; local
110 .base = three,
111 .len = sizeof(three),
117 EXPECT_EQ(copied, sizeof(one) + sizeof(two) + sizeof(three));
121 EXPECT_STREQ(reinterpret_cast<char *>(three), "WORLD");
125 EXPECT_EQ(three[5], ' ');
126 three[5] = 0; // NUL terminate for the test below
    [all...]

Completed in 632 milliseconds

1 2 3 4 5 6 7 8 91011>>