Home
last modified time | relevance | path

Searched defs:variable_name (Results 1 – 16 of 16) 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/uboot/u-boot-2020.01/lib/efi_loader/
Defi_variable.c66 static efi_status_t efi_to_native(char **native, const u16 *variable_name, in efi_to_native()
165 efi_status_t EFIAPI efi_get_variable(u16 *variable_name, in efi_get_variable()
271 u16 *variable_name, in parse_uboot_variable()
331 u16 *variable_name, in efi_get_next_variable_name()
421 efi_status_t EFIAPI efi_set_variable(u16 *variable_name, in efi_set_variable()
583 efi_get_variable_runtime(u16 *variable_name, const efi_guid_t *vendor, in efi_get_variable_runtime()
600 u16 *variable_name, const efi_guid_t *vendor) in efi_get_next_variable_name_runtime()
616 efi_set_variable_runtime(u16 *variable_name, const efi_guid_t *vendor, in efi_set_variable_runtime()
/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.cc78 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/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/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py1860 def process_single_variable(shader_type, variable_name, props, symbols, variables, argument