/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/boost/libs/hana/test/detail/canonical_constant/ |
D | laws.cpp | 20 struct canonical { struct 27 canonical<int, -10>{}, canonical<int, -2>{}, canonical<int, 0>{}, in main() argument 28 canonical<int, 1>{}, canonical<int, 3>{}, canonical<int, 4>{} in main() 31 auto bools = hana::make_tuple(canonical<bool, true>{}, canonical<bool, false>{}); in main() 46 canonical<int, -2>{}, canonical<int, 0>{}, in main() 47 canonical<int, 1>{}, canonical<int, 3>{} in main()
|
/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/openssl/test/recipes/30-test_evp_data/ |
D | evpencod.txt | 17 Encoding = canonical 21 Encoding = canonical 25 Encoding = canonical 29 Encoding = canonical 33 Encoding = canonical 66 Encoding = canonical 86 Encoding = canonical 143 Encoding = canonical 159 Encoding = canonical 164 Encoding = canonical
|
/third_party/node/lib/internal/process/ |
D | per_thread.js | 290 let canonical = from; 291 if (canonical.endsWith('=')) 292 canonical = canonical.substr(0, canonical.length - 1); 293 if (canonical.endsWith(' <arg>')) 294 canonical = canonical.substr(0, canonical.length - 4); 295 allowedNodeEnvironmentFlags.push(canonical);
|
/third_party/boost/boost/multiprecision/detail/functions/ |
D | pow.hpp | 31 typedef typename boost::multiprecision::detail::canonical<U, T>::type int_type; in pow_imp() 73 typedef typename boost::multiprecision::detail::canonical<U, T>::type int_type; in pow_imp() 150 typedef typename boost::multiprecision::detail::canonical<int, T>::type si_type; in hyp1F0() 202 typedef typename boost::multiprecision::detail::canonical<unsigned, T>::type ui_type; in eval_exp() 203 typedef typename boost::multiprecision::detail::canonical<int, T>::type si_type; in eval_exp() 205 typedef typename boost::multiprecision::detail::canonical<exp_type, T>::type canonical_exp_type; in eval_exp() 274 typename boost::multiprecision::detail::canonical<boost::intmax_t, T>::type ll; in eval_exp() 348 typedef typename boost::multiprecision::detail::canonical<unsigned, T>::type ui_type; in eval_log() 350 typedef typename boost::multiprecision::detail::canonical<exp_type, T>::type canonical_exp_type; in eval_log() 442 typedef typename boost::multiprecision::detail::canonical<unsigned, T>::type ui_type; [all …]
|
D | trig.hpp | 23 typedef typename boost::multiprecision::detail::canonical<boost::int32_t, T>::type si_type; in hyp0F1() 24 typedef typename boost::multiprecision::detail::canonical<boost::uint32_t, T>::type ui_type; in hyp0F1() 85 typedef typename boost::multiprecision::detail::canonical<boost::int32_t, T>::type si_type; in eval_sin() 86 typedef typename boost::multiprecision::detail::canonical<boost::uint32_t, T>::type ui_type; in eval_sin() 242 typedef typename boost::multiprecision::detail::canonical<boost::int32_t, T>::type si_type; in eval_cos() 243 typedef typename boost::multiprecision::detail::canonical<boost::uint32_t, T>::type ui_type; in eval_cos() 378 typedef typename boost::multiprecision::detail::canonical<boost::uint32_t, T>::type ui_type; in hyp2F1() 437 typedef typename boost::multiprecision::detail::canonical<boost::uint32_t, T>::type ui_type; in eval_asin() 523 typedef typename boost::multiprecision::detail::canonical<long double, T>::type guess_type; in eval_asin() 562 typedef typename boost::multiprecision::detail::canonical<boost::uint32_t, T>::type ui_type; in eval_acos() [all …]
|
/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/glib/glib/libcharset/ |
D | libcharset-glib.patch | 16 If the canonical name cannot be determined, the result is a non-canonical 44 /* The canonical name cannot be determined. */ 68 If the canonical name cannot be determined, the result is a non-canonical
|
/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/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/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/gettext/gettext-runtime/intl/ |
D | localcharset.c | 89 const char canonical[11+1]; member 580 const char canonical[11+1]; member 1051 codeset = table[mid].canonical; in locale_charset() 1125 codeset = table[mid].canonical; in locale_charset()
|
/third_party/boost/boost/multiprecision/detail/ |
D | integer_ops.hpp | 28 typedef typename boost::multiprecision::detail::canonical<Integer, Backend>::type int_type; in eval_integer_modulus() 297 …typedef typename boost::multiprecision::detail::canonical<unsigned char, double_type>::type ui_typ… in eval_powm() 323 …typedef typename boost::multiprecision::detail::canonical<unsigned char, double_type>::type ui_typ… in eval_powm() 324 …typedef typename boost::multiprecision::detail::canonical<Integer, double_type>::type i1_typ… in eval_powm() 325 …typedef typename boost::multiprecision::detail::canonical<Integer, Backend>::type i2_typ… in eval_powm() 362 …typedef typename boost::multiprecision::detail::canonical<unsigned char, double_type>::type ui_typ… in eval_powm() 402 …typedef typename boost::multiprecision::detail::canonical<unsigned char, double_type>::type ui_typ… in eval_powm() 403 …typedef typename boost::multiprecision::detail::canonical<Integer1, double_type>::type i1_typ… in eval_powm() 404 …typedef typename boost::multiprecision::detail::canonical<Integer2, Backend>::type i2_typ… in eval_powm()
|
/third_party/flutter/skia/src/core/ |
D | SkImageInfo.cpp | 64 SkAlphaType* canonical) { in SkColorTypeValidateAlphaType() argument 94 if (canonical) { in SkColorTypeValidateAlphaType() 95 *canonical = alphaType; in SkColorTypeValidateAlphaType()
|