/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqCanonical.decTest | 2 -- dqCanonical.decTest -- test decQuad canonical results -- 38 -- assert some standard (canonical) values; this tests that FromString 39 -- produces canonical results (many more in decimalNN) 54 -- Base tests for canonical encodings (individual operator 58 dqcan021 canonical #77ffcff3fcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 59 dqcan022 canonical #77fffff3fcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 60 dqcan023 canonical #77ffcffffcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 61 dqcan024 canonical #77ffcff3ffff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 62 dqcan025 canonical #77ffcff3fcffffcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 63 dqcan026 canonical #77ffcff3fcff3ffff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff [all …]
|
D | ddCanonical.decTest | 2 -- ddCanonical.decTest -- test decDouble canonical results -- 37 -- assert some standard (canonical) values; this tests that FromString 38 -- produces canonical results (many more in decimalNN) 53 -- Base tests for canonical encodings (individual operator 57 ddcan021 canonical #77fcff3fcff3fcff -> #77fcff3fcff3fcff 58 ddcan022 canonical #77fcff3fcff3fcff -> #77fcff3fcff3fcff 59 ddcan023 canonical #77ffff3fcff3fcff -> #77fcff3fcff3fcff 60 ddcan024 canonical #77ffff3fcff3fcff -> #77fcff3fcff3fcff 61 ddcan025 canonical #77fcffffcff3fcff -> #77fcff3fcff3fcff 62 ddcan026 canonical #77fcffffcff3fcff -> #77fcff3fcff3fcff [all …]
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | dqCanonical.decTest | 2 -- dqCanonical.decTest -- test decQuad canonical results -- 38 -- assert some standard (canonical) values; this tests that FromString 39 -- produces canonical results (many more in decimalNN) 54 -- Base tests for canonical encodings (individual operator 58 dqcan021 canonical #77ffcff3fcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 59 dqcan022 canonical #77fffff3fcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 60 dqcan023 canonical #77ffcffffcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 61 dqcan024 canonical #77ffcff3ffff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 62 dqcan025 canonical #77ffcff3fcffffcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff 63 dqcan026 canonical #77ffcff3fcff3ffff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff [all …]
|
D | ddCanonical.decTest | 2 -- ddCanonical.decTest -- test decDouble canonical results -- 37 -- assert some standard (canonical) values; this tests that FromString 38 -- produces canonical results (many more in decimalNN) 53 -- Base tests for canonical encodings (individual operator 57 ddcan021 canonical #77fcff3fcff3fcff -> #77fcff3fcff3fcff 58 ddcan022 canonical #77fcff3fcff3fcff -> #77fcff3fcff3fcff 59 ddcan023 canonical #77ffff3fcff3fcff -> #77fcff3fcff3fcff 60 ddcan024 canonical #77ffff3fcff3fcff -> #77fcff3fcff3fcff 61 ddcan025 canonical #77fcffffcff3fcff -> #77fcff3fcff3fcff 62 ddcan026 canonical #77fcffffcff3fcff -> #77fcff3fcff3fcff [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | InternersTest.java | 35 String canonical = "a"; in testStrong_simplistic() local 39 assertSame(canonical, pool.intern(canonical)); in testStrong_simplistic() 40 assertSame(canonical, pool.intern(not)); in testStrong_simplistic() 52 String canonical = "a"; in testWeak_simplistic() local 56 assertSame(canonical, pool.intern(canonical)); in testWeak_simplistic() 57 assertSame(canonical, pool.intern(not)); in testWeak_simplistic() 69 Integer canonical = new Integer(5); in testWeak_afterGC() local 73 assertSame(canonical, pool.intern(canonical)); in testWeak_afterGC() 75 WeakReference<Integer> signal = new WeakReference<Integer>(canonical); in testWeak_afterGC() 76 canonical = null; // Hint to the JIT that canonical is unreachable in testWeak_afterGC() [all …]
|
D | RangeTest.java | 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() 570 Range.atMost(0).canonical(integers())); in testCanonical() 571 assertEquals(Range.atLeast(0), Range.atLeast(0).canonical(integers())); in testCanonical() 572 assertEquals(Range.atLeast(1), Range.greaterThan(0).canonical(integers())); in testCanonical() 574 assertEquals(Range.atLeast(Integer.MIN_VALUE), Range.<Integer>all().canonical(integers())); in testCanonical() [all …]
|
/external/boringssl/src/crypto/base64/ |
D | base64_test.cc | 34 canonical, enumerator 50 {canonical, "", ""}, 51 {canonical, "f", "Zg==\n"}, 52 {canonical, "fo", "Zm8=\n"}, 53 {canonical, "foo", "Zm9v\n"}, 54 {canonical, "foob", "Zm9vYg==\n"}, 55 {canonical, "fooba", "Zm9vYmE=\n"}, 56 {canonical, "foobar", "Zm9vYmFy\n"}, 69 {canonical, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", 77 {canonical, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", [all …]
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 42 ASSERT_NOT_NOEXCEPT(canonical(p)); in TEST_CASE() 43 ASSERT_NOT_NOEXCEPT(canonical(p, ec)); in TEST_CASE() 77 const path ret = canonical(TC.p, ec); in TEST_CASE() 79 const path ret2 = canonical(TC.p); in TEST_CASE() 90 const path ret = canonical(StaticEnv::DNE, ec); in TEST_CASE() 96 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE)); in TEST_CASE() 106 canonical(p); in TEST_CASE() 115 canonical(p); in TEST_CASE()
|
/external/guava/guava/src/com/google/common/collect/ |
D | Interners.java | 48 E canonical = map.putIfAbsent(checkNotNull(sample), sample); in newStrongInterner() 49 return (canonical == null) ? sample : canonical; in newStrongInterner() 78 E canonical = entry.getKey(); 79 if (canonical != null) { // only matters if weak/soft keys are used 80 return canonical;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ZoneMeta.java | 362 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID() local 363 if (canonical == null) { in getCanonicalCLDRID() 364 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID() 365 if (canonical == null) { in getCanonicalCLDRID() 377 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID() 379 if (canonical == null) { in getCanonicalCLDRID() 380 canonical = tzid; in getCanonicalCLDRID() 387 if (canonical != null) { in getCanonicalCLDRID() 388 CANONICAL_ID_CACHE.put(tzid, canonical); in getCanonicalCLDRID() 391 return canonical; in getCanonicalCLDRID() [all …]
|
D | CalendarUtil.java | 52 ULocale canonical = ULocale.createCanonical(loc.toString()); in getCalendarType() local 53 calType = canonical.getKeywordValue(CALKEY); in getCalendarType() 60 String region = ULocale.getRegionForSupplementalData(canonical, true); in getCalendarType()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 361 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID() local 362 if (canonical == null) { in getCanonicalCLDRID() 363 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID() 364 if (canonical == null) { in getCanonicalCLDRID() 376 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID() 378 if (canonical == null) { in getCanonicalCLDRID() 379 canonical = tzid; in getCanonicalCLDRID() 386 if (canonical != null) { in getCanonicalCLDRID() 387 CANONICAL_ID_CACHE.put(tzid, canonical); in getCanonicalCLDRID() 390 return canonical; in getCanonicalCLDRID() [all …]
|
D | CalendarUtil.java | 50 ULocale canonical = ULocale.createCanonical(loc.toString()); in getCalendarType() local 51 calType = canonical.getKeywordValue(CALKEY); in getCalendarType() 58 String region = ULocale.getRegionForSupplementalData(canonical, true); in getCalendarType()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SparseReorder.pbtxt | 7 SparseTensor, possibly not in canonical ordering. 26 in canonical row-major ordering. 35 summary: "Reorders a SparseTensor into the canonical, row-major ordering." 37 Note that by convention, all sparse ops preserve the canonical ordering along
|
D | api_def_CudnnRNNCanonicalToParams.pbtxt | 3 summary: "Converts CudnnRNN params from canonical form to usable form." 9 save and restoration should be converted to and from the canonical weights and 15 weights: the canonical form of weights that can be used for saving 18 biases: the canonical form of biases that can be used for saving
|
D | api_def_CudnnRNNParamsToCanonical.pbtxt | 3 summary: "Retrieves CudnnRNN params in canonical form." 9 save and restoration should be converted to and from the canonical weights and 18 weights: the canonical form of weights that can be used for saving 21 biases: the canonical form of biases that can be used for saving
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
D | DumperOptions.java | 162 private boolean canonical = false; field in DumperOptions 257 public void setCanonical(boolean canonical) { in setCanonical() argument 258 this.canonical = canonical; in setCanonical() 262 return this.canonical; in isCanonical()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerData.java | 63 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { in getRecursiveDecomposition() argument 65 if (decomp != null && !(canonical && isCompatibility.get(ch))) { in getRecursiveDecomposition() 68 getRecursiveDecomposition(canonical, ch, buffer); in getRecursiveDecomposition()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
D | Emitter.java | 132 private Boolean canonical; field in Emitter 187 this.canonical = opts.isCanonical(); in Emitter() 332 boolean implicit = first && !ev.getExplicit() && !canonical in expect() 339 if (canonical) { in expect() 395 if (flowLevel != 0 || canonical || ((SequenceStartEvent) event).getFlowStyle() in expectNode() 402 if (flowLevel != 0 || canonical || ((MappingStartEvent) event).getFlowStyle() in expectNode() 449 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect() 463 if (canonical) { in expect() 474 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect() 503 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect() [all …]
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 17 // and might be dependent, canonical, or non-canonical. All clients 24 // anywhere in the AST but will never be a part of a canonical 25 // type. Clients that only need to deal with canonical types 35 // is non-canonical unless it is dependent. Defaults to TYPE because 36 // it is neither reliably dependent nor reliably non-canonical.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerData.java | 66 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { in getRecursiveDecomposition() argument 68 if (decomp != null && !(canonical && isCompatibility.get(ch))) { in getRecursiveDecomposition() 71 getRecursiveDecomposition(canonical, ch, buffer); in getRecursiveDecomposition()
|
/external/toolchain-utils/cwp/interpreter/ |
D | symbolizer.py | 50 def _ParseFilename(filename, canonical=False): argument 56 if canonical: 70 _, _, board, vers = _ParseFilename(filename, canonical=True) 115 _, _, board, vers = _ParseFilename(filename, canonical=True)
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 1645 char *canonical = find_in_hashtable(raw, domain, domain->raw_to_trans); in untrans_context() local 1646 if (!canonical) { in untrans_context() 1647 canonical = compute_trans_from_raw(raw, domain); in untrans_context() 1648 if (canonical && strcmp(canonical, range)) in untrans_context() 1649 if (add_cache(domain, raw, canonical) < 0) { in untrans_context() 1654 if (canonical) in untrans_context() 1655 free(canonical); in untrans_context() 1670 char *canonical = find_in_hashtable(lraw, domain, domain->raw_to_trans); in untrans_context() local 1671 if (!canonical) { in untrans_context() 1672 canonical = compute_trans_from_raw(lraw, domain); in untrans_context() [all …]
|
/external/tensorflow/tensorflow/tools/docs/ |
D | generate2.py | 82 canonical = tf_export.get_canonical_name_for_symbol(self._index[name]) 85 if canonical is not None and name == "tf." + canonical:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-02-19.test | 1 # RUN: yaml-bench -canonical %s 3 canonical: 12345
|