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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-far-1.s 3 .globl two
4 two: label
  /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");
  /build/kati/testcase/
define.mk 16 define two-lines
24 echo BEGIN $(two-lines) END
  /external/clang/test/PCH/Inputs/
chain-decls2.h 3 struct two {}; struct
  /external/compiler-rt/lib/builtins/x86_64/
floatundisf.S 13 two: label
31 mulss REL_ADDR(two), %xmm0
  /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);
  /external/libcxx/test/std/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/ELF/
dot-symbol-assignment.s 7 two: label
  /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");
  /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/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/clang/test/SemaCXX/
gnu-case-ranges.cpp 6 two, enumerator in enum:E
18 case two ... two + 1:
  /external/testng/src/test/java/test/methodinterceptors/
LockUpInterceptorSampleTest.java 16 public void two() { method in class:LockUpInterceptorSampleTest
17 log("two");
  /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...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanh.c 46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
69 t = expm1(two*fabs(x));
70 z = one - two/(t+two);
72 t = expm1(-two*fabs(x));
73 z= -t/(t+two);
s_tanhf.c 23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
46 t = expm1f(two*fabsf(x));
47 z = one - two/(t+two);
49 t = expm1f(-two*fabsf(x));
50 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
  /external/clang/test/CodeGenCXX/
ms-integer-static-data-members-exported.cpp 3 enum Enum { zero, one, two }; enumerator in enum:Enum
11 static const Enum y = two;

Completed in 301 milliseconds

1 2 3 4 5 6 7 8 91011>>