/third_party/python/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 …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | realpath.c | 44 canonicalize_dm_name(const char *ptname, char *canonical) in canonicalize_dm_name() argument 60 res = strcpy(canonical, path); in canonicalize_dm_name() 83 char *ntfs_realpath_canonicalize(const char *path, char *canonical) in ntfs_realpath_canonicalize() argument 90 if (!ntfs_realpath(path, canonical)) in ntfs_realpath_canonicalize() 93 p = strrchr(canonical, '/'); in ntfs_realpath_canonicalize() 95 p = canonicalize_dm_name(p+1, canonical); in ntfs_realpath_canonicalize() 100 return canonical; in ntfs_realpath_canonicalize()
|
/third_party/PyYAML/lib/yaml/ |
D | dumper.py | 13 canonical=None, indent=None, width=None, argument 17 Emitter.__init__(self, stream, canonical=canonical, 31 canonical=None, indent=None, width=None, argument 35 Emitter.__init__(self, stream, canonical=canonical, 49 canonical=None, indent=None, width=None, argument 53 Emitter.__init__(self, stream, canonical=canonical,
|
D | cyaml.py | 55 canonical=None, indent=None, width=None, argument 59 CEmitter.__init__(self, stream, canonical=canonical, 72 canonical=None, indent=None, width=None, argument 76 CEmitter.__init__(self, stream, canonical=canonical, 89 canonical=None, indent=None, width=None, argument 93 CEmitter.__init__(self, stream, canonical=canonical,
|
D | __init__.py | 158 canonical=None, indent=None, width=None, argument 168 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, 179 canonical=None, indent=None, width=None, argument 194 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, 217 canonical=None, indent=None, width=None, argument 234 canonical=canonical, indent=indent, width=width,
|
D | emitter.py | 38 def __init__(self, stream, canonical=None, indent=None, width=None, argument 83 self.canonical = canonical 195 implicit = (first and not self.event.explicit and not self.canonical 201 if self.canonical: 246 if self.flow_level or self.canonical or self.event.flow_style \ 252 if self.flow_level or self.canonical or self.event.flow_style \ 287 if self.canonical or self.column > self.best_width: 296 if self.canonical: 303 if self.canonical or self.column > self.best_width: 323 if self.canonical or self.column > self.best_width: [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | virtual_file_store.cc | 42 auto canonical = path; in GetCanonical() local 43 canonical = ReplaceAll(canonical, "\\", "/"); in GetCanonical() 44 canonical = TrimPrefix(canonical, "./"); in GetCanonical() 45 return canonical; in GetCanonical()
|
D | virtual_file_store.h | 40 auto canonical = GetCanonical(path); in Add() local 42 auto it = files_by_path_.find(canonical); in Add() 46 files_by_path_.emplace(canonical, content); in Add() 59 auto canonical = GetCanonical(path); in Get() local 61 auto it = files_by_path_.find(canonical); in Get()
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpencod.txt | 16 Encoding = canonical 20 Encoding = canonical 24 Encoding = canonical 28 Encoding = canonical 32 Encoding = canonical 65 Encoding = canonical 85 Encoding = canonical 142 Encoding = canonical 158 Encoding = canonical 163 Encoding = canonical
|
/third_party/node/lib/internal/process/ |
D | per_thread.js | 308 let canonical = from; 309 if (StringPrototypeEndsWith(canonical, '=')) 310 canonical = StringPrototypeSlice(canonical, 0, canonical.length - 1); 311 if (StringPrototypeEndsWith(canonical, ' <arg>')) 312 canonical = StringPrototypeSlice(canonical, 0, canonical.length - 4); 313 ArrayPrototypePush(allowedNodeEnvironmentFlags, canonical);
|
/third_party/jerryscript/docs/ |
D | 12.EXT-REFERENCE-MODULE.md | 6 function pointers: one for a function which computes a canonical name for the requested module or r… 7 to the requested name, and one that converts a canonical name to a `jerry_value_t`, thus "resolving… 10 The resolvers are first called in sequence to each compute the canonical name of the requested modu… 12 requested module name is assumed to be what the resolver considers to be its canonical name. `jerry… 13 searches its cache of loaded modules for each canonical name as returned by a `get_canonical_name` … 14 one of the loaded modules in the cache corresponds to a canonical name, it is returned. 17 previously computed interpretation of the requested module's canonical name. If the resolver succes… 22 flag set, it will add the `jerry_value_t` to its cache under the module's canonical name and return… 23 subsequent calls to `jerryx_module_resolve` with a module name whose canonical name is associated w… 50 establish the resolver's interpretation of what the canonical name for the module should be. If `ge… [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/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()
|
/third_party/node/deps/v8/src/regexp/ |
D | gen-regexp-special-case.cc | 70 UChar32 canonical = RegExpCaseFolding::Canonicalize(i); in PrintSpecial() local 80 if (canonical == other_canonical) { in PrintSpecial() 112 UChar32 canonical = RegExpCaseFolding::Canonicalize(c); in PrintSpecial() local 119 CHECK_EQ(canonical, RegExpCaseFolding::Canonicalize(c2)); in PrintSpecial()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
|
/third_party/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()
|
/third_party/gn/ |
D | .mailmap | 2 # names to a single canonical one for `git shortlog`, `git log --author`, 7 # to be your canonical name, add 12 # you want the former to be your canonical email address, add
|
/third_party/PyYAML/tests/lib/ |
D | test_emitter.py | 32 for canonical in [False, True]: 33 output = yaml.emit(events, canonical=canonical) 35 print("OUTPUT (canonical=%s):" % canonical)
|
/third_party/rust/crates/bindgen/bindgen/ |
D | clang.rs | 213 let canonical = self.canonical(); in num_template_args() localVariable 214 if canonical != *self { in num_template_args() 215 canonical.num_template_args() in num_template_args() 455 pub fn canonical(&self) -> Cursor { in canonical() method 1074 self.declaration().canonical() in fmt() 1145 let canonical = declaration.canonical(); in canonical_declaration() localVariable 1146 if canonical.is_valid() && canonical.kind() != CXCursor_NoDeclFound { in canonical_declaration() 1147 Some(CanonicalTypeDeclaration(*self, canonical)) in canonical_declaration() 1967 let canonical = c.canonical(); in ast_dump() localVariable 1968 if canonical != *c { in ast_dump() [all …]
|
/third_party/skia/src/core/ |
D | SkImageInfo.cpp | 99 SkAlphaType* canonical) { in SkColorTypeValidateAlphaType() argument 136 if (canonical) { in SkColorTypeValidateAlphaType() 137 *canonical = alphaType; in SkColorTypeValidateAlphaType()
|
/third_party/python/Doc/library/ |
D | unicodedata.rst | 80 Returns the canonical combining class assigned to the character *chr* 110 based on the definition of canonical equivalence and compatibility equivalence. 116 Normal form D (NFD) is also known as canonical decomposition, and translates 118 canonical decomposition, then composes pre-combined characters again. 129 (NFKC) first applies the compatibility decomposition, followed by the canonical
|
/third_party/libabigail/src/ |
D | abg-ir-priv.h | 825 type_base_sptr canonical = src.get_canonical_type(); in propagate_ct() local 826 ABG_ASSERT(canonical); in propagate_ct() 827 dest.priv_->canonical_type = canonical; in propagate_ct() 828 dest.priv_->naked_canonical_type = canonical.get(); in propagate_ct() 974 type_base_sptr canonical = t->priv_->canonical_type.lock(); in cancel_ct_propagation_for_types_dependant_on() local 975 if (canonical) in cancel_ct_propagation_for_types_dependant_on()
|