| /external/cronet/base/task/sequence_manager/ | 
| D | task_queue.h | 117   struct Spec {  struct118     explicit Spec(QueueName name) : name(name) {}  in Spec()  argument
 120     Spec SetShouldMonitorQuiescence(bool should_monitor) {  in SetShouldMonitorQuiescence()  argument
 125     Spec SetShouldNotifyObservers(bool run_observers) {  in SetShouldNotifyObservers()  argument
 132     Spec SetDelayedFencesAllowed(bool allow_delayed_fences) {  in SetDelayedFencesAllowed()  argument
 137     Spec SetNonWaking(bool non_waking_in) {  in SetNonWaking()  argument
 151             const TaskQueue::Spec& spec);  argument
 
 | 
| /external/libchrome/base/task/sequence_manager/ | 
| D | task_queue.h | 110   struct Spec {  struct111     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;
 
 | 
| /external/deqp/modules/gles3/functional/ | 
| D | es3fVertexArrayObjectTests.cpp | 114 struct Spec  struct118 	int					count;
 119 	int					instances;
 120 	bool				useDrawElements;
 121 	GLenum				indexType;
 122 	int					indexOffset;
 123 	int					indexRangeMin;
 124 	int					indexRangeMax;
 125 	int					indexCount;
 126 	VertexArrayState	state;
 [all …]
 
 | 
| /external/deqp/modules/egl/ | 
| D | teglMemoryStressTests.cpp | 317 	struct Spec  struct in deqp::egl::MemoryStressCase319 		ObjectType	types;
 320 		int			minWidth;
 321 		int			minHeight;
 322 		int			maxWidth;
 323 		int			maxHeight;
 324 		bool		use;
 
 | 
| D | teglMakeCurrentPerfTests.cpp | 71 	struct Spec  struct in deqp::egl::MakeCurrentPerfCase73 		SurfaceType	surfaceTypes;
 74 		int			contextCount;
 75 		int			surfaceCount;
 77 		bool		release;
 79 		int			iterationCount;
 80 		int			sampleCount;
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| 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
 
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| 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()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ | 
| D | DWARFAbbreviationDeclaration.cpp | 132   for (const AttributeSpec &Spec : AttributeSpecs) {  in dump()  local163   for (const auto &Spec : AttributeSpecs) {  in getAttributeValue()  local
 
 | 
| /external/tensorflow/tensorflow/python/ops/ragged/ | 
| 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":
 
 | 
| 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):
 
 | 
| /external/llvm/lib/DebugInfo/DWARF/ | 
| D | DWARFAbbreviationDeclaration.cpp | 72   for (const AttributeSpec &Spec : AttributeSpecs) {  in dump()  local
 | 
| D | DWARFContext.cpp | 476                                                DILineInfoSpecifier Spec) {  in getLineInfoForAddress()493                                          DILineInfoSpecifier Spec) {  in getLineInfoForAddressRange()
 535                                         DILineInfoSpecifier Spec) {  in getInliningInfoForAddress()
 
 | 
| /external/grpc-grpc/src/ruby/spec/support/ | 
| D | helpers.rb | 20   module Spec  module
 | 
| /external/skia/infra/bots/gen_tasks_logic/ | 
| D | job_builder.go | 18 	Spec *specs.JobSpec  member
 | 
| /external/llvm/utils/TableGen/ | 
| D | X86RecognizableInstr.h | 101   InstructionSpecifier* Spec;  variable
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ | 
| D | FormatVariadic.h | 57   StringRef Spec;  member
 | 
| /external/curl/docs/ | 
| D | TheArtOfHttpScripting.md | 73 ## Spec  section in URL
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| D | FormatVariadic.h | 56   StringRef Spec;  member
 | 
| /external/tensorflow/tensorflow/python/framework/ | 
| D | extension_type_test.py | 156   class Spec:  class in MaskedTensorV31267       class Spec:  class in ExtensionTypeSpecTest.testCustomizeSpecTest.WeightedTensor
 1301         Spec = 12  # pylint: disable=invalid-name  variable in ExtensionTypeSpecTest.testNestedSpecMustBeAClass.BrokenExtensionType
 1312         class Spec(type_spec.BatchableTypeSpec):  class in ExtensionTypeSpecTest.testNestedSpecMayNotHaveBaseClasses.BrokenExtensionType
 
 | 
| /external/tensorflow/tensorflow/python/ops/structured/ | 
| D | structured_tensor.py | 1116   class Spec:  class in StructuredTensor1571     spec: Union[dynamic_ragged_shape.DynamicRaggedShape.Spec,
 1572                 ragged_tensor.RaggedTensorSpec, StructuredTensor.Spec,
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ | 
| D | MCSectionMachO.cpp | 182 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec,        // In.  in ParseSectionSpecifier()
 | 
| /external/llvm/lib/MC/ | 
| D | MCSectionMachO.cpp | 171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec,        // In.  in ParseSectionSpecifier()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ | 
| D | Speculation.h | 183                      Speculator &Spec, MangleAndInterner &Mangle,  in IRSpeculationLayer()
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/text/ | 
| D | TransliteratorRegistry.java | 96     static class Spec {  class in TransliteratorRegistry106         public Spec(String theSpec) {  in Spec()  method in TransliteratorRegistry.Spec
 
 | 
| /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ | 
| D | TransliteratorRegistry.java | 95     static class Spec {  class in TransliteratorRegistry105         public Spec(String theSpec) {  in Spec()  method in TransliteratorRegistry.Spec
 
 |