| /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() argument 86 std::vector<Part> Parts; argument 92 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::Part) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /external/cronet/third_party/libc++/src/benchmarks/ |
| D | filesystem.bench.cpp | 16 for (auto& Part : in) in BM_PathConstructString() local 32 for (auto& Part : in) in BM_PathConstructCStr() local 48 for (auto& Part : in) in BM_PathConstructIter() local 81 for (auto& Part : in) in BM_PathIterateMultipleTimes() local 101 for (auto& Part : in) in BM_PathIterateOnce() local 120 for (auto& Part : in) in BM_PathIterateOnceBackwards() local 139 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/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/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/icu/libicu/cts_headers/unicode/ |
| D | messagepattern.h | 608 class Part; variable 719 Part() {} in Part() function
|
| /external/cronet/third_party/icu/source/common/unicode/ |
| D | messagepattern.h | 608 class Part; variable 719 Part() {} in Part() function
|
| /external/icu/icu4c/source/common/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/cronet/third_party/libc++/src/src/filesystem/ |
| D | path.cpp | 155 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart() 197 auto Part = *PP; in lexically_normal() local
|
| /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
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
| D | DXContainerEmitter.cpp | 78 for (const auto &Part : ObjectFile.Parts) { in computePartOffsets() local
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1898 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntInductionPHI() local 1963 for (unsigned Part = 0; Part < UF; ++Part) in widenIntInduction() local 2018 for (unsigned Part = 0; Part < UF; ++Part) in buildScalarSteps() local 2293 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2322 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2357 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2516 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local 2543 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local 2585 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local 2673 for (unsigned Part = 0; Part < UF; ++Part) { in scalarizeInstruction() local [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
| D | HexagonSplitDouble.cpp | 137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() 420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument 1122 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition() 1220 USet &Part = I->second; in runOnMachineFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonSplitDouble.cpp | 137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() 421 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument 1126 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition() 1224 USet &Part = I->second; in runOnMachineFunction() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonSplitDouble.cpp | 112 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() 375 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument 1089 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition() 1186 USet &Part = I->second; in runOnMachineFunction() local
|
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| D | master_session.cc | 259 struct Part { struct in tensorflow::MasterSession::ReffedClientGraph 261 string name; 264 std::unordered_map<string, string> feed_key; 267 std::unordered_map<string, string> key_fetch; 270 WorkerInterface* worker = nullptr; 274 string graph_handle; 276 Part() : feed_key(3), key_fetch(3) {} in Part() function
|
| /external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/ |
| D | intent.proto | 111 message Part { message
|