Searched defs:_key (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/Analysis/
H A Dcfref_PR2519.c32 CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" "")); local
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs67 private object _key; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
75 _key = null;
86 _key = null;
98 if (_key == null)
102 return _key;
110 if (_key == null)
122 if (_key == null)
126 return new DictionaryEntry(_key, _value);
141 _key = null;
149 if (_key
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h256 KeyValuePair(const KeyTypeArg& _key, const ValueTypeArg& _value) argument
257 : key(_key)
/external/jmdns/src/javax/jmdns/impl/
H A DDNSCache.java155 private String _key; field in class:DNSCache._CacheEntry
163 _key = (key != null ? key.trim().toLowerCase() : null);
173 _key = ((_CacheEntry) entry).getKey();
183 return (_key != null ? _key : "");
229 return (_key == null ? 0 : _key.hashCode());
239 aLog.append(_key);
H A DDNSEntry.java24 private final String _key; field in class:DNSEntry
43 // _key = (name != null ? name.trim().toLowerCase() : null);
53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase();
122 return (_key != null ? _key : "");
H A DServiceInfoImpl.java59 private transient String _key; field in class:ServiceInfoImpl
405 if (this._key == null) {
406 this._key = this.getQualifiedName().toLowerCase();
408 return this._key;
419 this._key = null;
H A DJmDNSImpl.java122 private final String _key; field in class:JmDNSImpl.ServiceTypeEntry.SubTypeEntry
128 _key = _value.toLowerCase();
136 return _key;
177 return (_key == null ? 0 : _key.hashCode()) ^ (_value == null ? 0 : _value.hashCode());
195 return _key + "=" + _value;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c813 const u8 *_key; local
858 _key = (u8 *) peerkey->stk.tk1;
861 os_memcpy(key_buf, _key, 16);
864 _key = key_buf;
871 rsc, sizeof(rsc), _key, key_len) < 0) {
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c813 const u8 *_key; local
858 _key = (u8 *) peerkey->stk.tk1;
861 os_memcpy(key_buf, _key, 16);
864 _key = key_buf;
871 rsc, sizeof(rsc), _key, key_len) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c813 const u8 *_key; local
858 _key = (u8 *) peerkey->stk.tk1;
861 os_memcpy(key_buf, _key, 16);
864 _key = key_buf;
871 rsc, sizeof(rsc), _key, key_len) < 0) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h590 SkString _key; local
591 _key.append((const char*)key, len);
592 printf("\nget(/%s) = %s\n", _key.c_str(),
635 SkString _key; local
636 _key.append((const char*)key, len);
637 printf("\nget(/%s) = %s\n", _key.c_str(),
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java815 _key(ekey);
837 _key(ekey);
841 private native void _key(byte[] ekey); method in class:Database
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h590 SkString _key; local
591 _key.append((const char*)key, len);
592 printf("\nget(/%s) = %s\n", _key.c_str(),
635 SkString _key; local
636 _key.append((const char*)key, len);
637 printf("\nget(/%s) = %s\n", _key.c_str(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 293 milliseconds