Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 25 of 160) sorted by relevance

1234567

/aosp12/frameworks/base/core/java/com/android/internal/listeners/
H A DListenerExecutor.java118 boolean executing = false; in executeSafely()
144 executing = true; in executeSafely()
146 if (!executing) { in executeSafely()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DBatteryChecker.h27 void setExecuting(bool executing) { mIsExecuting = executing; } in setExecuting()
/aosp12/art/test/1916-get-set-current-frame/
H A Dinfo.txt1 Tests for jvmti get/set Local variable in the currently executing method frame.
/aosp12/art/test/1935-get-set-current-frame-jit/
H A Dinfo.txt1 Tests for jvmti get/set Local variable in the currently executing method frame.
/aosp12/art/test/984-obsolete-invoke/
H A Dinfo.txt3 Tests that a specific method of potentially executing obsolete method code does
/aosp12/build/soong/ui/status/ninja_frontend/
H A Dfrontend.proto64 // Number of milliseconds spent executing in user mode
66 // Number of milliseconds spent executing in kernel mode
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dapex_test_prepostinstall.te14 # Logwrapper executing sh.
H A Dvold.te5 # Switch to more restrictive domains when executing common tools
H A Dincidentd.te15 # Allow executing files on system, such as:
31 # section id 2003, allow executing top
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dapex_test_prepostinstall.te14 # Logwrapper executing sh.
H A Drunas_app.te20 # Allow executing system image simpleperf without a domain transition.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dapex_test_prepostinstall.te14 # Logwrapper executing sh.
H A Dvold.te5 # Switch to more restrictive domains when executing common tools
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dapex_test_prepostinstall.te14 # Logwrapper executing sh.
H A Dvehicle_binding_util.te15 # allow executing vdc
/aosp12/system/sepolicy/private/
H A Dapex_test_prepostinstall.te14 # Logwrapper executing sh.
H A Dvehicle_binding_util.te15 # allow executing vdc
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java409 final JobStatus executing = getRunningJobLocked(); in timeoutIfExecutingLocked() local
410 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId()) in timeoutIfExecutingLocked()
411 && (pkgName == null || pkgName.equals(executing.getSourcePackageName())) in timeoutIfExecutingLocked()
412 && (!matchJobId || jobId == executing.getJobId())) { in timeoutIfExecutingLocked()
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dvold.te6 # Switch to more restrictive domains when executing common tools
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dvold.te5 # Switch to more restrictive domains when executing common tools
H A Dincidentd.te15 # Allow executing files on system, such as:
28 # section id 2003, allow executing top
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dvold.te6 # Switch to more restrictive domains when executing common tools
/aosp12/build/make/tools/releasetools/
H A Dota_metadata.proto18 // Please update ota_metadata_pb2.py by executing
58 // The version of the currently-executing Android system.
/aosp12/hardware/interfaces/tests/extension/vibrator/aidl/client/
H A DAndroid.bp1 // This example client is written as a test, but it is executing from a system
/aosp12/build/soong/ui/build/sandbox/darwin/
H A Dglobal.sb44 ; Allow executing any file

1234567