/third_party/gn/src/base/ |
D | environment.cc | 29 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/ |
D | cmake.py | 183 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/ |
D | gen_vk_internal_shaders.py | 327 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/ |
D | cmake.py | 183 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/ |
D | gn_to_cmake.py | 60 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/ |
D | debug-scopes.cc | 974 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/ |
D | c_tool.cc | 84 const char* variable_name, in ValidateLinkAndDependOutput()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cpp.cpp | 457 string variable_name = to_name(var.self); in argument_decl() local
|
D | main.cpp | 598 string variable_name; member 606 string variable_name; member
|
/third_party/lwip/src/include/lwip/ |
D | arch.h | 271 #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/ |
D | runtime-debug.cc | 435 Handle<String> variable_name, in SetScopeVariableValue() 458 Handle<String> variable_name = args.at<String>(2); in RUNTIME_FUNCTION() local
|
/third_party/alsa-utils/topology/ |
D | pre-processor.c | 321 const char *variable_name; in pre_process_include_conf() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1860 def process_single_variable(shader_type, variable_name, props, symbols, variables, argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 956 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/ |
D | parser.cc | 1856 Statement* Parser::DeclareFunction(const AstRawString* variable_name, in DeclareFunction() 1882 Statement* Parser::DeclareClass(const AstRawString* variable_name, in DeclareClass()
|
D | parser-base.h | 4175 IdentifierT variable_name; in ParseHoistableDeclaration() local 4246 IdentifierT variable_name = impl()->NullIdentifier(); in ParseClassDeclaration() local
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 6801 for (const char* variable_name : environment_variables) { in GetDirFromEnv() local
|
/third_party/node/deps/googletest/src/ |
D | gtest.cc | 6851 for (const char* variable_name : environment_variables) { in GetDirFromEnv() local
|