Home
last modified time | relevance | path

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

/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/u-boot/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()
/external/libchrome/base/test/
Dscoped_environment_variable_override.cc13 const std::string& variable_name, in ScopedEnvironmentVariableOverride()
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_utils_test.py39 def _init_and_validate_variable(self, sess, variable_name, variable_value): 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/skqp/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/tensorflow/tensorflow/python/saved_model/
Dsimple_save_test.py35 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
Dsaved_model_test.py64 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
/external/v8/src/debug/
Ddebug-scopes.cc960 bool ScopeIterator::SetLocalVariableValue(Handle<String> variable_name, in SetLocalVariableValue()
1035 bool ScopeIterator::SetContextExtensionValue(Handle<String> variable_name, in SetContextExtensionValue()
1050 bool ScopeIterator::SetContextVariableValue(Handle<String> variable_name, in SetContextVariableValue()
1066 bool ScopeIterator::SetModuleVariableValue(Handle<String> variable_name, in SetModuleVariableValue()
1087 bool ScopeIterator::SetScriptVariableValue(Handle<String> variable_name, in SetScriptVariableValue()
/external/webrtc/tools/autoroller/unittests/
Droll_chromium_revision_test.py62 def assertVar(variable_name): argument
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto49 string variable_name = 1; field
/external/autotest/server/site_tests/brillo_BootLoader/
Dbrillo_BootLoader.py51 def fastboot_get_var(self, variable_name): argument
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dfuse_inplace.cc66 auto variable_name = input.substr(len); in Rewrite() local
Dvariable_accessor.cc468 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/e2fsprogs/ext2ed/
Dinit.c111 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
/external/dagger2/java/dagger/internal/codegen/serialization/
Dserialization.proto165 string variable_name = 3; field
/external/v8/src/runtime/
Druntime-debug.cc374 Handle<String> variable_name, in SetScopeVariableValue()
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py418 def _escape_namescopes(variable_name): 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()
1155 …s::getVariableName(SHADER_STAGES stage, VARIABLE_STORAGE storage, const glw::GLchar* variable_name) in getVariableName()
1209 std::string Utils::getVariableReference(VARIABLE_FLAVOUR flavour, const glw::GLchar* variable_name) in getVariableReference()
15490 std::string variable_name = Utils::getVariableName(Utils::VERTEX_SHADER, Utils::INPUT, "variable"); in prepareVertexBuffer() local
/external/v8/src/parsing/
Dparser.cc1723 Statement* Parser::DeclareFunction(const AstRawString* variable_name, in DeclareFunction()
1749 Statement* Parser::DeclareClass(const AstRawString* variable_name, in DeclareClass()
Dparser-base.h4004 IdentifierT variable_name; in ParseHoistableDeclaration() local
4075 IdentifierT variable_name = impl()->NullIdentifier(); in ParseClassDeclaration() local