Searched defs:Key (Results 1 - 25 of 145) sorted by last modified time

123456

/external/stlport/test/unit/
H A Dfind_test.cpp51 struct Key struct
90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} };
91 Key const* k = find(keys + 0, keys + 10, 5);
H A Dmap_test.cpp303 struct Key struct
305 Key() : m_data(0) {} function in struct:Key
306 explicit Key(int data) : m_data(data) {} function in struct:Key
313 bool operator () (Key lhs, Key rhs) const
316 bool operator () (Key lhs, int rhs) const
319 bool operator () (int lhs, Key rhs) const
325 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const
328 bool operator () (Key cons
[all...]
H A Dset_test.cpp360 struct Key struct
362 Key() : m_data(0) {} function in struct:Key
363 explicit Key(int data) : m_data(data) {} function in struct:Key
370 bool operator () (Key lhs, Key rhs) const
373 bool operator () (Key lhs, int rhs) const
376 bool operator () (int lhs, Key rhs) const
382 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const
385 bool operator () (Key cons
[all...]
H A Dunordered_test.cpp514 struct Key struct
516 Key() : m_data(0) {} function in struct:Key
517 explicit Key(int data) : m_data(data) {} function in struct:Key
522 bool operator==(const Key&) const;
528 size_t operator () (Key key) const
537 bool operator () (Key lhs, Key rhs) const
540 bool operator () (Key lhs, int rhs) const
543 bool operator () (int lhs, Key rhs) const
549 size_t operator () (Key cons
[all...]
/external/skia/src/core/
H A DSkImageFilter.cpp388 typedef const SkImageFilter* Key; typedef in class:CacheImpl
390 Value(Key key, const SkBitmap& bitmap, const SkIPoint& offset)
392 Key fKey;
395 static const Key& GetKey(const Value& v) {
398 static uint32_t Hash(Key key) {
399 return compute_hash(reinterpret_cast<const uint32_t*>(&key), sizeof(Key) / sizeof(uint32_t));
402 SkTDynamicHash<Value, Key> fData;
435 SkTDynamicHash<Value, Key>::Iter iter(&fData);
H A DSkScaledImageCache.cpp58 struct SkScaledImageCache::Key { struct in class:SkScaledImageCache
59 Key(uint32_t genID, function in struct:SkScaledImageCache::Key
70 bool operator<(const Key& other) const {
84 bool operator==(const Key& other) const {
103 Rec(const Key& key, const SkBitmap& bm) : fKey(key), fBitmap(bm) {
108 Rec(const Key& key, const SkMipMap* mip) : fKey(key) {
118 static const Key& GetKey(const Rec& rec) { return rec.fKey; }
119 static uint32_t Hash(const Key& key) { return key.fHash; }
129 Key fKey;
141 public SkTDynamicHash<SkScaledImageCache::Rec, SkScaledImageCache::Key> {};
[all...]
/external/skia/src/gpu/
H A DGrTextStrike_impl.h14 class GrFontCache::Key { class in class:GrFontCache
16 explicit Key(const GrKey* fontScalarKey) { function in class:GrFontCache::Key
22 static bool LessThan(const GrTextStrike& strike, const Key& key) {
25 static bool Equals(const GrTextStrike& strike, const Key& key) {
54 const Key key(scaler->getKey());
76 * This Key just wraps a glyphID, and matches the protocol need for
79 class GrTextStrike::Key { class in class:GrTextStrike
81 Key(GrGlyph::PackedID id) : fPackedID(id) {} function in class:GrTextStrike::Key
85 static bool LessThan(const GrGlyph& glyph, const Key& key) {
88 static bool Equals(const GrGlyph& glyph, const Key
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderProtoPool.java59 ProtoKey key = new Key(parameters, returnType);
114 private static class Key implements ProtoKey { class in class:BuilderProtoPool
118 public Key(@Nonnull List<? extends CharSequence> parameters, @Nonnull String returnType) { method in class:BuilderProtoPool.Key
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DProtoPool.java37 import org.jf.dexlib2.writer.pool.ProtoPool.Key;
47 public class ProtoPool extends BaseIndexPool<Key>
48 implements ProtoSection<CharSequence, CharSequence, Key, TypeListPool.Key<? extends Collection<? extends CharSequence>>> {
63 Key key = new Key(method);
72 @Nonnull @Override public CharSequence getShorty(@Nonnull Key key) {
76 @Nonnull @Override public CharSequence getReturnType(@Nonnull Key key) {
80 @Nullable @Override public TypeListPool.Key<List<? extends CharSequence>> getParameters(@Nonnull Key ke
84 public static class Key implements Comparable<Key> { class in class:ProtoPool
87 public Key(@Nonnull MethodReference method) { method in class:ProtoPool.Key
[all...]
H A DTypeListPool.java37 import org.jf.dexlib2.writer.pool.TypeListPool.Key;
44 public class TypeListPool extends BaseNullableOffsetPool<Key<? extends Collection<? extends CharSequence>>>
45 implements TypeListSection<CharSequence, Key<? extends Collection<? extends CharSequence>>> {
54 Key<? extends Collection<? extends CharSequence>> key = new Key<Collection<? extends CharSequence>>(types);
65 public Collection<? extends CharSequence> getTypes(Key<? extends Collection<? extends CharSequence>> typesKey) {
72 @Override public int getNullableItemOffset(@Nullable Key<? extends Collection<? extends CharSequence>> key) {
80 public static class Key<TypeCollection extends Collection<? extends CharSequence>> class in class:TypeListPool
81 implements Comparable<Key<? extends Collection<? extends CharSequence>>> {
84 public Key( method in class:TypeListPool.Key
[all...]
/external/skia/include/core/
H A DSkPicture.h48 typedef uint32_t Key; typedef in class:SkPicture::AccelData
50 AccelData(Key key) : fKey(key) { }
52 const Key& getKey() const { return fKey; }
58 Key fKey;
74 const AccelData* EXPERIMENTAL_getAccelData(AccelData::Key key) const {
/external/skia/include/gpu/
H A DGrTypes.h471 struct Key { struct in struct:GrCacheID
487 GrCacheID(Domain domain, const Key& key) {
492 void reset(Domain domain, const Key& key) {
494 memcpy(&fKey, &key, sizeof(Key));
500 const Key& getKey() const { SkASSERT(this->isValid()); return fKey; }
507 Key fKey;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp16 CFX_ByteString Key; local
46 FX_LPVOID Key; local
49 m_GlyphMap.GetNextAssoc(pos, Key, (void*&)pGlyphBitmap);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c1122 cmsBool IsAvailableOnList(KEYVALUE* p, const char* Key, const char* Subkey, KEYVALUE** LastPtr) argument
1130 if (*Key != '#') { // Comments are ignored
1132 if (cmsstrcasecmp(Key, p->Keyword) == 0)
1160 KEYVALUE* AddToList(cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* xValue, WRITEMODE WriteAs) argument
1168 if (IsAvailableOnList(*Head, Key, Subkey, &p)) {
1172 // return SynError(it8, "duplicate key <%s>", Key);
1187 p->Keyword = AllocString(it8, Key);
1228 KEYVALUE* AddAvailableProperty(cmsIT8* it8, const char* Key, WRITEMODE as) argument
1230 return AddToList(it8, &it8->ValidKeywords, Key, NULL, NULL, as);
1235 KEYVALUE* AddAvailableSampleID(cmsIT8* it8, const char* Key) argument
1354 cmsIT8SetPropertyStr(cmsHANDLE hIT8, const char* Key, const char *Val) argument
1384 cmsIT8SetPropertyUncooked(cmsHANDLE hIT8, const char* Key, const char* Buffer) argument
1391 cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const char *Buffer) argument
1399 cmsIT8GetProperty(cmsHANDLE hIT8, const char* Key) argument
1421 cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey) argument
1923 KEYVALUE* Key; local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h68 UINT32 Key; // GDIP_WMF_ALDUSKEY member in struct:__anon28779
78 // Key contains a special identification value that indicates the presence
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp93 CFX_ByteString Key; local
95 m_FaceMap.GetNextAssoc(pos, Key, (void*&)face);
399 CFX_ByteString Key; local
401 m_FaceMap.GetNextAssoc(pos, Key, (void*&)ttface);
403 m_FaceMap.RemoveKey(Key);
H A Dfx_ge_text.cpp1076 CFX_ByteString Key; local
1079 m_SizeMap.GetNextAssoc( pos, Key, (void*&)pSizeCache);
1203 FX_LPVOID Key; local
1206 m_GlyphMap.GetNextAssoc(pos, Key, (void*&)pGlyphBitmap);
/external/openfst/src/include/fst/
H A Dgeneric-register.h43 typedef KeyType Key; typedef in class:fst::GenericRegister
141 // given RegisterType template parameter. This type must define types Key
148 typedef typename RegisterType::Key Key; typedef in class:fst::GenericRegisterer
151 GenericRegisterer(Key key, Entry entry) {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DResponseCacheTest.java1555 private static class Key { class in class:ResponseCacheTest.InMemoryResponseCache
1559 private Key(URI uri, String cacheVariant) { method in class:ResponseCacheTest.InMemoryResponseCache.Key
1573 Key key = (Key) o;
1711 private Key key() {
1712 return new Key(uri, cacheVariant);
1716 private Map<Key, Entry> cache = new HashMap<Key, Entry>();
1729 Key key = new Key(ur
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassesKey.java19 private static final Key FACTORY = (Key)KeyFactory.create(Key.class, KeyFactory.OBJECT_BY_CLASS);
21 interface Key { interface in class:ClassesKey
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h467 PVOID Key; member in struct:_IMAGEHLP_LINE64
479 PVOID Key; member in struct:_IMAGEHLP_LINE
679 PVOID Key; member in struct:_SRCCODEINFO
/external/mesa3d/src/mesa/main/
H A Dhash.c53 GLuint Key; /**< the entry's key */ member in struct:HashEntry
138 if (entry->Key == key) {
194 if (entry->Key == key) {
210 entry->Key = key;
252 if (entry->Key == key) {
295 callback(entry->Key, entry->Data, userData);
334 callback(entry->Key, entry->Data, userData);
358 return table->Table[pos]->Key;
384 if (entry->Key == key) {
396 return entry->Next->Key;
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h373 struct Key { struct in class:llvm::CodeGenRegisterClass
378 Key(const CodeGenRegister::Set *M, unsigned S = 0, unsigned A = 0) function in struct:llvm::CodeGenRegisterClass::Key
381 Key(const CodeGenRegisterClass &RC) function in struct:llvm::CodeGenRegisterClass::Key
387 bool operator<(const Key&) const;
391 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
473 typedef std::map<CodeGenRegisterClass::Key, CodeGenRegisterClass*> RCKeyMap;

Completed in 3788 milliseconds

123456