/external/bison/src/ |
D | muscle_tab.h | 35 #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/ |
D | host_cache.h | 39 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
|
D | host_resolver_impl.h | 135 typedef HostCache::Key Key; typedef
|
D | host_cache_unittest.cc | 22 HostCache::Key Key(const std::string& hostname) { in Key() function
|
/external/stlport/test/unit/ |
D | find_test.cpp | 51 struct Key struct 53 int data; 58 bool operator == (int d) const in operator ==()
|
D | map_test.cpp | 303 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
|
D | set_test.cpp | 360 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
|
D | unordered_test.cpp | 514 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/ |
D | scopeinfo.h | 199 struct Key { struct 200 Code* code; 201 String* name;
|
D | heap-profiler.h | 115 typedef JSObjectsCluster Key; typedef 155 typedef JSObjectsCluster Key; typedef 203 typedef JSObjectsCluster Key; typedef
|
D | heap.h | 1345 struct Key { struct 1349 static Key keys_[kLength]; argument 1399 struct Key { struct 1404 static Key keys_[kLength]; argument
|
D | zone.h | 219 typedef typename Config::Key Key; typedef
|
D | serialize.h | 355 static void* Key(HeapObject* obj) { in Key() function
|
D | jsregexp.h | 356 typedef uc16 Key; typedef
|
/external/chromium/base/ |
D | global_descriptors_posix.h | 38 typedef uint32_t Key; typedef
|
/external/webkit/JavaScriptCore/wtf/ |
D | HashTable.h | 84 … 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/ |
D | SkTextureCache.h | 31 Key(const SkBitmap& bm) { in Key() function
|
/external/webkit/JavaScriptCore/runtime/ |
D | StructureTransitionTable.h | 42 typedef std::pair<RefPtr<UString::Rep>, unsigned> Key; typedef
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 503 typedef int Key; typedef in TestConfig
|
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.cpp | 2625 static jboolean Key(JNIEnv *env, jobject obj, jint keyCode, jint unichar, in Key() function
|