/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-main.c | 455 the platform-specific in-guest-state format to the canonical 459 void getSyscallArgsFromGuestState ( /*OUT*/SyscallArgs* canonical, in getSyscallArgsFromGuestState() argument 465 canonical->sysno = gst->guest_EAX; in getSyscallArgsFromGuestState() 466 canonical->arg1 = gst->guest_EBX; in getSyscallArgsFromGuestState() 467 canonical->arg2 = gst->guest_ECX; in getSyscallArgsFromGuestState() 468 canonical->arg3 = gst->guest_EDX; in getSyscallArgsFromGuestState() 469 canonical->arg4 = gst->guest_ESI; in getSyscallArgsFromGuestState() 470 canonical->arg5 = gst->guest_EDI; in getSyscallArgsFromGuestState() 471 canonical->arg6 = gst->guest_EBP; in getSyscallArgsFromGuestState() 472 canonical->arg7 = 0; in getSyscallArgsFromGuestState() [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 …]
|
D | TimestampTagTest.java | 31 getText("canonical: 2001-12-15T02:59:43.1Z", "canonical")); in testTimestamp() 34 getText("canonical: 2001-12-15T02:59:43.000Z", "canonical")); in testTimestamp() 62 …assertTrue(getMapValue("canonical: !!timestamp 2001-12-15T02:59:43.1Z", "canonical") instanceof Da… in testTimestampShorthand() 66 assertTrue(getMapValue("canonical: !<tag:yaml.org,2002:timestamp> 2001-12-15T02:59:43.1Z", in testTimestampTag() 67 "canonical") instanceof Date); in testTimestampTag() 85 map.put("canonical", date); in testTimestampOutMap() 87 assertEquals("{canonical: !!timestamp '2008-09-23T10:35:04Z'}\n", output); in testTimestampOutMap() 111 map.put("canonical", date); in testTimestampReadWrite() 113 assertEquals("{canonical: !!timestamp '2001-11-23T20:01:42Z'}\n", output); in testTimestampReadWrite() 119 map.put("canonical", date); in testSqlDate() [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 …]
|
/external/bison/tests/ |
D | reduce.at | 467 AT_TEST_TABLES_AND_PARSE([[%define lr.type canonical-lr: ]$1], 468 [[canonical LR]], [[]], 469 [[%define lr.type canonical-lr 476 // Conflict resolution renders state 12 unreachable for canonical LR(1). We 581 ]AT_COND_CASE([[canonical LR]], [['a']], 607 'a' shift, and go to state ]AT_COND_CASE([[canonical LR]], [[17]], 611 ]AT_COND_CASE([[canonical LR]], [[$end]], 617 7 c: A .]AT_COND_CASE([[canonical LR]], [[ [$end]]])[ 619 ]AT_COND_CASE([[canonical LR]], [[$end]], 625 3 S: 'c' c .]AT_COND_CASE([[canonical LR]], [[ [$end]]])[ [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/ceres-solver/internal/ceres/ |
D | canonical_views_clustering.h | 31 // An implementation of the Canonical Views clustering algorithm from 60 // canonical views clustering algorithm. 63 // interchangably. Given a weighted Graph G(V,E), the canonical views 66 // vertex j, and C is the set of canonical views. Then the objective 67 // of the canonical views algorithm is 73 // alpha is the size penalty that penalizes large number of canonical 76 // beta is the similarity penalty that penalizes canonical views that 77 // are too similar to other canonical views. 79 // Thus the canonical views algorithm tries to find a canonical view 81 // to minimize the number of canonical views and the overlap between [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/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 …]
|
D | no-canonical-prefixes.c | 9 // RUN: ./test-clang -v -S %s 2>&1 | FileCheck --check-prefix=CANONICAL %s 10 // RUN: ./test-clang -v -S %s -no-canonical-prefixes 2>&1 | FileCheck --check-prefix=NON-CANONICAL … 13 // CANONICAL: InstalledDir: {{.*}}.fake 14 // CANONICAL: {{[/|\\]*}}clang{{.*}}" -cc1 16 // NON-CANONICAL: InstalledDir: .{{$}} 17 // NON-CANONICAL: test-clang" -cc1
|
D | linux-ld.c | 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 18 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 38 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 52 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 73 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 88 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 109 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 130 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 151 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 158 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ [all …]
|
D | netbsd.c | 1 // RUN: %clang -no-canonical-prefixes -target x86_64--netbsd \ 4 // RUN: %clang -no-canonical-prefixes -target x86_64--netbsd7.0.0 \ 7 // RUN: %clang -no-canonical-prefixes -target x86_64--netbsd6.0.0 \ 10 // RUN: %clang -no-canonical-prefixes -target aarch64--netbsd \ 13 // RUN: %clang -no-canonical-prefixes -target aarch64--netbsd7.0.0 \ 16 // RUN: %clang -no-canonical-prefixes -target arm--netbsd-eabi \ 19 // RUN: %clang -no-canonical-prefixes -target armeb--netbsd-eabi \ 22 // RUN: %clang -no-canonical-prefixes -target armeb--netbsd-eabi -march=armv7 \ 25 // RUN: %clang -no-canonical-prefixes -target armv7eb--netbsd-eabi \ 28 // RUN: %clang -r -no-canonical-prefixes -target armeb--netbsd-eabi \ [all …]
|
D | instrprof-ld.c | 3 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 12 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 21 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 30 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 39 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 49 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 59 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 69 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 77 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 85 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ [all …]
|
D | netbsd.cpp | 1 // RUN: %clangxx -no-canonical-prefixes -target x86_64--netbsd \ 4 // RUN: %clangxx -no-canonical-prefixes -target x86_64--netbsd7.0.0 \ 7 // RUN: %clangxx -no-canonical-prefixes -target x86_64--netbsd6.0.0 \ 10 // RUN: %clangxx -no-canonical-prefixes -target arm--netbsd6.0.0-eabi \ 13 // RUN: %clangxx -no-canonical-prefixes -target arm--netbsd7.0.0-eabi \ 16 // RUN: %clangxx -no-canonical-prefixes -target aarch64--netbsd \ 19 // RUN: %clangxx -no-canonical-prefixes -target aarch64--netbsd7.0.0 \ 22 // RUN: %clangxx -no-canonical-prefixes -target sparc--netbsd \ 25 // RUN: %clangxx -no-canonical-prefixes -target sparc64--netbsd \ 28 // RUN: %clangxx -no-canonical-prefixes -target powerpc--netbsd \ [all …]
|
D | darwin-sanitizer-ld.c | 3 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ 13 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ 23 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ 33 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ 43 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ 51 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ 61 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
|
/external/clang/test/OpenMP/ |
D | linking.c | 6 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 13 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 20 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 27 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 34 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 41 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 48 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 53 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 58 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 65 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ [all …]
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 193 assert(isCanonical(Header) && "Expected canonical MDString"); in getImpl() 240 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl() 250 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl() 263 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl() 280 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl() 305 assert(isCanonical(Filename) && "Expected canonical MDString"); in getImpl() 306 assert(isCanonical(Directory) && "Expected canonical MDString"); in getImpl() 321 assert(isCanonical(Producer) && "Expected canonical MDString"); in getImpl() 322 assert(isCanonical(Flags) && "Expected canonical MDString"); in getImpl() 323 assert(isCanonical(SplitDebugFilename) && "Expected canonical MDString"); in getImpl() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ZoneMeta.java | 87 * Returns an immutable set of canonical system time zone IDs. 90 * @return An immutable set of canonical system time zone IDs. 117 * Returns an immutable set of canonical system time zone IDs that 121 * @return An immutable set of canonical system time zone IDs that 164 case CANONICAL: in getAvailableIDs() 353 * Return the canonical id for this tzid defined by CLDR, which might be 360 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID() local 361 if (canonical == null) { in getCanonicalCLDRID() 362 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID() 363 if (canonical == null) { in getCanonicalCLDRID() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 86 * Returns an immutable set of canonical system time zone IDs. 89 * @return An immutable set of canonical system time zone IDs. 116 * Returns an immutable set of canonical system time zone IDs that 120 * @return An immutable set of canonical system time zone IDs that 163 case CANONICAL: in getAvailableIDs() 352 * Return the canonical id for this tzid defined by CLDR, which might be 359 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID() local 360 if (canonical == null) { in getCanonicalCLDRID() 361 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID() 362 if (canonical == null) { in getCanonicalCLDRID() [all …]
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetProviderICU.java | 58 // get the canonical name in charsetForName() 110 * Gets the canonical name of the converter as defined by Java 112 * @return canonical name of the converter 138 // Remove the 'x-' and get the ICU canonical name in getICUCanonicalName() 166 * Gets the canonical name of the converter as defined by Java 168 * @return canonical name of the converter 176 of the Java platform then its canonical name must be the name listed in the registry. in getJavaCanonicalName() 179 name then its canonical name must be the MIME-preferred name and the other names in in getJavaCanonicalName() 181 registry then its canonical name must begin with one of the strings "X-" or "x-". in getJavaCanonicalName() 195 make that the canonical name in getJavaCanonicalName() [all …]
|
/external/libxml2/doc/ |
D | guidelines.html | 43 <li><a href="#Canonical">Canonical URL</a></li> 81 localization. The canonical way to localize XML content is to use 149 <h2><a name="Canonical">Canonical URL</a></h2> 155 "Canonical URL" of an XML resource. The resource can be an XML document, a 157 resource, the canonical URL is the URL where the "master" copy of that 167 resource to reference it but always use the canonical URL. For example in a 174 <p>But always reference the canonical URL for the DTD:</p> 182 generate HTML, and the canonical URL should be used:</p> 187 <p>Defining the canonical URL for the resources needed should obey a few 204 instance document references the canonical URL. <a [all …]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2003-09-23-NotAtTop.ll | 4 ; is the canonical one! 12 ; CHECK-NEXT: Canonical 14 %Canonical = phi i32 [ 0, %0 ], [ %CanonicalNext, %Loop ] ; <i32> [#uses=2] 15 store i32 %Canonical, i32* null 17 %CanonicalNext = add i32 %Canonical, 1 ; <i32> [#uses=1]
|