Searched refs:three (Results 1 - 25 of 156) sorted by relevance

1234567

/external/mesa3d/src/glsl/glcpp/tests/
H A D054-if-with-macros.c3 #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/
H A Ddot-symbol-assignment.s11 three: label
15 . = three + 9
/external/valgrind/none/tests/amd64/
H A Dssse3_misaligned.stderr.exp4 three
/external/valgrind/none/tests/x86/
H A Dssse3_misaligned.stderr.exp4 three
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dclang_gcc_abi.cc13 volatile int three = 3; local
14 char * volatile s = (char *)malloc(three);
16 return s[three]; //BOOM
/external/mockito/src/test/java/org/mockitousage/matchers/
H A DVerificationAndStubbingUsingMatchersTest.java21 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
[all...]
/external/clang/test/CodeGenCXX/
H A Dcp-blocks-linetables.cpp17 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)
/external/clang/test/PCH/Inputs/
H A Dchain-decls2.h5 struct three {}; // for verification struct
/external/clang/test/SemaCXX/
H A Dgnu-case-ranges.cpp7 three, enumerator in enum:E
/external/toybox/tests/
H A Dxargs.test9 "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...]
H A Drmdir.test19 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...]
H A Dpaste.test10 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
H A Dcp.test26 "cp -r two three && cmp random three/random && echo yes" \
31 touch two/three
33 "cp -r three two 2>/dev/null || echo yes" "yes\n" "" ""
34 rm -rf two three walrus
79 mkdir -p one/two/three/four
80 touch one/two/three/five
93 # cp -r one/two/three missing
94 # cp -r one/two/three two
95 # mkdir one; touch one/two; ln -s two one/three
[all...]
H A Dtail.test15 "three\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n" "" ""
34 "three\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n" "" \
67 'tail -f one & sleep .25 ; echo two >> one; sleep .25; echo three >> one; sleep .25; kill $! >/dev/null' \
73 echo tres > three
74 testing "-f one two three" \
75 'tail -f one two three & sleep .25 ; echo more >> three ; echo also >> one; sleep .25; kill $! >/dev/null' \
76 "==> one <==\nuno\n\n==> two <==\ndos\n\n==> three <==\ntres\nmore\n\n==> one <==\nalso\n" "" ""
77 rm one two three
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp25 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, fou
39 CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
60 RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
[all...]
H A Dlistformattertest.h48 UnicodeString three,
55 UnicodeString three,
64 const UnicodeString three; member in class:ListFormatterTest
/external/clang/test/PCH/
H A Dchain-decls.c23 struct three z;
/external/libcxxabi/test/
H A Dtest_vector1.pass.cpp78 void *one, *two, *three; local
83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
92 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
96 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
101 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
105 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
110 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
114 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
122 void *one, *two, *three; local
164 void *one, *two, *three; local
223 void *one, *two, *three; local
[all...]
/external/testng/src/test/java/test/methodinterceptors/
H A DLockUpInterceptorSampleTest.java21 public void three() { method in class:LockUpInterceptorSampleTest
22 log("three");
/external/v8/tools/clang/plugins/tests/
H A Dinline_ctor.cpp28 InlineCtorsBehindAMacroArentOKInHeader three; local
/external/mockito/src/test/java/org/mockitousage/verification/
H A DDescriptiveMessagesOnVerificationInOrderErrorsTest.java25 private IMethods three; field in class:DescriptiveMessagesOnVerificationInOrderErrorsTest
32 three = Mockito.mock(IMethods.class);
38 three.simpleMethod(3);
40 inOrder = inOrder(one, two, three);
107 inOrder.verify(three).simpleMethod(3);
121 inOrder.verify(three).simpleMethod(3);
123 inOrder.verify(three).simpleMethod(999);
171 inOrder.verify(three, atLeastOnce()).simpleMethod(3);
/external/skia/src/utils/
H A DSkBase64.cpp77 int three = 0; local
83 three = bytes[2];
84 two |= three >> 2;
85 three = (uint8_t) (three << 6);
86 three |= bytes[3];
87 SkASSERT(one < 256 && two < 256 && three < 256);
99 *dst = (unsigned char) three;
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalLoadingCacheTest.java122 Object three = new Object();
123 cache.getUnchecked(three);
153 Object three = new Object();
154 assertTrue(map.replace(one, two, three));
155 assertTrue(map.remove(one, three));
158 assertNull(map.putIfAbsent(two, three));
159 assertSame(three, map.remove(two));
160 assertNull(map.put(three, one));
163 assertThat(map).hasKey(three).withValue(one);
169 // Maps.immutableEntry(three, on
[all...]
/external/clang/test/CodeGen/
H A Ddesignated-initializers.c94 int three; member in struct:u_16644::s_16644
105 .a.three = 3,
111 .a.three = 13,
/external/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp93 MT1 three(3);
121 assert(d(one, three) == true);
125 assert(d(three, one) == false);
135 assert(d(one, three) == true);

Completed in 842 milliseconds

1234567