Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 20 of 20) sorted by relevance

/external/bison/src/
Dmuscle_tab.h35 #define MUSCLE_INSERT_BOOL(Key, Value) \ argument
41 #define MUSCLE_INSERT_INT(Key, Value) \ argument
48 #define MUSCLE_INSERT_LONG_INT(Key, Value) \ argument
55 #define MUSCLE_INSERT_STRING(Key, Value) \ argument
76 #define MUSCLE_INSERT_C_STRING(Key, Value) \ argument
/external/chromium/net/base/
Dhost_cache.h39 struct Key { struct
40 Key(const std::string& hostname, AddressFamily address_family) in Key() function
58 typedef std::map<Key, scoped_refptr<Entry> > EntryMap; argument
Dhost_resolver_impl.h135 typedef HostCache::Key Key; typedef
Dhost_cache_unittest.cc22 HostCache::Key Key(const std::string& hostname) { in Key() function
/external/stlport/test/unit/
Dfind_test.cpp51 struct Key struct
53 int data;
58 bool operator == (int d) const in operator ==()
Dmap_test.cpp303 struct Key struct
305 Key() : m_data(0) {} in Key() argument
306 explicit Key(int data) : m_data(data) {} in Key() argument
313 bool operator () (Key lhs, Key rhs) const in operator ()() argument
Dset_test.cpp360 struct Key struct
362 Key() : m_data(0) {} in Key() function
363 explicit Key(int data) : m_data(data) {} in Key() argument
370 bool operator () (Key lhs, Key rhs) const in operator ()() argument
Dunordered_test.cpp514 struct Key struct
516 Key() : m_data(0) {} in Key() argument
517 explicit Key(int data) : m_data(data) {} in Key() argument
522 bool operator==(const Key&) const; argument
/external/v8/src/
Dscopeinfo.h199 struct Key { struct
200 Code* code;
201 String* name;
Dheap-profiler.h115 typedef JSObjectsCluster Key; typedef
155 typedef JSObjectsCluster Key; typedef
203 typedef JSObjectsCluster Key; typedef
Dheap.h1345 struct Key { struct
1349 static Key keys_[kLength]; argument
1399 struct Key { struct
1404 static Key keys_[kLength]; argument
Dzone.h219 typedef typename Config::Key Key; typedef
Dserialize.h355 static void* Key(HeapObject* obj) { in Key() function
Djsregexp.h356 typedef uc16 Key; typedef
/external/chromium/base/
Dglobal_descriptors_posix.h38 typedef uint32_t Key; typedef
/external/webkit/JavaScriptCore/wtf/
DHashTable.h84 … inline void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*, in addIterator()
85 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*) { } in addIterator()
88 …inline void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, Ke… in removeIterator()
/external/skia/src/gl/
DSkTextureCache.h31 Key(const SkBitmap& bm) { in Key() function
/external/webkit/JavaScriptCore/runtime/
DStructureTransitionTable.h42 typedef std::pair<RefPtr<UString::Rep>, unsigned> Key; typedef
/external/v8/test/cctest/
Dtest-regexp.cc503 typedef int Key; typedef in TestConfig
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp2625 static jboolean Key(JNIEnv *env, jobject obj, jint keyCode, jint unichar, in Key() function