/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Scale.java | 32 final BigDecimal arbitrary; field in Scale 36 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() argument 37 this(magnitude, arbitrary, RoundingUtils.DEFAULT_MATH_CONTEXT_34_DIGITS); in Scale() 40 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() argument 41 if (arbitrary != null) { in Scale() 44 arbitrary = in Scale() 45 arbitrary.compareTo(BigDecimal.ZERO) == 0 in Scale() 47 : arbitrary.stripTrailingZeros(); in Scale() 48 if (arbitrary.precision() == 1 && arbitrary.unscaledValue().equals(BigInteger.ONE)) { in Scale() 50 magnitude -= arbitrary.scale(); in Scale() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | Scale.java | 33 final BigDecimal arbitrary; field in Scale 37 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() argument 38 this(magnitude, arbitrary, RoundingUtils.DEFAULT_MATH_CONTEXT_34_DIGITS); in Scale() 41 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() argument 42 if (arbitrary != null) { in Scale() 45 arbitrary = in Scale() 46 arbitrary.compareTo(BigDecimal.ZERO) == 0 in Scale() 48 : arbitrary.stripTrailingZeros(); in Scale() 49 if (arbitrary.precision() == 1 && arbitrary.unscaledValue().equals(BigInteger.ONE)) { in Scale() 51 magnitude -= arbitrary.scale(); in Scale() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-new.cpp | 5 struct arbitrary_t {} arbitrary; variable 15 int *p = new(arbitrary) int[4]; in f() 24 S *s = new(arbitrary) S[2]; in g() 26 S *s1 = new(arbitrary) S; in g()
|
/external/markdown/tests/misc/ |
D | html.txt | 6 Now some <arbitrary>arbitrary tags</arbitrary>.
|
/external/clang/test/SemaCXX/ |
D | microsoft-new-delete.cpp | 5 struct arbitrary_t {} arbitrary; variable 10 int *p = new(arbitrary) int[4]; in f()
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | plan.md | 211 * THEN creating a domain with an arbitrary name ("domain1"?) should succeed 217 * THEN creating a configuration in this domain with an arbitrary name ("config1") should succeed 234 * THEN renaming the domain to an arbitrary name should succeed 240 * GIVEN a started parameter framework with a domain (arbitrary name) 245 containing one configuration (arbitrary name) 251 * THEN deleting an arbitrary named domain should fail 255 * THEN deleting in this domain a arbitrary named configuration should fail 259 * THEN listing configuration of an arbitrary named domain should fail 263 with arbitrary different names ("domain1" and "domain2") 268 with arbitrary different names ("config1" and "config2") [all …]
|
/external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/ |
D | control | 13 launch arbitrary processes. 17 allows executing an arbitrary binary.
|
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | any.rst | 16 The |ASN.1| type models an arbitrary value of an arbitrary type. Typically,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RemoteFusedGraphExecute.pbtxt | 6 Arbitrary number of tensors with arbitrary data types 12 Arbitrary number of tensors with arbitrary data types
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 180 Ordering<Object> arbitrary = Ordering.arbitrary(); 181 Collections.sort(list, arbitrary); 185 Helpers.testComparator(arbitrary, list); 187 assertEquals("Ordering.arbitrary()", arbitrary.toString()); 196 Ordering<Object> arbitrary = new ArbitraryOrdering() { 205 Collections.sort(list, arbitrary); 209 Helpers.testComparator(arbitrary, list); 859 Ordering<Object> arbitrary = Ordering.arbitrary(); 863 Arrays.sort(array, arbitrary); 864 testExhaustively(arbitrary, array);
|
/external/libchrome/mojo/public/mojom/base/ |
D | values.mojom | 9 // One notable caveat is that Value supports arbitrary binary data, which JSON 20 // Binary blob with arbitrary bytes. Not supported for JSON.
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
D | global-config.properties | 63 # Instrument "arbitrary" 64 instrument.arbitrary.class=com.google.caliper.runner.ArbitraryMeasurementInstrument 67 instrument.arbitrary.options.gcBeforeEach=false
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-01.ll | 28 ; Test v16i8 splat of an arbitrary element, using the second operand of 63 ; Test v8i16 splat of an arbitrary element, using the second operand of 95 ; Test v4i32 splat of an arbitrary element, using the second operand of 146 ; Test v4f32 splat of an arbitrary element, using the second operand of
|
D | vec-move-11.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 32 ; Test v8i16 insertion into an undef, with an arbitrary index. 59 ; Test v4i32 insertion into an undef, with an arbitrary index.
|
D | vec-move-12.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 35 ; Test v8i16 insertion into an undef, with an arbitrary index. 65 ; Test v4i32 insertion into an undef, with an arbitrary index.
|
D | vec-perm-02.ll | 32 ; Test v16i8 splat of an arbitrary element, using the second operand of 73 ; Test v8i16 splat of an arbitrary element, using the second operand of 111 ; Test v4i32 splat of an arbitrary element, using the second operand of 168 ; Test v4f32 splat of an arbitrary element, using the second operand of
|
/external/python/cpython2/Misc/ |
D | README.valgrind | 56 PyMalloc needs to know whether an arbitrary address is one 69 Given an arbitrary address, pymalloc computes the pool base 81 the arbitrary address pymalloc is investigating 83 pymalloc controls this arbitrary address if and only if it lies
|
/external/python/cpython3/Misc/ |
D | README.valgrind | 59 PyMalloc needs to know whether an arbitrary address is one 72 Given an arbitrary address, pymalloc computes the pool base 84 the arbitrary address pymalloc is investigating 86 pymalloc controls this arbitrary address if and only if it lies
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-01.ll | 28 ; Test v16i8 splat of an arbitrary element, using the second operand of 63 ; Test v8i16 splat of an arbitrary element, using the second operand of 95 ; Test v4i32 splat of an arbitrary element, using the second operand of 146 ; Test v4f32 splat of an arbitrary element, using the second operand of
|
D | vec-move-11.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 32 ; Test v8i16 insertion into an undef, with an arbitrary index. 59 ; Test v4i32 insertion into an undef, with an arbitrary index.
|
D | vec-move-12.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 35 ; Test v8i16 insertion into an undef, with an arbitrary index. 65 ; Test v4i32 insertion into an undef, with an arbitrary index.
|
D | vec-perm-02.ll | 32 ; Test v16i8 splat of an arbitrary element, using the second operand of 73 ; Test v8i16 splat of an arbitrary element, using the second operand of 111 ; Test v4i32 splat of an arbitrary element, using the second operand of 168 ; Test v4f32 splat of an arbitrary element, using the second operand of
|
/external/python/cpython3/Doc/library/ |
D | nis.rst | 26 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and 39 arbitrary arrays of bytes.
|
/external/python/cpython2/Doc/library/ |
D | nis.rst | 24 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and 38 arbitrary arrays of bytes.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | dot-symbol.s | 2 # arbitrary contexts. We don't support this in general.
|