/external/jpeg/ |
jcmainct.c | 137 * suspend processing and return to the application. In this situation 211 * suspend processing and return to the application. In this situation
|
jdatasrc.c | 73 * In applications that need to be able to suspend compression due to input 122 * that the next read will cause a fill_input_buffer call that can suspend.
|
jdhuff.h | 128 * Ensure there are N bits in get_buffer; if suspend, take action. 174 * 3. jpeg_huff_decode returns -1 if forced to suspend.
|
change.log | 125 * We changed jpeg_start_decompress() to be able to suspend; this makes all 205 suspend processing on source/sink buffer overrun, although this is not
|
jdapistd.c | 146 return FALSE; /* No progress made, must suspend */ 391 return FALSE; /* Suspend, come back later */
|
/external/qemu/distrib/jpeg-6b/ |
jcmainct.c | 137 * suspend processing and return to the application. In this situation 211 * suspend processing and return to the application. In this situation
|
jdatasrc.c | 73 * In applications that need to be able to suspend compression due to input 122 * that the next read will cause a fill_input_buffer call that can suspend.
|
jdhuff.h | 128 * Ensure there are N bits in get_buffer; if suspend, take action. 174 * 3. jpeg_huff_decode returns -1 if forced to suspend.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
thread.html | 151 > -- Lock a semaphore and suspend the thread if the semaphore value is zero.</DT 156 > -- Attempt to lock a semaphore but don't suspend the thread.</DT
|
/hardware/invensense/60xx/mlsdk/platform/include/linux/ |
mpu.h | 220 * @suspend: function pointer to put the device in suspended state 248 int (*suspend) (void *mlsl_handle, member in struct:ext_slave_descr
|
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
SDL_main.cpp | 335 EpocSdlEnv::Suspend(); 446 void EpocSdlEnv::Suspend() 452 RThread().Suspend(); 463 th.Suspend(); 644 // RThread().Suspend(); 940 EXPORT_C void CSDL::Suspend()
|
/dalvik/vm/jdwp/ |
JdwpHandler.cpp | 328 * Suspend the execution of the application running in the VM (i.e. suspend 331 * This needs to increment the "suspend count" on all threads. 341 * Resume execution. Decrements the "suspend count" of all threads. 1016 * Suspend the specified thread. 1027 ALOGI(" Warning: ignoring request to suspend self"); 1030 ALOGV(" Req to suspend thread 0x%llx", threadId); [all...] |
/art/runtime/jdwp/ |
jdwp_handler.cc | 271 * Suspend the execution of the application running in the VM (i.e. suspend 274 * This needs to increment the "suspend count" on all threads. 286 * Resume execution. Decrements the "suspend count" of all threads. 946 * Suspend the specified thread. 956 LOG(INFO) << " Warning: ignoring request to suspend self"; [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_impl.h | 269 // for a cross-site navigation, because we must suspend any navigations until 272 // method with |suspend| equal to true. If |suspend| is false and there is 275 // are_navigations_suspended() first. If |suspend| is false, the time that the 278 void SetNavigationsSuspended(bool suspend, [all...] |
/frameworks/base/services/java/com/android/server/power/ |
PowerManagerService.java | 199 // Table of all suspend blockers. 241 // The suspend blocker used to keep the CPU alive when an application has acquired 245 // True if the wake lock suspend blocker has been acquired. 248 // The suspend blocker used to keep the CPU alive when the display is on, the 253 // True if the display suspend blocker has been acquired. 289 // True if the device should suspend when the screen is off due to proximity. [all...] |
/external/chromium_org/content/renderer/ |
render_thread_impl.h | 154 virtual void ToggleWebKitSharedTimer(bool suspend) OVERRIDE; 171 // a synchronous message that runs a nested message loop, we need to suspend 393 void OnSetWebKitSharedTimersSuspended(bool suspend);
|
/external/kernel-headers/original/linux/usb/ |
ch9.h | 108 * used by hubs to put ports into a new L1 suspend state, except that it 116 * new USB_REQ_TEST_AND_SET_FEATURE to put ports into L1 suspend. 145 #define USB_INTRF_FUNC_SUSPEND 0 /* function suspend */ 149 * Suspend Options, Table 9-7 USB 3.0 spec 928 * suspend states. (L2 being original USB 1.1 suspend.)
|
/bionic/libc/kernel/common/linux/ |
device.h | 62 int (*suspend)(struct device * dev, pm_message_t state); member in struct:bus_type 90 int (*suspend) (struct device * dev, pm_message_t state); member in struct:device_driver
|
/dalvik/docs/ |
hello-world.html | 54 <code> -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y</code> 74 <code> -agentlib:jdwp=transport=dt_android_adb,suspend=y,server=y</code>
|
/dalvik/vm/ |
Debugger.cpp | [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_hh_api.h | 182 BTA_HH_CTRL_SUSPEND, /* enter suspend */ 183 BTA_HH_CTRL_EXIT_SUSPEND, /* exit suspend */
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_msg.c | 149 avdt_msg_bld_multi, /* suspend */ 166 avdt_msg_bld_none, /* suspend */ 183 avdt_msg_prs_multi, /* suspend */ 200 avdt_msg_prs_none, /* suspend */ 217 AVDT_CCB_MSG_SUSPEND_CMD_EVT + AVDT_CCB_MKR, /* suspend */ 234 AVDT_CCB_MSG_SUSPEND_RSP_EVT + AVDT_CCB_MKR, /* suspend */ 251 AVDT_CCB_MSG_SUSPEND_RSP_EVT + AVDT_CCB_MKR, /* suspend */ [all...] |
/external/chromium/chrome/browser/profiles/ |
profile_manager.cc | 52 request_context->http_transaction_factory()->Suspend(true); 61 request_context->http_transaction_factory()->Suspend(false);
|
/external/chromium/net/http/ |
http_transaction_unittest.cc | 342 void MockNetworkLayer::Suspend(bool suspend) {}
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
FontFaceSet.cpp | 198 void FontFaceSet::suspend() function in class:WebCore::FontFaceSet 200 m_asyncRunner.suspend();
|