/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_partition_tables.cpp | 32 uint64_t canonicalized[7] in gen_canonicalized_partition_table() 36 canonicalized[i] = 0; in gen_canonicalized_partition_table() 49 canonicalized[i >> 5] |= xlat_index << (2 * (i & 0x1F)); in gen_canonicalized_partition_table()
|
/third_party/skia/third_party/externals/tint/src/ |
D | intrinsic_table.inl.tmpl | 139 /// @returns the canonicalized type on match, otherwise nullptr 191 /// expected, canonicalized type on success. 195 /// @returns the canonicalized type on match, otherwise nullptr
|
D | intrinsic_table.inl | 35 /// @returns the canonicalized type on match, otherwise nullptr 62 /// @returns the canonicalized type on match, otherwise nullptr 89 /// @returns the canonicalized type on match, otherwise nullptr 116 /// @returns the canonicalized type on match, otherwise nullptr 143 /// @returns the canonicalized type on match, otherwise nullptr 176 /// @returns the canonicalized type on match, otherwise nullptr 209 /// @returns the canonicalized type on match, otherwise nullptr 242 /// @returns the canonicalized type on match, otherwise nullptr 283 /// @returns the canonicalized type on match, otherwise nullptr 330 /// @returns the canonicalized type on match, otherwise nullptr [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | js-locale.cc | 258 icu::Locale canonicalized = builder->build(status); in ApplyOptionsToTag() local 259 canonicalized.canonicalize(status); in ApplyOptionsToTag() 263 builder->setLocale(canonicalized); in ApplyOptionsToTag()
|
D | js-date-time-format.cc | 1064 std::string canonicalized = CanonicalizeTimeZoneID(timezone); in CreateTimeZone() local 1065 if (canonicalized.empty()) return std::unique_ptr<icu::TimeZone>(); in CreateTimeZone() 1067 icu::TimeZone::createTimeZone(canonicalized.c_str())); in CreateTimeZone()
|
/third_party/libphonenumber/resources/ |
D | phonenumber.proto | 82 // before it was canonicalized by the library. For example, it could be used
|
/third_party/elfutils/debuginfod/ |
D | ChangeLog | 700 canonicalized file names in sdef & sref records in the database. 827 original and canonicalized dwarf-source file names.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 1707 String canonicalized = ULocale.createCanonical( in replaceTransformedExtensions() local 1709 builder.append(AsciiUtil.toLowerString(canonicalized)); in replaceTransformedExtensions()
|
/third_party/node/doc/api/ |
D | permissions.md | 166 Specifier strings are canonicalized but not resolved prior to be used for
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0b1.rst | 27 Fixed :meth:`str.isidentifier` for non-canonicalized strings containing
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 1265 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form. 1292 // setge X, 0 is canonicalized to setgt X, -1
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 1538 bool canonicalized = true; in label_instruction() local 1541 for (unsigned i = 0; canonicalized && (i < ops); i++) in label_instruction() 1542 canonicalized = is_op_canonicalized(ctx, instr->operands[i]); in label_instruction() 1544 if (canonicalized) in label_instruction()
|
/third_party/libabigail/ |
D | NEWS | 101 Bug 28013 - Acknowledge variadic parameter type is not canonicalized 365 RHBZ1951496 - ir: Acknowledge that "void type" is not canonicalized 463 Structurally compare the few non-canonicalized types in general
|
D | ChangeLog | 1387 hold stuff for non-canonicalized types. 1393 as the maps for non-canonicalized types are gone. 1603 are not yet canonicalized. This essentially prevents the same 1618 types to the types to be canonicalized. 2746 non-canonicalized types. 2749 (typedef nc_type_ptr_set_type): Define a new non-canonicalized set 2752 non-canonicalized types/interned string map. 2756 (write_context::type_has_existing_id): Look for non-canonicalized 2759 non-canonicalized types. 2767 non-canonicalized types. [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | localeCanonicalization.txt | 9 # <source locale identifier> ; <expected canonicalized locale identifier>
|
/third_party/elfutils/ |
D | ChangeLog | 879 PACKAGE_VERSION canonicalized to four digits of decimal.
|
/third_party/icu/icu4c/source/test/testdata/ |
D | localeCanonicalization.txt | 9 # <source locale identifier> ; <expected canonicalized locale identifier>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 375 // paths don't get canonicalized by file APIs.
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 4578 add_late_canonicalized_types_stats(size_t& canonicalized, in add_late_canonicalized_types_stats() argument 4584 ++canonicalized; in add_late_canonicalized_types_stats()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 2333 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form.
|
D | ARMInstrInfo.td | 3700 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 7190 // canonicalized
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | resources.txt | 3342 floating point denorm or NaN may: be flushed or canonicalized when written
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 8236 // canonicalized
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 15255 // canonicalized
|