OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reschedule
(Results
1 - 25
of
105
) sorted by null
1
2
3
4
5
/external/kernel-headers/original/linux/
smp.h
31
* sends a '
reschedule
' event to another CPU:
68
#define MSG_RESCHEDULE 0x0003 /*
Reschedule
request from master CPU*/
gfp.h
35
#define __GFP_WAIT ((__force gfp_t)0x10u) /* Can wait and
reschedule
? */
netdevice.h
849
/* Try to
reschedule
poll. Called by irq handler. */
857
/* Try to
reschedule
poll. Called by dev->poll() after netif_rx_complete().
/packages/apps/Email/src/com/android/email/service/
MailService.java
180
// if no account given, or the given account cannot be synced -
reschedule
186
// Find next account to sync, and
reschedule
187
reschedule
(alarmManager);
200
Log.d(LOG_TAG, "action:
reschedule
");
214
reschedule
(alarmManager);
301
/* package */ void
reschedule
(AlarmManager alarmMgr) {
method in class:MailService
346
Log.d(LOG_TAG, "
reschedule
: alarm cancel - no account to check");
351
Log.d(LOG_TAG, "
reschedule
: alarm set at " + nextCheckTime
361
* the watchdog will be replaced by the call to
reschedule
().
620
reschedule
(alarmManager);
[
all
...]
/frameworks/base/core/java/android/content/
SyncResult.java
32
* process this request. The SyncManager will
reschedule
the request to run later.
53
* that the sync request failed and it will not
reschedule
the request.
60
* the sync request failed and it will not
reschedule
the request.
95
* sync request when a sync is already underway. The SyncManager will
reschedule
the
SyncManager.java
759
//
reschedule
the current operation and send a cancel for it
[
all
...]
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_timer.cpp
109
* Do not reschudule the AO here. Observer would
reschedule
this AO
pvmf_jb_session_duration_timer.cpp
191
* Do not reschudule the AO here. Observer would
reschedule
this AO
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_bus.h
64
/* Deferred processing for the bus, return TRUE requests
reschedule
*/
/external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp
163
reschedule
();
189
reschedule
();
447
void SVGSMILElement::
reschedule
()
function in class:WebCore::SVGSMILElement
685
reschedule
();
727
reschedule
();
746
reschedule
();
[
all
...]
SVGSMILElement.h
118
void
reschedule
();
/external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_audio.h
154
void
Reschedule
();
pv_frame_metadata_mio_video.h
158
void
Reschedule
();
/external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_ioport.cpp
227
//
Reschedule
if there's more data to process...
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java
167
//
Reschedule
the next redraw
/external/opencore/android/
android_surface_output.h
215
void
Reschedule
();
/external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.cpp
346
// check if there is need to
reschedule
/external/webkit/WebCore/inspector/front-end/
TextEditorHighlighter.js
119
// User keeps updating the job in between of our timer ticks. Just
reschedule
self, don't eat CPU (they must be scrolling).
/external/wpa_supplicant_6/wpa_supplicant/
scan.c
237
* then don't cancel the scan and
reschedule
. Some drivers do
/dalvik/vm/alloc/
MarkSweep.c
585
/* Don't
reschedule
it, but make sure that its
884
/* Let later GCs know not to
reschedule
this reference.
920
/* Let later GCs know not to
reschedule
this reference.
[
all
...]
/external/v8/src/
top.cc
865
// Allways
reschedule
out of memory exceptions.
870
// Do not
reschedule
the exception if this is the bottom call.
900
//
Reschedule
the exception.
[
all
...]
/bionic/libc/netbsd/isc/
ev_timers.c
500
/* evDrop() will
reschedule
the timer. */
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
pvmi_media_io_fileoutput.h
317
void
Reschedule
();
/packages/apps/Email/src/com/android/email/
Email.java
221
* so we'll
reschedule
to kill off any existing alarms.
/external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.cpp
869
//
reschedule
if there is more stuff waiting and
[
all
...]
Completed in 729 milliseconds
1
2
3
4
5