/aosp_15_r20/prebuilts/go/linux-x86/src/mime/multipart/ |
D | multipart.go | 52 type Part struct { struct 56 Header textproto.MIMEHeader 58 mr *Reader 60 disposition string 61 dispositionParams map[string]string 66 r io.Reader member 68 n int // known data bytes waiting in mr.bufReader 69 total int64 // total data bytes read already 70 err error // error to return when n == 0 71 readErr error // read error observed from mr.bufReader [all …]
|
/aosp_15_r20/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.h | 78 struct Part { struct 79 int count; // The number of times this part should repeat, 0 for infinite 80 int pause; // The number of frames to pause for at the end of this part 81 int clockPosX; // The x position of the clock, in pixels. Positive values offset from 83 int clockPosY; // The y position of the clock, in pixels. Positive values offset from 87 String8 path; 88 String8 trimData; 89 SortedVector<Frame> frames; 90 bool playUntilComplete; 91 int framesToFadeCount; [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A 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 …]
|
H A 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
|
H A D | LoopVectorize.cpp | 2404 for (unsigned Part = StartPart; Part < EndPart; ++Part) { in buildScalarSteps() local 2621 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2662 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2702 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2732 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 3538 for (unsigned Part = 0; Part < UF; ++Part) { in truncateToMinimalBitwidths() local 3646 for (unsigned Part = 0; Part < UF; ++Part) { in truncateToMinimalBitwidths() local 3896 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() local 3936 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() local 3948 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | DXContainerYAML.h | 148 struct Part { struct 150 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() function 162 std::vector<Part> Parts; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | DXContainerYAML.h | 148 struct Part { struct 150 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() function 162 std::vector<Part> Parts; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | DXContainerYAML.h | 151 struct Part { struct 153 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() function 165 std::vector<Part> Parts; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | DXContainerYAML.h | 148 struct Part { struct 150 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() function 162 std::vector<Part> Parts; argument
|
/aosp_15_r20/external/libcxx/benchmarks/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A 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
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | fmt.rs | 11 pub enum Part<'a> { enum 20 impl<'a> Part<'a> { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | fmt.rs | 11 pub enum Part<'a> { enum 20 impl<'a> Part<'a> { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | fmt.rs | 11 pub enum Part<'a> { enum 20 impl<'a> Part<'a> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | fmt.rs | 11 pub enum Part<'a> { enum 20 impl<'a> Part<'a> { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | fmt.rs | 11 pub enum Part<'a> { enum 20 impl<'a> Part<'a> { impl
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A 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
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | JsonAdapterAnnotationOnFieldsTest.java | 111 private static final class Part { class in JsonAdapterAnnotationOnFieldsTest 113 public Part(String name) { in Part() method in JsonAdapterAnnotationOnFieldsTest.Part
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A 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
|