HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 201 - 225 of 415) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Job.java 87 dispatcher.finished(this);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DispatcherTest.java 153 dispatcher.finished(job);
  /external/skia/src/gpu/
GrClipMaskManager.cpp 977 bool finished = false; local
    [all...]
  /frameworks/native/include/input/
InputTransport.h 115 struct Finished {
120 return sizeof(Finished);
122 } finished; member in union:android::InputMessage::Body
157 * Try again after the consumer has sent a finished signal indicating that it has
249 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
306 /* Sends a finished signal to the publisher to inform it that the message
307 * with the specified sequence number has finished being process and whether
416 // batch with the previous one. When the finished signal is sent, we traverse the
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 649 bool finished;
657 finished = true;
661 finished = false;
670 finished &= active->fFinished;
677 } while (!finished);
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 649 bool finished;
657 finished = true;
661 finished = false;
670 finished &= active->fFinished;
677 } while (!finished);
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 221 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
279 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
305 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 1,
1147 eapol->cb.finished = cb->finished;
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 323 * Callback to be called when finished.
437 * @param {function(boolean):void} onDone Callback to be called when finished.
450 * @param {function(boolean):void} onDone Callback to be called when finished.
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 1063 public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] finished) throws IOException
1067 finished[0] = true;
1272 long[] processedInSize = new long[1]; long[] processedOutSize = new long[1]; boolean[] finished = new boolean[1]; field in class:Encoder
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 123 * image once the ImageInfo class has finished loading.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 184 * the page's document has finished.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_client.js 62 * @param {function()} callback Completion callback. Call when finished
  /external/chromium_org/ui/webui/resources/js/
load_time_data.js 8 * content has finished loading). This data includes both localized strings and
  /external/valgrind/main/memcheck/tests/
leak-delta.stderr.exp 65 finished
leak-segv-jmp.stderr.exp 61 finished
  /frameworks/base/core/java/android/widget/
OverScroller.java 140 * Returns whether the scroller has finished scrolling.
142 * @return True if the scroller has finished scrolling, false otherwise.
149 * Force the finished field to a particular value. Contrary to
150 * {@link #abortAnimation()}, forcing the animation to finished
154 * @param finished The new finished value.
156 public final void forceFinished(boolean finished) {
157 mScrollerX.mFinished = mScrollerY.mFinished = finished;
297 * animation is not yet finished.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 136 * Returns whether the scroller has finished scrolling.
138 * @return True if the scroller has finished scrolling, false otherwise.
145 * Force the finished field to a particular value. Contrary to
146 * {@link #abortAnimation()}, forcing the animation to finished
150 * @param finished The new finished value.
152 public final void forceFinished(boolean finished) {
153 mScrollerX.mFinished = mScrollerY.mFinished = finished;
293 * animation is not yet finished.
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 134 * Returns whether the scroller has finished scrolling.
136 * @return True if the scroller has finished scrolling, false otherwise.
143 * Force the finished field to a particular value. Contrary to
144 * {@link #abortAnimation()}, forcing the animation to finished
148 * @param finished The new finished value.
150 public final void forceFinished(boolean finished) {
151 mScrollerX.mFinished = mScrollerY.mFinished = finished;
291 * animation is not yet finished.
    [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S 362 MACRO2(LOOP_OVER_SHORTY_LOADING_XMMS, xmm_reg, finished)
367 je VAR(finished, 1)
393 MACRO3(LOOP_OVER_SHORTY_LOADING_GPRS, gpr_reg64, gpr_reg32, finished)
398 je VAR(finished, 2)
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.h 177 bool finished) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
HAREntry.js 380 if (typeof content === "undefined" && requests[i].finished) {
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 36 finished = 20 variable in class:HandshakeType
362 badFinished: "bad finished message",\
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterOutputStreamTest.java 76 while (!(deflate.finished())) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 345 int finished; local
352 finished = ops->fence_finish(ops, fenced_buf->fence, 0);
367 if(proceed && finished == 0) {
  /external/clang/tools/libclang/
Indexing.cpp 63 void finished() { } function in class:__anon23339::TUSkipBodyControl
203 void finished() {
320 SKCtrl->finished();
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6 7 891011>>