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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/
1.h 1 int one; variable
  /external/clang/test/CodeGen/
2004-01-01-UnknownInitSize.c 7 struct one struct
13 struct one hobbit = {5, {1, 2, 3}};
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 32 int one = 0x10000; local
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
const.js 16 const one = 1;
21 a = one++;
23 shouldBe("one", "1");
26 a = one--;
28 shouldBe("one", "1");
31 a = ++one;
33 shouldBe("one", "1");
36 a = --one;
38 shouldBe("one", "1");
41 a = one += 2
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
jit.cpp 12 // CHECK: in one
26 int one() function
33 return one();
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 137 char one[50]; variable
146 check (mystrncpy (one, "abc", 4) == one, 1); /* Returned value. */
147 equal (one, "abc", 2); /* Did the copy go right? */
149 (void) strcpy (one, "abcdefgh");
150 (void) mystrncpy (one, "xyz", 2);
151 equal (one, "xycdefgh", 3); /* Copy cut by count. */
153 (void) strcpy (one, "abcdefgh");
154 (void) mystrncpy (one, "xyz", 3); /* Copy cut just before NUL. */
155 equal (one, "xyzdefgh", 4)
    [all...]
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
2 one
  /external/valgrind/main/memcheck/tests/
str_tester.c 65 char one[50]; variable
123 for (__n = 0; __n < (int) sizeof (one); ++__n) \
124 one[__n] = 'Z'; \
125 fn (one, str); \
126 for (cp = one, __n = 0; __n < n; ++__n, ++cp) \
136 check (strcpy (one, "abcd") == one, 1); /* Returned value. */
137 equal (one, "abcd", 2); /* Basic test. */
139 (void) strcpy (one, "x");
140 equal (one, "x", 3); /* Writeover. *
    [all...]
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 5 one, enumerator in enum:E
16 case one:
  /external/valgrind/main/none/tests/amd64/
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
2 one
  /external/fdlibm/
s_tanh.c 24 * 2. 0 <= x <= 2**-55 : ieee_tanh(x) := x*(one+x)
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
62 if (jx>=0) return one/x+one; /* ieee_tanh(+-inf)=+-1 */
63 else return one/x-one; /* ieee_tanh(NaN) = NaN */
69 return x*(one+x); /* ieee_tanh(small) = small */
72 z = one - two/(t+two);
79 z = one - tiny; /* raised inexact flag *
    [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
56 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
57 else return one/x-one; /* tanh(NaN) = NaN */
63 if(huge+x>one) return x; /* tanh(tiny) = tiny with inexact */
67 z = one - two/(t+two);
74 z = one - tiny; /* raise inexact flag */
s_tanhf.c 22 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
34 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
35 else return one/x-one; /* tanh(NaN) = NaN */
41 if(huge+x>one) return x; /* tanh(tiny) = tiny with inexact */
45 z = one - two/(t+two);
52 z = one - tiny; /* raise inexact flag */
  /external/clang/test/PCH/
chain-decls.c 19 struct one x;
20 one();
  /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;
49 GElf_Sxword diff = (SH_FLAGS_IMPORTANT (one->flags)
55 result = one->entsize - two->entsize;
59 result = (one->grp_signature == NULL
62 ? 1 : strcmp (one->grp_signature,
66 result = one->kind - two->kind;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/kerberos/
KerberosNameTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
39 KerberosName one = new KerberosName("service@localhost", GSSName.NT_HOSTBASED_SERVICE); local
41 assertEquals(one, another);
43 one = new KerberosName("service@localhost", GSSName.NT_HOSTBASED_SERVICE);
45 assertEquals(one, another);
47 one = new KerberosName("service@localhost", GSSName.NT_USER_NAME);
49 assertEquals(one, another);
51 one = new KerberosName("service@localhost", GSSName.NT_USER_NAME);
53 assertFalse(one.equals(another));
56 one = new KerberosName("service@localhost", KRB5_PRINCIPAL_NAMETYPE)
    [all...]
  /external/clang/test/PCH/Inputs/
chain-decls1.h 3 struct one {}; struct
  /external/compiler-rt/lib/asan/lit_tests/Helpers/
initialization-nobug-extra.cc 6 static int one = countCalls(); variable
  /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,
45 UnicodeString input1[] = {one};
48 UnicodeString input2[] = {one, two};
51 UnicodeString input3[] = {one, two, three};
54 UnicodeString input4[] = {one, two, three, four};
89 one,
90 one + ", " + two,
91 one + ", " + two + ", " + three,
92 one + ", " + two + ", " + three + ", " + fou
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/round.style/
check_values.pass.cpp 16 typedef char one; typedef
17 struct two {one _[2];};
19 one test(std::float_denorm_style);
  /ndk/tests/device/test-stlport_shared-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
22 one:
23 printf ("one!\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
22 one:
23 printf ("one!\n");
  /external/clang/test/Preprocessor/
macro_fn.c 5 #define one(x) 0 /* expected-note 2 {{defined here}} */ macro
14 one() /* ok */
15 one(a)
16 one(a,) /* expected-error {{too many arguments provided to function-like macro invocation}} */
17 one(a, b) /* expected-error {{too many arguments provided to function-like macro invocation}} */
39 one_dot(x) /* empty ... argument: expected-warning {{must specify at least one argument for '...' parameter of variadic macro}} */
40 one_dot() /* empty first argument, elided ...: expected-warning {{must specify at least one argument for '...' parameter of variadic macro}} */
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
BTree.java 31 private BTree one; field in class:BTree
52 if (one == null)
53 one = new BTree();
54 branch = one;
63 return one;
  /dalvik/libdex/
DexUtf.h 42 unsigned int one, two, three; local
44 one = *(*pUtf8Ptr)++;
45 if ((one & 0x80) != 0) {
48 if ((one & 0x20) != 0) {
51 return ((one & 0x0f) << 12) |
56 return ((one & 0x1f) << 6) |
60 /* one-byte encoding */
61 return one;

Completed in 1060 milliseconds

1 2 3 4 5 6 7 8 91011>>