HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 26 - 50 of 643) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
  /external/clang/test/PCH/Inputs/
chain-decls2.h 3 struct two {}; struct
  /external/clang/test/Sema/
missing-field-initializers.c 26 struct Two { float c; float d; float e; };
31 struct Two two; member in union:Three::__anon23751
39 { .two = { 1.0f, 2.0f, 3.0f } }
45 { { .two = { 1.0f, 2.0f, 3.0f } } },
46 { { .two = { 1.0f, 2.0f } } } // expected-warning {{missing field 'e' initializer}}
struct-cast.c 6 int two; member in struct:S
  /external/mesa3d/src/glsl/glcpp/tests/
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
  /external/chromium_org/third_party/skia/experimental/Intersection/
IntersectionUtilities.h 21 /* Given the set [0, 1, 2, 3], and two of the four members, compute an XOR mask
22 that computes the other two. Note that:
24 one ^ two == 3 for (0, 3), (1, 2)
25 one ^ two < 3 for (0, 1), (0, 2), (1, 3), (2, 3)
26 3 - (one ^ two) is either 0, 1, or 2
27 1 >> 3 - (one ^ two) is either 0 or 1
35 inline int other_two(int one, int two) {
36 return 1 >> 3 - (one ^ two) ^ 3;
LineParameterization.cpp 9 /* This rejects coincidence with two muls, two adds, and one cmp.
10 Coincident candidates will take another four muls and two adds, but may still
13 bool implicit_matches(const _Line& one, const _Line& two) {
16 tangent(two, twoD);
31 oneD.x * two[0].y - oneD.y * two[0].x)) {
37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) {
40 tangent(two, twoD);
56 (float) (oneD.x * two[0].y - oneD.y * two[0].x))
    [all...]
Intersections.h 58 int insert(double one, double two, const _Point& pt);
61 void insertCoincident(double one, double two, const _Point& pt) {
62 int index = insertSwap(one, two, pt);
71 int insertSwap(double one, double two, const _Point& pt) {
73 return insert(two, one, pt);
75 return insert(one, two, pt);
139 void remove(double one, double two, const _Point& startPt, const _Point& endPt);
  /external/libcxx/test/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
  /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/chromium_org/third_party/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");
PathOpsQuadParameterizationTest.cpp 41 for (int two = 0; two < quadsCount; ++two) {
44 (*quads[two])[inner]));
46 REPORTER_ASSERT(reporter, SkDQuadImplicit::Match(*quads[one], *quads[two]));
  /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/chromium_org/tools/clang/plugins/tests/
inline_ctor.cpp 23 InlineCtorsArentOKInHeader two; local
missing_ctor.cpp 21 MissingCtorsArentOKInHeader two; local
  /external/libcxxabi/test/
test_vector1.cpp 66 void *one, *two, *three; local
70 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
74 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
79 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
83 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 );
88 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
92 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, NULL, my_dealloc2 );
97 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
101 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, my_destruct, my_dealloc2 );
110 void *one, *two, *three local
151 void *one, *two, *three; local
208 void *one, *two, *three; local
    [all...]
  /external/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);
  /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 21 zero, one, two enumerator in enum:testing
41 ec = two;
  /external/libcxx/test/language.support/support.limits/limits/denorm.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);
  /external/chromium_org/net/base/
int128_unittest.cc 15 uint128 two(0, 2);
23 EXPECT_LT(one, two);
24 EXPECT_GT(two, one);
28 EXPECT_NE(one, two);
30 EXPECT_GE(big, two);
64 EXPECT_EQ(one + one, two);
93 EXPECT_EQ(test, two);
96 EXPECT_EQ(test += 2, two);
97 EXPECT_EQ(test, two);
104 EXPECT_EQ(test ^= three, two);
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
collate9.test 53 INSERT INTO xy VALUES('two', 'two');
61 } {two three one}
66 } {one three two}
71 } {two three one sort}
81 } {two three one nosort}
87 } {two 1 three 1 one 0}
92 } {two 0 three 0 one 1}
97 } {two 1 three 1 one 0}
102 } {one three two}
    [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...]
  /external/chromium_org/ui/base/glib/
glib_signal.h 10 // At the time of writing this, there were two common ways of binding our C++
39 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
41 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two); \
47 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
50 METHOD(sender, one, two, three); \
57 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
61 METHOD(sender, one, two, three, four); \
68 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
72 METHOD(sender, one, two, three, four, five); \
79 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
    [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 951 milliseconds

12 3 4 5 6 7 8 91011>>