Home
last modified time | relevance | path

Searched refs:between (Results 1 – 25 of 1552) sorted by relevance

12345678910>>...63

/external/v8/test/webkit/fast/js/
Dnumber-toprecision-expected.txt37 PASS (1234.567).toPrecision(0) threw exception RangeError: toPrecision() argument must be between 1…
38 …567).toPrecision(null) threw exception RangeError: toPrecision() argument must be between 1 and 21.
39 …67).toPrecision(false) threw exception RangeError: toPrecision() argument must be between 1 and 21.
40 …67).toPrecision('foo') threw exception RangeError: toPrecision() argument must be between 1 and 21.
41 PASS (1234.567).toPrecision(-1) threw exception RangeError: toPrecision() argument must be between
49 PASS (1234.567).toPrecision(22) threw exception RangeError: toPrecision() argument must be between
50 PASS (1234.567).toPrecision(100) threw exception RangeError: toPrecision() argument must be between
51 PASS (1234.567).toPrecision(101) threw exception RangeError: toPrecision() argument must be between
52 …7).toPrecision(posInf) threw exception RangeError: toPrecision() argument must be between 1 and 21.
53 …7).toPrecision(negInf) threw exception RangeError: toPrecision() argument must be between 1 and 21.
[all …]
Dnumber-toString-expected.txt29 PASS (1234.567).toString(0) threw exception RangeError: toString() radix argument must be between 2…
30 …567).toString(null) threw exception RangeError: toString() radix argument must be between 2 and 36.
31 …67).toString(false) threw exception RangeError: toString() radix argument must be between 2 and 36.
32 …67).toString('foo') threw exception RangeError: toString() radix argument must be between 2 and 36.
33 PASS (1234.567).toString(nan) threw exception RangeError: toString() radix argument must be between
34 PASS (1234.567).toString(1) threw exception RangeError: toString() radix argument must be between 2…
35 …567).toString(true) threw exception RangeError: toString() radix argument must be between 2 and 36.
36 PASS (1234.567).toString('1') threw exception RangeError: toString() radix argument must be between
73 PASS (1234.567).toString(37) threw exception RangeError: toString() radix argument must be between
74 PASS (1234.567).toString(-1) threw exception RangeError: toString() radix argument must be between
[all …]
Dnumber-tofixed-expected.txt68 PASS (1234.567).toFixed(21) threw exception RangeError: toFixed() digits argument must be between 0…
69 PASS (1234.567).toFixed(100) threw exception RangeError: toFixed() digits argument must be between
70 PASS (1234.567).toFixed(101) threw exception RangeError: toFixed() digits argument must be between
71 PASS (1234.567).toFixed(-1) threw exception RangeError: toFixed() digits argument must be between 0…
72 PASS (1234.567).toFixed(-4) threw exception RangeError: toFixed() digits argument must be between 0…
73 PASS (1234.567).toFixed(-5) threw exception RangeError: toFixed() digits argument must be between 0…
74 PASS (1234.567).toFixed(-20) threw exception RangeError: toFixed() digits argument must be between
75 PASS (1234.567).toFixed(-21) threw exception RangeError: toFixed() digits argument must be between
76 …67).toFixed(posInf) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
77 …67).toFixed(negInf) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
/external/clang/test/SemaObjC/
Dcomptypes-7.m49 …if (obj == i) foo() ; // expected-warning {{comparison between pointer and integer ('id' and 'int'…
50 …if (i == obj) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id'…
54 …if (obj_c == i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' …
55 …if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'M…
59 …if (obj_p == i) foo() ; // expected-warning {{comparison between pointer and integer ('id<MyProtoc…
60 …if (i == obj_p) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'i…
64 …if (obj_C == i) foo() ; // expected-warning {{comparison between pointer and integer ('Class' and …
65 …if (i == obj_C) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'C…
/external/autotest/client/site_tests/graphics_VTSwitch/
Dcontrol.10012 - VT1 does not remain the same between VT switches.
13 - VT2 does not remain the same between VT switches.
25 Switches between VT1 and VT2 repeatedly and logs in/out of Chrome to make sure
27 sure each VT remains the same between VT switches, and that VT1 and VT2 are
Dcontrol12 - VT1 does not remain the same between VT switches.
13 - VT2 does not remain the same between VT switches.
29 Switches between VT1 and VT2 repeatedly and logs in/out of Chrome to make sure
31 sure each VT remains the same between VT switches, and that VT1 and VT2 are
/external/vulkan-validation-layers/libs/glm/gtx/
Dassociated_min_max.inl12 // Min comparison between 2 variables
138 // Min comparison between 3 variables
193 // Min comparison between 4 variables
211 // Min comparison between 4 variables
233 // Min comparison between 4 variables
255 // Min comparison between 4 variables
277 // Min comparison between 4 variables
300 // Min comparison between 4 variables
323 // Min comparison between 4 variables
346 // Min comparison between 4 variables
[all …]
/external/v8/test/webkit/
Dnumber-toExponential-expected.txt43 …6).toExponential(21) threw exception RangeError: toExponential() argument must be between 0 and 20.
44 …).toExponential(100) threw exception RangeError: toExponential() argument must be between 0 and 20.
45 …).toExponential(101) threw exception RangeError: toExponential() argument must be between 0 and 20.
46 …6).toExponential(-1) threw exception RangeError: toExponential() argument must be between 0 and 20.
47 …oExponential(posInf) threw exception RangeError: toExponential() argument must be between 0 and 20.
48 …oExponential(negInf) threw exception RangeError: toExponential() argument must be between 0 and 20.
/external/opencv3/modules/imgproc/src/
Dgeometry.cpp283 static bool between( Point2f a, Point2f b, Point2f c ) in between() function
301 else if( between(a, b, c) && between(a, b, d)) in parallelInt()
303 else if( between(c, d, a) && between(c, d, b)) in parallelInt()
305 else if( between(a, b, c) && between(c, d, b)) in parallelInt()
307 else if( between(a, b, c) && between(c, d, a)) in parallelInt()
309 else if( between(a, b, d) && between(c, d, b)) in parallelInt()
311 else if( between(a, b, d) && between(c, d, a)) in parallelInt()
/external/iproute2/examples/diffserv/
Dregression-testing55 Marking: Should vary between 0x88,0x90,0x98 and 0x0
60 Marking: Should vary between 0x90,0x98 and 0x0
65 Marking: Should vary between 0x98 and 0x0
107 Marking: Should vary between 0x88,0x90,0x98 and 0x0
112 Marking: Should vary between 0x90,0x98 and 0x0
117 Marking: Should vary between 0x98 and 0x0
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt4 enable the best possible division of labor between static and dynamic
6 between these two complementary stages of compilation. We feel that
17 tradeoff between performance and portability. On a deeper level, however,
19 system somewhere in between these two extremes: Dynamic application
35 problems: First, there is a lag time between when a processor is introduced
/external/autotest/client/site_tests/platform_TLSDate/src/
Dtest.conf1 subprocess-wait-between-tries 2
3 wait-between-tries 2
/external/llvm/test/Transforms/InstCombine/
Dbitcast-alias-function.ll8 ; Test cast between scalars with same bit sizes
11 ; Test cast between vectors with same number of elements and bit sizes
20 ; Test cast between vectors of pointers
26 ; Test cast between scalars with different bit sizes
29 ; Test cast between vectors with different bit sizes but the
33 ; Test cast between vectors with same number of bits and different
37 ; Test cast between scalar and vector with different number of bits
40 ; Test cast between vector and scalar with different number of bits
47 ; Test cast between vector of pointers and scalar with different number of bits
/external/llvm/test/MC/Sparc/
Dsparc-asm-errors.s5 ! CHECK: argument must be between
7 ! CHECK: argument must be between
/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt30 - Test synchronization between work group invocations.
33 - Test synchronization between draw calls
55 for synchronization between the calls.
67 content and intermediate values are checked to verify atomicy between operations.
Dfunctional.copy_image.txt30 + Copies between different formats
31 + Copies between different compressed formats
32 + Copies between compressed and non-compressed formats
40 + Copies between two float formats
/external/skia/src/pathops/
DSkPathOpsLine.cpp41 if (!between(0, numer, denom)) { in nearPoint()
61 SkASSERT(between(0, t, 1)); in nearPoint()
102 SkASSERT(between(0, t, 1)); in NearPointH()
137 SkASSERT(between(0, t, 1)); in NearPointV()
DSkIntersections.cpp15 if (!between(rangeStart, fT[0][index], rangeEnd)) { in closestTo()
35 if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) { in insert()
131 if (!between(rangeStart, fT[0][index], rangeEnd)) { in mostOutside()
/external/llvm/test/CodeGen/X86/
Dcrash-O0.ll35 ; When an instruction gets between those two, RegAllocFast was reusing
36 ; AX for the vreg defined in between and the compiler crashed.
38 ; An instruction gets between CQO and DIV64 because the load is folded
/external/clang/test/SemaOpenCL/
Dvector_conv_invalid.cl11 …int4 e = (int4)u; // expected-error{{invalid conversion between ext-vector type 'int4' (vector of …
13 …uint3 u4 = (uint3)u; // expected-error{{invalid conversion between ext-vector type 'uint3' (vector…
/external/libpng/contrib/conftest/
DREADME9 The files in this directory may change between minor releases, however
12 for given configurations can be, and has been, dropped between successive minor
48 between 7 and 16 characters long, shorter names (6 characters or less) are
/external/llvm/test/MC/X86/AlignedBundling/
Dlabeloffset.s22 # 26 bytes of instructions between the pop and the use of the pic base symbol.
32 # The difference between the labels should be 0x20 (0x40-0x20) not 0x1b
53 # 26 bytes of instructions between the pop and the use of the pic base symbol.
/external/e2fsprogs/e2fsck/
Dcrc32defs.h23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
/external/google-tv-pairing-protocol/cpp/
DREADME9 The Google TV Pairing Protocol can be used to conduct pairing sessions between
10 clients and servers on a local network, for example, between a mobile phone and
/external/autotest/client/tests/tsc/src/
DREADME2 between pairs of CPUs on an SMP system using a technique borrowed
10 report the observed difference in TSC values between each pair of CPUs.

12345678910>>...63