/aosp14/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser_test.cpp | 396 bool ok = AbiGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 413 bool ok = AbiGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 430 bool ok = AbiGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 440 bool ok = AbiGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 527 bool ok = LocaleGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 549 bool ok = LocaleGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 569 bool ok = LocaleGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 579 bool ok = LocaleGroupTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 597 bool ok = AndroidSdkTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local 620 bool ok = AndroidSdkTagHandler(&config, NodeCast<Element>(doc.get()->root.get()), &diag_); local [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | MutateDrawable.java | 33 Button ok = new Button(this); in onCreate() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SafeMath.h | 33 bool ok() const { return fOK; } in ok() function
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | NumberKeyListener.java | 93 protected static boolean ok(char[] accept, char c) { in ok() method in NumberKeyListener
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_remount.cpp | 286 bool ok = true; in CheckOverlayfs() local 511 bool ok = CheckOverlayfs(&partitions, check_result); in do_remount() local
|
H A D | fs_mgr_overlayfs.cpp | 1419 bool ok = true; in fs_mgr_overlayfs_setup() local 1531 auto ok = fs_mgr_overlayfs_teardown_one( in TeardownMountsAndScratch() local
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | image_manager.cpp | 650 bool ok = true; in RemoveAllImages() local 664 bool ok = true; in Validate() local 696 bool ok = true; in RemoveDisabledImages() local
|
H A D | split_fiemap_writer.cpp | 192 bool ok = true; in RemoveSplitFiles() local
|
/aosp14/system/core/fastboot/device/ |
H A D | utility.cpp | 209 bool ok = true; in UpdateAllPartitionMetadata() local
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | snapuserd_test.cpp | 649 bool ok = client_->AttachDmUser(system_device_ctrl_name_); in InitDaemon() local 687 bool ok = client_->InitiateMerge(system_device_ctrl_name_); in StartMerge() local
|
/aosp14/system/core/init/ |
H A D | snapuserd_transition.cpp | 190 bool ok = true; in LockAllSystemPages() local
|
H A D | selinux.cpp | 736 bool ok = IsSplitPolicyDevice() ? OpenSplitPolicy(&policy_file) in ReadPolicy() local
|
/aosp14/frameworks/base/cmds/idmap2/idmap2d/ |
H A D | Idmap2Service.cpp | 64 Status ok() { in ok() function
|
/aosp14/system/core/fs_mgr/liblp/ |
H A D | writer.cpp | 307 bool ok = true; in FlashPartitionTable() local
|
H A D | builder.cpp | 441 bool ok; in Init() local 486 bool ok; in Init() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ImmersiveModeConfirmation.java | 332 final Button ok = mClingLayout.findViewById(R.id.ok); in onAttachedToWindow() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_HwBinder.cpp | 283 bool ok = hardware::details::registerAsServiceInternal(base, str.c_str()) == OK; in JHwBinder_native_registerService() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | ImmersiveModeConfirmation.java | 427 final Button ok = mClingLayout.findViewById(R.id.ok); in onAttachedToWindow() local
|
/aosp14/system/core/libsparse/ |
H A D | output_file.cpp | 467 bool ok = write_fd_chunk_range(fd, offset, len, [&ret, out](char* data, size_t size) -> bool { in write_sparse_fd_chunk() local 581 bool ok = write_fd_chunk_range(fd, offset, len, [&ret, out](char* data, size_t size) -> bool { in write_normal_fd_chunk() local
|
/aosp14/frameworks/base/cmds/incident_helper/src/ |
H A D | ih_util.cpp | 266 bool Reader::ok(std::string* error) { in ok() function in Reader
|
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
H A D | SurfaceCompositionMeasuringActivity.java | 402 private double measureCompositionScore(Measurement ok, Measurement fail, int pixelFormat) { in measureCompositionScore()
|
/aosp14/frameworks/base/services/incremental/ |
H A D | BinderIncrementalService.cpp | 108 static binder::Status ok() { in ok() function
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot.cpp | 634 bool ok; in MapCowImage() local 1979 bool ok = true; in RemoveAllSnapshots() local 3749 bool ok = true; in UnmapAllPartitionsInRecovery() local 3804 bool ok = true; in Dump() local
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Reporter.cpp | 160 bool ReportRequest::ok() { in ok() function in android::os::incidentd::ReportRequest
|
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
H A D | BugreportReceiverTest.java | 503 UiObject ok = mUiBot.getVisibleObject(mContext.getString(com.android.internal.R.string.ok)); in bugreportFinishedWithWarningTest() local
|