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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/search/
AdvancedSearchView.js 78 * @param {boolean} finished
80 _onIndexingFinished: function(finished)
83 this._indexingFinished(finished);
84 if (!finished)
125 * @param {boolean} finished
127 _onSearchFinished: function(searchId, finished)
133 this._searchFinished(finished);
220 * @param {boolean} finished
222 _indexingFinished: function(finished)
224 this._searchMessageElement.textContent = finished ? "" : WebInspector.UIString("Indexing interrupted.")
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 140 finished = False
141 while not finished:
148 finished = True
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py 140 finished = False
141 while not finished:
148 finished = True
  /external/chromium_org/ui/gfx/animation/
animation_unittest.cc 92 EXPECT_TRUE(ad.finished());
102 EXPECT_TRUE(ad.finished());
114 EXPECT_TRUE(ad.finished());
  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 43 private boolean finished; field in class:CipherInputStream
87 if (finished) {
106 finished = true;
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 98 assertFalse(inflater.finished());
100 assertTrue(inflater.finished());
112 while (!deflater.finished()) {
  /external/chromium_org/chrome/browser/ui/website_settings/
mock_permission_bubble_request.h 36 bool finished();
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 40 * while (!deflater.finished()) {
141 private boolean finished; field in class:Deflater
289 * @see #finished
300 public synchronized boolean finished() { method in class:Deflater
301 return finished;
351 * operation <i>must</i> be called after {@link #finished} returns
357 finished = false;
Inflater.java 56 private boolean finished; // Set by inflateImpl. field in class:Inflater
129 public synchronized boolean finished() { method in class:Inflater
130 return finished;
270 finished = false;
DeflaterInputStream.java 126 while (count < byteCount && !def.finished()) {
147 if (def.finished()) {
DeflaterOutputStream.java 134 if (!def.finished()) {
153 while (!def.finished()) {
192 // other than Z_FINISH after the deflater has finished. See the error checking
  /libcore/luni/src/main/java/java/nio/
SocketChannelImpl.java 190 boolean finished = false;
201 finished = true;
208 finished = true;
214 end(finished);
272 boolean finished = false;
277 finished = IoBridge.isConnected(fd, inetAddress, port, 0, 0); // Return immediately.
281 finished = true;
285 end(finished);
289 status = (finished ? SOCKET_STATUS_CONNECTED : status);
290 if (finished && socket != null)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionParser.cpp 47 bool WebSocketExtensionParser::finished() function in class:WebCore::WebSocketExtensionParser
156 if (!finished() && !consumeCharacter(','))
  /external/valgrind/main/drd/tests/
pth_cancel_locked.stderr.exp 13 Test finished.
  /external/ppp/pppd/
fsm.c 232 if( f->callbacks->finished )
233 (*f->callbacks->finished)(f);
294 if( f->callbacks->finished )
295 (*f->callbacks->finished)(f);
311 if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished )
312 (*f->callbacks->finished)(f);
651 if( f->callbacks->finished )
652 (*f->callbacks->finished)(f);
657 if( f->callbacks->finished )
658 (*f->callbacks->finished)(f)
    [all...]
  /external/libpng/scripts/
options.awk 634 finished = 0
635 while (!finished) {
636 finished = 1
645 finished = 0
792 if (!finished && !movement) {
816 finished = 0
817 while (!finished) {
818 finished = 1
829 finished = 0
883 if (!finished && !movement)
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 229 #warning this needs to be finished
238 #warning Timer 2 not finished (may not be present on this CPU)
247 #warning Timer 2 not finished (may not be present on this CPU)
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayerTest.cpp 235 EXPECT_TRUE(player->finished());
246 EXPECT_TRUE(player->finished());
400 EXPECT_TRUE(player->finished());
405 EXPECT_TRUE(player->finished());
414 EXPECT_TRUE(player->finished());
419 EXPECT_TRUE(player->finished());
466 EXPECT_TRUE(player->finished());
478 EXPECT_TRUE(player->finished());
487 EXPECT_TRUE(player->finished());
533 EXPECT_FALSE(player->finished());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorList.cpp 102 bool finished = false;
103 for (CSSSelector* s = m_selectorArray; !finished; ++s) {
104 finished = s->isLastInSelectorList();
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 589 finished=t
597 finished=
607 test "x$orig_xref_files" != "x$new_xref_files" && finished=
611 if test -n "$finished"; then
619 finished=
627 # If finished, exit the loop, else rerun the loop.
628 test -n "$finished" && break
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
bio_ber.c 97 int finished; /* No more read data */ member in struct:bio_ber_struct
238 if (ctx->finished) return(0);
261 ctx->finished=1;
341 ctx->finished=0;
375 if (!ctx->finished)
377 ctx->finished=1;
  /external/openssl/crypto/pkcs7/
bio_ber.c 97 int finished; /* No more read data */ member in struct:bio_ber_struct
238 if (ctx->finished) return(0);
261 ctx->finished=1;
341 ctx->finished=0;
375 if (!ctx->finished)
377 ctx->finished=1;
  /cts/tests/webgl/src/android/webgl/
WebGLActivity.java 121 boolean finished = mFinished.tryAcquire(60, TimeUnit.SECONDS);
137 if (!finished)
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 54 public void finished(String className) { method in class:TestPrinter
56 Log.i(mTag, "finished: " + className);
102 finished(test.toString());
  /external/chromium_org/ui/gfx/android/
scroller.h 61 // the animation is not yet finished.
75 void ForceFinished(bool finished);
77 // Returns whether the scroller has finished scrolling.

Completed in 2325 milliseconds

1 23 4 5 6 7 8 91011>>