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/boost/tools/build/src/build/
Dtoolset.py40 def __init__(self, variable_name, values, condition, rule = None): argument
92 def flags(rule_or_module, variable_name, condition, values = []): argument
365 def __add_flag (rule_or_module, variable_name, condition, values): argument
/third_party/boost/tools/build/example/customization/
Dinline_file.py41 variable_name = strip(in_file.readline()) variable
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcmake.py189 def SetVariable(output, variable_name, value): argument
198 def SetVariableList(output, variable_name, values): argument
211 def UnsetVariable(output, variable_name): argument
218 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/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcmake.py181 def SetVariable(output, variable_name, value): argument
190 def SetVariableList(output, variable_name, values): argument
203 def UnsetVariable(output, variable_name): argument
210 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/flutter/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/gn/src/gn/
Dc_tool.cc84 const char* variable_name, in ValidateLinkAndDependOutput()
/third_party/e2fsprogs/ext2ed/
Dinit.c111 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
/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/boost/libs/compute/include/boost/compute/
Dclosure.hpp228 std::string variable_name = m_capture_names[n]; in operator ()() local
/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/boost/boost/compute/
Dclosure.hpp228 std::string variable_name = m_capture_names[n]; in operator ()() 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