Searched refs:Key (Results 226 - 250 of 477) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Dplugin.properties18 descriptionMapEntry=Key and Value
/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);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DPoolClassDef.java46 @Nonnull final TypeListPool.Key<SortedSet<String>> interfaces;
59 interfaces = new TypeListPool.Key<SortedSet<String>>(ImmutableSortedSet.copyOf(classDef.getInterfaces()));
H A DDexPool.java43 import org.jf.dexlib2.writer.pool.ProtoPool.Key;
52 public class DexPool extends DexWriter<CharSequence, StringReference, CharSequence, TypeReference, Key,
55 TypeListPool.Key<? extends Collection<? extends CharSequence>>, Field, PoolMethod,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas75 CheckEquals(P.Key, Values[I]);
92 CheckEquals(P.Key, Values[I]);
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dsupervised_user_authentication.cc117 Key* const key = result.GetKey();
118 key->Transform(Key::KEY_TYPE_SALTED_PBKDF2_AES256_1234, salt);
142 Key key(password);
143 key.Transform(Key::KEY_TYPE_SALTED_PBKDF2_AES256_1234, salt);
/external/chromium_org/chrome/test/ispy/client/
H A Dboto_bucket.py37 key = boto.gs.key.Key(self.bucket)
/external/chromium_org/third_party/skia/tests/
H A DResourceCacheTest.cpp110 GrCacheID::Key keyData;
145 GrCacheID::Key keyData;
193 GrCacheID::Key key1Data;
198 GrCacheID::Key key2Data;
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dapp_unittest.py72 template_entity = ndb.Key('Template', json.dumps(content)).get()
/external/chromium_org/ui/base/
H A Dview_prop.cc99 const char* ViewProp::Key() const { function in class:ui::ViewProp
/external/chromium_org/v8/src/
H A Dhashmap.h148 // Key not found nothing to remove.
297 template<class Key, class Value, class AllocationPolicy>
300 STATIC_ASSERT(sizeof(Key*) == sizeof(void*)); // NOLINT
303 Key* first;
338 Iterator find(Key* key, bool insert = false,
H A Dprofile-generator.h228 typedef Address Key; typedef in struct:v8::internal::CodeMap::CodeTreeConfig
230 static const Key kNoKey;
232 static int Compare(const Key& a, const Key& b) {
/external/llvm/include/llvm/IR/
H A DDebugLoc.h118 static unsigned getHashValue(const DebugLoc &Key);
H A DModule.h185 MDString *Key; member in struct:llvm::Module::ModuleFlagEntry
188 : Behavior(B), Key(K), Val(V) {}
425 /// Return the corresponding value if Key appears in module flags, otherwise
427 Value *getModuleFlag(StringRef Key) const;
440 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Value *Val);
441 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h507 void mapRequired(const char* Key, T& Val) { argument
508 this->processKey(Key, Val, true);
513 mapOptional(const char* Key, T& Val) { argument
517 this->processKey(Key, Val, false);
521 void mapOptional(const char* Key, Optional<T> &Val) { argument
522 processKeyWithDefault(Key, Val, Optional<T>(), /*Required=*/false);
527 mapOptional(const char* Key, T& Val) { argument
528 this->processKey(Key, Val, false);
532 void mapOptional(const char* Key, T& Val, const T& Default) { argument
533 this->processKeyWithDefault(Key, Va
538 processKeyWithDefault(const char *Key, Optional<T> &Val, const Optional<T> &DefaultValue, bool Required) argument
558 processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, bool Required) argument
575 processKey(const char *Key, T &Val, bool Required) argument
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft27 ATTRIBUTE MS-MPPE-Send-Key 16 string Microsoft
28 ATTRIBUTE MS-MPPE-Recv-Key 17 string Microsoft
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocevents.cpp306 case EEventKeyDown: /* Key events */
310 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
317 (void*)TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym);
339 case EEventKeyUp: /* Key events */
343 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
348 posted += SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym));
/external/skia/tests/
H A DResourceCacheTest.cpp110 GrCacheID::Key keyData;
145 GrCacheID::Key keyData;
193 GrCacheID::Key key1Data;
198 GrCacheID::Key key2Data;
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc136 manager_key.SetKey(Key(master_key));
220 const Key* const key = master_key_context.GetKey();
221 DCHECK_NE(Key::KEY_TYPE_PASSWORD_PLAIN, key->GetKeyType());
/external/chromium_org/third_party/skia/src/gpu/
H A DGrResourceCache.h84 kCacheIDDomainOffset = kCacheIDKeyOffset + sizeof(GrCacheID::Key),
93 const GrCacheID::Key& key,
102 memcpy(k + kCacheIDKeyOffset, key.fData8, sizeof(GrCacheID::Key));
239 * Search for an entry with the same Key. If found, return it.
/external/chromium_org/ui/keyboard/resources/
H A Dtouch_fuzzing.js33 * @type {Array<Key>}
97 var Key = function(key) { class
107 Key.prototype = {
132 * Returns the Key as a map.
170 // Key already provides an intersect method. If the key is to the right of
217 * @param {Array{Key}} The child elements.
280 * @param {Key} key The key being tested.
328 * @param {Key} The key.
337 * @param {Key} The key.
399 // Key ca
[all...]
/external/skia/src/gpu/
H A DGrResourceCache.h84 kCacheIDDomainOffset = kCacheIDKeyOffset + sizeof(GrCacheID::Key),
93 const GrCacheID::Key& key,
102 memcpy(k + kCacheIDKeyOffset, key.fData8, sizeof(GrCacheID::Key));
239 * Search for an entry with the same Key. If found, return it.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DCipherSpi.java8 import java.security.Key;
109 Key key)
244 Key key,
348 Key key,
373 Key key,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
H A DBcKeyStoreSpi.java10 import java.security.Key;
127 Key key,
210 if (obj instanceof Key)
252 Key k = null;
380 Key key,
405 private Key decodeKey(
431 throw new IOException("Key format " + format + " not recognised!");
445 throw new IOException("Key type " + keyType + " not recognised!");
592 public Key engineGetKey(
604 return (Key)entr
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp447 StringRef Key = MFE.Key->getString(); local
450 if (Key == "Objective-C Image Info Version") {
452 } else if (Key == "Objective-C Garbage Collection" ||
453 Key == "Objective-C GC Only" ||
454 Key == "Objective-C Is Simulated") {
456 } else if (Key == "Objective-C Image Info Section") {
458 } else if (Key == "Linker Options") {
924 StringRef Key = MFE.Key local
[all...]

Completed in 875 milliseconds

1234567891011>>