Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp417 ASSERT_THAT(bp, NotNull()); in TEST()
423 ASSERT_THAT(bp, NotNull()); in TEST()
429 ASSERT_THAT(bp, NotNull()); in TEST()
435 ASSERT_THAT(bp, NotNull()); in TEST()
441 ASSERT_THAT(bp, NotNull()); in TEST()
447 ASSERT_THAT(bp, NotNull()); in TEST()
453 ASSERT_THAT(bp, NotNull()); in TEST()
459 ASSERT_THAT(bp, NotNull()); in TEST()
465 ASSERT_THAT(bp, NotNull()); in TEST()
471 ASSERT_THAT(bp, NotNull()); in TEST()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerServiceImpl.java586 if (bp == null) { in getPermissionInfo()
691 if (bp == null) { in removePermission()
861 if (bp == null) { in updatePermissionFlagsInternal()
1460 if (bp.isDevelopment() || bp.isRole()) { in grantRuntimePermissionInternal()
2298 if (bp == null || !(bp.isInternal() || bp.isRuntime())) {
2453 if (bp != null && bp.isPermission(p)) {
2814 if (bp.isNormal() || bp.isSignature() || bp.isInternal()) {
3069 if (bp != null && bp.isRuntime()) {
3683 shouldGrantRuntimePermission = (bp.isRuntime() || bp.isDevelopment())
3740 if (bp == null || !bp.isHardOrSoftRestricted()) {
[all …]
H A DLegacyPermission.java150 LegacyPermission bp = out.get(name); in read() local
152 if (bp == null || bp.mType != TYPE_CONFIG) { in read()
153 bp = new LegacyPermission(name.intern(), packageName, in read()
156 bp.mPermissionInfo.protectionLevel = readInt(parser, null, "protection", in read()
158 bp.mPermissionInfo.protectionLevel = PermissionInfo.fixProtectionLevel( in read()
159 bp.mPermissionInfo.protectionLevel); in read()
161 bp.mPermissionInfo.icon = readInt(parser, null, "icon", 0); in read()
162 bp.mPermissionInfo.nonLocalizedLabel = parser.getAttributeValue(null, "label"); in read()
164 out.put(bp.mPermissionInfo.name, bp); in read()
H A DLegacyPermissionSettings.java139 for (LegacyPermission bp : mPermissions.values()) { in writePermissions()
140 bp.write(serializer); in writePermissions()
147 for (LegacyPermission bp : mPermissionTrees.values()) { in writePermissionTrees()
148 bp.write(serializer); in writePermissionTrees()
/aosp14/frameworks/base/
H A DOWNERS33 per-file **.bp,**.mk = hansson@google.com
34 per-file *.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}
37 per-file TestProtoLibraries.bp = file:platform/platform_testing:/libraries/health/OWNERS
38 per-file TestProtoLibraries.bp = file:platform/tools/tradefederation:/OWNERS
H A DAndroid.bp562 // TODO(b/145644363): move this to under StubLibraries.bp or ApiDocs.bp
693 "ProtoLibraries.bp",
694 "TestProtoLibraries.bp",
/aosp14/frameworks/base/api/
H A DOWNERS6 per-file Android.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}
9 per-file Android.bp = aurimas@google.com,emberrose@google.com,sjgilbert@google.com
H A DAndroid.bp263 "ApiDocs.bp",
264 "StubLibraries.bp",
/aosp14/frameworks/base/core/java/android/os/
H A DBinderProxy.java168 BinderProxy bp = wr.get(); in get() local
169 if (bp != null) { in get()
170 return bp; in get()
285 BinderProxy bp = weakRef.get(); in getSortedInterfaceCounts()
287 if (bp == null) { in getSortedInterfaceCounts()
291 key = bp.getInterfaceDescriptor(); in getSortedInterfaceCounts()
292 if ((key == null || key.isEmpty()) && !bp.isBinderAlive()) { in getSortedInterfaceCounts()
/aosp14/frameworks/base/services/api/
H A DOWNERS1 per-file Android.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Doverview.md32 …ets can be found in the Shell library's [Android.bp](frameworks/base/libs/WindowManager/Shell/Andr…
H A Dchanges.md105 [Android.bp](frameworks/base/libs/WindowManager/Shell/Android.bp) file under the
/aosp14/frameworks/base/services/
H A DOWNERS1 per-file Android.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}
/aosp14/frameworks/base/startop/view_compiler/
H A DREADME.md36 `genrule` named `generate_dex_testcases` in `Android.bp`. These files are then
44 `Android.bp`.
/aosp14/frameworks/base/cmds/incident_helper/
H A DREADME.md22 If add a new proto file, add it in Android.bp under frameworks/base/ and make incident helper
/aosp14/frameworks/base/tools/aapt2/
H A Ddevelopment.md4 All build targets can be found in `Android.bp` file. The main ones are `make -j aapt2` and `make -j…
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A DAndroid.bp17 // This Android.bp supplies the rules for building a library of JNI code for
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A DAndroid.bp17 // This Android.bp supplies the rules for building a library of JNI code for
/aosp14/frameworks/base/core/jni/
H A DOWNERS57 per-file Android.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}
85 per-file Android.bp = file:/graphics/java/android/graphics/OWNERS
/aosp14/frameworks/base/services/core/jni/
H A DOWNERS14 per-file Android.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}
/aosp14/frameworks/base/native/graphics/jni/
H A DAndroid.bp77 // The headers module is in frameworks/native/Android.bp.
/aosp14/frameworks/base/services/incremental/
H A DIncrementalService.cpp1300 metadata::BindPoint bp; in addBindMount() local
1301 bp.set_storage_id(storage); in addBindMount()
1302 bp.set_allocated_dest_path(&target); in addBindMount()
1303 bp.set_allocated_source_subdir(&source); in addBindMount()
1304 const auto metadata = bp.SerializeAsString(); in addBindMount()
1305 static_cast<void>(bp.release_dest_path()); in addBindMount()
1306 static_cast<void>(bp.release_source_subdir()); in addBindMount()
1778 for (auto&& bp : bindPoints) { in mountExistingImage()
1779 bindCount += !addBindMountWithMd(*ifs, bp.second.storage_id(), std::move(bp.first), in mountExistingImage()
1780 std::move(*bp.second.mutable_source_subdir()), in mountExistingImage()
[all …]
/aosp14/frameworks/base/native/android/
H A DAndroid.bp15 // The headers module is in frameworks/native/Android.bp.
/aosp14/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp488 metadata::BindPoint bp; in getBindPointMetadata() local
491 bp.set_storage_id(100); in getBindPointMetadata()
492 bp.set_allocated_dest_path(&destPath); in getBindPointMetadata()
493 bp.set_allocated_source_subdir(&srcPath); in getBindPointMetadata()
494 const auto metadata = bp.SerializeAsString(); in getBindPointMetadata()
495 static_cast<void>(bp.release_source_subdir()); in getBindPointMetadata()
496 static_cast<void>(bp.release_dest_path()); in getBindPointMetadata()
/aosp14/system/core/fastboot/
H A DAndroid.bp15 // This is required because no Android.bp can include a library defined in an

12