HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 1 - 25 of 2053) 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/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
100-macro-with-colon.c 1 #define one 1 macro
5 case one + two:
097-paste-with-non-function-macro.c 1 #define PASTE_MACRO one ## token
057-empty-arguments.c 3 #define one(x) success macro
4 one()
040-token-pasting.c 2 paste(one , token)
  /external/clang/test/CodeGen/
2004-01-01-UnknownInitSize.c 7 struct one struct
13 struct one hobbit = {5, {1, 2, 3}};
  /external/mesa3d/src/glsl/glcpp/tests/
100-macro-with-colon.c 1 #define one 1 macro
5 case one + two:
097-paste-with-non-function-macro.c 1 #define PASTE_MACRO one ## token
057-empty-arguments.c 3 #define one(x) success macro
4 one()
040-token-pasting.c 2 paste(one , token)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
Cube.java 32 int one = 0x10000; local
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
    [all...]
  /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...]
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
Cube.java 32 int one = 0x10000; local
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
    [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/compiler-rt/test/asan/TestCases/
global-location.cc 24 int one = argc - 1; local
26 case 'g': return global[one * 11];
27 case 'c': return C::array[one * 11];
32 return array[one * 11];
36 return str[one * 11];
  /external/chromium_org/tools/gn/tutorial/
hello.cc 14 void Hello(const char* one, const char* two) {
15 printf("Hello, %s and %s.\n", one, two);
hello.h 11 void Hello(const char* one, const char* two);
  /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/chromium_org/net/base/
int128_unittest.cc 13 uint128 one(1);
23 EXPECT_LT(one, two);
24 EXPECT_GT(two, one);
25 EXPECT_LT(one, big);
26 EXPECT_LT(one, big);
27 EXPECT_EQ(one, one_2arg);
28 EXPECT_NE(one, two);
29 EXPECT_GT(big, one);
41 EXPECT_EQ(one, one | one)
    [all...]
  /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...]
  /external/chromium_org/third_party/icu/source/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};
58 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two,
66 UnicodeString input1[] = {one};
68 UnicodeString input2[] = {one, two};
70 UnicodeString input3[] = {one, two, three}
    [all...]

Completed in 5932 milliseconds

1 2 3 4 5 6 7 8 91011>>