Home
last modified time | relevance | path

Searched full:canonical (Results 1 – 25 of 1621) sorted by relevance

12345678910>>...65

/third_party/python/Lib/test/decimaltestdata/
DdqCanonical.decTest2 -- 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 …]
DddCanonical.decTest2 -- 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/libabigail/src/
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 type that
[all …]
/third_party/jerryscript/docs/
D12.EXT-REFERENCE-MODULE.md6 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/PyYAML/lib/yaml/
Ddumper.py13 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,
Dcyaml.py55 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__.py158 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,
/third_party/openssl/test/recipes/30-test_evp_data/
Devpencod.txt16 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/PyYAML/tests/lib/
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']
Dtest_canonical.py2 import yaml, canonical
13 test_canonical_scanner.unittest = ['.canonical']
24 test_canonical_parser.unittest = ['.canonical']
37 test_canonical_error.unittest = ['.data', '.canonical']
/third_party/vk-gl-cts/external/amber/src/src/
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()
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/ntfs-3g/libntfs-3g/
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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
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
165 case CANONICAL: in getAvailableIDs()
354 * Return the canonical id for this tzid defined by CLDR, which might be
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()
[all …]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetProviderICU.java61 // get the canonical name in charsetForName()
113 * Gets the canonical name of the converter as defined by Java
115 * @return canonical name of the converter
141 // Remove the 'x-' and get the ICU canonical name in getICUCanonicalName()
169 * Gets the canonical name of the converter as defined by Java
171 * @return canonical name of the converter
179 of the Java platform then its canonical name must be the name listed in the registry. in getJavaCanonicalName()
182 name then its canonical name must be the MIME-preferred name and the other names in in getJavaCanonicalName()
184 registry then its canonical name must begin with one of the strings "X-" or "x-". in getJavaCanonicalName()
198 make that the canonical name in getJavaCanonicalName()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
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
166 case CANONICAL: in getAvailableIDs()
355 * Return the canonical id for this tzid defined by CLDR, which might be
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()
[all …]
/third_party/node/deps/v8/src/regexp/
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/
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.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
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.
/third_party/node/deps/v8/src/wasm/
Dcanonical-types.cc5 #include "src/wasm/canonical-types.h"
31 // Identical group found. Map new types to the old types's canonical in AddRecursiveGroup()
38 // Identical group not found. Add new canonical representatives for the new in AddRecursiveGroup()
45 // Compute the canonical index of the supertype: If it is relative, we in AddRecursiveGroup()
59 // canonical group, or the canonical representative if it is not.
146 // Returns the index of the canonical representative of the first type in this
/third_party/node/lib/internal/process/
Dper_thread.js308 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h40 /// in canonical form.
66 /// phi starting at 1. This is only supported in non-canonical mode.
80 /// When true, SCEVExpander tries to expand expressions in "canonical" form.
83 /// In "canonical" form addrecs are expanded as arithmetic based on a
84 /// canonical induction variable. Note that CanonicalMode doesn't guarantee
85 /// that all expressions are expanded in "canonical" form. For some
144 /// Construct a SCEVExpander in "canonical" mode.
186 /// This method returns the canonical induction variable of the specified
188 /// canonical induction variable starts at zero and steps by one on each
199 /// replace congruent phis with their most canonical representative. Return
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp279 assert(isCanonical(Header) && "Expected canonical MDString"); in getImpl()
338 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl()
349 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl()
376 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl()
394 assert(isCanonical(Name) && "Expected canonical MDString"); in getImpl()
506 assert(isCanonical(Filename) && "Expected canonical MDString"); in getImpl()
507 assert(isCanonical(Directory) && "Expected canonical MDString"); in getImpl()
508 assert((!CS || isCanonical(CS->Value)) && "Expected canonical MDString"); in getImpl()
509 assert((!Source || isCanonical(*Source)) && "Expected canonical MDString"); in getImpl()
526 assert(isCanonical(Producer) && "Expected canonical MDString"); in getImpl()
[all …]
/third_party/skia/src/core/
DSkAnnotationKeys.h16 * Returns the canonical key whose payload is a URL
21 * Returns the canonical key whose payload is the name of a destination to
27 * Returns the canonical key whose payload is the name of a destination to
/third_party/libbpf/src/
Dbtf.c3129 * Algorithm determines canonical type descriptor, which is a single
3130 * representative type for each truly unique type. This canonical type is the
3135 * that type is canonical, or to some other type, if that type is equivalent
3136 * and was chosen as canonical representative. This mapping is stored in
3140 * To facilitate fast discovery of canonical types, we also maintain canonical
3142 * (i.e., hashed kind, name, size, fields, etc) into a list of canonical types
3144 * hashing function, we can limit number of canonical types for each unique type
3145 * signature to a very small number, allowing to find canonical type for any
3230 * canonical representative type candidates. Hash collisions are
3236 /* Canonical types map */
[all …]

12345678910>>...65