HomeSort by relevance Sort by last modified time
    Searched refs:findKey (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/av/drm/mediadrm/plugins/clearkey/
JsonWebKey.h 50 bool findKey(const String8& jsonObject, String8* keyId,
JsonWebKey.cpp 79 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) {
132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId,
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 115 private SelectionKey findKey(Selector sel) {
159 return findKey(sel);
199 SelectionKey k = findKey(sel);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthenticationHeader.java 158 String scheme = hpn.findKey(0);
166 String scheme = hpn.findKey(0);
240 return preferred.findKey(0);
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 102 /// findKey - finds an element with key pKey
104 int findKey(const key_type& pKey) const;
  /external/skia/src/animator/
SkAnimateMaker.h 66 bool findKey(SkDisplayable* displayable, const char** string) const {
67 return fIDs.findKey(displayable, string);
SkAnimateMaker.cpp 78 if (findKey(displayable, &script) == false)
SkAnimatorScript.cpp 432 bool success = ids->findKey(displayable, &key);
469 SkDEBUGCODE(bool success = ) maker->findKey(displayable, &id);
SkAnimatorScript2.cpp 336 bool success = fEngine->getMaker().findKey(displayable, &id);
SkMemberInfo.cpp 262 maker.findKey(scriptValue.fOperand.fDisplayable, &charPtr);
  /external/skia/include/private/
SkTDict.h 73 bool findKey(T& value, const char** name) const {
  /frameworks/native/include/input/
KeyCharacterMap.h 241 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
  /libcore/ojluni/src/main/java/sun/net/www/
HeaderParser.java 165 public String findKey(int i) {
255 if (p.findKey(i) == null) break;
257 System.out.println(i + ") " +p.findKey(i) + "="+v);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/
BaseShadowSystem.java 342 if (!lightFilter.filter(spotCameras.findKey(lp, true), lp.camera, this.camera)) {
366 if (!lightFilter.filter(pointCameras.findKey(currentPointProperties, true), lp.camera, this.camera)) {
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 305 if (!findKey(ch, &keyCode, &metaState)) {
461 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const {
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Skin.java 323 return typeResources.findKey(resource, true);
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
IdentityMap.java 444 public K findKey (Object value, boolean identity) {
IntFloatMap.java 490 public int findKey (float value, int notFound) {
IntIntMap.java 477 public int findKey (int value, int notFound) {
IntMap.java 487 public int findKey (Object value, boolean identity, int notFound) {
LongMap.java 484 public long findKey (Object value, boolean identity, long notFound) {
ObjectFloatMap.java 440 public K findKey (float value) {
ObjectIntMap.java 441 public K findKey (int value) {
ObjectMap.java 462 public K findKey (Object value, boolean identity) {
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
xml2js.js 348 var dataType = _.findKey(xml2js.ARRAY_TYPEMAPS, function(to) { return to.arrayType == arrayType; });
    [all...]

Completed in 1034 milliseconds

1 2