Home
last modified time | relevance | path

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

12345678910>>...164

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DRangeTest.java77 Range<Integer> rb = Range.between(-10, 20); in testBetweenWithCompare()
83 rb = Range.between(-10, 20, c); in testBetweenWithCompare()
89 Range<String> rbstr = Range.between("house", "i"); in testBetweenWithCompare()
95 rbstr = Range.between("house", "i", lengthComp); in testBetweenWithCompare()
102 assertThrows(NullPointerException.class, () -> Range.between(null, null, lengthComp)); in testBetweenWithCompare()
143 final Range r2 = Range.between(c, c); in testComparableConstructors()
153 Range<AbstractComparable> mixed = Range.between(derivedComparableA, derivedComparableB); in testConstructorSignatureWithAbstractComparableClasses()
154 mixed = Range.between(derivedComparableA, derivedComparableB, null); in testConstructorSignatureWithAbstractComparableClasses()
157 Range<AbstractComparable> same = Range.between(derivedComparableA, derivedComparableA); in testConstructorSignatureWithAbstractComparableClasses()
158 same = Range.between(derivedComparableA, derivedComparableA, null); in testConstructorSignatureWithAbstractComparableClasses()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/translate/
DNumericEntityEscaper.java35 private final boolean between; field in NumericEntityEscaper
47 private NumericEntityEscaper(final int below, final int above, final boolean between) { in NumericEntityEscaper() argument
50 this.between = between; in NumericEntityEscaper()
87 public static NumericEntityEscaper between(final int codePointLow, final int codePointHigh) { in between() method in NumericEntityEscaper
107 if (between) { in translate()
DUnicodeEscaper.java35 private final boolean between; field in UnicodeEscaper
54 protected UnicodeEscaper(final int below, final int above, final boolean between) { in UnicodeEscaper() argument
57 this.between = between; in UnicodeEscaper()
98 public static UnicodeEscaper between(final int codePointLow, final int codePointHigh) { in between() method in UnicodeEscaper
107 if (between) { in translate()
DJavaUnicodeEscaper.java61 public static JavaUnicodeEscaper between(final int codePointLow, final int codePointHigh) { in between() method in JavaUnicodeEscaper
90 public JavaUnicodeEscaper(final int below, final int above, final boolean between) { in JavaUnicodeEscaper() argument
91 super(below, above, between); in JavaUnicodeEscaper()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/compare/
DComparableUtilsTest.java52 assertFalse(is(a).between(b, c)); in between_returns_false()
62 assertFalse(ComparableUtils.between(b, c).test(a)); in static_between_returns_false()
80 assertTrue(is(a).between(b, c)); in between_returns_true()
90 assertTrue(ComparableUtils.between(b, c).test(a)); in static_between_returns_true()
107 assertTrue(is(a).between(b, c)); in between_returns_true()
117 assertTrue(ComparableUtils.between(b, c).test(a)); in static_between_returns_true()
186 assertTrue(is(a).between(b, c)); in between_returns_true()
196 assertTrue(ComparableUtils.between(b, c).test(a)); in static_between_returns_true()
213 assertTrue(is(a).between(b, c)); in between_returns_true()
223 assertTrue(ComparableUtils.between(b, c).test(a)); in static_between_returns_true()
[all …]
/external/skia/src/pathops/
DSkPathOpsTightBounds.cpp39 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds()
40 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds()
46 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds()
47 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds()
48 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds()
49 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
/external/pcre/testdata/
DgrepinputM3 start end in between start
7 start end in between start
11 start end in between start
16 start end in between start
/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/libabigail/tests/data/test-fedabipkgdiff/
Dtest7-self-compare-from-fc23-dbus-glib-report-0.txt1 Comparing the ABI of binaries between dbus-glib-0.106-1.fc23.i686.rpm and dbus-glib-0.106-1.fc23.i6…
6 Comparing the ABI of binaries between dbus-glib-devel-0.106-1.fc23.i686.rpm and dbus-glib-devel-0.1…
10 Comparing the ABI of binaries between dbus-glib-0.106-1.fc23.x86_64.rpm and dbus-glib-0.106-1.fc23.…
15 Comparing the ABI of binaries between dbus-glib-devel-0.106-1.fc23.x86_64.rpm and dbus-glib-devel-0…
/external/python/cpython3/Doc/library/
Dcolorsys.rst1 :mod:`colorsys` --- Conversions between color systems
5 :synopsis: Conversion functions between RGB and other color systems.
14 between colors expressed in the RGB (Red Green Blue) color space used in
17 spaces are floating point values. In the YIQ space, the Y coordinate is between
19 spaces, the coordinates are all between 0 and 1.
/external/python/cpython2/Doc/library/
Dcolorsys.rst1 :mod:`colorsys` --- Conversions between color systems
5 :synopsis: Conversion functions between RGB and other color systems.
13 between colors expressed in the RGB (Red Green Blue) color space used in
16 spaces are floating point values. In the YIQ space, the Y coordinate is between
18 spaces, the coordinates are all between 0 and 1.
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/test/
Dmod_exp_tests.txt518 # The following inputs trigger an edge case between Montgomery reduction and the
593 # Control: No relationship between A and M except that A < M and they're the same number of limbs.
633 # Control: No relationship between A and M except that A < M and they're the same number of limbs.
691 # between first and second iteration
697 # between second and third iteration
703 # between third and fourth iteration
709 # between fourth and fifth iteration
715 # between fifth and sixth iteration
721 # between sixth and seventh iteration
727 # between seventh and eighth iteration
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/test/
Dmod_exp_tests.txt518 # The following inputs trigger an edge case between Montgomery reduction and the
593 # Control: No relationship between A and M except that A < M and they're the same number of limbs.
633 # Control: No relationship between A and M except that A < M and they're the same number of limbs.
691 # between first and second iteration
697 # between second and third iteration
703 # between third and fourth iteration
709 # between fourth and fifth iteration
715 # between fifth and sixth iteration
721 # between sixth and seventh iteration
727 # between seventh and eighth iteration
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dassociated_min_max.inl6 // Min comparison between 2 variables
52 // Min comparison between 3 variables
79 // Min comparison between 4 variables
97 // Min comparison between 4 variables
119 // Min comparison between 4 variables
142 // Min comparison between 4 variables
164 // Max comparison between 2 variables
171 // Max comparison between 2 variables
185 // Max comparison between 2 variables
199 // Max comparison between 2 variables
[all …]
/external/lz4/examples/
Dstreaming_api_basics.md20 ## What is difference between Block and Streaming API ?
27 The following figure shows difference between API and block sizes.
77 Here, we can observe difference between example (2) and (3).
78 In (2), there's no dependency between chunk B and C, but (3) has dependency between B and C.
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFeatures2.inl39 TCU_FAIL("Mismatch between VkPhysicalDevice4444FormatsFeaturesEXT");
78 TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures");
118 TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures");
155 TCU_FAIL("Mismatch between VkPhysicalDeviceASTCDecodeFeaturesEXT");
192 TCU_FAIL("Mismatch between VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT");
231 TCU_FAIL("Mismatch between VkPhysicalDeviceBufferDeviceAddressFeatures");
269 TCU_FAIL("Mismatch between VkPhysicalDeviceCustomBorderColorFeaturesEXT");
306 TCU_FAIL("Mismatch between VkPhysicalDeviceColorWriteEnableFeaturesEXT");
362 TCU_FAIL("Mismatch between VkPhysicalDeviceDescriptorIndexingFeatures");
399 TCU_FAIL("Mismatch between VkPhysicalDeviceDepthClipEnableFeaturesEXT");
[all …]
/external/cronet/third_party/icu/source/data/translit/
DHan_Spacedhan.txt18 # add space between any Han or terminal punctuation and letters, and
19 # between letters and Han or initial punct
22 # remove spacing between ideographs and other letters
/external/icu/icu4c/source/data/translit/
DHan_Spacedhan.txt18 # add space between any Han or terminal punctuation and letters, and
19 # between letters and Han or initial punct
22 # remove spacing between ideographs and other letters
/external/autotest/server/site_tests/firmware_FAFTModeTransitions/
Dcontrol.all_single9 PURPOSE = "Test FAFT ability to switch between different modes"
10 CRITERIA = "This test will fail if FAFT can not switch between any two modes."
21 - Transition between any two modes (single transition)
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFeatures2.inl38 TCU_FAIL("Mismatch between VkPhysicalDevicePrivateDataFeatures");
76 TCU_FAIL("Mismatch between VkPhysicalDeviceVariablePointersFeatures");
115 TCU_FAIL("Mismatch between VkPhysicalDeviceMultiviewFeatures");
152 TCU_FAIL("Mismatch between VkPhysicalDevicePresentIdFeaturesKHR");
189 TCU_FAIL("Mismatch between VkPhysicalDevicePresentWaitFeaturesKHR");
229 TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures");
266 TCU_FAIL("Mismatch between VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures");
303 TCU_FAIL("Mismatch between VkPhysicalDeviceSamplerYcbcrConversionFeatures");
340 TCU_FAIL("Mismatch between VkPhysicalDeviceProtectedMemoryFeatures");
377 TCU_FAIL("Mismatch between VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT");
[all …]
/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/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DStringEscapeUtils.java175 NumericEntityEscaper.between(0x7f, 0x84),
176 NumericEntityEscaper.between(0x86, 0x9f),
201 NumericEntityEscaper.between(0x1, 0x8),
202 NumericEntityEscaper.between(0xe, 0x1f),
203 NumericEntityEscaper.between(0x7f, 0x84),
204 NumericEntityEscaper.between(0x86, 0x9f),
/external/rust/cxx/tests/ui/
Dopaque_autotraits.stderr1 error[E0277]: `*const cxx::void` cannot be sent between threads safely
5 | ^^^^^^^^^^^ `*const cxx::void` cannot be sent between threads safely
21 error[E0277]: `*const cxx::void` cannot be shared between threads safely
25 | ^^^^^^^^^^^ `*const cxx::void` cannot be shared between threads safely
/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/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/
DREADME.md1 # Support for interop between MHLO & TOSA
4 legalization and interop between MHLO and TOSA.

12345678910>>...164