Home
last modified time | relevance | path

Searched defs:variable_name (Results 1 – 18 of 18) sorted by relevance

/third_party/gn/src/base/
Denvironment.cc29 bool GetVar(std::string_view variable_name, std::string* result) override { in GetVar()
48 bool SetVar(std::string_view variable_name, in SetVar()
53 bool UnSetVar(std::string_view variable_name) override { in UnSetVar()
58 bool GetVarImpl(std::string_view variable_name, std::string* result) { in GetVarImpl()
84 bool SetVarImpl(std::string_view variable_name, in SetVarImpl()
97 bool UnSetVarImpl(std::string_view variable_name) { in UnSetVarImpl()
145 bool Environment::HasVar(std::string_view variable_name) { in HasVar()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcmake.py183 def SetVariable(output, variable_name, value): argument
192 def SetVariableList(output, variable_name, values): argument
205 def UnsetVariable(output, variable_name): argument
212 def WriteVariable(output, variable_name, prepend=None): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py327 def write_compressed_spirv_blob_as_c_array(output_path, variable_name, compressed_blob, argument
346 def __init__(self, shader_file, preprocessor_args, output_path, variable_name): argument
383 compile_args, preprocessor_args, variable_name): argument
448 preprocessor_args, variable_name): argument
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcmake.py183 def SetVariable(output, variable_name, value): argument
192 def SetVariableList(output, variable_name, values): argument
205 def UnsetVariable(output, variable_name): argument
212 def WriteVariable(output, variable_name, prepend=None): argument
/third_party/skia/gn/
Dgn_to_cmake.py60 def SetVariable(out, variable_name, value): argument
69 def SetVariableList(out, variable_name, values): argument
106 def WriteVariable(output, variable_name, prepend=None): argument
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc974 bool ScopeIterator::SetLocalVariableValue(Handle<String> variable_name, in SetLocalVariableValue()
1049 bool ScopeIterator::SetContextExtensionValue(Handle<String> variable_name, in SetContextExtensionValue()
1064 bool ScopeIterator::SetContextVariableValue(Handle<String> variable_name, in SetContextVariableValue()
1072 bool ScopeIterator::SetModuleVariableValue(Handle<String> variable_name, in SetModuleVariableValue()
1093 bool ScopeIterator::SetScriptVariableValue(Handle<String> variable_name, in SetScriptVariableValue()
/third_party/gn/src/gn/
Dc_tool.cc84 const char* variable_name, in ValidateLinkAndDependOutput()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp457 string variable_name = to_name(var.self); in argument_decl() local
Dmain.cpp598 string variable_name; member
606 string variable_name; member
/third_party/lwip/src/include/lwip/
Darch.h271 #define LWIP_DECLARE_MEMORY_ALIGNED(variable_name, size) u8_t variable_name[LWIP_MEM_ALIGN_BUFFER(s… argument
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc435 Handle<String> variable_name, in SetScopeVariableValue()
458 Handle<String> variable_name = args.at<String>(2); in RUNTIME_FUNCTION() local
/third_party/alsa-utils/topology/
Dpre-processor.c321 const char *variable_name; in pre_process_include_conf() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py1860 def process_single_variable(shader_type, variable_name, props, symbols, variables, argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp956 const glw::GLchar* variable_name) in getBlockVariableDefinition()
990 …string Utils::getBlockVariableReference(VARIABLE_FLAVOUR flavour, const glw::GLchar* variable_name, in getBlockVariableReference()
1041 const glw::GLchar* type_name, const glw::GLchar* variable_name) in getVariableDefinition()
1153 …s::getVariableName(SHADER_STAGES stage, VARIABLE_STORAGE storage, const glw::GLchar* variable_name) in getVariableName()
1207 std::string Utils::getVariableReference(VARIABLE_FLAVOUR flavour, const glw::GLchar* variable_name) in getVariableReference()
15439 std::string variable_name = Utils::getVariableName(Utils::VERTEX_SHADER, Utils::INPUT, "variable"); in prepareVertexBuffer() local
/third_party/node/deps/v8/src/parsing/
Dparser.cc1856 Statement* Parser::DeclareFunction(const AstRawString* variable_name, in DeclareFunction()
1882 Statement* Parser::DeclareClass(const AstRawString* variable_name, in DeclareClass()
Dparser-base.h4175 IdentifierT variable_name; in ParseHoistableDeclaration() local
4246 IdentifierT variable_name = impl()->NullIdentifier(); in ParseClassDeclaration() local
/third_party/googletest/googletest/src/
Dgtest.cc6801 for (const char* variable_name : environment_variables) { in GetDirFromEnv() local
/third_party/node/deps/googletest/src/
Dgtest.cc6851 for (const char* variable_name : environment_variables) { in GetDirFromEnv() local