/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/event/ |
D | event.go | 12 type Spec struct { struct 14 Name string 29 Args []string 32 StringIDs []int 38 StackIDs []int 43 StartEv Type 52 IsTimedEvent bool 58 HasData bool 65 IsStack bool 70 Experiment Experiment [all …]
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | task_queue.h | 145 struct Spec { struct 146 explicit Spec(QueueName name) : name(name) {} in Spec() argument 148 Spec SetShouldMonitorQuiescence(bool should_monitor) { in SetShouldMonitorQuiescence() argument 153 Spec SetShouldNotifyObservers(bool run_observers) { in SetShouldNotifyObservers() argument 160 Spec SetDelayedFencesAllowed(bool allow_delayed_fences) { in SetDelayedFencesAllowed() argument 165 Spec SetNonWaking(bool non_waking_in) { in SetNonWaking() argument 170 QueueName name; 171 bool should_monitor_quiescence = false; 172 bool should_notify_observers = true; 173 bool delayed_fence_allowed = false; [all …]
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Script/ |
D | InputSectDesc.h | 30 struct Spec { struct 53 bool operator==(const Spec& pRHS) const { argument 73 const Spec& pSpec, argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 87 struct Spec { struct 95 SpecSig Sig; argument 103 Spec(Function *F, const SpecSig &S, InstructionCost G) in Spec() argument 105 Spec(Function *F, const SpecSig &&S, InstructionCost G) in Spec() argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/task/sequence_manager/ |
D | task_queue.h | 113 struct Spec { struct 114 explicit Spec(const char* name) in Spec() function 120 Spec SetShouldMonitorQuiescence(bool should_monitor) { in SetShouldMonitorQuiescence() argument 125 Spec SetShouldNotifyObservers(bool run_observers) { in SetShouldNotifyObservers() argument 130 Spec SetTimeDomain(TimeDomain* domain) { in SetTimeDomain() argument 135 const char* name; 136 bool should_monitor_quiescence; 137 TimeDomain* time_domain; 138 bool should_notify_observers;
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task/sequence_manager/ |
D | task_queue.h | 113 struct Spec { struct 114 explicit Spec(const char* name) in Spec() function 120 Spec SetShouldMonitorQuiescence(bool should_monitor) { in SetShouldMonitorQuiescence() argument 125 Spec SetShouldNotifyObservers(bool run_observers) { in SetShouldNotifyObservers() argument 130 Spec SetTimeDomain(TimeDomain* domain) { in SetTimeDomain() argument 135 const char* name; 136 bool should_monitor_quiescence; 137 TimeDomain* time_domain; 138 bool should_notify_observers;
|
/aosp_15_r20/external/libchrome/base/task/sequence_manager/ |
H A D | task_queue.h | 110 struct Spec { struct 111 explicit Spec(const char* name) in Spec() function 117 Spec SetShouldMonitorQuiescence(bool should_monitor) { in SetShouldMonitorQuiescence() argument 122 Spec SetShouldNotifyObservers(bool run_observers) { in SetShouldNotifyObservers() argument 127 Spec SetTimeDomain(TimeDomain* domain) { in SetTimeDomain() argument 132 const char* name; 133 bool should_monitor_quiescence; 134 TimeDomain* time_domain; 135 bool should_notify_observers;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 121 struct Spec { struct 129 SpecSig Sig; argument 137 Spec(Function *F, const SpecSig &S, unsigned Score) in Spec() argument 139 Spec(Function *F, const SpecSig &&S, unsigned Score) in Spec() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 121 struct Spec { struct 129 SpecSig Sig; argument 137 Spec(Function *F, const SpecSig &S, unsigned Score) in Spec() argument 139 Spec(Function *F, const SpecSig &&S, unsigned Score) in Spec() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 121 struct Spec { struct 129 SpecSig Sig; argument 137 Spec(Function *F, const SpecSig &S, unsigned Score) in Spec() function 139 Spec(Function *F, const SpecSig &&S, unsigned Score) in Spec() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 121 struct Spec { struct 129 SpecSig Sig; argument 137 Spec(Function *F, const SpecSig &S, unsigned Score) in Spec() argument 139 Spec(Function *F, const SpecSig &&S, unsigned Score) in Spec() argument
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fVertexArrayObjectTests.cpp | 113 struct Spec struct 117 int count; 118 int instances; 119 bool useDrawElements; 120 GLenum indexType; 121 int indexOffset; 122 int indexRangeMin; 123 int indexRangeMax; 124 int indexCount; 125 VertexArrayState state; [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | import.go | 60 func importPath(s Spec) string { 68 func importName(s Spec) string { 76 func importComment(s Spec) string { 85 func collapse(prev, next Spec) bool { 102 func sortSpecs(fset *token.FileSet, f *File, specs []Spec) []Spec {
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglMemoryStressTests.cpp | 322 struct Spec struct in deqp::egl::MemoryStressCase 324 ObjectType types; 325 int minWidth; 326 int minHeight; 327 int maxWidth; 328 int maxHeight; 329 bool use;
|
H A D | teglMakeCurrentPerfTests.cpp | 71 struct Spec struct in deqp::egl::MakeCurrentPerfCase 73 SurfaceType surfaceTypes; 74 int contextCount; 75 int surfaceCount; 77 bool release; 79 int iterationCount; 80 int sampleCount;
|
/aosp_15_r20/external/perfetto/src/trace_redaction/ |
H A D | README.md | 139 ### Background 145 ### Protobuf Message(s) 177 ### Method
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | dynamic_ragged_shape.py | 48 def batch(self, spec: "DynamicRaggedShape.Spec", 85 spec: "DynamicRaggedShape.Spec") -> "DynamicRaggedShape.Spec": 125 def decode(self, spec: "DynamicRaggedShape.Spec", encoding 129 def encode(self, spec: "DynamicRaggedShape.Spec", value, minimum_rank=0 135 spec: "DynamicRaggedShape.Spec" 1020 self, other: "DynamicRaggedShape.Spec") -> "DynamicRaggedShape": 1114 class Spec: class in DynamicRaggedShape 1309 spec: Union["DynamicRaggedShape.Spec", ragged_tensor.RaggedTensorSpec, 1444 other: "DynamicRaggedShape.Spec") -> "DynamicRaggedShape.Spec":
|
H A D | dynamic_ragged_shape_test.py | 3112 a: DynamicRaggedShape.Spec, 3113 b: DynamicRaggedShape.Spec) -> None: 3937 a: DynamicRaggedShape.Spec, 3938 b: DynamicRaggedShape.Spec, 3939 expected: DynamicRaggedShape.Spec): 4104 spec: DynamicRaggedShape.Spec, 4106 expected: DynamicRaggedShape.Spec): 4127 def test_unbatch(self, spec: DynamicRaggedShape.Spec, 4128 expected: DynamicRaggedShape.Spec):
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 28 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() 59 formatv_object_base::parseReplacementItem(StringRef Spec) { in parseReplacementItem() 130 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 26 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() 57 formatv_object_base::parseReplacementItem(StringRef Spec) { in parseReplacementItem() 129 StringRef Spec = Fmt.slice(BO + 1, BC); in splitLiteralAndReplacement() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceRangeSpec.cpp | 97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, in tokenize() 114 void RangeSpec::init(const std::string &Spec) { in init()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.cpp | 132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 163 for (const auto &Spec : AttributeSpecs) { in getAttributeValue() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/ |
D | exports.go | 209 func (r *reader) filterSpec(spec ast.Spec) bool { 269 func (r *reader) filterSpecList(list []ast.Spec, tok token.Token) []ast.Spec {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.cpp | 130 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 172 const AttributeSpec &Spec = AttributeSpecs[AttrIndex]; in getAttributeValueFromOffset() local
|
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 476 DILineInfoSpecifier Spec) { in getLineInfoForAddress() 493 DILineInfoSpecifier Spec) { in getLineInfoForAddressRange() 535 DILineInfoSpecifier Spec) { in getInliningInfoForAddress()
|