HomeSort by relevance Sort by last modified time
    Searched refs:Key (Results 526 - 550 of 1431) sorted by null

<<21222324252627282930>>

  /system/keymaster/
ec_keymaster0_key.h 32 * An EcdsaKeyFactory which can delegate key generation, importing and loading operations to a
55 UniquePtr<Key>* key) const override;
hmac_key.h 34 UniquePtr<Key>* key) const override;
rsa_keymaster0_key.h 32 * An RsaKeyFactory which can delegate key generation, importing and loading operations to a
55 UniquePtr<Key>* key) const override;
  /external/llvm/lib/IR/
Module.cpp 307 MDString *Key = cast<MDString>(Flag->getOperand(1));
309 Flags.push_back(ModuleFlagEntry(MFB, Key, Val));
314 /// Return the corresponding value if Key appears in module flags, otherwise
316 Metadata *Module::getModuleFlag(StringRef Key) const {
320 if (Key == MFE.Key->getString())
343 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
348 MDString::get(Context, Key), Val};
351 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
353 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val))
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
ExemptionMechanismSpiTest.java 27 import java.security.Key;
65 Key key = null; local
69 emSpi.engineInit(key);
74 emSpi.engineInit(key, params);
79 emSpi.engineInit(key, parSpec);
83 key = ((MyExemptionMechanismSpi) emSpi).new tmp1Key("Proba", new byte[0]);
85 emSpi.engineInit(key);
90 emSpi.engineInit(key, params);
95 emSpi.engineInit(key, parSpec)
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_Impl1Test.java 21 import java.security.Key;
30 static Key cipherKey;
40 fail("No key " + e);
47 * @tests javax.crypto.Cipher#init(int, java.security.Key,
74 * @tests javax.crypto.Cipher#init(int, java.security.Key,
  /external/ceres-solver/internal/ceres/
