Searched defs:Key (Results 101 - 125 of 145) sorted by relevance

123456

/external/llvm/lib/IR/
H A DLLVMContextImpl.h58 friend hash_code hash_value(const KeyTy &Key) { argument
59 return hash_combine(Key.type, Key.val);
64 static unsigned getHashValue(const KeyTy &Key) { argument
65 return static_cast<unsigned>(hash_value(Key));
82 friend hash_code hash_value(const KeyTy &Key) { argument
83 return hash_combine(Key.val);
92 static unsigned getHashValue(const KeyTy &Key) { argument
93 return static_cast<unsigned>(hash_value(Key));
126 static unsigned getHashValue(const KeyTy& Key) { argument
174 getHashValue(const KeyTy& Key) argument
[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;
/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/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/skia/src/core/
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/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc908 static std::string Key(int i) { function in namespace:leveldb
923 ASSERT_OK(Put(Key(i), Key(i) + std::string(1000, 'v')));
929 ASSERT_EQ(Key(i) + std::string(1000, 'v'), Get(Key(i)));
935 ASSERT_EQ(Key(i) + std::string(1000, 'v'), Get(Key(i)));
975 ASSERT_OK(Put(Key(i), values[i]));
985 ASSERT_EQ(Get(Key(i)), values[i]);
1077 ASSERT_OK(Put(Key(
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTypes.h509 struct Key { struct in struct:GrCacheID
525 GrCacheID(Domain domain, const Key& key) {
530 void reset(Domain domain, const Key& key) {
532 memcpy(&fKey, &key, sizeof(Key));
538 const Key& getKey() const { SkASSERT(this->isValid()); return fKey; }
545 Key fKey;
/external/chromium_org/v8/src/
H A Dserialize.h340 return serialization_map_->Lookup(Key(obj), Hash(obj), false) != NULL;
346 serialization_map_->Lookup(Key(obj), Hash(obj), false)->value));
352 serialization_map_->Lookup(Key(obj), Hash(obj), true);
361 static void* Key(HeapObject* obj) { function in class:v8::internal::SerializationAddressMapper
H A Djsregexp.h349 typedef uc16 Key; typedef in class:v8::internal::DispatchTable::Config
/external/clang/include/clang/AST/
H A DExprObjC.h200 Expr *Key; member in struct:clang::ObjCDictionaryElement
225 /// \brief Key/value pair used to store the key and value of a given element.
229 Expr *Key; member in struct:clang::ObjCDictionaryLiteral::KeyValuePair
310 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2937 const ObjCContainerDecl *Key = local
2939 if (const ASTRecordLayout *Entry = ObjCLayouts[Key])
2965 ObjCLayouts[Key] = NewEntry;
H A DExprConstant.cpp321 APValue *getTemporary(const void *Key) { argument
322 MapTy::iterator I = Temporaries.find(Key);
325 APValue &createTemporary(const void *Key, bool IsLifetimeExtended);
835 APValue &CallStackFrame::createTemporary(const void *Key, argument
837 APValue &Result = Temporaries[Key];
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp600 bool checkDuplicateOrUnknownKey(yaml::Node *KeyNode, StringRef Key, argument
602 if (!Keys.count(Key)) {
606 KeyStatus &S = Keys[Key];
608 error(KeyNode, Twine("duplicate key '") + Key + "'");
655 StringRef Key; local
659 if (!parseScalarString(I->getKey(), Key, Buffer))
662 if (!checkDuplicateOrUnknownKey(I->getKey(), Key, Keys))
666 if (Key == "name") {
670 } else if (Key == "type") {
681 } else if (Key
803 StringRef Key; local
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1277 const WeakObjectProfileTy &Key = P.second->first; local
1286 if (Key.isExactProfile())
1301 const NamedDecl *D = Key.getProperty();
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1451 const SCEV *Key = SE.getMulExpr(MulOps); local
1453 M.insert(std::make_pair(Key, NewScale));
/external/llvm/lib/MC/
H A DMCDwarf.cpp1552 static unsigned getHashValue(const CIEKey &Key) { argument
1553 return static_cast<unsigned>(hash_combine(Key.Personality,
1554 Key.PersonalityEncoding,
1555 Key.LsdaEncoding,
1556 Key.IsSignalFrame,
1557 Key.IsSimple));
1629 CIEKey Key(Frame.Personality, Frame.PersonalityEncoding,
1631 const MCSymbol *&CIEStart = IsEH ? CIEStarts[Key] : DummyDebugKey;
/external/llvm/lib/TableGen/
H A DRecord.cpp741 typedef std::pair<std::pair<unsigned, Init *>, RecTy *> Key; typedef
742 static Pool<DenseMap<Key, UnOpInit *> > ThePool;
744 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type));
879 > Key; typedef
881 static Pool<DenseMap<Key, BinOpInit *> > ThePool;
883 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs),
1011 > Key; typedef
1013 typedef DenseMap<Key, TernOpInit *> Pool;
1016 Key TheKey(std::make_pair(std::make_pair(std::make_pair(std::make_pair(opc,
1310 typedef std::pair<RecTy *, Init *> Key; typedef
1395 typedef std::pair<TypedInit *, unsigned> Key; typedef
1421 typedef std::pair<TypedInit *, unsigned> Key; typedef
1489 typedef std::pair<Init *, TableGenStringKey> Key; typedef
[all...]
/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/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/clang/lib/ARCMigrate/
H A DObjCMT.cpp1988 StringRef Key = KeyString->getValue(KeyStorage); local
1996 if (Key == "file") {
2001 } else if (Key == "offset") {
2004 } else if (Key == "remove") {
2007 } else if (Key == "text") {
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp420 BindingKey Key = BindingKey::Make(R, BindingKey::Default); variable
421 if (B.lookup(Key)) {
428 B = B.addBinding(Key, V);
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp113 iterator find(const KeyT &Key) { argument
114 typename MapTy::iterator It = Map.find(Key);
119 const_iterator find(const KeyT &Key) const {
120 typename MapTy::const_iterator It = Map.find(Key);
128 void blot(const KeyT &Key) { argument
129 typename MapTy::iterator It = Map.find(Key);
/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/clang/lib/CodeGen/
H A DCGObjC.cpp138 const Expr *Key = DLE->getKeyValueElement(i).Key; local
141 Context.getTypeAlignInChars(Key->getType()),
143 llvm::Value *keyValue = EmitScalarExpr(Key);

Completed in 8144 milliseconds

123456