Searched refs:executing (Results 1 – 21 of 21) sorted by relevance
118 boolean executing = false; in executeSafely()144 executing = true; in executeSafely()146 if (!executing) { in executeSafely()
27 void setExecuting(bool executing) { mIsExecuting = executing; } in setExecuting()
409 final JobStatus executing = getRunningJobLocked(); in timeoutIfExecutingLocked() local410 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()
1365 final JobStatus executing = jsc.getRunningJobLocked();1366 if (executing != null && !executing.canRunInDoze()) {1692 final JobStatus executing = jsc.getRunningJobLocked();1693 if (executing != null && executing.matches(job.getUid(), job.getJobId())) {
68 nsecs_t executing();
144 nsecs_t VSyncDispatchTimerQueueEntry::executing() { in executing() function in android::scheduler::VSyncDispatchTimerQueueEntry291 callback->executing(); in timerCallback()
355 public void setExecuting(boolean executing, int memFactor, long now) { in setExecuting() argument359 final int state = executing ? memFactor : STATE_NOTHING; in setExecuting()364 } else if (executing) { in setExecuting()
339 // build of the currently-executing Android system, in human-readable346 // The version of the currently-executing Android system, in349 // The version of the currently-executing Android system, in a format
564 // Total CPU time with processes executing in userspace. Summed up across567 // Total CPU time with processes executing kernel syscalls. Summed up across714 // Time spent executing in user code.716 // Time spent executing in kernel code.
1043 entry.callback(entry.executing(), *wakeup, *ready); in TEST_F()1099 entry.executing(); // 1000 is executing in TEST_F()1140 entry.executing(); // 1000 is executing in TEST_F()1204 entry.callback(entry.executing(), *wakeup, *ready); in TEST_F()
120 never executed. This can be fixed by executing185 amount of time until the increment should be executed, then executing the increment. The first
23 an executing kernel, like dimensions and current indices. These functions take
188 its constructor that allows you to control the flow of time, executing supplied
76 // executing operations state.
25 * an executing kernel, like dimensions and current indices. These functions take
507 # the version control system). Doxygen will invoke the program by executing (via665 # by executing (via popen()) the command <filter> <input-file>, where <filter>
592 # the version control system). Doxygen will invoke the program by executing (via797 # by executing (via popen()) the command <filter> <input-file>, where <filter>
645 # the version control system). Doxygen will invoke the program by executing (via847 # by executing (via popen()) the command:
678 # the version control system). Doxygen will invoke the program by executing (via883 # by executing (via popen()) the command:
687 # the version control system). Doxygen will invoke the program by executing (via933 # by executing (via popen()) the command:
6679 // executing the binder transaction attribute the transaction to another uid using6684 // UID of the process executing the binder transaction.