Home
last modified time | relevance | path

Searched refs:canonical (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/ntfs-3g/libntfs-3g/
H A Drealpath.c44 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/
H A Ddumper.py13 canonical=None, indent=None, width=None,
17 Emitter.__init__(self, stream, canonical=canonical,
31 canonical=None, indent=None, width=None,
35 Emitter.__init__(self, stream, canonical=canonical,
49 canonical=None, indent=None, width=None,
53 Emitter.__init__(self, stream, canonical=canonical,
H A Dcyaml.py55 canonical=None, indent=None, width=None,
59 CEmitter.__init__(self, stream, canonical=canonical,
72 canonical=None, indent=None, width=None,
76 CEmitter.__init__(self, stream, canonical=canonical,
89 canonical=None, indent=None, width=None,
93 CEmitter.__init__(self, stream, canonical=canonical,
H A D__init__.py158 canonical=None, indent=None, width=None,
168 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width,
179 canonical=None, indent=None, width=None,
194 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width,
217 canonical=None, indent=None, width=None,
234 canonical=canonical, indent=indent, width=width,
H A Demitter.py38 def __init__(self, stream, canonical=None, indent=None, width=None,
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 o
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dvirtual_file_store.cc42 auto canonical = path; in GetCanonical() local
43 canonical = ReplaceAll(canonical, "\\", "/"); in GetCanonical()
44 canonical = TrimPrefix(canonical, "./"); in GetCanonical()
45 return canonical; in GetCanonical()
H A Dvirtual_file_store.h29 /// Return the path sanitized into a canonical form.
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/node/lib/internal/process/
H A Dper_thread.js307 let canonical = from;
308 if (StringPrototypeEndsWith(canonical, '='))
309 canonical = StringPrototypeSlice(canonical, 0, canonical.length - 1);
310 if (StringPrototypeEndsWith(canonical, ' <arg>'))
311 canonical = StringPrototypeSlice(canonical, 0, canonical.length - 4);
312 ArrayPrototypePush(allowedNodeEnvironmentFlags, canonical);
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java88 * Returns an immutable set of canonical system time zone IDs.
91 * @return An immutable set of canonical system time zone IDs.
118 * Returns an immutable set of canonical system time zone IDs that
122 * @return An immutable set of canonical system time zone IDs that
354 * Return the canonical id for this tzid defined by CLDR, which might be
361 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID()
362 if (canonical == null) { in getCanonicalCLDRID()
363 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID()
364 if (canonical == null) { in getCanonicalCLDRID()
376 canonical in getCanonicalCLDRID()
[all...]
H A DCalendarUtil.java50 ULocale canonical = ULocale.createCanonical(loc.toString()); in getCalendarType()
51 calType = canonical.getKeywordValue(CALKEY); in getCalendarType()
58 String region = ULocale.getRegionForSupplementalData(canonical, true); in getCalendarType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DZoneMeta.java89 * Returns an immutable set of canonical system time zone IDs.
92 * @return An immutable set of canonical system time zone IDs.
119 * Returns an immutable set of canonical system time zone IDs that
123 * @return An immutable set of canonical system time zone IDs that
355 * Return the canonical id for this tzid defined by CLDR, which might be
362 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID()
363 if (canonical == null) { in getCanonicalCLDRID()
364 canonical = findCLDRCanonicalID(tzid); in getCanonicalCLDRID()
365 if (canonical == null) { in getCanonicalCLDRID()
377 canonical in getCanonicalCLDRID()
[all...]
H A DCalendarUtil.java52 ULocale canonical = ULocale.createCanonical(loc.toString()); in getCalendarType()
53 calType = canonical.getKeywordValue(CALKEY); in getCalendarType()
60 String region = ULocale.getRegionForSupplementalData(canonical, true); in getCalendarType()
/third_party/node/deps/v8/src/regexp/
H A Dgen-regexp-special-case.cc69 // canonical value. in PrintSpecial()
70 UChar32 canonical = RegExpCaseFolding::Canonicalize(i); in PrintSpecial() local
80 if (canonical == other_canonical) { in PrintSpecial()
88 // different canonical value, then i needs special handling. If in PrintSpecial()
89 // no other character shares a canonical value with i, we can in PrintSpecial()
92 // canonical value, then i needs special handling. in PrintSpecial()
104 // same canonical value as every other non-IgnoreSet character in 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/
H A DNormalizerData.java59 * @param canonical If true
61 * canonical decomposition, otherwise selects
62 * the recursive compatibility and canonical decomposition.
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()
132 * Tells whether decomposition is canonical or not.
H A DUnicodeNormalizer.java92 * Decomposes text, either canonical or compatibility,
97 * the recursive canonical decomposition.
103 boolean canonical = (form & COMPATIBILITY_MASK) == 0; in internalDecompose()
109 data.getRecursiveDecomposition(canonical, ch, buffer); in internalDecompose()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerData.java56 * @param canonical If true
58 * canonical decomposition, otherwise selects
59 * the recursive compatibility and canonical decomposition.
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()
129 * Tells whether decomposition is canonical or not.
H A DUnicodeNormalizer.java89 * Decomposes text, either canonical or compatibility,
94 * the recursive canonical decomposition.
100 boolean canonical = (form & COMPATIBILITY_MASK) == 0; in internalDecompose()
106 data.getRecursiveDecomposition(canonical, ch, buffer); in internalDecompose()
/third_party/PyYAML/tests/lib/
H A Dtest_emitter.py27 test_emitter_on_data.unittest = ['.data', '.canonical']
32 for canonical in [False, True]:
33 output = yaml.emit(events, canonical=canonical)
35 print("OUTPUT (canonical=%s):" % canonical)
40 test_emitter_on_canonical.unittest = ['.canonical']
67 test_emitter_styles.unittest = ['.data', '.canonical']
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs213 let canonical = self.canonical(); in num_template_args()
214 if canonical != *self { in num_template_args()
215 canonical.num_template_args() in num_template_args()
450 /// Get the canonical cursor for this referent.
453 /// defined. This method allows us to get the canonical cursor for the
455 pub fn canonical(&self) -> Cursor { in canonical() functions
1074 self.declaration().canonical() in fmt()
1127 /// Get the canonical declaration of this type, if it is available.
1145 let canonical in canonical_declaration()
[all...]
/third_party/skia/src/core/
H A DSkImageInfo.cpp99 SkAlphaType* canonical) { in SkColorTypeValidateAlphaType()
136 if (canonical) { in SkColorTypeValidateAlphaType()
137 *canonical = alphaType; in SkColorTypeValidateAlphaType()
98 SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, SkAlphaType* canonical) SkColorTypeValidateAlphaType() argument
/third_party/libabigail/src/
H A Dabg-ir-priv.h183 // The data member below holds the canonical type that is managed by
196 // canonicalization. They are useful for the "canonical type
200 // The set of canonical recursive types this type depends on.
292 /// Test if the type carries a canonical type that is the result of
293 /// maybe_propagate_canonical_type(), aka, "canonical type
296 /// @return true iff the current type carries a canonical type that
297 /// is the result of canonical type propagation.
302 /// Set the flag that says if the type carries a canonical type that
304 /// "canonical type propagation optimization".
306 /// @param f true iff the current type carries a canonical typ
825 type_base_sptr canonical = src.get_canonical_type(); propagate_ct() local
974 type_base_sptr canonical = t->priv_->canonical_type.lock(); cancel_ct_propagation_for_types_dependant_on() local
[all...]
/third_party/node/deps/v8/src/handles/
H A Dhandles-inl.h185 CanonicalHandleScope* canonical = data->canonical_scope; in GetHandle() local
186 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
/third_party/node/deps/v8/src/builtins/
H A Dsetup-builtins-internal.cc90 CanonicalHandleScope canonical(isolate); in BuildWithMacroAssembler()
132 CanonicalHandleScope canonical(isolate); in BuildAdaptor()
156 CanonicalHandleScope canonical(isolate); in BuildWithCodeStubAssemblerJS()
176 CanonicalHandleScope canonical(isolate); in BuildWithCodeStubAssemblerCS()
/third_party/icu/icu4c/source/common/
H A Duloc_tag.cpp1188 the canonical format is lowercase in BCP47 */ in _appendVariantsToLanguageTag()
1917 /* Private use in the canonical format is lowercase in BCP47 */ in _appendPrivateuseToLanguageTag()
2648 icu::CharString canonical; in ulocimp_toLanguageTag() local
2660 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
2687 canonical.append(buffer, reslen, tmpStatus); in ulocimp_toLanguageTag()
2699 pKeywordStart = locale_getKeywordsStart(canonical.data()); in ulocimp_toLanguageTag()
2700 if (pKeywordStart == canonical.data()) { in ulocimp_toLanguageTag()
2704 icu::LocalUEnumerationPointer kwdEnum(uloc_openKeywords(canonical.data(), &tmpStatus)); in ulocimp_toLanguageTag()
2741 _appendLanguageToLanguageTag(canonical.data(), sink, strict, status); in ulocimp_toLanguageTag()
2742 _appendScriptToLanguageTag(canonical in ulocimp_toLanguageTag()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_tag.cpp1188 the canonical format is lowercase in BCP47 */ in _appendVariantsToLanguageTag()
1917 /* Private use in the canonical format is lowercase in BCP47 */ in _appendPrivateuseToLanguageTag()
2644 icu::CharString canonical; in ulocimp_toLanguageTag() local
2656 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
2683 canonical.append(buffer, reslen, tmpStatus); in ulocimp_toLanguageTag()
2695 pKeywordStart = locale_getKeywordsStart(canonical.data()); in ulocimp_toLanguageTag()
2696 if (pKeywordStart == canonical.data()) { in ulocimp_toLanguageTag()
2700 icu::LocalUEnumerationPointer kwdEnum(uloc_openKeywords(canonical.data(), &tmpStatus)); in ulocimp_toLanguageTag()
2737 _appendLanguageToLanguageTag(canonical.data(), sink, strict, status); in ulocimp_toLanguageTag()
2738 _appendScriptToLanguageTag(canonical in ulocimp_toLanguageTag()
[all...]

Completed in 18 milliseconds

1234