Home
last modified time | relevance | path

Searched defs:Spec (Results 1 – 25 of 120) sorted by relevance

12345

/external/libchrome/base/task/sequence_manager/
Dtask_queue.h110 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/
DClangMoveTests.cpp205 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/
DFormatVariadic.cpp27 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/
DteglMemoryStressTests.cpp317 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;
DteglMakeCurrentPerfTests.cpp71 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/
Des3fVertexArrayObjectTests.cpp114 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/
DFormatVariadic.cpp26 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/
DIceRangeSpec.cpp97 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/
DModuleSpecTest.cpp37 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/
DDWARFAbbreviationDeclaration.cpp132 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/
DDWARFAbbreviationDeclaration.cpp132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local
163 for (const auto &Spec : AttributeSpecs) { in getAttributeValue() local
/external/e2fsprogs/intl/
Dvasnprintf.h31 # define __attribute__(Spec) /* empty */ argument
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp133 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/
DDWARFAbbreviationDeclaration.cpp72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local
DDWARFContext.cpp476 DILineInfoSpecifier Spec) { in getLineInfoForAddress()
493 DILineInfoSpecifier Spec) { in getLineInfoForAddressRange()
535 DILineInfoSpecifier Spec) { in getInliningInfoForAddress()
/external/grpc-grpc/src/ruby/spec/support/
Dhelpers.rb20 module Spec module
/external/skia/infra/bots/gen_tasks_logic/
Djob_builder.go18 Spec *specs.JobSpec member
/external/llvm-project/llvm/unittests/Analysis/
DTFUtilsTest.cpp111 Optional<TensorSpec> Spec = getTensorSpecFromJSON(Ctx, *Value); in TEST() local
127 auto Spec = getTensorSpecFromJSON(Ctx, *Value); in TEST() local
/external/llvm/utils/TableGen/
DX86RecognizableInstr.h101 InstructionSpecifier* Spec; variable
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp153 ModuleSpec Spec; in TEST_F() local
/external/llvm-project/clang-tools-extra/clang-apply-replacements/tool/
DClangApplyReplacementsMain.cpp137 tooling::ApplyChangesSpec Spec; in main() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DForwardingReferenceOverloadCheck.cpp23 auto CheckTemplate = [](const TemplateSpecializationType *Spec) { in AST_MATCHER()
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp237 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/
DFormatVariadic.h57 StringRef Spec; member
/external/llvm-project/llvm/include/llvm/Support/
DFormatVariadic.h57 StringRef Spec; member

12345