HomeSort by relevance Sort by last modified time
    Searched refs:findKey (Results 1 - 25 of 27) 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,
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 109 /// findKey - finds an element with key pKey
111 int findKey(const key_type& pKey) const;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 381 KeyType findKey;
382 map.GetNextAssoc(pos, findKey, findData);
384 return findKey;
391 FX_BOOL PDF_DocPageData_Release(CFX_MapPtrTemplate<KeyType, CPDF_CountedObject<ValueType>*> &map, KeyType findKey, ValueType findValue, FX_BOOL bForce = FALSE)
393 if (!findKey && !findValue) {
397 if (!findKey) {
398 findKey = PDF_DocPageData_FindValue<KeyType, ValueType>(map, findValue, findData);
399 } else if (!map.Lookup(findKey, findData)) {
405 map.RemoveKey(findKey);
  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/include/core/
SkTDict.h 73 bool findKey(T& value, const char** name) const {
  /external/skia/include/core/
SkTDict.h 73 bool findKey(T& value, const char** name) const {
  /frameworks/native/include/input/
KeyCharacterMap.h 230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 444 SkAssertResult(fFamilyNameDict.findKey(familyRecID, &familyName));
501 SkAssertResult(fFamilyNameDict.findKey(fontRec.fFamilyRecID, &familyName));
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 305 if (!findKey(ch, &keyCode, &metaState)) {
419 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const {
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js 304 goog.object.findKey = function(obj, f, opt_this) {
327 var key = goog.object.findKey(obj, f, opt_this);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 865 milliseconds

1 2