map_util.h 42 // Perform a lookup in a map or hash_map, assuming that the key exists.
46 // when the key is guaranteed to exist.
55 // This version assumes the key is printable, and includes it in the fatal log
60 const typename Collection::value_type::first_type& key) {
61 typename Collection::const_iterator it = collection.find(key);
62 CHECK(it != collection.end()) << "Map key not found: " << key;
67 // If the key is present in the map then the value associated with that
68 // key is returned, otherwise the value passed as a default is returned.
72 const typename Collection::value_type::first_type& key,
    [all...]
  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 93 Guice.createInjector().getInstance(Key.get(I.class, Names.named("i")));
167 // Assert that the first item in the sources if the key for the class we're looking up,
169 assertEquals(Key.get(clazz).toString(), sources.get(0).toString());
172 Key.get(InvalidInterface.class).toString());
319 assertNull(injector.getExistingBinding(Key.get(A.class)));
320 assertNull(injector.getExistingBinding(Key.get(B.class)));
321 assertNull(injector.getExistingBinding(Key.get(C.class)));
322 assertNull(injector.getExistingBinding(Key.get(D.class)));
325 assertNotNull(injector.getBinding(Key.get(E.class)));
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
RealElement.java 19 import com.google.inject.Key;
93 static String nameOf(Key<?> key) {
94 Annotation annotation = key.getAnnotation();
95 Class<? extends Annotation> annotationType = key.getAnnotationType();
97 return key.getAnnotation().toString();
98 } else if (key.getAnnotationType() != null) {
99 return "@" + key.getAnnotationType().getName();
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 100 yaml::ScalarNode *Key,
104 yaml::ScalarNode *Key,
  /external/skia/src/core/
SkYUVPlanesCache.cpp 23 struct YUVPlanesKey : public SkResourceCache::Key {
35 YUVPlanesRec(YUVPlanesKey key, SkCachedData* data, SkYUVPlanesCache::Info* info)
36 : fKey(key)
49 const Key& getKey() const override { return fKey; }
76 YUVPlanesKey key(genID);
77 if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) {
87 YUVPlanesKey key(genID);
88 return CHECK_LOCAL(localCache, add, Add, new YUVPlanesRec(key, data, info));
  /external/skia/src/gpu/
GrLayerCache.h 31 // for SkTDynamicHash - just use the pictureID as the hash key
33 static uint32_t Hash(const uint32_t& key) { return SkChecksum::Mix(key); }
83 struct Key {
84 Key(uint32_t pictureID, const SkMatrix& initialMat,
85 const int* key, int keySize, bool copyKey = false)
94 memcpy(tempKey, key, keySize*sizeof(int));
97 fKey = key;
105 ~Key() {
111 bool operator==(const Key& other) const
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Game.h 62 enum Key {
72 virtual void on_key(Key key) {}
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DndTile.java 80 Prefs.putBoolean(context, Prefs.Key.DND_TILE_VISIBLE, visible);
84 return Prefs.getBoolean(context, Prefs.Key.DND_TILE_VISIBLE, false /* defaultValue */);
88 Prefs.putBoolean(context, Prefs.Key.DND_TILE_COMBINED_ICON, combined);
92 return Prefs.getBoolean(context, Prefs.Key.DND_TILE_COMBINED_ICON,
125 int zen = Prefs.getInt(mContext, Prefs.Key.DND_FAVORITE_ZEN, Global.ZEN_MODE_ALARMS);
215 @Prefs.Key String key) {
216 if (Prefs.Key.DND_TILE_COMBINED_ICON.equals(key) ||
217 Prefs.Key.DND_TILE_VISIBLE.equals(key))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NightModeTile.java 21 import com.android.systemui.Prefs.Key;
47 return Prefs.getBoolean(mContext, Key.QS_NIGHT_ADDED, false)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherSymmetricKeyThread.java 19 import java.security.Key;
44 Key key = kg.generateKey(); local
56 cip.init(Cipher.ENCRYPT_MODE, key, ivspec);
61 cip.init(Cipher.DECRYPT_MODE, key, ivspec);
64 cip.init(Cipher.ENCRYPT_MODE, key);
67 cip.init(Cipher.DECRYPT_MODE, key);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 38 * detecting key presses and touch movements.
49 private Key mCurrentKey;
87 protected void onDrawKeyTopVisuals(final Key key, final Canvas canvas, final Paint paint,
89 if (!key.isSpacer() || !(key instanceof MoreKeysKeyboard.MoreKeyDivider)
91 super.onDrawKeyTopVisuals(key, canvas, paint, params);
94 final int keyWidth = key.getDrawWidth();
95 final int keyHeight = key.getHeight();
172 // A more keys keyboard is canceled when detecting no key
    [all...]
  /system/keymaster/include/keymaster/
android_keymaster.h 25 class Key;
88 const KeyFactory** factory, UniquePtr<Key>* key);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
alias.d 25 Key to Flags:
group-2.d 34 Key to Flags:
  /art/runtime/base/
arena_containers.h 69 template <typename Key,
71 typename EmptyFn = DefaultEmptyFn<std::pair<Key, Value>>,
72 typename HashFn = std::hash<Key>,
73 typename Pred = std::equal_to<Key>>
74 using ArenaHashMap = HashMap<Key,
79 ArenaAllocatorAdapter<std::pair<Key, Value>>>;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 103 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
109 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
126 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
143 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
154 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
171 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_multidelete.py 31 from boto.s3.key import Key
46 for key in self.bucket:
47 key.delete()
63 Key(name="regular"),
64 Key(),
77 result = self.bucket.delete_keys([Key(name=">_<;")])
82 no_ver = Key(name="no")
89 result = self.bucket.delete_keys([u"??", Key(name=u"???")])
100 key = self.bucket.new_key(key_name
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectBindingRegistry.java 66 private final Map<Key, B> bindingsByKey = Maps.newLinkedHashMap();
68 private final Set<Key> materializedBindingKeys = Sets.newLinkedHashSet();
76 materializedBindingKeys.add(binding.key());
84 B getBinding(Key key) {
85 return bindingsByKey.get(key);
105 types.erasure(binding.key().type()))); // erasure to strip <T> from msgs.
114 && !materializedBindingKeys.contains(binding.key())
119 /** Caches the binding for future lookups by key. */
125 Key key = binding.key() local
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKey.java 4 import com.bumptech.glide.load.Key;
15 class EngineKey implements Key {
25 private final Key signature;
28 private Key originalKey;
30 public EngineKey(String id, Key signature, int width, int height, ResourceDecoder cacheDecoder,
45 public Key getOriginalKey() {
148 // The Transcoder is not included in the disk cache key because its result is not cached.

Completed in 598 milliseconds

<<21222324252627282930>>