Home
last modified time | relevance | path

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

12

/external/cronet/base/
Denvironment.cc25 bool GetVar(StringPiece variable_name, std::string* result) override { in GetVar()
44 bool SetVar(StringPiece variable_name, in SetVar()
49 bool UnSetVar(StringPiece variable_name) override { in UnSetVar()
54 bool GetVarImpl(StringPiece variable_name, std::string* result) { in GetVarImpl()
78 bool SetVarImpl(StringPiece variable_name, const std::string& new_value) { in SetVarImpl()
89 bool UnSetVarImpl(StringPiece variable_name) { in UnSetVarImpl()
119 bool Environment::HasVar(StringPiece variable_name) { in HasVar()
Dscoped_environment_variable_override.cc12 const std::string& variable_name, in ScopedEnvironmentVariableOverride()
27 const std::string& variable_name, in ScopedEnvironmentVariableOverride()
32 const std::string& variable_name) in ScopedEnvironmentVariableOverride()
/external/libchrome/base/
Denvironment.cc29 bool GetVar(StringPiece variable_name, std::string* result) override { in GetVar()
48 bool SetVar(StringPiece variable_name, in SetVar()
53 bool UnSetVar(StringPiece variable_name) override { in UnSetVar()
58 bool GetVarImpl(StringPiece variable_name, std::string* result) { in GetVarImpl()
82 bool SetVarImpl(StringPiece variable_name, const std::string& new_value) { in SetVarImpl()
93 bool UnSetVarImpl(StringPiece variable_name) { in UnSetVarImpl()
140 bool Environment::HasVar(StringPiece variable_name) { in HasVar()
/external/pigweed/pw_metric/public/pw_metric/
Dglobal.h32 #define PW_METRIC_GLOBAL(variable_name, metric_name, init) \ argument
39 #define PW_METRIC_GROUP_GLOBAL(variable_name, group_name) \ argument
Dmetric.h259 #define _PW_METRIC_4(static_def, variable_name, metric_name, init) \ argument
266 #define _PW_METRIC_5(static_def, group, variable_name, metric_name, init) \ argument
298 #define _PW_METRIC_GROUP_3(static_def, variable_name, group_name) \ argument
303 #define _PW_METRIC_GROUP_4(static_def, parent, variable_name, group_name) \ argument
/external/libchrome/base/test/
Dscoped_environment_variable_override.cc13 const std::string& variable_name, in ScopedEnvironmentVariableOverride()
/external/angle/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
/external/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
/external/angle/build/gn_ast/
Dgn_ast.py172 def variable_name(self): member in AssignmentWrapper
213 def create(variable_name, value, operation='='): argument
228 def create_list(variable_name, operation='='): argument
/external/tensorflow/tensorflow/python/saved_model/
Dsimple_save_test.py30 def _init_and_validate_variable(self, variable_name, variable_value): argument
Dsaved_model_test.py61 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_utils_test.py35 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto48 string variable_name = 1; field
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dreadonly_references_to_resources.cc156 StringRef variable_name = in runOnOperation() local
Dinitialize_variables_in_session_init.cc119 auto variable_name = GetVariableName(var_handle_op); in InitializeVariablesInSessionInitializer() local
/external/angle/src/libANGLE/renderer/metal/shaders/
Dgen_mtl_internal_shaders.py128 def generate_metallib_header(metal_src, sdk, compile_flags, variable_name, dest_header_file): argument
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dfuse_inplace.cc67 auto variable_name = input.substr(len); in Rewrite() local
Dvariable_accessor.cc492 const std::string& variable_name = variable.second.name; in GetConstDeclarations() local
/external/libyuv/files/tools_libyuv/autoroller/unittests/
Droll_deps_test.py106 def assertVar(variable_name): argument
/external/cronet/net/proxy_resolution/
Dproxy_config_service_linux_unittest.cc140 bool GetVar(base::StringPiece variable_name, std::string* result) override { in GetVar()
150 bool SetVar(base::StringPiece variable_name, in SetVar()
156 bool UnSetVar(base::StringPiece variable_name) override { in UnSetVar()
/external/e2fsprogs/ext2ed/
Dinit.c111 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
/external/webrtc/tools_webrtc/autoroller/unittests/
Droll_deps_test.py168 def AssertVar(variable_name): argument
/external/flatbuffers/src/
Dbfbs_gen_lua.cpp371 const std::string variable_name = in GenerateObjects() local
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1858 def process_single_variable(shader_type, variable_name, props, symbols, variables, argument
/external/deqp/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

12