/external/libchrome/base/task/sequence_manager/ |
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;
|
/external/llvm-project/clang-tools-extra/unittests/clang-move/ |
D | ClangMoveTests.cpp | 205 runClangMoveOnCode(const move::MoveDefinitionSpec &Spec, in runClangMoveOnCode() 251 move::MoveDefinitionSpec Spec; in TEST() local 266 move::MoveDefinitionSpec Spec; in TEST() local 277 move::MoveDefinitionSpec Spec; in TEST() local 289 move::MoveDefinitionSpec Spec; in TEST() local 300 move::MoveDefinitionSpec Spec; in TEST() local 336 move::MoveDefinitionSpec Spec; in TEST() local 351 move::MoveDefinitionSpec Spec; in TEST() local 382 move::MoveDefinitionSpec Spec; in TEST() local 403 move::MoveDefinitionSpec Spec; in TEST() local [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | FormatVariadic.cpp | 27 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() 58 formatv_object_base::parseReplacementItem(StringRef Spec) { in parseReplacementItem() 129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement() local
|
/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 317 struct Spec struct in deqp::egl::MemoryStressCase 319 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::MakeCurrentPerfCase 73 SurfaceType surfaceTypes; 74 int contextCount; 75 int surfaceCount; 77 bool release; 79 int iterationCount; 80 int sampleCount;
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayObjectTests.cpp | 114 struct Spec struct 118 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/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/llvm-project/lldb/unittests/Core/ |
D | ModuleSpecTest.cpp | 37 ModuleSpec Spec(FileSpec(), UUID(), InvalidBufferSP); in TEST() local 47 ModuleSpec Spec(FileSpec(TestMainArgv0), UUID(), InvalidBufferSP); in TEST() local
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 173 const AttributeSpec &Spec = AttributeSpecs[*MatchAttrIndex]; in getAttributeValue() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 163 for (const auto &Spec : AttributeSpecs) { in getAttributeValue() local
|
/external/e2fsprogs/intl/ |
D | vasnprintf.h | 31 # define __attribute__(Spec) /* empty */ argument
|
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
D | USRFindingAction.cpp | 133 for (const auto *Spec : PartialSpecs) in handleClassTemplateDecl() local 148 llvm::for_each(VTD->specializations(), [&](const auto *Spec) { in handleVarTemplateDecl() 153 llvm::for_each(PartialSpecs, [&](const auto *Spec) { in handleVarTemplateDecl()
|
/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-project/llvm/unittests/Analysis/ |
D | TFUtilsTest.cpp | 111 Optional<TensorSpec> Spec = getTensorSpecFromJSON(Ctx, *Value); in TEST() local 127 auto Spec = getTensorSpecFromJSON(Ctx, *Value); in TEST() local
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 101 InstructionSpecifier* Spec; variable
|
/external/llvm-project/lldb/unittests/ObjectFile/ELF/ |
D | TestObjectFileELF.cpp | 153 ModuleSpec Spec; in TEST_F() local
|
/external/llvm-project/clang-tools-extra/clang-apply-replacements/tool/ |
D | ClangApplyReplacementsMain.cpp | 137 tooling::ApplyChangesSpec Spec; in main() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ForwardingReferenceOverloadCheck.cpp | 23 auto CheckTemplate = [](const TemplateSpecializationType *Spec) { in AST_MATCHER()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Program.cpp | 237 for (const CXXBaseSpecifier &Spec : CD->bases()) { in getOrCreateRecord() local 252 for (const CXXBaseSpecifier &Spec : CD->vbases()) { in getOrCreateRecord() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatVariadic.h | 57 StringRef Spec; member
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FormatVariadic.h | 57 StringRef Spec; member
|