Searched refs:executing (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobServiceContext.java | 342 final JobStatus executing = getRunningJobLocked(); in timeoutIfExecutingLocked() local 343 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId()) in timeoutIfExecutingLocked() 344 && (pkgName == null || pkgName.equals(executing.getSourcePackageName())) in timeoutIfExecutingLocked() 345 && (!matchJobId || jobId == executing.getJobId())) { in timeoutIfExecutingLocked()
|
D | JobSchedulerService.java | 1240 final JobStatus executing = jsc.getRunningJobLocked(); in onDeviceIdleStateChanged() local 1241 if (executing != null in onDeviceIdleStateChanged() 1242 && (executing.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) == 0) { in onDeviceIdleStateChanged() 1519 final JobStatus executing = jsc.getRunningJobLocked(); in stopJobOnServiceContextLocked() local 1520 if (executing != null && executing.matches(job.getUid(), job.getJobId())) { in stopJobOnServiceContextLocked()
|
/frameworks/base/cmds/uiautomator/library/ |
D | apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command:
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 355 public void setExecuting(boolean executing, int memFactor, long now) { in setExecuting() argument 359 final int state = executing ? memFactor : STATE_NOTHING; in setExecuting() 364 } else if (executing) { in setExecuting()
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 339 // build of the currently-executing Android system, in human-readable 346 // The version of the currently-executing Android system, in 349 // The version of the currently-executing Android system, in a format
|
D | batterystats.proto | 564 // Total CPU time with processes executing in userspace. Summed up across 567 // Total CPU time with processes executing kernel syscalls. Summed up across 714 // Time spent executing in user code. 716 // Time spent executing in kernel code.
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 76 // executing operations state.
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 120 never executed. This can be fixed by executing 185 amount of time until the increment should be executed, then executing the increment. The first
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 23 an executing kernel, like dimensions and current indices. These functions take
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 25 * an executing kernel, like dimensions and current indices. These functions take
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 202 // before giving up on it, for jobs that are executing work.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 507 # the version control system). Doxygen will invoke the program by executing (via 665 # by executing (via popen()) the command <filter> <input-file>, where <filter>
|
/frameworks/native/docs/ |
D | Doxyfile | 592 # the version control system). Doxygen will invoke the program by executing (via 797 # by executing (via popen()) the command <filter> <input-file>, where <filter>
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 645 # the version control system). Doxygen will invoke the program by executing (via 847 # by executing (via popen()) the command:
|
D | Doxyfile.orig | 645 # the version control system). Doxygen will invoke the program by executing (via 838 # by executing (via popen()) the command:
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 687 # the version control system). Doxygen will invoke the program by executing (via 933 # by executing (via popen()) the command:
|
D | Doxyfile | 687 # the version control system). Doxygen will invoke the program by executing (via 933 # by executing (via popen()) the command:
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 678 # the version control system). Doxygen will invoke the program by executing (via 883 # by executing (via popen()) the command:
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4176 // executing the binder transaction attribute the transaction to another uid using 4181 // UID of the process executing the binder transaction.
|