/external/dng_sdk/source/ |
D | dng_parse_utils.cpp | 37 uint32 key; member 38 const char *name; member 43 static const char * LookupName (uint32 key, in LookupName() 117 const char *name = LookupName (parentCode, in LookupParentCode() local 470 const char *name = NULL; in LookupTagCode() local 598 const char *name = LookupName (tagType, in LookupTagType() local 618 const char * LookupNewSubFileType (uint32 key) in LookupNewSubFileType() 630 const char *name = LookupName (key, in LookupNewSubFileType() local 650 const char * LookupCompression (uint32 key) in LookupCompression() 665 const char *name = LookupName (key, in LookupCompression() local [all …]
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | Metadata.java | 131 private byte[] name(int i) { in name() method in Metadata 135 private void name(int i, byte[] name) { in name() argument 175 public boolean containsKey(Key<?> key) { in containsKey() 190 public <T> T get(Key<T> key) { in get() 200 private final Key<T> key; field in Metadata.IterableAt 203 private IterableAt(Key<T> key, int startIdx) { in IterableAt() 251 public <T> Iterable<T> getAll(final Key<T> key) { in getAll() 284 public <T> void put(Key<T> key, T value) { in put() 316 public <T> boolean remove(Key<T> key, T value) { in remove() 341 public <T> Iterable<T> removeAll(Key<T> key) { in removeAll() [all …]
|
/external/libtextclassifier/lang_id/common/ |
D | registry.h | 151 explicit ComponentRegistry(const char *name) : name_(name), head_(nullptr) {} in ComponentRegistry() 160 bool Add(const char *key, T *value) { in Add() 173 T *Lookup(const char *key) const { in Lookup() 181 T *Lookup(const string &key) const { return Lookup(key.c_str()); } in Lookup() 184 const char *name() const { return name_; } in name() function 202 Cell(const char *key, T *value, Cell *next) in Cell() 205 const char *key() const { return key_; } in key() function 220 const Cell *FindCell(const char *key) const { in FindCell() 250 static T *Create(const string &name) { // NOLINT in Create()
|
/external/v8/src/ast/ |
D | context-slot-cache.cc | 16 int ContextSlotCache::Hash(Object* data, String* name) { in Hash() 23 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, in Lookup() 28 Key& key = keys_[index]; in Lookup() local 40 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name, in Update() 47 Key& key = keys_[index]; in Update() local 64 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name, in ValidateEntry() 71 Key& key = keys_[index]; in ValidateEntry() local
|
/external/v8/src/builtins/ |
D | builtins-reflect.cc | 24 Handle<Object> key = args.at(2); in BUILTIN() local 34 Handle<Name> name; in BUILTIN() local 54 Handle<Object> key = args.at(2); in BUILTIN() local 63 Handle<Name> name; in BUILTIN() local 77 Handle<Object> key = args.atOrUndefined(isolate, 2); in BUILTIN() local 87 Handle<Name> name; in BUILTIN() local 101 Handle<Object> key = args.at(2); in BUILTIN() local 110 Handle<Name> name; in BUILTIN() local 203 Handle<Object> key = args.atOrUndefined(isolate, 2); in BUILTIN() local 214 Handle<Name> name; in BUILTIN() local
|
/external/selinux/libsepol/src/ |
D | booleans.c | 16 const sepol_bool_key_t * key, const sepol_bool_t * data) in bool_update() 20 char *name; in bool_update() local 59 const char *name = policydb->p_bool_val_to_name[bool_idx]; in bool_to_record() local 84 const sepol_bool_key_t * key, const sepol_bool_t * data) in sepol_bool_set() 87 const char *name; in sepol_bool_set() local 118 const sepol_bool_key_t * key, int *response) in sepol_bool_exists() 124 char *name = NULL; in sepol_bool_exists() local 141 const sepol_bool_key_t * key, sepol_bool_t ** response) in sepol_bool_query() 148 char *name = NULL; in sepol_bool_query() local
|
/external/v8/src/ |
D | lookup-cache-inl.h | 16 int DescriptorLookupCache::Hash(Object* source, Name* name) { in Hash() 26 int DescriptorLookupCache::Lookup(Map* source, Name* name) { in Lookup() 28 Key& key = keys_[index]; in Lookup() local 33 void DescriptorLookupCache::Update(Map* source, Name* name, int result) { in Update() 36 Key& key = keys_[index]; in Update() local
|
/external/tensorflow/tensorflow/contrib/saved_model/cc/saved_model/ |
D | signature_def_utils_test.cc | 36 void SetInputNameForKey(const string& key, const string& name, in SetInputNameForKey() 41 void SetOutputNameForKey(const string& key, const string& name, in SetOutputNameForKey() 83 string name; in TEST_F() local 94 string name; in TEST_F() local 105 void SetInputDataTypeForKey(const string& key, DataType dtype) { in SetInputDataTypeForKey() 109 void SetOutputDataTypeForKey(const string& key, DataType dtype) { in SetOutputDataTypeForKey() 113 void EraseOutputKey(const string& key) { in EraseOutputKey()
|
/external/nist-sip/java/gov/nist/core/ |
D | NameValueList.java | 130 public void set(String name, Object value) { in set() 158 String key = (String) li.next(); in equals() local 172 public Object getValue(String name) { in getValue() 185 public NameValue getNameValue(String name) { in getNameValue() 195 public boolean hasNameValue(String name) { in hasNameValue() 204 public boolean delete(String name) { in delete() 263 public String getParameter(String name) { in getParameter() 286 public boolean containsKey(Object key) { in containsKey() 310 public NameValue get(Object key) { in get() 326 public NameValue put(String name, NameValue nameValue) { in put() [all …]
|
D | DuplicateNameValueList.java | 110 public void set(String name, Object value) { in set() 137 String key = (String) li.next(); in equals() local 151 public Object getValue(String name) { in getValue() 163 public Collection getNameValue(String name) { in getNameValue() 170 public boolean hasNameValue(String name) { in hasNameValue() 177 public boolean delete(String name) { in delete() 222 public String getParameter(String name) { in getParameter() 241 public NameValue put(String key, NameValue value) { in put() 245 public NameValue remove(Object key) { in remove()
|
/external/python/cpython2/Lib/ |
D | os.py | 42 name = 'posix' variable 56 name = 'nt' variable 70 name = 'os2' variable 88 name = 'ce' variable 103 name = 'riscos' variable 136 def makedirs(name, mode=0777): argument 159 def removedirs(name): argument 407 def unsetenv(key): argument 421 def __setitem__(self, key, item): argument 424 def __getitem__(self, key): argument [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 105 [this](const std::string& name) -> llvm::JITSymbol { in SimpleOrcJIT() 144 llvm::JITSymbol SimpleOrcJIT::ResolveRuntimeSymbol(const std::string& name) { in ResolveRuntimeSymbol() 167 uint64_t key = static_cast<uint64_t>( in NotifyObjectFinalized() local 173 uint64_t key = static_cast<uint64_t>( in NotifyObjectFreed() local 180 auto key = execution_session_.allocateVModule(); in AddModule() local 186 void SimpleOrcJIT::RemoveModule(SimpleOrcJIT::VModuleKeyT key) { in RemoveModule() 192 llvm::JITSymbol SimpleOrcJIT::FindCompiledSymbol(const std::string& name) { in FindCompiledSymbol() 195 for (auto& key : in FindCompiledSymbol() local 255 #define REGISTER_LIBM_SYMBOL(name, double_sig) \ in RegisterKnownJITSymbols() argument
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | php7_wrapper.h | 29 #define php_grpc_add_property_string(arg, name, context, b) \ argument 31 #define php_grpc_add_property_stringl(res, name, str, len, b) \ argument 33 #define php_grpc_add_property_zval(res, name, val) \ argument 43 #define PHP_GRPC_ADD_STRING_TO_ARRAY(val, key, key_len, str, dup) \ argument 45 #define PHP_GRPC_ADD_LONG_TO_ARRAY(val, key, key_len, str) \ argument 47 #define PHP_GRPC_ADD_BOOL_TO_ARRAY(val, key, key_len, str) \ argument 49 #define PHP_GRPC_ADD_LONG_TO_RETVAL(val, key, key_len, str) \ argument 56 #define PHP_GRPC_WRAP_OBJECT_START(name) \ argument 59 #define PHP_GRPC_WRAP_OBJECT_END(name) \ argument 90 #define PHP_GRPC_HASH_FOREACH_STR_KEY_VAL_START(ht, key, key_type, data) \ argument [all …]
|
/external/boringssl/src/crypto/test/ |
D | wycheproof_util.cc | 43 const EVP_MD *GetWycheproofDigest(FileTest *t, const char *key, in GetWycheproofDigest() 45 std::string name; in GetWycheproofDigest() local 70 bssl::UniquePtr<EC_GROUP> GetWycheproofCurve(FileTest *t, const char *key, in GetWycheproofCurve() 72 std::string name; in GetWycheproofCurve() local 94 bssl::UniquePtr<BIGNUM> GetWycheproofBIGNUM(FileTest *t, const char *key, in GetWycheproofBIGNUM()
|
/external/skia/src/pdf/ |
D | SkPDFTypes.cpp | 105 static void write_name_escaped(SkWStream* o, const char* name) { in write_name_escaped() 311 void SkPDFArray::appendName(const char name[]) { in appendName() 315 void SkPDFArray::appendName(SkString name) { in appendName() 365 void SkPDFDict::insertRef(const char key[], SkPDFIndirectReference ref) { in insertRef() 369 void SkPDFDict::insertRef(SkString key, SkPDFIndirectReference ref) { in insertRef() 373 void SkPDFDict::insertObject(const char key[], std::unique_ptr<SkPDFObject>&& objSp) { in insertObject() 376 void SkPDFDict::insertObject(SkString key, std::unique_ptr<SkPDFObject>&& objSp) { in insertObject() 381 void SkPDFDict::insertBool(const char key[], bool value) { in insertBool() 385 void SkPDFDict::insertInt(const char key[], int32_t value) { in insertInt() 389 void SkPDFDict::insertInt(const char key[], size_t value) { in insertInt() [all …]
|
/external/skqp/src/pdf/ |
D | SkPDFTypes.cpp | 105 static void write_name_escaped(SkWStream* o, const char* name) { in write_name_escaped() 311 void SkPDFArray::appendName(const char name[]) { in appendName() 315 void SkPDFArray::appendName(SkString name) { in appendName() 365 void SkPDFDict::insertRef(const char key[], SkPDFIndirectReference ref) { in insertRef() 369 void SkPDFDict::insertRef(SkString key, SkPDFIndirectReference ref) { in insertRef() 373 void SkPDFDict::insertObject(const char key[], std::unique_ptr<SkPDFObject>&& objSp) { in insertObject() 376 void SkPDFDict::insertObject(SkString key, std::unique_ptr<SkPDFObject>&& objSp) { in insertObject() 381 void SkPDFDict::insertBool(const char key[], bool value) { in insertBool() 385 void SkPDFDict::insertInt(const char key[], int32_t value) { in insertInt() 389 void SkPDFDict::insertInt(const char key[], size_t value) { in insertInt() [all …]
|
/external/lzma/CPP/Windows/ |
D | Registry.cpp | 27 HKEY key = NULL; in Create() local 43 HKEY key = NULL; in Open() local 75 CKey key; in RecurseDeleteKey() local 102 LONG CKey::DeleteValue(LPCTSTR name) throw() in DeleteValue() 109 LONG CKey::DeleteValue(LPCWSTR name) in DeleteValue() 118 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() in SetValue() 125 LONG CKey::SetValue(LPCTSTR name, bool value) throw() in SetValue() 130 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() in SetValue() 150 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) in SetValue() 164 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() in SetValue() [all …]
|
/external/v8/src/torque/ |
D | declarations.h | 28 Declarable* TryLookup(const std::string& name) { return chain_.Lookup(name); } in TryLookup() 30 Declarable* Lookup(const std::string& name) { in Lookup() 40 Declarable* LookupGlobalScope(const std::string& name) { in LookupGlobalScope() 63 Label* TryLookupLabel(const std::string& name) { in TryLookupLabel() 147 void Declare(const std::string& name, std::unique_ptr<Declarable> d) { in Declare() 195 const SpecializationKey& key) in GenericScopeActivator() 205 const SpecializationKey& key) in ScopedGenericSpecializationKey() 220 const SpecializationKey& key) in ScopedGenericScopeChainSnapshot()
|
/external/python/pyasn1/pyasn1/type/ |
D | opentype.py | 46 def __init__(self, name, typeMap=None): argument 54 def name(self): member in OpenType 68 def __contains__(self, key): argument 71 def __getitem__(self, key): argument
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | sequence_feature_column.py | 83 name=None, argument 202 key, num_buckets, default_value=None): argument 251 key, hash_bucket_size, dtype=dtypes.string): argument 297 key, vocabulary_file, vocabulary_size=None, num_oov_buckets=0, argument 362 key, vocabulary_list, dtype=None, default_value=-1, num_oov_buckets=0): argument 424 key, argument 485 def _assert_all_equal_and_return(tensors, name=None): argument 509 def name(self): member in SequenceNumericColumn
|
/external/v8/src/base/platform/ |
D | platform.h | 314 : name_(name), stack_size_(stack_size) {} in name_() argument 316 const char* name() const { return name_; } in name() function 343 inline const char* name() const { in name() function 354 static int GetThreadLocalInt(LocalStorageKey key) { in GetThreadLocalInt() 358 static void SetThreadLocalInt(LocalStorageKey key, int value) { in SetThreadLocalInt() 361 static bool HasThreadLocal(LocalStorageKey key) { in HasThreadLocal() 366 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() 373 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal()
|
/external/scapy/scapy/layers/ |
D | ipsec.py | 71 name = 'AH' variable in AH 115 name = 'ESP' variable in ESP 141 name = 'ESP' variable in _ESPPlain 189 def __init__(self, name, cipher, mode, block_size=None, iv_size=None, argument 250 def check_key(self, key): argument 269 def new_cipher(self, key, mode_iv, digest=None): argument 329 def encrypt(self, sa, esp, key): argument 356 def decrypt(self, sa, esp, key, icv_size=None): argument 484 def __init__(self, name, mac, digestmod, icv_size, key_size=None): argument 500 def check_key(self, key): argument [all …]
|
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column.py | 187 key, num_buckets, default_value=None): argument 231 key, hash_bucket_size, dtype=dtypes.string): argument 272 key, vocabulary_file, vocabulary_size=None, num_oov_buckets=0, argument 334 key, vocabulary_list, dtype=None, default_value=-1, num_oov_buckets=0): argument 393 key, argument 452 def _assert_all_equal_and_return(tensors, name=None): argument 472 def name(self): member in _SequenceNumericColumn
|
/external/v8/src/ic/ |
D | stub-cache.cc | 31 int StubCache::PrimaryOffset(Name* name, Map* map) { in PrimaryOffset() 42 uint32_t key = map_low32bits + field; in PrimaryOffset() local 49 int StubCache::SecondaryOffset(Name* name, int seed) { in SecondaryOffset() 53 uint32_t key = (seed - name_low32bits) + kSecondaryMagic; in SecondaryOffset() local 60 bool CommonStubCacheChecks(StubCache* stub_cache, Name* name, Map* map, in CommonStubCacheChecks() 75 MaybeObject* StubCache::Set(Name* name, Map* map, MaybeObject* handler) { in Set() 102 MaybeObject* StubCache::Get(Name* name, Map* map) { in Get()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils.h | 76 inline void SetNodeAttr(const string& key, const T& value, NodeDef* node) { in SetNodeAttr() 84 inline void SetNodeTensorAttr(const string& key, const Tensor& tensor, in SetNodeTensorAttr() 93 inline void SetNodeTensorAttr(const string& key, const TensorShape& shape, in SetNodeTensorAttr() 275 TransformRegistrar(const string& name, TransformFunc transform_func) { in TransformRegistrar() 280 #define REGISTER_GRAPH_TRANSFORM(name, func) \ argument 282 #define REGISTER_GRAPH_TRANSFORM_UNIQ_HELPER(ctr, name, func) \ argument 284 #define REGISTER_GRAPH_TRANSFORM_UNIQ(ctr, name, func) \ argument
|