/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
D | DXContainerYAML.h | 74 struct Part { struct 76 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() function 86 std::vector<Part> Parts; argument 92 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::Part) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/cronet/tot/third_party/libc++/src/test/benchmarks/ |
D | filesystem.bench.cpp | 26 for (auto& Part : in) in BM_PathConstructString() local 42 for (auto& Part : in) in BM_PathConstructCStr() local 58 for (auto& Part : in) in BM_PathConstructIter() local 91 for (auto& Part : in) in BM_PathIterateMultipleTimes() local 111 for (auto& Part : in) in BM_PathIterateOnce() local 130 for (auto& Part : in) in BM_PathIterateOnceBackwards() local 149 std::string Part = getRandomString(PathLen); in getRandomPaths() local
|
/external/cronet/stable/third_party/libc++/src/test/benchmarks/ |
D | filesystem.bench.cpp | 26 for (auto& Part : in) in BM_PathConstructString() local 42 for (auto& Part : in) in BM_PathConstructCStr() local 58 for (auto& Part : in) in BM_PathConstructIter() local 91 for (auto& Part : in) in BM_PathIterateMultipleTimes() local 111 for (auto& Part : in) in BM_PathIterateOnce() local 130 for (auto& Part : in) in BM_PathIterateOnceBackwards() local 149 std::string Part = getRandomString(PathLen); in getRandomPaths() local
|
/external/libcxx/benchmarks/ |
D | filesystem.bench.cpp | 14 for (auto& Part : in) in BM_PathConstructString() local 32 for (auto& Part : in) in BM_PathConstructCStr() local 50 for (auto& Part : in) in BM_PathConstructIter() local 82 for (auto& Part : in) in BM_PathIterateMultipleTimes() local 102 for (auto& Part : in) in BM_PathIterateOnce() local 122 for (auto& Part : in) in BM_PathIterateOnceBackwards() local 142 std::string Part = getRandomString(PathLen); in getRandomPaths() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanRecipes.cpp | 193 unsigned Part) { in generateInstruction() 356 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local 451 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local 546 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local 588 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local 617 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local 631 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local 670 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local 767 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local 780 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local [all …]
|
D | VPlan.cpp | 546 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 615 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local 628 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local 632 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local 724 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { in execute() local
|
/external/rust/android-crates-io/crates/writeable/src/ |
D | lib.rs | 216 pub struct Part { struct 221 impl Part { argument 238 part: Part, in with_part()
|
D | testing.rs | 15 pub(crate) fn finish(mut self) -> (String, Vec<(usize, usize, Part)>) { in finish() argument 36 part: Part, in with_part() 52 ) -> (String, Vec<(usize, usize, Part)>) { in writeable_to_parts_for_test() argument 67 ) -> (String, Vec<(usize, usize, Part)>, Option<W::Error>) { in try_writeable_to_parts_for_test() argument
|
D | parts_write_adapter.rs | 30 _part: Part, in with_part()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | DXContainer.cpp | 62 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader() 74 Error DXContainer::parseShaderFlags(StringRef Part) { in parseShaderFlags() 84 Error DXContainer::parseHash(StringRef Part) { in parseHash() 98 for (uint32_t Part = 0; Part < Header.PartCount; ++Part) { in parsePartOffsets() local
|
/external/gson/gson/src/test/java/com/google/gson/functional/ |
D | JsonAdapterAnnotationOnFieldsTest.java | 111 private static final class Part { class in JsonAdapterAnnotationOnFieldsTest 113 public Part(String name) { in Part() method in JsonAdapterAnnotationOnFieldsTest.Part
|
/external/googleapis/google/ai/generativelanguage/v1/ |
D | content.proto | 50 message Part { message
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1738 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI() local 1779 Value *VectorLoopVal, unsigned Part, unsigned Lane) { in recordVectorLoopValueForInductionCast() 1882 for (unsigned Part = 0; Part < UF; ++Part) { in widenIntOrFpInduction() local 1988 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps() local 1999 Value *InnerLoopVectorizer::getOrCreateVectorValue(Value *V, unsigned Part) { in getOrCreateVectorValue() 2205 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2246 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2284 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2307 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2396 for (unsigned Part = 0; Part < UF; ++Part) in vectorizeMemoryInstruction() local [all …]
|
D | VPlan.cpp | 262 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 311 unsigned Part) { in generateInstruction() 351 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
|
/external/cronet/tot/third_party/libc++/src/src/filesystem/ |
D | path.cpp | 144 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart() 186 auto Part = *PP; in lexically_normal() local 374 string_view_t Part = PP.inRootDir() ? PATHSTR("/") : *PP; in hash_value() local
|
/external/cronet/stable/third_party/libc++/src/src/filesystem/ |
D | path.cpp | 144 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart() 186 auto Part = *PP; in lexically_normal() local 374 string_view_t Part = PP.inRootDir() ? PATHSTR("/") : *PP; in hash_value() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 235 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local 315 for (unsigned Part = 0; Part < NumArgRegs; ++Part) { in handleAssignments() local 350 for (unsigned Part = 0; Part < Args[i].Regs.size(); ++Part) { in handleAssignments() local
|
/external/python/cpython3/Tools/cases_generator/ |
D | tier1_generator.py | 61 uop: Part, out: CWriter, offset: int, stack: Stack, inst: Instruction, braces: bool
|
/external/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 608 class Part; variable 719 Part() {} in Part() function
|
/external/cronet/stable/third_party/icu/source/common/unicode/ |
D | messagepattern.h | 608 class Part; variable 719 Part() {} in Part() function
|
/external/cronet/tot/third_party/icu/source/common/unicode/ |
D | messagepattern.h | 608 class Part; variable 719 Part() {} in Part() function
|
/external/icu/libicu/cts_headers/unicode/ |
D | messagepattern.h | 608 class Part; variable 719 Part() {} in Part() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | DXContainer.h | 55 dxbc::PartHeader Part; member
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 399 auto Part = Partition(F); in extractAndCompile() local 426 const PartitionT &Part) { in emitPartition()
|
/external/skia/src/codec/ |
D | SkJpegXmp.cpp | 88 using Part = std::tuple<uint32_t, sk_sp<SkData>>; in read_xmp_extended() typedef
|