Searched refs:bp (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCExpandVAArg.cpp48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext); local
49 llvm::Type *bpp = bp->getPointerTo(0);
66 addr = builder.CreateIntToPtr(addr_as_int, bp);
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCExpandVAArg.cpp48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext); local
49 llvm::Type *bpp = bp->getPointerTo(0);
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCExpandVAArg.cpp48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext); local
49 llvm::Type *bpp = bp->getPointerTo(0);
69 llvm::Value *aligned_addr = builder.CreateBitCast(addr_typed, bp);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1552 BasePermission bp = mSettings.mPermissions.get(name);
1553 if (bp == null) {
1554 bp = new BasePermission(name, null, BasePermission.TYPE_BUILTIN);
1555 mSettings.mPermissions.put(name, bp);
1572 bp.gids = appendInt(bp.gids, gid);
1712 BasePermission bp, int flags) {
1713 if (bp.perm != null) {
1714 return PackageParser.generatePermissionInfo(bp.perm, flags);
1717 pi.name = bp
1711 generatePermissionInfo( BasePermission bp, int flags) argument
[all...]
H A DSettings.java339 for (BasePermission bp : permissions.values()) {
340 if (origPkg.equals(bp.sourcePackage)) {
342 "Moving permission " + bp.name
343 + " from pkg " + bp.sourcePackage
345 bp.sourcePackage = newPkg;
346 bp.packageSetting = null;
347 bp.perm = null;
348 if (bp.pendingInfo != null) {
349 bp.pendingInfo.packageName = newPkg;
351 bp
1511 writePermissionLPr(XmlSerializer serializer, BasePermission bp) argument
[all...]
/frameworks/rs/
H A DrsMesh.cpp235 const uint8_t *bp = (const uint8_t *)rsc->mHal.funcs.allocation.lock1D( local
237 posPtr = (float*)(bp + offset);
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.h698 { INT64_C(0x00000000040002c0), 0x1.0000bp+26, 0x0p+0 },
1052 { INT64_C(0x0000000020000160), 0x1.00000bp+29, 0x0p+0 },
2042 { INT64_C(0x0000000080580000), 0x1.00bp+31, 0x0p+0 },
2554 { INT64_C(0x0000000800058000), 0x1.0000bp+35, 0x0p+0 },
3144 { INT64_C(0x0000000858000000), 0x1.0bp+35, 0x0p+0 },
4280 { INT64_C(0x0000002016000000), 0x1.00bp+37, 0x0p+0 },
6173 { INT64_C(0xfffffefbfffffff5), -0x1.040000000bp+40, 0x0p+0 },
8545 { INT64_C(0xffffeffffffffbf5), -0x1.0000000040bp+44, 0x0p+0 },
9235 { INT64_C(0xffffefffbffffff5), -0x1.0004000000bp+44, 0x0p+0 },
12423 { INT64_C(0xfffeffffffffffe5), -0x1.00000000001bp
[all...]
H A Dfloatunditf_test.h353 { UINT64_C(0x00000000040002c0), 0x1.0000bp+26, 0x0p+0 },
530 { UINT64_C(0x0000000020000160), 0x1.00000bp+29, 0x0p+0 },
1025 { UINT64_C(0x0000000080580000), 0x1.00bp+31, 0x0p+0 },
1281 { UINT64_C(0x0000000800058000), 0x1.0000bp+35, 0x0p+0 },
1576 { UINT64_C(0x0000000858000000), 0x1.0bp+35, 0x0p+0 },
2144 { UINT64_C(0x0000002016000000), 0x1.00bp+37, 0x0p+0 },
6321 { UINT64_C(0x00010000000b0000), 0x1.0000000bp+48, 0x0p+0 },
6922 { UINT64_C(0x000100b000000000), 0x1.00bp+48, 0x0p+0 },
8401 { UINT64_C(0x0002000016000000), 0x1.00000bp+49, 0x0p+0 },
9352 { UINT64_C(0x0003600000000000), 0x1.bp
[all...]

Completed in 131 milliseconds