HomeSort by relevance Sort by last modified time
    Searched full:packageid (Results 1 - 24 of 24) sorted by null

  /frameworks/base/include/androidfw/
AttributeFinder.h 64 void jumpToClosestAttribute(uint32_t packageId);
65 void markCurrentPackageId(uint32_t packageId);
97 void BackTrackingAttributeFinder<Derived, Iterator>::jumpToClosestAttribute(const uint32_t packageId) {
98 switch (packageId) {
106 ssize_t idx = mPackageOffsets.indexOfKey(packageId);
130 void BackTrackingAttributeFinder<Derived, Iterator>::markCurrentPackageId(const uint32_t packageId) {
131 switch (packageId) {
139 mPackageOffsets.add(packageId, mCurrent);
ResourceTypes.h     [all...]
  /frameworks/base/tools/aapt2/
public_attr_map.py 8 packageId = 0x000000ff & (intId >> 24)
12 if packageId != 0x01 or typeId != 0x01:
ResourceTable.cpp 351 if (resId.isValid() && package->id && package->id.value() != resId.packageId()) {
411 package->id = resId.packageId();
448 if (resId.isValid() && package->id && package->id.value() != resId.packageId()) {
488 package->id = resId.packageId();
Resource.h 131 uint8_t packageId() const;
205 inline uint8_t ResourceId::packageId() const {
SdkConstants.cpp 53 if (id.packageId() != 0x01 && id.typeId() != 0x01) {
  /external/smali/util/src/main/java/org/jf/util/
NumberUtils.java 66 int packageId = value >> 24;
69 if ((packageId == 0x7f || packageId == 1) && resourceType < 0x1f && resourceId < 0xfff) {
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
fancy-hist.xsl 463 function displayPackageCodes(containerId, packageId) {
468 container.innerHTML = displayLevel2("lbp", packageId);
484 function displayPackageClassPatterns(containerId, packageId, classId) {
489 container.innerHTML = displayLevel3("lbp", packageId, classId);
504 function displayPackageClassPatternsBugs(containerId, packageId, classId, patternId) {
509 container.innerHTML = displayLevel4("lbp", packageId, classId, patternId);
    [all...]
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 167 uint32_t packageId = util::deviceToHost32(packageHeader->id);
168 if (packageId > std::numeric_limits<uint8_t>::max()) {
170 << "package ID is too big (" << packageId << ")");
182 ResourceTablePackage* package = mTable->createPackage(packageName, (uint8_t) packageId);
186 << "' with ID " << packageId);
  /frameworks/base/cmds/idmap/
inspect.cpp 226 const uint32_t packageId = am.getResources().getBasePackageId(0);
279 uint32_t resID = (packageId << 24) | (targetTypeId << 16) | (entryOffset + i);
  /frameworks/base/tools/aapt/
ResourceTable.h 221 static inline uint32_t makeResId(uint32_t packageId,
225 return nameId | (typeId<<16) | (packageId<<24);
528 Package(const String16& name, size_t packageId);
ResourceTable.cpp     [all...]
Resource.cpp     [all...]
  /frameworks/base/tools/aapt2/link/
ReferenceLinker.cpp 173 return ref.id.value().packageId() == symbol.id.value().packageId();
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter.go 284 // PackageId = string_lit .
322 // QualifiedName = "@" PackageId "." ( "?" | dotIdentifier ) .
700 // ImportDecl = "import" PackageName PackageId .
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter.go 284 // PackageId = string_lit .
322 // QualifiedName = "@" PackageId "." ( "?" | dotIdentifier ) .
700 // ImportDecl = "import" PackageName PackageId .
  /frameworks/base/tools/aapt2/flatten/
XmlFlattener.cpp 225 StringPool::Ref nameRef = mPackagePools[aaptAttr.id.value().packageId()].makeRef(
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 367 LSA_SEC_HANDLE PackageId;
554 typedef NTSTATUS (NTAPI SpInitializeFn)(ULONG_PTR PackageId,PSECPKG_PARAMETERS Parameters,PLSA_SECPKG_FUNCTION_TABLE FunctionTable);
    [all...]
ntsecapi.h 542 ULONG_PTR PackageId;
    [all...]
  /system/core/run-as/
package.c 516 * /data/user/$uid/$packageId
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java     [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]

Completed in 2907 milliseconds