Home
last modified time | relevance | path

Searched defs:declarations (Results 1 – 25 of 32) sorted by relevance

12

/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb145 def self.new( *declarations, &body )
/external/dagger2/java/dagger/internal/codegen/
DDuplicateBindingsValidator.java265 private ImmutableSet<BindingDeclaration> declarations( in declarations() method in DuplicateBindingsValidator
274 private ImmutableSet<BindingDeclaration> declarations( in declarations() method in DuplicateBindingsValidator
276 ImmutableSet.Builder<BindingDeclaration> declarations = ImmutableSet.builder(); in declarations() local
DSubcomponentDeclaration.java69 ImmutableSet.Builder<SubcomponentDeclaration> declarations = ImmutableSet.builder(); in forModule() local
DBindingGraphFactory.java271 ImmutableSetMultimap<Key, T> indexBindingDeclarationsByKey(Iterable<T> declarations) { in indexBindingDeclarationsByKey()
814 ImmutableSet.Builder<OptionalBindingDeclaration> declarations = ImmutableSet.builder(); in getOptionalBindingDeclarations() local
1046 Iterable<T> declarations) { in multibindingContributionsByMultibindingKey()
/external/angle/src/compiler/translator/tree_ops/
DWrapSwitchStatementsInBlocks.cpp50 std::vector<TIntermDeclaration *> declarations; in visitSwitch() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/external/angle/third_party/spirv-tools/src/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dvariable_accessor.cc465 std::string declarations; in GetConstDeclarations() local
485 std::string declarations; in GetSharedVariableDeclarations() local
494 std::string declarations; in GetUniformParameterDeclarations() local
Dobject_accessor.cc578 std::string declarations; in GetObjectDeclarations() local
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst137 .. _explicit-joining:
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs62 private readonly Lazy<Dictionary<IDescriptor, DescriptorDeclaration>> declarations; field in Google.Protobuf.Reflection.FileDescriptor
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst111 .. _explicit-joining:
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java467 private Vector declarations = null; field in Context2
/external/mesa3d/src/compiler/glsl/
Dast.h349 exec_list declarations; variable
890 exec_list declarations; variable
969 exec_list declarations; variable
1276 exec_list declarations; variable
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py185 def declarations(self): member in FunctionGenerator
/external/v8/src/torque/
Ddeclarations.cc38 std::vector<T*> declarations = in CheckAlreadyDeclared() local
Dast.h185 std::vector<Declaration*> declarations; member
210 std::vector<Declaration*>& declarations() { return declarations_; } in declarations() function
211 const std::vector<Declaration*>& declarations() const { in declarations() function
Dtorque-parser.cc263 auto declarations = child_results->NextAs<std::vector<Declaration*>>(); in AddGlobalDeclarations() local
1057 auto declarations = child_results->NextAs<std::vector<Declaration*>>(); in MakeNamespaceDeclaration() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h62 uint declarations[I915_PROGRAM_SIZE]; member
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h169 GLuint declarations[I915_MAX_DECL_INSN * 3 + 1]; member
/external/clang/docs/
DAutomaticReferenceCounting.rst824 .. _arc.ownership.semantics:
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt466 …val declarations = fragments.filter { it.fqName == packageName }.flatMap { it.getMemberScope().get… in DocumentationModule() constant
/external/v8/src/ast/
Dprettyprinter.cc853 void AstPrinter::PrintDeclarations(Declaration::List* declarations) { in PrintDeclarations()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp285 std::string declarations = ""; in PrepareProgram() local

12