HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 51 - 75 of 2110) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
empty.pass.cpp 27 struct two {char lx; char lxx;}; struct in struct:has_value_type
28 template <class _Up> static two test(...);
  /external/libcxx/test/std/language.support/support.limits/limits/round.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);
  /external/llvm/test/MC/AsmParser/
directive-err.s 23 .ifc one, two
directive-warning.s 23 .ifc one, two
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.traits/
empty.pass.cpp 27 struct two {char lx; char lxx;}; struct in struct:has_value_type
28 template <class _Up> static two test(...);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/round.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);
  /system/core/libbacktrace/
backtrace_testlib.cpp 32 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*),
40 return one + two + three + four;
43 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*),
45 return test_level_four(one + 3, two + 6, three + 9, four + 12, callback_func, data) + 3;
48 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data) {
49 return test_level_three(one + 2, two + 4, three + 6, four + 8, callback_func, data) + 2;
52 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data) {
53 return test_level_two(one + 1, two + 2, three + 3, four + 4, callback_func, data) + 1;
  /development/tools/
make_key 44 two=${tmpdir}/two
46 mknod ${two} p
47 chmod 0600 ${one} ${two}
53 ( openssl genrsa -f4 2048 | tee ${one} > ${two} ) &
56 ( openssl ecparam -name prime256v1 -genkey -noout | tee ${one} > ${two} ) &
63 openssl req -new -x509 ${hash} -key ${two} -out $1.x509.pem \
  /external/skia/tests/
PathOpsInverseTest.cpp 10 SkPath one, two; local
22 two.reset();
23 two.setFillType((SkPath::FillType) twoFill);
24 two.addRect(3, 3, 9, 9, (SkPath::Direction) twoDir);
25 testPathOp(reporter, one, two, (SkPathOp) op, "inverseTest");
  /external/clang/tools/scan-build-py/tests/functional/src/build/
Makefile 14 $(OBJDIR)/clean-two.o: $(SRCDIR)/clean-two.c
15 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-two.c
20 $(OBJDIR)/emit-two.o: $(SRCDIR)/emit-two.c
21 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-two.c
26 $(OBJDIR)/broken-two.o: $(SRCDIR)/broken-two.c
27 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-two.c
29 $(PROGRAM): $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.
    [all...]
  /external/libcxxabi/test/
test_vector1.pass.cpp 78 void *one, *two, *three; local
82 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
86 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
91 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
95 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 );
100 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
104 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, NULL, my_dealloc2 );
109 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
113 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, my_destruct, my_dealloc2 );
122 void *one, *two, *three local
164 void *one, *two, *three; local
223 void *one, *two, *three; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector1.pass.cpp 67 void *one, *two, *three; local
71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
80 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
84 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 );
89 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
93 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, NULL, my_dealloc2 );
98 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
102 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, my_destruct, my_dealloc2 );
111 void *one, *two, *three local
152 void *one, *two, *three; local
209 void *one, *two, *three; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
test_vector1.pass.cpp 67 void *one, *two, *three; local
71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
80 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
84 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 );
89 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
93 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, NULL, my_dealloc2 );
98 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
102 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, my_destruct, my_dealloc2 );
111 void *one, *two, *three local
152 void *one, *two, *three; local
209 void *one, *two, *three; local
    [all...]
  /dalvik/libdex/
DexUtf.h 42 unsigned int one, two, three; local
46 /* two- or three-byte encoding */
47 two = *(*pUtf8Ptr)++;
52 ((two & 0x3f) << 6) |
55 /* two-byte encoding */
57 (two & 0x3f);
65 /* Compare two '\0'-terminated modified UTF-8 strings, using Unicode
80 * the consumed character. This will consume two encoded UTF-16 code
  /external/toybox/tests/
paste.test 9 echo -e "two1\ntwo2\ntwo3" > two
12 testing "" "paste one two" "one1\ttwo1\none2\ttwo2\none3\ttwo3\n" "" ""
13 testing "" "paste -s one two" "one1\tone2\tone3\ntwo1\ttwo2\ttwo3\n" "" ""
18 testing "" "paste one two one two" \
21 testing "" "paste five three two" "five\t\ttwo1\n\t\ttwo2\n\t\ttwo3\n" "" ""
25 rm -f one two three four
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
diff1.s 1 # Difference of two undefined symbols.
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ContinuingHttpServletRequestTest.java 88 private static void assertCookieArraysEqual(Cookie[] one, Cookie[] two) {
89 assertEquals(one.length, two.length);
92 assertCookieEquality(cookie, two[i]);
96 private static void assertCookieEquality(Cookie one, Cookie two) {
97 assertEquals(one.getName(), two.getName());
98 assertEquals(one.getComment(), two.getComment());
99 assertEquals(one.getDomain(), two.getDomain());
100 assertEquals(one.getPath(), two.getPath());
101 assertEquals(one.getValue(), two.getValue());
102 assertEquals(one.getMaxAge(), two.getMaxAge())
    [all...]
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 21 zero, one, two enumerator in enum:testing
40 std::error_code ec(two);
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 21 zero, one, two enumerator in enum:testing
41 ec = two;
  /external/libcxx/test/std/language.support/support.limits/limits/denorm.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);
  /external/mockito/src/test/java/org/mockitousage/matchers/
VerificationAndStubbingUsingMatchersTest.java 20 private IMethods two; field in class:VerificationAndStubbingUsingMatchersTest
26 two = mock(IMethods.class);
33 when(two.simpleMethod(anyString())).thenReturn("any");
39 assertEquals("any", two.simpleMethod("two"));
40 assertEquals("any", two.simpleMethod("two again"));
62 two.simpleMethod("test Mockito");
69 verify(two).simpleMethod(startsWith("test"));
73 verifyNoMoreInteractions(one, two, three)
    [all...]
  /frameworks/base/tools/aapt2/integration-tests/StaticLibTwo/src/com/android/aapt/staticlib/two/
StaticLibTwo.java 16 package com.android.aapt.staticlib.two;
24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 21 zero, one, two enumerator in enum:testing
40 std::error_code ec(two);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 21 zero, one, two enumerator in enum:testing
41 ec = two;

Completed in 897 milliseconds

1 23 4 5 6 7 8 91011>>