Searched refs:one (Results 76 - 100 of 1174) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalLoadingCacheTest.java84 Object one = new Object();
85 cache.getUnchecked(one);
98 cache.getUnchecked(one);
144 Object one = new Object();
145 assertNull(map.put(one, one));
146 assertSame(one, map.get(one));
147 assertTrue(map.containsKey(one));
148 assertTrue(map.containsValue(one));
[all...]
/external/llvm/test/MC/COFF/
H A Dinvalid-endef.s3 # CHECK: ending symbol definition without starting one
4 # CHECK: ending symbol definition without starting one
/external/skia/gm/
H A Darithmode.cpp86 constexpr SkScalar one = SK_Scalar1; local
89 0, 0, 0, one,
90 0, one, 0, 0,
91 0, 0, one, 0,
92 0, one, one, 0,
93 0, one, -one, 0,
94 0, one/2, one/
[all...]
/external/skqp/gm/
H A Darithmode.cpp86 constexpr SkScalar one = SK_Scalar1; local
89 0, 0, 0, one,
90 0, one, 0, 0,
91 0, 0, one, 0,
92 0, one, one, 0,
93 0, one, -one, 0,
94 0, one/2, one/
[all...]
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dbad_rng_shape_validation_test.cc39 auto one = builder.ConstantR0<float>(1.0); local
41 builder.RngUniform(zero, one, default_constructed);
53 auto one = builder.ConstantR0<float>(1.0); local
58 builder.RngUniform(zero, one, sans_layout);
/external/toybox/tests/
H A Dpaste.test8 echo -e "one1\none2\none3" > one
12 testing "" "paste one two" "one1\ttwo1\none2\ttwo2\none3\ttwo3\n" "" ""
13 testing "" "paste -s one two" "one1\tone2\tone3\ntwo1\ttwo2\ttwo3\n" "" ""
18 testing "" "paste one two one two" \
23 "one私twothree${UTFTEST}fourqfive私six\n7私89${UTFTEST}q私\n" \
24 "" "one\ntwo\nthree\nfour\nfive\nsix\n7\n8\n9\n"
25 rm -f one two three four
H A Dtail.test7 BIGTEST="one\ntwo\nthree\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n"
9 testing "tail" "tail && echo yes" "oneyes\n" "" "one"
64 echo 111 > one
65 testing "-f one" \
66 'tail -f one & sleep .25 ; echo two >> one; sleep .25; echo three >> one; sleep .25; kill $! >/dev/null' \
68 rm one
70 echo uno > one
73 testing "-f one tw
[all...]
H A Drm.test47 mkdir -p one && touch one/two && chmod 000 one
49 "rm -rf one 2>/dev/null && [ ! -e one ] && echo yes" "yes\n" "" ""
50 chmod 777 one 2>/dev/null ; rm -rf one
/external/compiler-rt/test/asan/TestCases/Linux/
H A Doverflow-in-qsort.cc16 volatile int one = 1; variable
23 global_array[one * 10] = 0; // BOOM
/external/clang/test/Sema/
H A Dflexible-array-init.c2 struct one { struct
7 struct one x2 = { 5, 1, 2, 3 }; // expected-warning{{flexible array initialization is a GNU extension}}
10 struct one x3 = {5, {1, 2, 3}}; // expected-error{{initialization of flexible array member is not allowed}}
11 struct one x3a = { 5 };
12 struct one x3b = { .a = 5 };
13 struct one x3c = { 5, {} }; // expected-warning{{use of GNU empty initializer extension}} \
/external/curl/docs/cmdline-opts/
H A Dkrb.d8 be one of 'clear', 'safe', 'confidential', or 'private'. Should you use a
9 level that is not one of these, 'private' will instead be used.
11 If this option is used several times, the last one will be used.
/external/fdlibm/
H A De_sinh.c35 static const double one = 1.0, shuge = 1.0e307; variable
37 static double one = 1.0, shuge = 1.0e307; variable
63 if(shuge+x>one) return x;/* ieee_sinh(tiny) = tiny with inexact */
65 if(ix<0x3ff00000) return h*(2.0*t-t*t/(t+one));
66 return h*(t+t/(t+one));
73 lx = *( (((*(unsigned*)&one)>>29)) + (unsigned*)&x);
H A De_cosh.c38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
64 w = one+t;
66 return one+(t*t)/(w+w);
79 lx = *( (((*(unsigned*)&one)>>29)) + (unsigned*)&x);
/external/mockito/src/test/java/org/mockitousage/verification/
H A DDescriptiveMessagesOnVerificationInOrderErrorsTest.java23 private IMethods one; field in class:DescriptiveMessagesOnVerificationInOrderErrorsTest
30 one = Mockito.mock(IMethods.class);
34 one.simpleMethod(1);
35 one.simpleMethod(11);
40 inOrder = inOrder(one, two, three);
45 inOrder.verify(one).simpleMethod(1);
49 inOrder.verify(one, atLeastOnce()).simpleMethod(11);
79 inOrder.verify(one).differentMethod();
97 inOrder.verify(one).simpleMethod(999);
109 inOrder.verify(one)
[all...]
/external/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp91 MT0 one(1);
103 assert(d(one, two) == true);
107 assert(d(one, one) == false);
111 assert(d(two, one) == false);
121 assert(d(one, three) == true);
125 assert(d(three, one) == false);
135 assert(d(one, three) == true);
144 MT0 one(1);
154 d(one, tw
[all...]
/external/skia/src/pathops/
H A DSkIntersections.cpp34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { argument
35 if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) {
44 if (one == oldOne && two == oldTwo) {
47 if (more_roughly_equal(oldOne, one) && more_roughly_equal(oldTwo, two)) {
48 if ((precisely_zero(one) && !precisely_zero(oldOne))
49 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1))
52 SkASSERT(one >= 0 && one <= 1);
54 fT[0][index] = one;
62 SkDebugf("%s t=%1.9g pts roughly equal\n", __FUNCTION__, one);
98 insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) argument
107 insertCoincident(double one, double two, const SkDPoint& pt) argument
[all...]
/external/skqp/src/pathops/
H A DSkIntersections.cpp34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { argument
35 if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) {
44 if (one == oldOne && two == oldTwo) {
47 if (more_roughly_equal(oldOne, one) && more_roughly_equal(oldTwo, two)) {
48 if ((precisely_zero(one) && !precisely_zero(oldOne))
49 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1))
52 SkASSERT(one >= 0 && one <= 1);
54 fT[0][index] = one;
62 SkDebugf("%s t=%1.9g pts roughly equal\n", __FUNCTION__, one);
98 insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) argument
107 insertCoincident(double one, double two, const SkDPoint& pt) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-references.cpp3 struct one { char c; }; struct
39 one f(const int&);
42 one g(int&); // expected-note {{passing argument}}
57 one f(const int&);
61 static_assert(sizeof(f({1})) == sizeof(one), "bad overload resolution");
63 one g(int&);
68 one h(const int&);
H A Dcxx0x-initializer-scalars.cpp3 struct one { char c[1]; }; struct
77 one overloaded(int);
80 static_assert(sizeof(overloaded({0})) == sizeof(one), "bad overload"); // expected-warning {{braces around scalar init}}
110 one f(std::initializer_list<int>);
114 static_assert(sizeof(f({0})) == sizeof(one), "bad overload");
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c100 static const char one[4] = {0x6F, 0x6E, 0x65, 0}; /* "one" */ local
120 _put(hash, one, 1, 0);
124 _put(hash, one, -1, 1);
127 _put(hash, one, 100, -1);
131 _get(hash, one, 100);
136 if(_compareChars((void*)one, (void*)three) == TRUE ||
137 _compareChars((void*)one, (void*)one2) != TRUE ||
138 _compareChars((void*)one, (void*)one) !
159 static const UChar one[4] = {0x006F, 0x006E, 0x0065, 0}; /* L"one" */ local
[all...]
/external/libcxx/test/std/utilities/utility/forward/
H A Dforward_03.pass.cpp24 typedef char one; typedef
25 struct two {one _[2];};
26 struct four {one _[4];};
27 struct eight {one _[8];};
29 one test(A&);
/external/libcxxabi/test/
H A Dtest_guard.pass.cpp74 int one() { function in namespace:test3
80 static int a = one(); ((void)a);
115 int one() { function in namespace:test5
121 static int a = one(); ((void)a);
125 static int a = one(); ((void)a);
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DAPIntTest.cpp96 APInt one(128, 1, true);
97 EXPECT_EQ(127u, one.countLeadingZeros());
98 EXPECT_EQ(0u, one.countLeadingOnes());
99 EXPECT_EQ(1u, one.getActiveBits());
100 EXPECT_EQ(0u, one.countTrailingZeros());
101 EXPECT_EQ(1u, one.countTrailingOnes());
102 EXPECT_EQ(1u, one.countPopulation());
103 EXPECT_EQ(1, one.getSExtValue());
104 EXPECT_EQ(1u, one.getZExtValue());
111 const APInt one(
[all...]
/external/clang/test/Analysis/
H A Dtemplates.cpp20 static const T one; member in class:MyClass
23 template<class T> const T MyClass<T>::one = static_cast<T>(1); member in class:MyClass
27 useBlock(^{ mPtr = new MyClass<T> (MyClass<T>::one); });
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.h49 UnicodeString one,
56 UnicodeString one,
65 const UnicodeString one; member in class:ListFormatterTest

Completed in 829 milliseconds

1234567891011>>