HomeSort by relevance Sort by last modified time
    Searched full:ongoing (Results 26 - 50 of 279) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/
CONTRIBUTORS.pthreads-win32 20 ongoing project coordination/maintenance;
31 ongoing guidance and standards interpretation.
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 80 private static final int ONGOING = 1;
169 * it should not be called when another encoding process is ongoing,
178 * if another encode process is ongoing so that the current
214 * it should not be called when another encode process is ongoing, otherwise
250 * This method should not be invoked if another encode operation is ongoing.
258 * if another encoding operation is ongoing.
422 status = endOfInput ? END : ONGOING;
434 status = endOfInput ? END : ONGOING;
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 241 * Useful when showing an elapsed time (like an ongoing phone call).
466 * Set whether this is an ongoing notification.
468 * <p>Ongoing notifications differ from regular notifications in the following ways:
470 * <li>Ongoing notifications are sorted above the regular notifications in the
472 * <li>Ongoing notifications do not have an 'X' close button, and are not affected
476 public Builder setOngoing(boolean ongoing) {
477 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h 90 // an animation is ongoing is not necessarily the same as the number of tabs
206 // Stops any ongoing animations. If |layout| is true and an animation is
207 // ongoing this does a layout.
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 125 mm_jpeg_queue_t ongoing_job_q; /* queue for ongoing jobs */
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
CookiePolicyTest.java 35 HttpCookie cookie = new HttpCookie("Harmony_6", "ongoing");
  /external/bluetooth/bluedroid/btif/include/
btif_media.h 48 #define BTIF_ERROR_SRV_AV_BUSY 702 /* Another operation ongoing */
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 23 // Logs fall into one of two categories: "initial logs," and "ongoing logs."
31 // minimum) how often additional ongoing logs should be sent.
33 // After the above initial log, a series of ongoing logs will be transmitted.
34 // The first ongoing log actually begins to accumulate information stating when
40 // periods without any (ongoing) log transmissions. Ongoing logs typically
43 // ongoing log is closed out, a call is made to gather memory statistics. Those
50 // When the browser shuts down, there will typically be a fragment of an ongoing
55 // ongoing log is then stored persistently as a string in the PrefServices, for
63 // the ongoing log (which didn't yet get closed, because there was never even
    [all...]
  /external/kernel-headers/original/linux/
mca.h 101 /* Ongoing supported API functions */
  /external/v8/tools/
consarray.js 48 * This operation can be safely performed during ongoing ConsArray
  /external/webkit/Source/WebKit/chromium/public/
WebWidgetClient.h 96 // reset the input method by cancelling any ongoing composition.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
ARM_DELIVERY.TXT 28 But Beta also indicates that pre-release reliability trials are ongoing and
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
ARM_DELIVERY.TXT 28 But Beta also indicates that pre-release reliability trials are ongoing and
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
ARM_DELIVERY.TXT 28 But Beta also indicates that pre-release reliability trials are ongoing and
  /frameworks/base/services/common_time/
clock_recovery.h 47 // Applies the next step in any ongoing slew change operation. Returns a
  /libcore/luni/src/main/java/java/util/
TimerTask.java 101 * progress it returns the execution time of the ongoing task. Tasks which
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 57 * Handle all transfer related dialogs: -Ongoing transfer -Receiving one file
74 // ongoing transfer-0 complete transfer-1
150 // update progress bar for ongoing transfer
452 * Update button when one transfer goto complete from ongoing
BluetoothOppNotification.java 52 * where there is an ongoing transfer, incoming transfer need confirm and
118 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers.
367 if (V) Log.v(TAG, "ongoing transfer notification was removed");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 72 * Sends the ongoing batch input points data.
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 49 you to stop ongoing actions that should not continue while paused (such as a video) or persist
74 <li>Stop animations or other ongoing actions that could consume CPU.</li>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentRetainInstance.java 95 * activity instances. It represents some ongoing work, here a thread
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java 96 * activity instances. It represents some ongoing work, here a thread
  /docs/source.android.com/src/compatibility/
index.jd 60 You can use the CTS (included in the Android source code) as an ongoing aid to compatibility during the development process.</p>
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 167 // Called periodically when speech is ongoing. Checks to see if the
  /external/chromium/chrome/browser/ui/views/
reload_button.cc 96 // ongoing user edits, since it doesn't realize this is a user-initiated

Completed in 958 milliseconds

12 3 4 5 6 7 8 91011>>