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

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
directive-err.s 23 .ifc one, two
directive-warning.s 23 .ifc one, two
  /ndk/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);
  /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/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...]
  /ndk/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...]
  /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
  /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);
  /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;
  /ndk/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);
  /ndk/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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/denorm.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto-3.s 8 .section .text.two
  /external/toybox/tests/
mkdir.test 15 testing "mkdir one two" \
16 "mkdir one two && [ -d one ] && [ -d two ] && echo yes" "yes\n" "" ""
17 rmdir one two
23 "mkdir -p one/two/three && [ -d one/two/three ] && echo yes" "yes\n" "" ""
41 "mkdir -p -m 653 one/two && stat -c %a one && stat -c %a one/two" \
45 testing "mkdir -p one/two/ (trailing slash)" \
46 "mkdir -p one/two/ && [ -d one/two ] && echo yes" "yes\n" "" "
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 39 two = os.path.join(sources, 'two')
43 self.write_file(two)
46 self.assertEqual(newer_pairwise([one, two], [three, four]),
54 two = os.path.join(sources, 'two')
61 self.write_file(two)
63 self.assertTrue(newer_group([one, two, three], old_file))
64 self.assertFalse(newer_group([one, two, old_file], three))
68 self.assertRaises(OSError, newer_group, [one, two, old_file], three
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 39 two = os.path.join(sources, 'two')
43 self.write_file(two)
46 self.assertEqual(newer_pairwise([one, two], [three, four]),
54 two = os.path.join(sources, 'two')
61 self.write_file(two)
63 self.assertTrue(newer_group([one, two, three], old_file))
64 self.assertFalse(newer_group([one, two, old_file], three))
68 self.assertRaises(OSError, newer_group, [one, two, old_file], three
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_location.py 8 baseInput="int one;\nint two;\n"
18 two = get_cursor(tu, 'two')
21 assert two is not None
24 assert_location(two.location,line=2,column=5,offset=13)
29 two = get_cursor(tu, 'two')
32 assert two is not None
35 assert_location(two.location,line=3,column=5,offset=14)
40 two = get_cursor(tu, 'two'
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp 86 void *one, *two, *three; local
90 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
94 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
99 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
103 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 );
108 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
112 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, NULL, my_dealloc2 );
117 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
121 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, my_destruct, my_dealloc2 );
130 void *one, *two, *three local
171 void *one, *two, *three; local
228 void *one, *two, *three; local
    [all...]
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 71 CR two = CR.valueOf(2); local
75 check(one.compareTo(two, -10) == -1, "comparison failed");
76 check(two.toString(4).compareTo("2.0000") == 0, "toString failed");
77 check_eq(one.shiftLeft(1),two, "shiftLeft failed");
78 check_eq(two.shiftRight(1),one, "shiftRight failed");
79 check_eq(one.add(one),two, "add failed 1"); local
80 check_eq(one.max(two),two, "max failed"); local
81 check_eq(one.min(two),one, "min failed");
84 CR three = two.add(one)
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheManualTest.java 38 Object two = new Object(); local
48 assertFalse(cache.asMap().containsValue(two));
50 assertNull(cache.getIfPresent(two));
56 assertNull(cache.asMap().get(two));
57 assertFalse(cache.asMap().containsKey(two));
60 cache.put(one, two);
62 assertSame(two, cache.getIfPresent(one));
68 assertSame(two, cache.asMap().get(one));
70 assertTrue(cache.asMap().containsValue(two));
72 assertNull(cache.getIfPresent(two));
    [all...]

Completed in 434 milliseconds

1 23 4 5 6 7 8 91011>>