/external/libchrome/base/ |
D | environment.cc | 29 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/ |
D | efi_variable.c | 104 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/ |
D | scoped_environment_variable_override.cc | 13 const std::string& variable_name, in ScopedEnvironmentVariableOverride()
|
/external/tensorflow/tensorflow/contrib/util/ |
D | convert_graphdef_memmapped_format_lib.cc | 111 string ConvertVariableNameToUniqueRegionName(const string& variable_name) { in ConvertVariableNameToUniqueRegionName() 119 static string SanitizeVariableName(const string& variable_name) { in SanitizeVariableName()
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 770 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/ |
D | variable.proto | 13 string variable_name = 1; field
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_utils_test.py | 39 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
|
/external/tensorflow/tensorflow/contrib/saved_model/python/saved_model/ |
D | reader_test.py | 38 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | simple_save_test.py | 35 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
|
D | saved_model_test.py | 62 def _init_and_validate_variable(self, sess, variable_name, variable_value): argument
|
/external/skia/gn/ |
D | gn_to_cmake.py | 60 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/ |
D | gn_to_cmake.py | 60 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/ |
D | roll_chromium_revision_test.py | 62 def assertVar(variable_name): argument
|
/external/autotest/server/site_tests/brillo_BootLoader/ |
D | brillo_BootLoader.py | 51 def fastboot_get_var(self, variable_name): argument
|
/external/libyuv/files/tools_libyuv/autoroller/unittests/ |
D | roll_deps_test.py | 101 def assertVar(variable_name): argument
|
/external/e2fsprogs/ext2ed/ |
D | init.c | 111 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
|
/external/v8/src/torque/ |
D | declaration-visitor.cc | 301 std::string variable_name = stmt->name; in Visit() local
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 343 Handle<String> variable_name, in SetScopeVariableValue()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 956 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/ |
D | parser.cc | 1414 Statement* Parser::DeclareFunction(const AstRawString* variable_name, in DeclareFunction() 1436 Statement* Parser::DeclareClass(const AstRawString* variable_name, in DeclareClass()
|
D | parser-base.h | 4063 IdentifierT variable_name; in ParseHoistableDeclaration() local 4130 IdentifierT variable_name = impl()->NullIdentifier(); in ParseClassDeclaration() local
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 357 … uint32_t attachment_index, const char *variable_name) { in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
|