/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ContiguousSetTest.java | 21 import static com.google.common.collect.DiscreteDomain.integers; 38 return integers().next(value); 42 return integers().previous(value); 46 return integers().distance(start, end); 50 return integers().minValue(); 54 return integers().maxValue(); 61 ContiguousSet.create(Range.closed(1, 3), integers()), in testEquals() 62 ContiguousSet.create(Range.closedOpen(1, 4), integers()), in testEquals() 63 ContiguousSet.create(Range.openClosed(0, 3), integers()), in testEquals() 64 ContiguousSet.create(Range.open(0, 4), integers()), in testEquals() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ContiguousSetTest.java | 21 import static com.google.common.collect.DiscreteDomain.integers; 55 return integers().next(value); 59 return integers().previous(value); 63 return integers().distance(start, end); 67 return integers().minValue(); 71 return integers().maxValue(); 78 ContiguousSet.create(Range.closed(1, 3), integers()), in testEquals() 79 ContiguousSet.create(Range.closedOpen(1, 4), integers()), in testEquals() 80 ContiguousSet.create(Range.openClosed(0, 3), integers()), in testEquals() 81 ContiguousSet.create(Range.open(0, 4), integers()), in testEquals() [all …]
|
D | RangeTest.java | 21 import static com.google.common.collect.DiscreteDomain.integers; 542 return integers().next(value); 546 return integers().previous(value); 550 return integers().distance(start, end); 556 Range.closed(1, 4).canonical(integers())); in testCanonical() 558 Range.open(0, 5).canonical(integers())); in testCanonical() 560 Range.closedOpen(1, 5).canonical(integers())); in testCanonical() 562 Range.openClosed(0, 4).canonical(integers())); in testCanonical() 565 Range.closedOpen(Integer.MIN_VALUE, 0).canonical(integers())); in testCanonical() 568 Range.lessThan(0).canonical(integers())); in testCanonical() [all …]
|
D | PackageSanityTests.java | 30 setDefault(DiscreteDomain.class, DiscreteDomain.integers()); in PackageSanityTests()
|
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/ |
D | dEQP-GLES2.functional.hasty.Fail.bz2 | ... texsubimage2d_offset_allowed
5dEQP-GLES2.functional.state_query.integers.stencil_back_value_mask_getfloat
6dEQP-GLES2.functional.state_query ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/ |
D | dEQP-GLES2.functional.hasty.Fail.bz2 | ... texsubimage2d_offset_allowed
5dEQP-GLES2.functional.state_query.integers.stencil_back_value_mask_getfloat
6dEQP-GLES2.functional.state_query ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/ |
D | dEQP-GLES2.functional.hasty.Fail.bz2 | ... texsubimage2d_offset_allowed
5dEQP-GLES2.functional.state_query.integers.stencil_back_value_mask_getfloat
6dEQP-GLES2.functional.state_query ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/braswell/ |
D | dEQP-GLES2.functional.hasty.Fail.bz2 | ... texsubimage2d_offset_allowed
5dEQP-GLES2.functional.state_query.integers.stencil_back_value_mask_getfloat
6dEQP-GLES2.functional.state_query ... |
D | dEQP-GLES3.functional.hasty.Fail.bz2 | ... 0
6dEQP-GLES3.functional.state_query.integers.stencil_back_value_mask_getfloat
7dEQP-GLES3.functional.state_query ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/skylake/ |
D | dEQP-GLES2.functional.hasty.Fail.bz2 | ... texturecube_bias
10dEQP-GLES2.functional.state_query.integers.stencil_back_value_mask_getfloat
11dEQP-GLES2.functional.state_query ... |
/external/v8/test/cctest/ |
D | types-fuzz.h | 95 integers.push_back(isolate->factory()->NewNumber(-V8_INFINITY)); in Types() 96 integers.push_back(isolate->factory()->NewNumber(+V8_INFINITY)); in Types() 97 integers.push_back(isolate->factory()->NewNumber(-rng_->NextInt(10))); in Types() 98 integers.push_back(isolate->factory()->NewNumber(+rng_->NextInt(10))); in Types() 101 integers.push_back(isolate->factory()->NewNumber(x)); in Types() 103 if (!IsMinusZero(x)) integers.push_back(isolate->factory()->NewNumber(x)); in Types() 174 ValueVector integers; // "Integer" values used for range limits. variable 278 int i = rng_->NextInt(static_cast<int>(integers.size())); 279 int j = rng_->NextInt(static_cast<int>(integers.size())); 280 double min = integers[i]->Number(); [all …]
|
/external/deqp/android/cts/mnc/src/ |
D | gles3-pixelformat.txt | 13 dEQP-GLES3.functional.state_query.integers.implementation_color_read_* 14 dEQP-GLES3.functional.state_query.integers.read_buffer_* 17 # dEQP-GLES3.functional.state_query.integers.draw_buffer_*
|
/external/deqp/android/cts/master/src/ |
D | gles3-pixelformat.txt | 13 dEQP-GLES3.functional.state_query.integers.implementation_color_read_* 14 dEQP-GLES3.functional.state_query.integers.read_buffer_* 17 # dEQP-GLES3.functional.state_query.integers.draw_buffer_*
|
/external/v8/test/unittests/compiler/ |
D | typer-unittest.cc | 28 integers.push_back(0); in TyperTest() 29 integers.push_back(0); in TyperTest() 30 integers.push_back(-1); in TyperTest() 31 integers.push_back(+1); in TyperTest() 32 integers.push_back(-V8_INFINITY); in TyperTest() 33 integers.push_back(+V8_INFINITY); in TyperTest() 36 integers.push_back(x); in TyperTest() 38 if (!IsMinusZero(x)) integers.push_back(x); in TyperTest() 57 std::vector<double> integers; member in v8::internal::compiler::TyperTest 86 std::vector<double>& numbers = int32 ? int32s : integers; in RandomRange()
|
/external/srtp/googlepatches/ |
D | google-7-srtp-security-fix.patch | 1 …/google3/third_party/libsrtp/crypto/include/integers.h b/google3/third_party/libsrtp/crypto/includ… 3 --- a/google3/third_party/libsrtp/crypto/include/integers.h 4 +++ b/google3/third_party/libsrtp/crypto/include/integers.h
|
/external/libexif/test/ |
D | Makefile.am | 13 TESTS = test-mem test-value test-integers test-parse test-tagtable test-sorted 18 check_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \
|
D | Makefile.in | 36 TESTS = test-mem$(EXEEXT) test-value$(EXEEXT) test-integers$(EXEEXT) \ 40 test-value$(EXEEXT) test-integers$(EXEEXT) test-parse$(EXEEXT) \ 66 test_integers_SOURCES = test-integers.c 67 test_integers_OBJECTS = test-integers.$(OBJEXT) 131 SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \ 133 DIST_SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \ 365 test-integers$(EXEEXT): $(test_integers_OBJECTS) $(test_integers_DEPENDENCIES) 366 @rm -f test-integers$(EXEEXT) 393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-integers.Po@am__quote@
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | PowerSetBenchmark.java | 19 import static com.google.common.collect.DiscreteDomain.integers; 38 Set<Integer> set = ContiguousSet.create(Range.closed(1, elements), integers()); in setUp()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 207 The total number of 32-bit integers encoded using the Variable Bit Rate 212 The total number of 64-bit integers encoded using the Variable Bit Rate encoding 217 The total number of bytes consumed by the 32-bit and 64-bit integers that use 223 integers had they not been compressed with the Variable Bit Rage encoding 279 The total number of 32-bit integers found in this function (for any use). 283 The total number of 64-bit integers found in this function (for any use). 288 integers that use the Variable Bit Rate encoding scheme. 293 the 32-bit and 64-bit integers had they not been compressed with the Variable
|
/external/llvm/test/Transforms/IndVarSimplify/NVPTX/ |
D | no-widen-expensive.ll | 7 ; hardware needs to simulate a 64-bit integer using two 32-bit integers. 9 ; variables to 64-bit integers even though i64 is a legal type in the 64-bit
|
/external/pdfium/third_party/bigint/ |
D | LICENSE | 9 You can use this library in a C++ program to do arithmetic on integers of size 11 BigInteger classes that represent nonnegative integers and signed integers,
|
/external/dagger2/core/src/test/java/dagger/internal/ |
D | SetFactoryTest.java | 31 import static com.google.common.collect.DiscreteDomain.integers; 126 final ContiguousSet<Integer> set = ContiguousSet.create(range, integers());
|
/external/guice/core/test/com/google/inject/ |
D | BinderTest.java | 249 final Integer[] integers = new Integer[] { 1 }; in testArrayTypeCanonicalization() local 255 bind(new TypeLiteral<Integer[]>() {}).toInstance(integers); in testArrayTypeCanonicalization() 259 assertSame(integers, injector.getInstance(Key.get(new TypeLiteral<Integer[]>() {}))); in testArrayTypeCanonicalization() 260 assertSame(integers, injector.getInstance(new Key<Integer[]>() {})); in testArrayTypeCanonicalization() 261 assertSame(integers, injector.getInstance(Integer[].class)); in testArrayTypeCanonicalization()
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
D | MultibindingTest.java | 170 StringKey value, int[] integers, ClassKey[] annotations, Class<? extends Number>[] classes) { in testWrappedAnnotationKey() argument 172 value, integers, annotations, classes); in testWrappedAnnotationKey()
|
/external/skia/site/user/api/ |
D | skrect.md | 14 32bit integers. 41 fractional values to integers.
|