Home
last modified time | relevance | path

Searched defs:declare (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DDexMaker.java232 public void declare(TypeId<?> type, String sourceFile, int flags, in declare() method in DexMaker
262 public Code declare(MethodId<?, ?> method, int flags) { in declare() method in DexMaker
301 public void declare(FieldId<?, ?> fieldId, int flags, Object staticValue) { in declare() method in DexMaker
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
H A Dp3.cpp10 void declare() { extern int array[100]; } in declare() function
26 void declare() { extern int array[100]; } in declare() function
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.hpp418 inline decl::DeclareStructTypePtr declare(const StructType *structPtr, int indentLevel = 0) in declare() function
422 inline decl::DeclareStructType declare(const StructType &structType, int indentLevel = 0) in declare() function
426 inline decl::DeclareVariable declare(const VarType &varType, const std::string &name, int indentLev… in declare() function
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DClipDistanceTest.cpp1016 auto vs = [this, &vertexSource](std::string name, bool declare, int size) { in TEST_P()
1037 auto fs = [this, &fragmentSource](std::string name, bool declare, int size) { in TEST_P()
1284 auto fs = [this, &fragmentSource](std::string name, bool declare) { in TEST_P()
1398 auto vs = [this, &vertexSource](std::string name, bool declare, int size) { in TEST_P()
1431 auto checkLength = [this, vs, kFS, &vertexSource](std::string name, bool declare, int size) { in TEST_P()
/aosp_15_r20/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py57 def declare(self, name): member in OptionalFSxxxType
66 def declare(self, name): member in FSCatalogInfoAndBitmapType
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dresolve.go29 func (p *pkgBuilder) declare(scope, altScope *Scope, obj *Object) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dbranches.go71 func (ls *labelScope) declare(b *block, s *LabeledStmt) *label { func
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/
DbgenVariable.py38 def declare(self): member in Variable
DbgenType.py22 def declare(self, name, reference=False): member in Type
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Ddecl.go15 func (check *Checker) declare(scope *Scope, id *syntax.Name, obj Object, pos syntax.Pos) { func
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp275 std::string Variable::declare(void) const in declare() function in vkt::tessellation::__anonefaebced0111::Variable
364 std::string IOBlock::declare(void) const in declare() function in vkt::tessellation::__anonefaebced0111::IOBlock
/aosp_15_r20/prebuilts/go/linux-x86/src/go/parser/
Dresolver.go128 func (r *resolver) declare(decl, data any, scope *ast.Scope, kind ast.ObjKind, idents ...*ast.Ident… func
/aosp_15_r20/external/python/cpython2/Mac/Modules/snd/
Dsndsupport.py30 def declare(self, name): member in SndChannelPtrType
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgShaderGenerator.cpp300 bool declare = !deStringBeginsWith(name, "gl_"); // Do not declare built-in types. in generate() local
H A DrsgVariableManager.cpp128 void VariableScope::declare(Variable *variable) in declare() function in rsg::VariableScope
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/proto/
H A Dtest_reserved_message_lower.proto17 message declare {} message
H A Dtest_reserved_enum_value_lower.proto18 declare = 12; enumerator
/aosp_15_r20/external/protobuf/php/tests/proto/
H A Dtest_reserved_message_lower.proto17 message declare {} message
H A Dtest_reserved_enum_value_lower.proto18 declare = 12; enumerator
/aosp_15_r20/external/python/cpython2/Mac/Modules/ae/
Daesupport.py44 def declare(self, name): member in EHType
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Ddecl.go16 func (check *Checker) declare(scope *Scope, id *ast.Ident, obj Object, pos token.Pos) { func
/aosp_15_r20/external/python/cpython2/Mac/Modules/ctl/
Dctlsupport.py98 def declare(self, name): member in ControlActionDefinition
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable.cpp292 bool TSymbolTable::declare(TSymbol *symbol) in declare() function in sh::TSymbolTable
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Diimport.go438 func (r *importReader) declare(obj types.Object) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Diimport.go428 func (r *importReader) declare(obj types2.Object) { func

123