OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scheduled
(Results
76 - 100
of
952
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/qcom/gps/msm8996/utils/
LocThread.h
36
// which gets
scheduled
by LocThread
43
// and be
scheduled
by LocThread
/libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java
41
*
scheduled
for execution
57
*
scheduled
for execution
/ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c
133
// Spinning worked. Thus we're probably not being
scheduled
143
// We are probably being
scheduled
against the other process. Sleep.
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java
110
if (DEBUG) debugLog("Canceling
scheduled
callback");
139
if (DEBUG) debugLog(" callback already
scheduled
");
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_threads.c
133
// Spinning worked. Thus we're probably not being
scheduled
143
// We are probably being
scheduled
against the other process. Sleep.
/system/bt/btif/src/
btif_profile_queue.c
114
**
scheduled
connection.
135
**
scheduled
connection.
/cts/tests/tests/location/src/android/location/cts/
TestUtils.java
30
// still can't get
scheduled
.
/external/autotest/client/site_tests/dummy_IdleSuspend/
dummy_IdleSuspend.py
48
# before a wakeup is
scheduled
. They must not be disabled too late
/external/autotest/server/cros/clique_lib/
clique_dut_log_collector.py
18
logs. This function is the function which is repeatedly
scheduled
for each
/external/autotest/site_utils/suite_scheduler/
deduping_scheduler.py
65
@return False if the suite was already
scheduled
, True if not
112
@return True if the suite got
scheduled
178
@return True if the suite got
scheduled
, False if not
180
@raise ScheduleException if the suite cannot be
scheduled
.
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
event.py
10
(ticking when the thread is actually
scheduled
). Thread time is optional
/external/guava/guava/src/com/google/common/io/
InputSupplier.java
31
* interface is
scheduled
for removal in December 2015.
OutputSupplier.java
31
* interface is
scheduled
for removal in December 2015.
/external/iptables/extensions/
libxt_connbytes.man
8
scheduled
using a lower priority band in traffic control.
/external/libbrillo/brillo/message_loops/
message_loop.cc
54
// more tasks
scheduled
.
/external/libchrome/base/prefs/
pref_filter.h
26
//
scheduled
(typically because the |prefs| were pre-modified).
/external/libchrome/base/
tracking_info.h
34
// were
scheduled
(requested?) to emerge from the delayed task queue. This
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
Timer.java
64
if (task.repeatCount != CANCELLED) throw new IllegalArgumentException("The same task may not be
scheduled
twice.");
178
/** If this is the last time the task will be ran or the task is first cancelled, it may be
scheduled
again in this method. */
181
/** Cancels the task. It will not be executed until it is
scheduled
again. This method can be called at any time. */
187
/** Returns true if this task is
scheduled
to be executed in the future by a timer. */
/external/testng/src/main/java/org/testng/annotations/
ITestAnnotation.java
79
* The scheduling priority. Lower priorities get
scheduled
first.
/external/v8/test/unittests/compiler/
select-lowering-unittest.cc
63
// values of the Select, because the resulting graph can not be
scheduled
.
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
RoundRobinScheduler.java
69
// if there is nothing to be
scheduled
, still keep the previous
/frameworks/base/services/backup/java/com/android/server/backup/
FullBackupJob.java
57
// -----
scheduled
job interface -----
/frameworks/base/services/core/java/com/android/server/
FgThread.java
27
* simply being a background priority), which can cause operations
scheduled
on it
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
AutomaticStorageBroadcastReceiver.java
31
*
scheduled
once a day for a plugged in device.
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderIntentService.java
41
// we never remove
scheduled
alarms.
Completed in 922 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>