Searched defs:Map (Results 1 – 14 of 14) sorted by relevance
/external/gtest/samples/ |
D | sample3_unittest.cc | 147 TEST_F(QueueTest, Map) { in TEST_F() argument
|
D | sample3-inl.h | 154 Queue * Map(F function) const { in Map() function
|
/external/protobuf/gtest/samples/ |
D | sample3_unittest.cc | 147 TEST_F(QueueTest, Map) { in TEST_F() argument
|
D | sample3-inl.h | 154 Queue * Map(F function) const { in Map() function
|
/external/guava/src/com/google/common/collect/ |
D | EnumBiMap.java | 86 private static <V extends Enum<V>> Class<V> inferValueType(Map<?, V> map) { in inferValueType() argument
|
/external/chromium/base/ |
D | shared_memory_win.cc | 105 bool SharedMemory::Map(size_t bytes) { in Map() function in base::SharedMemory
|
D | shared_memory_posix.cc | 236 bool SharedMemory::Map(size_t bytes) { in Map() function in base::SharedMemory
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | map.h | 81 void Map(MutableFst<A> *fst, C* mapper) { in Map() function 149 void Map(MutableFst<A> *fst, C mapper) { in Map() function 158 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in Map() function 231 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in Map() function 838 typedef hash_map<SW, Label, StringKey> Map; typedef
|
/external/giflib/ |
D | gifalloc.c | 193 register GifColorType *Map = ColorUnion->Colors; in UnionColorMap() local
|
/external/chromium/net/disk_cache/ |
D | bitmap_unittest.cc | 89 TEST(BitmapTest, Map) { in TEST() argument
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 432 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map; typedef
|
/external/v8/src/ |
D | globals.h | 245 class Map; variable
|
D | objects-inl.h | 2253 ACCESSORS(Map, instance_descriptors, DescriptorArray, in ACCESSORS() argument
|
/external/webkit/JavaScriptCore/pcre/ |
D | pcre_exec.cpp | 91 typedef HashMap<RefPtr<UString::Rep>, double> Map; typedef in Histogram
|