Searched refs:_key (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPair.m32 @synthesize key = _key;
37 _key = [key copy];
44 return [NSString stringWithFormat:@"%@: %@", _key, _value];
/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/skia/platform_tools/android/gyp_gen/
H A Dmakefile_writer.py49 _key = key
58 _key = 'LOCAL_CFLAGS'
69 _key += '_' + name
70 write_group(f, _key, _items, _append)
/external/skia/platform_tools/android/gyp_gen/
H A Dmakefile_writer.py49 _key = key
58 _key = 'LOCAL_CFLAGS'
69 _key += '_' + name
70 write_group(f, _key, _items, _append)
/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/pixman/pixman/
H A 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/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/chromium_org/chrome/common/extensions/docs/server2/
H A 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/chromium_org/third_party/protobuf/python/
H A 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/protobuf/python/
H A 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/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/fonttools/Lib/fontTools/
H A Dinspect.py22 self._key = key
152 return self._key
/external/fonttools/Tools/fontTools/
H A Dinspect.py22 self._key = key
152 return self._key
/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/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/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h256 KeyValuePair(const KeyTypeArg& _key, const ValueTypeArg& _value) argument
257 : key(_key)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A 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/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/boringssl/src/crypto/aes/asm/
H A 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...]
/external/openssl/crypto/aes/asm/
H A 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...]

Completed in 3235 milliseconds

12