Searched defs:two (Results 1 - 25 of 84) sorted by relevance

1234

/external/compiler-rt/lib/x86_64/
H A Dfloatundisf.S13 two: .single 2.0 label
30 mulss REL_ADDR(two), %xmm0
/external/clang/test/PCH/Inputs/
H A Dchain-decls2.h3 struct two {}; struct
/external/mesa3d/src/glsl/glcpp/tests/
H A D054-if-with-macros.c2 #define two 2 macro
5 #if five < two
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
H A D057-empty-arguments.c5 #define two(x,y) success macro
6 two(,)
/external/clang/test/Sema/
H A Dstruct-cast.c5 int two; member in struct:S
H A Dmissing-field-initializers.c31 struct Two two; member in union:Three::__anon4560
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}}
/external/chromium/chrome/browser/ui/views/
H A Ddom_view_browsertest.cc84 Widget* two = CreatePopupWindow(); local
85 two->GetRootView()->AddChildView(dom_view);
86 two->Show();
90 two->Hide();
/external/clang/test/CodeGenCXX/
H A Ddebug-info-class.cpp5 int two; member in struct:A
/external/clang/test/Preprocessor/
H A Dmacro_fn.c6 #define two(x, y) 0 macro
19 two() /* expected-error {{too few arguments provided to function-like macro invocation}} */
20 two(a) /* expected-error {{too few arguments provided to function-like macro invocation}} */
21 two(a,b)
22 two(a, ) /* expected-warning {{empty macro arguments are a C99 feature}} */
23 two(a,b,c) /* expected-error {{too many arguments provided to function-like macro invocation}} */
24 two(
29 two(,) /* expected-warning 2 {{empty macro arguments are a C99 feature}} */
/external/clang/test/SemaCXX/
H A Dgnu-case-ranges.cpp5 two, enumerator in enum:E
17 case two ... two + 1:
H A Dcxx0x-initializer-references.cpp4 struct two { char c[2]; }; struct
58 two f(const B&);
64 two g(const B&);
66 static_assert(sizeof(g({1})) == sizeof(two), "bad overload resolution");
69 two h(const A&);
71 static_assert(sizeof(h({1, 2})) == sizeof(two), "bad overload resolution");
H A Dwarn-shadow.cpp8 namespace two { namespace in namespace:one
20 using namespace one::two;
26 int j; // expected-warning {{declaration shadows a variable in namespace 'one::two'}}
/external/clang/test/CXX/over/over.built/
H A Dp1.cpp4 enum E2 { two }; enumerator in enum:E2
/external/elfutils/src/
H A Dsectionhash.c39 scnhead_compare (struct scnhead *one, struct scnhead *two) argument
41 int result = strcmp (one->name, two->name);
45 result = one->type - two->type;
50 - SH_FLAGS_IMPORTANT (two->flags));
55 result = one->entsize - two->entsize;
60 ? (two->grp_signature == NULL ? 0 : -1)
61 : (two->grp_signature == NULL
63 two->grp_signature)));
66 result = one->kind - two->kind;
/external/fdlibm/
H A Ds_tanh.c41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
71 t = ieee_expm1(two*ieee_fabs(x));
72 z = one - two/(t+two);
74 t = ieee_expm1(-two*ieee_fabs(x));
75 z= -t/(t+two);
/external/v8/test/mjsunit/compiler/
H A Dregress-stacktrace-methods.js34 Svin.prototype.two = function() { /* xxxxxxx */ o.three(); }
36 Hest.prototype.one = function(x) { x.two(); }
58 var p2 = stack.indexOf("at Svin.two");
/external/v8/test/mjsunit/
H A Dsmi-negative-zero.js33 var two = 2; variable
50 assertEquals(-Infinity, one / (minus_four % two), "foo1");
52 assertEquals(Infinity, one / (four % two), "foo3");
65 assertEquals(-Infinity, one / (-4 % two), "baz3");
67 assertEquals(Infinity, one / (4 % two), "baz5");
H A Dkeyed-call-generic.js74 function two () { return 2; } function
76 var fixed_array = [zero, one, two];
78 var dict_array = [ zero, one, two ];
81 var fast_prop = { zero: zero, one: one, two: two };
83 var normal_prop = { zero: zero, one: one, two: two };
88 var first3str = ['zero', 'one', 'two'];
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/operator/
H A DstrictEquality.js57 var anObject = { one:1 , two:2 };
62 testcases[count++] = new TestCase( SECTION, "(anObject === { one:1 , two:2 }) ",
63 false, (anObject === { one:1 , two:2 }));
65 testcases[count++] = new TestCase( SECTION, "({ one:1 , two:2 } === anObject) ",
66 false, ({ one:1 , two:2 } === anObject));
/external/clang/test/CXX/special/class.temporary/
H A Dp1.cpp45 typedef char two[2]; typedef in namespace:test2
48 two &meta(...);
/external/clang/test/SemaTemplate/
H A Dresolve-single-template-id.cpp8 void two() { } // expected-note 4{{possible target for call}} function
9 void two(int) { } // expected-note 4{{possible target for call}} function
32 two; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
42 *two; //expected-error {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{indirection requires pointer operand}}
69 two < two; //expected-error 2 {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{invalid operands to binary expression ('void' and 'void')}}
/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.c130 /* Complain if first two args don't strcmp as equal. */
138 char two[50]; variable
178 (void) mystrncpy (two, one, 9);
179 equal (two, "hi there", 14); /* Just paranoia. */
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_unittest.cc26 // and |two| differ in the prefix, while |one| and |onetwo| have the
28 SBFullHash one, onetwo, two; local
31 memset(&two, 0, sizeof(two));
36 two.prefix = 2;
41 EXPECT_TRUE(SBAddPrefixHashLess(SBAddFullHash(10, now, two),
43 EXPECT_FALSE(SBAddPrefixHashLess(SBAddFullHash(11, now, two),
48 SBAddFullHash(10, now, two)));
49 EXPECT_FALSE(SBAddPrefixHashLess(SBAddFullHash(10, now, two),
79 SBFullHash one, onetwo, two; local
[all...]
/external/astl/include/
H A Dtype_traits.h151 typedef struct { char arr[2]; } two; typedef in struct:std::sfinae_types
157 template<typename _T> sfinae_types::two& test_pod_type(...);
/external/clang/test/CXX/over/over.over/
H A Dp2-resolve-single-template-id.cpp30 void two() { } // expected-note 2 {{possible target for call}} function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression
31 void two(int) { } // expected-note 2 {{possible target for call}} function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression
38 two; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
47 two; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
61 void two() { }; //expected-note 5{{candidate}} function
62 void two(int) { }; //expected-note 5{{candidate}} function
84 { static_cast<void>(two); } // expected-error {{address of overloaded function 'two' cannot be static_cast to type 'void'}}
85 { (void)(two); } // expected-error {{address of overloaded function 'two' canno
[all...]

Completed in 626 milliseconds

1234