Home
last modified time | relevance | path

Searched defs:variable (Results 1 - 25 of 266) sorted by relevance

1234567891011

/arkcompiler/toolchain/build/toolchain/mac/
H A Dget_tool_mtime.py18 variable = os.path.splitext(os.path.basename(f))[0] variable
/third_party/curl/lib/
H A Dgetenv.c32 static char *GetEnv(const char *variable) in GetEnv() argument
/third_party/libabigail/tests/data/test-symtab/basic/
H A Dsingle_undefined_variable.c3 static void other_local_function(int variable) { (void)variable; } in other_local_function() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dvariable_decl_statement.h46 const Variable* const variable; member in tint::ast::VariableDeclStatement
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/
H A Dloads-js-based-projects-with-non-moved-json-files-and-emits-them-correctly.js
H A Dmodifies-outfile-js-projects-and-concatenates-them-correctly.js[all...]
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DvariableNameIdentifierNameSame.cpp28 const auto variable = ast->AsIdentifier()->Variable(); in operator ()() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgFunctionGenerator.hpp41 void requireAssignment (Variable* variable) { m_requiredAssignments.push_back(variable); } in requireAssignment() argument
H A DrsgFunctionGenerator.cpp68 Variable* variable = *i; in generate() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A Dsignature.cpp34 void Signature::ToString(std::stringstream &ss, const binder::Variable *variable, bool printAsMethod) const in ToString() argument
/foundation/communication/wifi/wifi/frameworks/native/include/
H A Dwifi_ipc_lite_adapter.h32 void *variable; member
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_ipc_lite_adapter.h34 void *variable; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRecordConstantPrecision.cpp105 TVariable *variable = DeclareTempVariable(mSymbolTable, node, EvqConst, &variableDeclaration); in visitConstantUnion() local
H A DRemoveAtomicCounterBuiltins.cpp22 TIntermTyped *variable = sequence.front()->getAsTyped(); in IsAtomicCounterDecl() local
H A DNameNamelessUniformBuffers.cpp48 const TVariable *variable = &variableNode->getAsSymbolNode()->variable(); variable
/third_party/skia/src/sksl/ir/
H A DSkSLVariableReference.cpp17 VariableReference::VariableReference(int line, const Variable* variable, RefKind refKind) in VariableReference() argument
46 void VariableReference::setVariable(const Variable* variable) { in setVariable() argument
/third_party/skia/third_party/externals/tint/src/sem/
H A Dvariable.cc78 VariableUser(const ast::IdentifierExpression* declaration, Statement* statement, sem::Variable* variable) VariableUser() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.cpp32 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, varbinder::Variable *variable) in CheckConstAssignment() argument
74 static void StoreLocalExport(PandaGen *pg, const ir::AstNode *node, varbinder::Variable *variable) in StoreLocalExport() argument
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlexenv.cpp35 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, binder::Variable *variable) in CheckConstAssignment() argument
[all...]
/third_party/gn/src/gn/
H A Dgenerated_file_target_generator.cc70 IsMetadataCollectionTarget( std::string_view variable, const ParseNode* origin) IsMetadataCollectionTarget() argument
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py31 def variable(self, key, value, indent=0): member in Writer
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py31 def variable(self, key, value, indent=0): member in Writer
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuiltinsWorkaroundGLSL.cpp81 TIntermSymbol *variable = variableNode->getAsSymbolNode(); in visitDeclaration() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dremove_unused_interface_variables_pass.cpp60 auto variable = entry_.GetInOperand(i).words[0]; in ShouldModify() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dremove_unused_interface_variables_pass.cpp60 auto variable = entry_.GetInOperand(i).words[0]; in ShouldModify() local

Completed in 7 milliseconds

1234567891011