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

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
SimpleTimeLimiterTest.java 126 assertTrue(target.finished);
142 assertFalse(target.finished);
144 assertFalse(target.finished);
189 boolean finished; field in class:SimpleTimeLimiterTest.SampleImpl
195 finished = true;
  /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/test/java/libcore/java/util/zip/
InflaterTest.java 98 assertFalse(inflater.finished());
100 assertTrue(inflater.finished());
112 while (!deflater.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;
DeflaterOutputStream.java 134 if (!def.finished()) {
153 while (!def.finished()) {
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 70 int finished() const { return finished_;} function in class:UTObserver
105 EXPECT_EQ(kDiagnosticsTestCount, observer.finished());
  /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/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...]
fsm.h 108 void (*finished) /* Called when we don't want the lower layer */ member in struct:fsm_callbacks
  /external/chromium_org/native_client_sdk/src/doc/
Makefile 60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
65 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
70 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
75 @echo "Build finished; now you can process the pickle files."
80 @echo "Build finished; now you can process the JSON files."
85 @echo "Build finished; now you can run HTML Help Workshop with the" \
91 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
100 @echo "Build finished."
109 @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
114 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex.
    [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/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;
  /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/chrome/browser/ui/cocoa/
status_bubble_mac.h 57 void AnimationDidStop(CAAnimation* animation, bool finished);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Drawer.js 211 * @param {boolean} finished
214 function animationCallback(finished)
218 if (!finished)
265 * @param {boolean} finished
268 function animationCallback(finished)
271 if (!finished) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mce.h 40 __u8 finished; /* entry is valid */ member in struct:mce
47 * debugging tools. Each entry is only valid when its finished flag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 40 __u8 finished; /* entry is valid */ member in struct:mce
47 * debugging tools. Each entry is only valid when its finished flag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 40 __u8 finished; /* entry is valid */ member in struct:mce
47 * debugging tools. Each entry is only valid when its finished flag
  /external/chromium_org/remoting/webapp/
host_plugin_proto.js 55 * Callback to be called when finished.
77 * Callback to be called when finished.
83 * Callback to be called when finished.
94 * finished.
101 * finished.

Completed in 2100 milliseconds

1 23 4 5 6 7 8 91011>>