HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 1 - 25 of 563) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 6 two, enumerator in enum:E
18 case two ... two + 1:
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
jit.cpp 10 // CHECK: in two
21 int two() function
28 return two();
  /external/clang/test/Preprocessor/
macro_fn.c 6 #define two(x, y) 0 /* expected-note 4 {{defined here}} */ 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/valgrind/main/none/tests/amd64/
ssse3_misaligned.stderr.exp 3 two
  /external/valgrind/main/none/tests/x86/
ssse3_misaligned.stderr.exp 3 two
  /external/elfutils/src/
sectionhash.c 39 scnhead_compare (struct scnhead *one, struct scnhead *two)
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/clang/test/PCH/
chain-decls.c 21 struct two y;
22 two();
  /external/webkit/LayoutTests/fast/encoding/resources/
yentestexternal.js 3 document.write("two backslashes external: " + "\\" + "<br>");
yentestexternal2.js 3 document.write("two backslashes external: \\ <br>");
  /external/clang/test/PCH/Inputs/
chain-decls1.h 4 void two();
chain-decls2.h 3 struct two {}; struct
  /ndk/tests/device/test-stlport_shared-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
28 two:
29 printf ("two!\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
28 two:
29 printf ("two!\n");
  /external/fdlibm/
s_tanh.c 41 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/icu4c/test/intltest/
listformattertest.cpp 22 one("Alice", -1, US_INV), two("Bob", -1, US_INV),
37 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two,
48 UnicodeString input2[] = {one, two};
51 UnicodeString input3[] = {one, two, three};
54 UnicodeString input4[] = {one, two, three, four};
90 one + ", " + two,
91 one + ", " + two + ", " + three,
92 one + ", " + two + ", " + three + ", " + four
95 CheckFourCases("", one, two, three, four, results);
102 one + ", " + two,
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanh.c 43 static const double one = 1.0, two = 2.0, tiny = 1.0e-300, huge = 1.0e300; variable
66 t = expm1(two*fabs(x));
67 z = one - two/(t+two);
69 t = expm1(-two*fabs(x));
70 z= -t/(t+two);
s_tanhf.c 22 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
44 t = expm1f(two*fabsf(x));
45 z = one - two/(t+two);
47 t = expm1f(-two*fabsf(x));
48 z= -t/(t+two);
  /external/clang/test/SemaTemplate/
resolve-single-template-id.cpp 8 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')}}
  /dalvik/tests/068-classloader/src-ex/
DoubledImplement.java 15 public void two() { method in class:DoubledImplement
16 System.out.println("DoubledImplement two");
DoubledImplement2.java 29 public void two() { method in class:DoubledImplement2
30 System.out.println("DoubledImplement2 two");
  /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::__anon6728
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
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.h 28 : one(1), two(2), three(3), four(4)
34 two = pTwo;
42 two = -2;
48 unsigned int two; member in struct:mcldtest::LinearAllocatorTest::Data
RTLinearAllocatorTest.h 41 : one(1), two(2), three(3), four(4)
47 two = pTwo;
55 two = -2;
61 unsigned int two; member in struct:mcldtest::RTLinearAllocatorTest::Data
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/round.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);

Completed in 801 milliseconds

1 2 3 4 5 6 7 8 91011>>