/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/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
D | BoolTagTest.java | 34 assertEquals(Boolean.TRUE, getMapValue("canonical: true", "canonical")); in testBool() 41 assertEquals(Boolean.TRUE, getMapValue("canonical: Yes", "canonical")); in testBoolCanonical() 42 assertEquals(Boolean.TRUE, getMapValue("canonical: yes", "canonical")); in testBoolCanonical() 43 assertEquals(Boolean.TRUE, getMapValue("canonical: YES", "canonical")); in testBoolCanonical() 44 assertEquals("yES", getMapValue("canonical: yES", "canonical")); in testBoolCanonical() 45 assertEquals(Boolean.FALSE, getMapValue("canonical: No", "canonical")); in testBoolCanonical() 46 assertEquals(Boolean.FALSE, getMapValue("canonical: NO", "canonical")); in testBoolCanonical() 47 assertEquals(Boolean.FALSE, getMapValue("canonical: no", "canonical")); in testBoolCanonical() 48 assertEquals(Boolean.FALSE, getMapValue("canonical: off", "canonical")); in testBoolCanonical() 49 assertEquals(Boolean.FALSE, getMapValue("canonical: Off", "canonical")); in testBoolCanonical() [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | sparc-as.c | 15 // RUN: %clang -no-canonical-prefixes -target sparc--netbsd \ 19 // RUN: %clang -mcpu=v8 -no-canonical-prefixes -target sparc--netbsd \ 23 // RUN: %clang -mcpu=supersparc -no-canonical-prefixes -target sparc--netbsd \ 27 // RUN: %clang -mcpu=sparclite -no-canonical-prefixes -target sparc--netbsd \ 31 // RUN: %clang -mcpu=f934 -no-canonical-prefixes -target sparc--netbsd \ 35 // RUN: %clang -mcpu=hypersparc -no-canonical-prefixes -target sparc--netbsd \ 39 // RUN: %clang -mcpu=sparclite86x -no-canonical-prefixes -target sparc--netbsd \ 43 // RUN: %clang -mcpu=sparclet -no-canonical-prefixes -target sparc--netbsd \ 47 // RUN: %clang -mcpu=tsc701 -no-canonical-prefixes -target sparc--netbsd \ 51 // RUN: %clang -mcpu=v9 -no-canonical-prefixes -target sparc--netbsd \ [all …]
|
D | constructors.c | 7 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 13 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 19 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 26 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 33 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 39 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 46 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 52 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 58 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 64 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ [all …]
|
D | avr-mmcu.c | 3 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=attiny11 -save-temps %s 2>&1 | FileChe… 7 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=at90s2313 -save-temps %s 2>&1 | FileCh… 11 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=at90s8515 -save-temps %s 2>&1 | FileCh… 15 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=attiny13a -save-temps %s 2>&1 | FileCh… 19 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=attiny88 -save-temps %s 2>&1 | FileChe… 23 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=attiny88 -save-temps %s 2>&1 | FileChe… 27 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=atmega8u2 -save-temps %s 2>&1 | FileCh… 31 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=atmega8u2 -save-temps %s 2>&1 | FileCh… 35 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=atmega8a -save-temps %s 2>&1 | FileChe… 39 // RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=atmega8a -save-temps %s 2>&1 | FileChe… [all …]
|
D | openmp-offload-gpu.c | 14 // RUN: %clang -### -no-canonical-prefixes -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda \ 24 // RUN: %clang -### -no-canonical-prefixes -fopenmp=libomp \ 35 // RUN: %clang -### -no-canonical-prefixes -fopenmp=libomp \ 39 // RUN: %clang -### -no-canonical-prefixes -fopenmp=libomp \ 51 // RUN: %clang -### -no-canonical-prefixes -target powerpc64le-unknown-linux-gnu -fopenmp=libomp \ 55 // RUN: %clang -### -no-canonical-prefixes -target x86_64-apple-darwin17.0.0 -fopenmp=libomp \ 68 // RUN: -no-canonical-prefixes -save-temps %t.s 2>&1 \ 81 // RUN: -no-canonical-prefixes -save-temps %s -c 2>&1 \ 93 // RUN: -no-canonical-prefixes -save-temps %t.o %S/Inputs/in.so 2>&1 \ 108 // RUN: %clang -### -no-canonical-prefixes -target powerpc64le-unknown-linux-gnu -fopenmp=libomp \ [all …]
|
D | sparcv9-as.c | 15 // RUN: %clang -no-canonical-prefixes -target sparcv9--netbsd \ 19 // RUN: %clang -mcpu=v9 -no-canonical-prefixes -target sparcv9--netbsd \ 23 // RUN: %clang -mcpu=ultrasparc -no-canonical-prefixes -target sparcv9--netbsd \ 27 // RUN: %clang -mcpu=ultrasparc3 -no-canonical-prefixes -target sparcv9--netbsd \ 31 // RUN: %clang -mcpu=niagara -no-canonical-prefixes -target sparcv9--netbsd \ 35 // RUN: %clang -mcpu=niagara2 -no-canonical-prefixes -target sparcv9--netbsd \ 39 // RUN: %clang -mcpu=niagara3 -no-canonical-prefixes -target sparcv9--netbsd \ 43 // RUN: %clang -mcpu=niagara4 -no-canonical-prefixes -target sparcv9--netbsd \ 52 // RUN: not %clang -mcpu=v8 -no-canonical-prefixes -target sparcv9--netbsd \ 56 // RUN: not %clang -mcpu=supersparc -no-canonical-prefixes -target sparcv9--netbsd \ [all …]
|
D | function-sections.c | 10 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 14 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 19 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 24 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 29 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 34 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 40 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 45 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 50 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 55 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ [all …]
|
D | cuda-flush-denormals-to-zero.cu | 5 // RUN: %clang -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda-gpu-ar… 6 // RUN: %clang -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda-gpu-ar… 7 // RUN: %clang -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda-gpu-ar… 8 // RUN: %clang -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda-gpu-ar… 11 // RUN: %clang -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda-gpu-ar… 12 // RUN: %clang -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda-gpu-ar… 15 // RUN: %clang -x hip -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda… 16 // RUN: %clang -x hip -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda… 18 // RUN: %clang -x hip -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda… 19 // RUN: %clang -x hip -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell --cuda… [all …]
|
D | wasm-toolchain.c | 4 // RUN: %clang %s -### -no-canonical-prefixes -target wasm32-unknown-unknown 2>&1 \ 17 // RUN: %clang -### -no-canonical-prefixes -target wasm32-unknown-unknown --sysroot=/foo %s 2>&1 \ 24 // RUN: %clang -### -O2 -no-canonical-prefixes -target wasm32-unknown-unknown --sysroot=/foo %s 2>&… 31 // RUN: %clang -### -no-canonical-prefixes -target wasm32-wasi --sysroot=/foo %s 2>&1 \ 38 // RUN: %clang -### -O2 -no-canonical-prefixes -target wasm32-wasi --sysroot=/foo %s 2>&1 \ 45 // RUN: %clang -### -no-canonical-prefixes -target wasm32-wasi --sysroot=/foo %s 2>&1 \ 52 // RUN: %clang -### -no-canonical-prefixes -target wasm32-unknown-unknown \ 59 // RUN: %clang -### -no-canonical-prefixes -target wasm32-unknown-unknown \ 65 // RUN: %clang -### -no-canonical-prefixes -target wasm32-unknown-unknown \ 71 // RUN: %clang -### -no-canonical-prefixes -target wasm32-unknown-unknown \ [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() 61 String canonical = "a"; in testWeak_simplistic() local 65 assertSame(canonical, pool.intern(canonical)); in testWeak_simplistic() 66 assertSame(canonical, pool.intern(not)); in testWeak_simplistic() 88 Integer canonical = new Integer(5); in testWeak_afterGC() local 92 assertSame(canonical, pool.intern(canonical)); in testWeak_afterGC() 94 WeakReference<Integer> signal = new WeakReference<>(canonical); in testWeak_afterGC() 95 canonical = null; // Hint to the JIT that canonical is unreachable in testWeak_afterGC() [all …]
|
/external/guava/android/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() 61 String canonical = "a"; in testWeak_simplistic() local 65 assertSame(canonical, pool.intern(canonical)); in testWeak_simplistic() 66 assertSame(canonical, pool.intern(not)); in testWeak_simplistic() 88 Integer canonical = new Integer(5); in testWeak_afterGC() local 92 assertSame(canonical, pool.intern(canonical)); in testWeak_afterGC() 94 WeakReference<Integer> signal = new WeakReference<>(canonical); in testWeak_afterGC() 95 canonical = null; // Hint to the JIT that canonical is unreachable in testWeak_afterGC() [all …]
|
/external/clang/test/Driver/ |
D | sparc-as.c | 15 // RUN: %clang -no-canonical-prefixes -target sparc--netbsd \ 19 // RUN: %clang -mcpu=v8 -no-canonical-prefixes -target sparc--netbsd \ 23 // RUN: %clang -mcpu=supersparc -no-canonical-prefixes -target sparc--netbsd \ 27 // RUN: %clang -mcpu=sparclite -no-canonical-prefixes -target sparc--netbsd \ 31 // RUN: %clang -mcpu=f934 -no-canonical-prefixes -target sparc--netbsd \ 35 // RUN: %clang -mcpu=hypersparc -no-canonical-prefixes -target sparc--netbsd \ 39 // RUN: %clang -mcpu=sparclite86x -no-canonical-prefixes -target sparc--netbsd \ 43 // RUN: %clang -mcpu=sparclet -no-canonical-prefixes -target sparc--netbsd \ 47 // RUN: %clang -mcpu=tsc701 -no-canonical-prefixes -target sparc--netbsd \ 51 // RUN: %clang -mcpu=v9 -no-canonical-prefixes -target sparc--netbsd \ [all …]
|
D | sparcv9-as.c | 15 // RUN: %clang -no-canonical-prefixes -target sparcv9--netbsd \ 19 // RUN: %clang -mcpu=v9 -no-canonical-prefixes -target sparcv9--netbsd \ 23 // RUN: %clang -mcpu=ultrasparc -no-canonical-prefixes -target sparcv9--netbsd \ 27 // RUN: %clang -mcpu=ultrasparc3 -no-canonical-prefixes -target sparcv9--netbsd \ 31 // RUN: %clang -mcpu=niagara -no-canonical-prefixes -target sparcv9--netbsd \ 35 // RUN: %clang -mcpu=niagara2 -no-canonical-prefixes -target sparcv9--netbsd \ 39 // RUN: %clang -mcpu=niagara3 -no-canonical-prefixes -target sparcv9--netbsd \ 43 // RUN: %clang -mcpu=niagara4 -no-canonical-prefixes -target sparcv9--netbsd \ 52 // RUN: not %clang -mcpu=v8 -no-canonical-prefixes -target sparcv9--netbsd \ 56 // RUN: not %clang -mcpu=supersparc -no-canonical-prefixes -target sparcv9--netbsd \ [all …]
|
D | function-sections.c | 10 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 14 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 19 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 24 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 29 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 34 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 40 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 45 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 50 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 55 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ [all …]
|
D | constructors.c | 7 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 13 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 20 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 27 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 33 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 40 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 46 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 52 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 58 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 64 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | CanonicalType.h | 10 // canonical types. 43 // Canonical, qualified type template 46 /// Represents a canonical, potentially-qualified type. 49 /// to the canonical representation of a type, where all typedefs and other 66 /// The actual, canonical type. 70 /// Constructs a NULL canonical type. 74 /// canonical type pointers. 80 /// canonical type. 86 /// canonical type, or nullptr. 103 /// Retrieve a canonical type pointer with a different static type, [all …]
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 11 // canonical types. 28 // Canonical, qualified type template 31 /// \brief Represents a canonical, potentially-qualified type. 34 /// to the canonical representation of a type, where all typedefs and other 53 /// \brief The actual, canonical type. 57 /// \brief Constructs a NULL canonical type. 61 /// canonical type pointers. 67 /// canonical type. 73 /// canonical type, or NULL. 91 /// \brief Retrieve a canonical type pointer with a different static type, [all …]
|
/external/snakeyaml/src/test/resources/issues/ |
D | issue56-1.yaml | 4 canonical: 11 canonical: 26 canonical: {} 35 canonical: 54 canonical: 67 canonical: 110 canonical: 152 canonical: 163 canonical: 170 canonical: [all …]
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | Name.java | 31 * well as for {@code Path} equality and sort ordering) and a canonical string, which is used for 65 * Creates a name with the given display representation and the given canonical representation. 67 public static Name create(String display, String canonical) { in create() argument 68 return new Name(display, canonical); in create() 72 private final String canonical; field in Name 74 private Name(String display, String canonical) { in Name() argument 76 this.canonical = checkNotNull(canonical); in Name() 83 return canonical.equals(other.canonical); in equals() 90 return Util.smearHash(canonical.hashCode()); in hashCode() 103 /** Returns an ordering that orders names by their canonical representation. */ [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/base64/ |
D | base64_test.cc | 32 // canonical indicates that the encoding is the expected encoding of the 34 canonical, enumerator 36 // need not be the canonical one. 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"}, [all …]
|
/external/boringssl/src/crypto/base64/ |
D | base64_test.cc | 32 // canonical indicates that the encoding is the expected encoding of the 34 canonical, enumerator 36 // need not be the canonical one. 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"}, [all …]
|