Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 24 of 24) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs67 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/skia/platform_tools/android/gyp_gen/
Dmakefile_writer.py49 _key = key
58 _key = 'LOCAL_CFLAGS'
69 _key += '_' + name
70 write_group(f, _key, _items, _append)
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
Dmakefile_writer.py49 _key = key
58 _key = 'LOCAL_CFLAGS'
69 _key += '_' + name
70 write_group(f, _key, _items, _append)
/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java155 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()
DDNSEntry.java24 private final String _key; field in DNSEntry
53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase(); in DNSEntry()
122 return (_key != null ? _key : ""); in getKey()
DServiceInfoImpl.java59 private transient String _key; field in ServiceInfoImpl
405 if (this._key == null) { in getKey()
406 this._key = this.getQualifiedName().toLowerCase(); in getKey()
408 return this._key; in getKey()
419 this._key = null; in setName()
DJmDNSImpl.java122 private final String _key; field in JmDNSImpl.ServiceTypeEntry.SubTypeEntry
128 _key = _value.toLowerCase(); in SubTypeEntry()
136 return _key; in getKey()
177 … return (_key == null ? 0 : _key.hashCode()) ^ (_value == null ? 0 : _value.hashCode()); in hashCode()
195 return _key + "=" + _value; in toString()
/external/pixman/pixman/
Dpixman-compiler.h187 static pthread_key_t tls_ ## name ## _key; \
198 pthread_key_create (&tls_ ## name ## _key, \
207 pthread_setspecific (tls_ ## name ## _key, value); \
218 value = pthread_getspecific (tls_ ## name ## _key); \
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCPair.m32 @synthesize key = _key;
37 _key = [key copy];
44 return [NSString stringWithFormat:@"%@: %@", _key, _value];
/external/chromium_org/chrome/common/extensions/docs/server2/
Dappengine_wrappers.py231 self._key = key
238 return self.__class__ == obj.__class__ and self._key == obj._key
241 return hash(self._key)
244 return str(self._key)
/external/clang/test/Analysis/
Dcfref_PR2519.c32 …CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" … in main() local
36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
/external/protobuf/python/
Dmox.py953 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)
/external/chromium_org/third_party/protobuf/python/
Dmox.py953 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)
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h590 SkString _key; in get() local
591 _key.append((const char*)key, len); in get()
592 printf("\nget(/%s) = %s\n", _key.c_str(), in get()
635 SkString _key; in get() local
636 _key.append((const char*)key, len); in get()
637 printf("\nget(/%s) = %s\n", _key.c_str(), in get()
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h590 SkString _key; in get() local
591 _key.append((const char*)key, len); in get()
592 printf("\nget(/%s) = %s\n", _key.c_str(), in get()
635 SkString _key; in get() local
636 _key.append((const char*)key, len); in get()
637 printf("\nget(/%s) = %s\n", _key.c_str(), in get()
/external/javasqlite/src/main/java/SQLite/
DDatabase.java815 _key(ekey); in key()
837 _key(ekey); in key()
841 private native void _key(byte[] ekey); in _key() method in Database
/external/fonttools/Lib/fontTools/
Dinspect.py22 self._key = key
152 return self._key
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
Decho_client.py324 self._key = base64.b64encode(original_key)
328 self._key,
331 '%s: %s\r\n' % (common.SEC_WEBSOCKET_KEY_HEADER, self._key))
434 self._key + common.WEBSOCKET_ACCEPT_UUID).digest()
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
Daes-586.pl2031 my $_key=&DWP(44,"esp"); # copy of wparam(3)
2107 &mov ($_key,$key); # save copy of key
2123 &mov ($_key,"edi");
2157 &mov ($key,$_key); # load key
2185 &mov ("edi",$_key);
2214 &mov ($key,$_key); # load key
2266 &mov ($key,$_key); # load key
2305 &mov ("edi",$_key);
2359 &mov ($_key,$key); # save copy of key
2384 &mov ($key,$_key);
[all …]
Daes-x86_64.pl1635 my $_key="48(%rsp)"; # copy of 4th parameter, key
1708 mov %rcx,$_key # save copy of key
1918 #mov %rcx,$_key # save copy of key
/external/openssl/crypto/aes/asm/
Daes-586.pl2024 my $_key=&DWP(44,"esp"); # copy of wparam(3)
2100 &mov ($_key,$key); # save copy of key
2116 &mov ($_key,"edi");
2150 &mov ($key,$_key); # load key
2178 &mov ("edi",$_key);
2207 &mov ($key,$_key); # load key
2259 &mov ($key,$_key); # load key
2298 &mov ("edi",$_key);
2352 &mov ($_key,$key); # save copy of key
2377 &mov ($key,$_key);
[all …]
Daes-x86_64.pl1647 my $_key="48(%rsp)"; # copy of 4th parameter, key
1722 mov %rcx,$_key # save copy of key
1932 #mov %rcx,$_key # save copy of key
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c813 const u8 *_key; in wpa_supplicant_process_stk_3_of_4() local
858 _key = (u8 *) peerkey->stk.tk1; in wpa_supplicant_process_stk_3_of_4()
861 os_memcpy(key_buf, _key, 16); in wpa_supplicant_process_stk_3_of_4()
864 _key = key_buf; in wpa_supplicant_process_stk_3_of_4()
871 rsc, sizeof(rsc), _key, key_len) < 0) { in wpa_supplicant_process_stk_3_of_4()
/external/chromium_org/third_party/WebKit/Source/wtf/
DHashTraits.h256 KeyValuePair(const KeyTypeArg& _key, const ValueTypeArg& _value)
257 : key(_key)