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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
100-macro-with-colon.c 2 #define two 2 macro
5 case one + two:
054-if-with-macros.c 2 #define two 2 macro
5 #if five < two
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
057-empty-arguments.c 5 #define two(x,y) success macro
6 two(,)
  /external/compiler-rt/lib/x86_64/
floatundisf.S 13 two: .single 2.0 label
30 mulss REL_ADDR(two), %xmm0
  /external/mesa3d/src/glsl/glcpp/tests/
100-macro-with-colon.c 2 #define two 2 macro
5 case one + two:
054-if-with-macros.c 2 #define two 2 macro
5 #if five < two
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
057-empty-arguments.c 5 #define two(x,y) success macro
6 two(,)
  /art/test/068-classloader/src-ex/
DoubledImplement.java 29 public void two() { method in class:DoubledImplement
30 System.out.println("DoubledImplement two");
DoubledImplement2.java 29 public void two() { method in class:DoubledImplement2
30 System.out.println("DoubledImplement2 two");
  /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/PCH/Inputs/
chain-decls2.h 3 struct two {}; struct
  /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);
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
jit.cpp 10 // CHECK: in two
21 int two() function
28 return 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);
  /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);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-deep-proto.js 33 var two = {foo: 0, bar: 1};
43 poly(two);
  /external/clang/test/Sema/
struct-cast.c 6 int two; member in struct:S
  /external/chromium/chrome/browser/ui/views/
dom_view_browsertest.cc 84 Widget* two = CreatePopupWindow(); local
85 two->GetRootView()->AddChildView(dom_view);
86 two->Show();
90 two->Hide();
  /external/chromium_org/tools/clang/plugins/tests/
missing_ctor.cpp 21 MissingCtorsArentOKInHeader two; local
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
p3.cpp 10 enum E2 { two }; enumerator in enum:E2
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 6 two, enumerator in enum:E
18 case two ... two + 1:
  /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);
  /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

Completed in 1389 milliseconds

1 2 3 4 5 6 7 8