/external/chromium_org/ui/views/ime/ |
input_method.h | 83 // Called by the focused |view| to cancel the ongoing composition session.
|
/external/fonttools/Doc/ |
documentation.html | 71 TTX/FontTools development is ongoing, but often goes in spurts. Feature requests and bug reports are always welcome. The best place for these is currently the fonttools-discussion mailing list at SourceForge. This list is both for discussion TTX from an end-user perspective as well as TTX/FontTools development. Subscription info can be found if you follow the "Mailing Lists" link at the <A HREF="http://sourceforge.net/projects/fonttools/">SourceForge project page</A>. You can also email me directly at <A HREF="mailto:just@letterror.com">just@letterror.com</A>.
|
/external/libusb/ |
PORTING | 20 Your backend must also provide an event handling function to "reap" ongoing
|
/external/mesa3d/docs/ |
thanks.html | 32 Tungsten Graphics, Inc. have supported the ongoing development of Mesa.
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer.h | 99 * Information about ongoing and past map operations.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 53 * safe. In particular, {@link #close} will always immediately abort ongoing
|
/frameworks/base/docs/html/design/patterns/ |
notifications_k.jd | 343 <p><h4>Ongoing notifications</h4> 344 <p>Ongoing notifications keep users informed about an ongoing process in the 348 downloading a file, or encoding a video. Ongoing notifications cannot be
|
notifications.jd | 490 <p>Ongoing information about device or contextual status</p> 703 <h3 id="ongoing_notifications">Ongoing notifications</h3> 708 Ongoing notification due to music playback 711 <p>Ongoing notifications keep users informed about an ongoing process in the 715 continue to do so until the user stops the playback. Ongoing notifications can also 718 remove an ongoing notification from the notification drawer.</p>
|
/frameworks/base/docs/html/training/load-data-background/ |
setup-loader.jd | 37 query is ongoing.
|
/frameworks/base/services/core/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 42 * thrown if there is a ongoing query.
|
/frameworks/base/services/print/java/com/android/server/print/ |
PrintManagerService.java | 502 // to handle it as the change may affect ongoing print jobs. 523 // to handle it as the change may affect ongoing print jobs. 549 // to handle it as the change may affect ongoing print jobs. 578 // to handle it as the change may affect ongoing print jobs. [all...] |
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationTestList.java | 277 new StateStress("Stress - Ongoing / Latest", 100, 100, new Runnable[] { 280 Log.d(TAG, "Stress - Ongoing/Latest 0"); 283 null, System.currentTimeMillis(), "Stress - Ongoing", 291 Log.d(TAG, "Stress - Ongoing/Latest 1"); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
TestConferenceEventPackageParser.java | 55 * following command while you have an ongoing IMS call:
|
/libcore/luni/src/main/java/java/nio/channels/ |
Selector.java | 57 * Closes this selector. Ongoing calls to the {@code select} methods of this
|
/packages/apps/Camera/src/com/android/camera/ |
MosaicFrameProcessor.java | 179 // Publish progress of the ongoing processing
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
MosaicFrameProcessor.java | 177 // Publish progress of the ongoing processing
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardActionListener.java | 74 * Sends the ongoing batch input points data.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallReceiver.java | 164 * outgoing video call if there is already an ongoing video call. Notify the user if their call
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | 668 * DESCRIPTION: find a jpeg job from ongoing Jpeg queue by its job ID 676 * encoding. Therefore simply dequeue from the ongoing Jpeg Queue 687 // currely only one jpeg job ongoing, so simply dequeue the head 736 * @data : ptr to ongoing jpeg job data 752 * DESCRIPTION: callback function to release ongoing postprocess job node [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 608 // if previous request is blocked due to ongoing jpeg job 670 * DESCRIPTION: find a jpeg job from ongoing Jpeg queue by its job ID 678 * encoding. Therefore simply dequeue from the ongoing Jpeg Queue 689 // currely only one jpeg job ongoing, so simply dequeue the head 719 * @data : ptr to ongoing jpeg job data 735 * DESCRIPTION: callback function to release ongoing postprocess job node [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 608 // if previous request is blocked due to ongoing jpeg job 670 * DESCRIPTION: find a jpeg job from ongoing Jpeg queue by its job ID 678 * encoding. Therefore simply dequeue from the ongoing Jpeg Queue 689 // currely only one jpeg job ongoing, so simply dequeue the head 719 * @data : ptr to ongoing jpeg job data 735 * DESCRIPTION: callback function to release ongoing postprocess job node [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_api.h | 339 #define BTA_AG_CALLSETUP_INCOMING 1 /* Incoming call process ongoing */ 340 #define BTA_AG_CALLSETUP_OUTGOING 2 /* Outgoing call set up is ongoing */
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractScheduledService.java | 324 * not scheduled while a cancel is ongoing. Also it protects the currentFuture variable to 377 // Ensure that a task cannot be rescheduled while a cancel is ongoing.
|
/external/webrtc/test/functional_test/ |
webrtc_test.html | 43 var callState = 0; // 0 - Not started, 1 - Call ongoing 315 // ongoing.
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobServiceContext.java | 238 public void acknowledgeStartMessage(int jobId, boolean ongoing) { 242 mCallbackHandler.obtainMessage(MSG_CALLBACK, jobId, ongoing ? 1 : 0).sendToTarget();
|