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.c104 static efi_status_t efi_to_native(char *native, u16 *variable_name, in efi_to_native()
167 efi_status_t EFIAPI efi_get_variable(u16 *variable_name, efi_guid_t *vendor, in efi_get_variable()
246 u16 *variable_name, in efi_get_next_variable_name()
255 efi_status_t EFIAPI efi_set_variable(u16 *variable_name, efi_guid_t *vendor, in efi_set_variable()
/external/libchrome/base/test/
Dscoped_environment_variable_override.cc13 const std::string& variable_name, in ScopedEnvironmentVariableOverride()
/external/tensorflow/tensorflow/contrib/util/
Dconvert_graphdef_memmapped_format_lib.cc111 string ConvertVariableNameToUniqueRegionName(const string& variable_name) { in ConvertVariableNameToUniqueRegionName()
119 static string SanitizeVariableName(const string& variable_name) { in SanitizeVariableName()
/external/v8/src/debug/
Ddebug-scopes.cc770 bool ScopeIterator::SetLocalVariableValue(Handle<String> variable_name, in SetLocalVariableValue()
841 bool ScopeIterator::SetContextExtensionValue(Handle<String> variable_name, in SetContextExtensionValue()
856 bool ScopeIterator::SetContextVariableValue(Handle<String> variable_name, in SetContextVariableValue()
871 bool ScopeIterator::SetModuleVariableValue(Handle<String> variable_name, in SetModuleVariableValue()
891 bool ScopeIterator::SetScriptVariableValue(Handle<String> variable_name, in SetScriptVariableValue()
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto13 string variable_name = 1; field
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_utils_test.py39 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
/external/tensorflow/tensorflow/contrib/saved_model/python/saved_model/
Dreader_test.py38 def _init_and_validate_variable(self, sess, variable_name, variable_value): 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.py62 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/webrtc/tools/autoroller/unittests/
Droll_chromium_revision_test.py62 def assertVar(variable_name): argument
/external/autotest/server/site_tests/brillo_BootLoader/
Dbrillo_BootLoader.py51 def fastboot_get_var(self, variable_name): argument
/external/libyuv/files/tools_libyuv/autoroller/unittests/
Droll_deps_test.py101 def assertVar(variable_name): argument
/external/e2fsprogs/ext2ed/
Dinit.c111 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
/external/v8/src/torque/
Ddeclaration-visitor.cc301 std::string variable_name = stmt->name; in Visit() local
/external/v8/src/runtime/
Druntime-debug.cc343 Handle<String> variable_name, in SetScopeVariableValue()
/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.cc1414 Statement* Parser::DeclareFunction(const AstRawString* variable_name, in DeclareFunction()
1436 Statement* Parser::DeclareClass(const AstRawString* variable_name, in DeclareClass()
Dparser-base.h4063 IdentifierT variable_name; in ParseHoistableDeclaration() local
4130 IdentifierT variable_name = impl()->NullIdentifier(); in ParseClassDeclaration() local
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp357 … uint32_t attachment_index, const char *variable_name) { in ValidateRenderPassLayoutAgainstFramebufferImageUsage()