HomeSort by relevance Sort by last modified time
    Searched refs:_key (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPair.m 32 @synthesize key = _key;
37 _key = [key copy];
44 return [NSString stringWithFormat:@"%@: %@", _key, _value];
  /bionic/libc/private/
ThreadLocalBuffer.h 43 static pthread_key_t __bionic_tls_ ## name ## _key; \
48 pthread_key_create(&__bionic_tls_ ## name ## _key, __bionic_tls_ ## name ## _key_destroy); \
54 reinterpret_cast<type>(pthread_getspecific(__bionic_tls_ ## name ## _key)); \
57 pthread_setspecific(__bionic_tls_ ## name ## _key, name ## _tls_buffer); \
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 67 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 == null
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
makefile_writer.py 49 _key = key
58 _key = 'LOCAL_CFLAGS'
69 _key += '_' + name
70 write_group(f, _key, _items, _append)
  /external/clang/test/Analysis/
cfref_PR2519.c 32 CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" "")); local
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 155 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);
DNSEntry.java 24 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 : "");
ServiceInfoImpl.java 59 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;
    [all...]
JmDNSImpl.java 122 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;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_wrappers.py 231 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/javasqlite/src/main/java/SQLite/
Database.java 815 _key(ekey);
837 _key(ekey);
841 private native void _key(byte[] ekey); method in class:Database
  /external/fonttools/Lib/fontTools/
inspect.py 22 self._key = key
152 return self._key
  /external/chromium_org/third_party/protobuf/python/
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)
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 590 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(),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 256 KeyValuePair(const KeyTypeArg& _key, const ValueTypeArg& _value)
257 : key(_key)
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aes-586.pl     [all...]
aes-x86_64.pl     [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl     [all...]
aes-x86_64.pl     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 71 new p;Box2D.Collision.b2Collision.s_tangent2=new p;Box2D.Collision.b2Collision.s_v11=new p;Box2D.Collision.b2Collision.s_v12=new p;Box2D.Collision.b2Collision.b2CollidePolyTempVec=new p;Box2D.Collision.b2Collision.b2_nullFeature=255});L.b2ContactID=function(){this.features=new c};L.prototype.b2ContactID=function(){this.features._m_id=this};L.prototype.Set=function(b){this.key=b._key};L.prototype.Copy=function(){var b=new L;b.key=this.key;return b};Object.defineProperty(L.prototype,"key",{enumerable:false,
72 configurable:true,get:function(){return this._key}});Object.defineProperty(L.prototype,"key",{enumerable:false,configurable:true,set:function(b){if(b===undefined)b=0;this._key=b;this.features._referenceEdge=this._key&255;this.features._incidentEdge=(this._key&65280)>>8&255;this.features._incidentVertex=(this._key&16711680)>>16&255;this.features._flip=(this._key&4278190080)>>24&255}});I.b2ContactPoint=function(){this.position=new p;this.velocity=new p;this.normal=new p;this.id=new L};W.b2Distance=
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 570 milliseconds