HomeSort by relevance Sort by last modified time
    Searched refs:idmap (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/tests/overlaytests/
runtests.sh 75 $adb shell rm /data/resource-cache/vendor@overlay@framework@framework-res.apk@idmap
  /external/chromium_org/third_party/re2/re2/
onepass.cc 557 map<int, int> idmap; local
560 idmap[nodebyid[i]] = i;
586 idmap[node->action[i] >> kIndexShift]);
  /external/regex-re2/re2/
onepass.cc 557 map<int, int> idmap; local
560 idmap[nodebyid[i]] = i;
586 idmap[node->action[i] >> kIndexShift]);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 87 // Transform string /a/b/c.apk to /data/resource-cache/a@b@c.apk@idmap
110 path.append("@idmap");
225 oap.idmap = idmapPathForPackagePath(overlayPath);
227 if (isIdmapStaleLocked(ap.path, oap.path, oap.idmap)) {
228 addOverlay = createIdmapFileLocked(ap.path, oap.path, oap.idmap);
248 return true; // non-existing idmap is always stale
351 ALOGW("failed to generate idmap data for file %s\n", idmapPath.string());
360 ALOGW("failed to write idmap file %s (open: %s)\n", idmapPath.string(), strerror(errno));
366 ALOGW("failed to write idmap file %s (write: %s)\n", idmapPath.string(),
655 Asset* idmap = openIdmapLocked(ap) local
    [all...]
ResourceTypes.cpp 223 ALOGW("idmap assertion failed: size=%d bytes\n", (int)sizeBytes);
227 ALOGW("idmap assertion failed: invalid magic found (is 0x%08x, expected 0x%08x)\n",
243 const uint32_t type = Res_GETTYPE(key) + 1; // add one, idmap stores "public" type id
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 316 idmap=_idmap, translate=string.translate):
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate):
459 if "" != translate(key, idmap, LegalChars):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 316 idmap=_idmap, translate=string.translate):
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate):
459 if "" != translate(key, idmap, LegalChars):
  /frameworks/base/include/androidfw/
AssetManager.h 226 String8 idmap; member in struct:android::AssetManager::asset_path
ResourceTypes.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 149 milliseconds