/external/lzma/CPP/7zip/Crypto/ |
D | 7zAes.cpp | 105 if (_cachedKeys.Find(_key)) in CalculateDigest() 106 g_GlobalKeyCache.Add(_key); in CalculateDigest() 109 if (!g_GlobalKeyCache.Find(_key)) in CalculateDigest() 111 _key.CalculateDigest(); in CalculateDigest() 112 g_GlobalKeyCache.Add(_key); in CalculateDigest() 114 _cachedKeys.Add(_key); in CalculateDigest() 145 _key.NumCyclesPower = 19; in WriteCoderProperties() 147 Byte firstByte = (Byte)(_key.NumCyclesPower | in WriteCoderProperties() 148 (((_key.SaltSize == 0) ? 0 : 1) << 7) | in WriteCoderProperties() 151 if (_key.SaltSize == 0 && ivSize == 0) in WriteCoderProperties() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SelectChannelEndPoint.java | 50 private SelectionKey _key; field in SelectChannelEndPoint 106 _key = key; in SelectChannelEndPoint() 116 return _key; in getSelectionKey() 156 if (_key == null || !_key.isValid()) in schedule() 168 if (_readBlocked && _key.isReadable()) in schedule() 170 if (_writeBlocked && _key.isWritable()) in schedule() 177 _key.interestOps(0); in schedule() 184 …if ((_key.readyOps() & SelectionKey.OP_WRITE) == SelectionKey.OP_WRITE && (_key.interestOps() & Se… in schedule() 187 _interestOps = _key.interestOps() & ~SelectionKey.OP_WRITE; in schedule() 188 _key.interestOps(_interestOps); in schedule() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 67 private object _key; field in Antlr.Runtime.Collections.HashList.HashListEnumerator 75 _key = null; in HashListEnumerator() 86 _key = null; in HashListEnumerator() 98 if (_key == null) 102 return _key; 110 if (_key == null) 122 if (_key == null) 126 return new DictionaryEntry(_key, _value); 141 _key = null; in Reset() 149 if (_key == null) [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | Extension.java | 15 private char _key; field in Extension 19 _key = key; in Extension() 23 _key = key; in Extension() 28 return _key; in getKey() 36 return _key + LanguageTag.SEP + _value; in getID()
|
D | AsciiUtil.java | 165 private String _key; field in AsciiUtil.CaseInsensitiveKey 169 _key = key; in CaseInsensitiveKey() 178 return AsciiUtil.caseIgnoreMatch(_key, ((CaseInsensitiveKey)o)._key); in equals()
|
D | LocaleObjectCache.java | 76 private K _key; field in LocaleObjectCache.CacheEntry 80 _key = key; in CacheEntry() 84 return _key; in getKey()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | Extension.java | 11 private char _key; field in Extension 15 _key = key; in Extension() 19 _key = key; in Extension() 24 return _key; in getKey() 32 return _key + LanguageTag.SEP + _value; in getID()
|
D | AsciiUtil.java | 161 private String _key; field in AsciiUtil.CaseInsensitiveKey 165 _key = key; in CaseInsensitiveKey() 174 return AsciiUtil.caseIgnoreMatch(_key, ((CaseInsensitiveKey)o)._key); in equals()
|
D | LocaleObjectCache.java | 72 private K _key; field in LocaleObjectCache.CacheEntry 76 _key = key; in CacheEntry() 80 return _key; in getKey()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | Extension.java | 11 private char _key; field in Extension 15 _key = key; in Extension() 19 _key = key; in Extension() 24 return _key; in getKey() 32 return _key + LanguageTag.SEP + _value; in getID()
|
D | AsciiUtil.java | 161 private String _key; field in AsciiUtil.CaseInsensitiveKey 165 _key = key; in CaseInsensitiveKey() 174 return AsciiUtil.caseIgnoreMatch(_key, ((CaseInsensitiveKey)o)._key); in equals()
|
D | LocaleObjectCache.java | 72 private K _key; field in LocaleObjectCache.CacheEntry 76 _key = key; in CacheEntry() 80 return _key; in getKey()
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | StringMap.java | 229 node._key=key; in put() 311 if (node!=null && node._key==null) in getEntry() 367 if (node!=null && node._key==null) in getEntry() 429 if (node!=null && node._key==null) in getBestEntry() 497 if (node!=null && node._key==null) in remove() 503 node._key=null; in remove() 559 String _key; field in StringMap.Node 605 split._key=this._key; in split() 607 this._key=null; in split() 621 public Object getKey(){return _key;} in getKey() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleImpl.java | 25 protected final ICUResourceBundle createBundleObject(String _key, in createBundleObject() argument 32 return new ICUResourceBundleImpl.ResourceString(this, _key, _resource); in createBundleObject() 34 return new ICUResourceBundleImpl.ResourceBinary(this, _key, _resource); in createBundleObject() 36 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested); in createBundleObject() 38 return new ICUResourceBundleImpl.ResourceInt(this, _key, _resource); in createBundleObject() 40 return new ICUResourceBundleImpl.ResourceIntVector(this, _key, _resource); in createBundleObject() 43 return new ICUResourceBundleImpl.ResourceArray(this, _key, _resource); in createBundleObject() 47 return new ICUResourceBundleImpl.ResourceTable(this, _key, _resource); in createBundleObject()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundleImpl.java | 26 protected final ICUResourceBundle createBundleObject(String _key, in createBundleObject() argument 33 return new ICUResourceBundleImpl.ResourceString(this, _key, _resource); in createBundleObject() 35 return new ICUResourceBundleImpl.ResourceBinary(this, _key, _resource); in createBundleObject() 37 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested); in createBundleObject() 39 return new ICUResourceBundleImpl.ResourceInt(this, _key, _resource); in createBundleObject() 41 return new ICUResourceBundleImpl.ResourceIntVector(this, _key, _resource); in createBundleObject() 44 return new ICUResourceBundleImpl.ResourceArray(this, _key, _resource); in createBundleObject() 48 return new ICUResourceBundleImpl.ResourceTable(this, _key, _resource); in createBundleObject()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSCache.java | 155 private String _key; field in DNSCache._CacheEntry 163 _key = (key != null ? key.trim().toLowerCase() : null); in _CacheEntry() 173 _key = ((_CacheEntry) entry).getKey(); in _CacheEntry() 183 return (_key != null ? _key : ""); in getKey() 229 return (_key == null ? 0 : _key.hashCode()); in hashCode() 239 aLog.append(_key); in toString()
|
D | DNSEntry.java | 24 private final String _key; field in DNSEntry 53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase(); in DNSEntry() 122 return (_key != null ? _key : ""); in getKey()
|
/external/skia/platform_tools/android/gyp_gen/ |
D | makefile_writer.py | 49 _key = key 58 _key = 'LOCAL_CFLAGS' 69 _key += '_' + name 70 write_group(f, _key, _items, _append)
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | ResourceCache.java | 273 return c1._key.compareTo(c2._key); in shrinkCache() 356 final String _key; field in ResourceCache.Content 369 _key=pathInContext; in Content() 389 return _key; 395 return _key!=null; 425 if (this==_cache.remove(_key))
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCPair.m | 32 @synthesize key = _key; 37 _key = [key copy]; 44 return [NSString stringWithFormat:@"%@: %@", _key, _value];
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | crypt.py | 132 self._key = pkey 146 return crypto.sign(self._key, message, 'sha256') 269 self._key = pkey 282 return PKCS1_v1_5.new(self._key).sign(SHA256.new(message))
|
D | multistore_file.py | 217 self._key = key 242 credential = self._multistore._get_credential(self._key) 255 self._multistore._update_credential(self._key, credentials) 265 self._multistore._delete_credential(self._key)
|
/external/clang/test/Analysis/ |
D | cfref_PR2519.c | 32 …CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" … in main() local 36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
|
/external/libevent/ |
D | evmap.c | 113 struct event_map_entry _key, *_ent; \ in HT_PROTOTYPE() 114 _key.fd = slot; \ in HT_PROTOTYPE() 115 _ent = HT_FIND(event_io_map, map, &_key); \ in HT_PROTOTYPE() 121 struct event_map_entry _key, *_ent; \ 122 _key.fd = slot; \ 124 event_map_entry, &_key, ptr, \ 134 _HT_FOI_INSERT(map_node, map, &_key, _ent, ptr) \
|
/external/protobuf/python/ |
D | mox.py | 953 self._key = key 965 return self._key in rhs 968 return '<sequence or map containing \'%s\'>' % self._key 986 self._key = key 997 return rhs[self._key] == self._value 1002 return '<map containing the entry \'%s: %s\'>' % (self._key, self._value)
|