Searched refs:one (Results 1 - 25 of 922) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/
H A D1.h1 int one; variable
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D100-macro-with-colon.c1 #define one 1 macro
5 case one + two:
H A D097-paste-with-non-function-macro.c1 #define PASTE_MACRO one ## token
H A D057-empty-arguments.c3 #define one(x) success macro
4 one()
H A D040-token-pasting.c2 paste(one , token)
/external/clang/test/CodeGen/
H A D2004-01-01-UnknownInitSize.c7 struct one struct
13 struct one hobbit = {5, {1, 2, 3}};
/external/mesa3d/src/glsl/glcpp/tests/
H A D100-macro-with-colon.c1 #define one 1 macro
5 case one + two:
H A D097-paste-with-non-function-macro.c1 #define PASTE_MACRO one ## token
H A D057-empty-arguments.c3 #define one(x) success macro
4 one()
H A D040-token-pasting.c2 paste(one , token)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-406.js48 function one() { return 1; } function
50 assertFalse(typeof(0) == "zero" && one() < 0);
51 assertFalse(typeof(0) == "zero" && one() > 0);
52 assertFalse(typeof(0) != "zero" && one() < 0);
53 assertTrue(typeof(0) != "zero" && one() > 0);
55 assertFalse(typeof(0) == "zero" || one() < 0);
56 assertTrue(typeof(0) == "zero" || one() > 0);
57 assertTrue(typeof(0) != "zero" || one() < 0);
58 assertTrue(typeof(0) != "zero" || one() > 0);
61 assertFalse(one() <
[all...]
H A Dregress-996542.js29 var one = 1; variable
33 assertEquals(-Infinity, one / (zero / minus_one));
35 assertEquals(Infinity, one / (zero / one));
38 assertEquals(-Infinity, one / (minus_one % one))
40 assertEquals(Infinity, one / (one % one));
/external/chromium_org/v8/test/mjsunit/
H A Dsmi-negative-zero.js31 var one = 1; variable
40 assertEquals(-Infinity, one / (-zero), "one / -0 I");
42 assertEquals(-Infinity, one / (zero * minus_one), "one / -1");
43 assertEquals(-Infinity, one / (minus_one * zero), "one / -0 II");
44 assertEquals(Infinity, one / (zero * zero), "one / 0 I");
45 assertEquals(1, one / (minus_on
[all...]
/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.c137 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, "xyzdefg
[all...]
H A Dssse3_misaligned.stderr.exp1 you should see: "one\ntwo\nthree\n"
2 one
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c65 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, "
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dglobal-location.cc24 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/
H A Dhello.cc14 void Hello(const char* one, const char* two) { argument
15 printf("Hello, %s and %s.\n", one, two);
H A Dhello.h11 void Hello(const char* one, const char* two);
/external/clang/test/SemaCXX/
H A Dgnu-case-ranges.cpp5 one, enumerator in enum:E
16 case one:
/external/valgrind/main/none/tests/amd64/
H A Dssse3_misaligned.stderr.exp1 you should see: "one\ntwo\nthree\n"
2 one
/external/chromium_org/v8/test/mjsunit/compiler/
H A Drecursive-deopt.js34 if (n == 0) return 1 << one;
35 return f(n - 1) << one;
39 var one = 1; variable
44 var one = { valueOf: function() { return 1; } };
/external/chromium_org/net/base/
H A Dint128_unittest.cc13 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 | on
[all...]
/external/fdlibm/
H A Ds_tanh.c24 * 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
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp22 one("Alice", -1, US_INV), two("Bob", -1, US_INV),
37 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, argument
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, argument
66 UnicodeString input1[] = {one};
68 UnicodeString input2[] = {one, two};
70 UnicodeString input3[] = {one, tw
[all...]

Completed in 3680 milliseconds

1234567891011>>