HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 101 - 125 of 344) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 31 self.finished = []
39 self.finished.append(tid)
50 while len(self.finished) < self.n:
112 self.assertEqual(len(b.finished), 0)
115 self.assertEqual(len(b.finished), N)
500 self.assertFalse(b.finished)
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 284 string16 finished; local
285 GetDataSizeText(amount_finished, &finished);
288 *progress_text = l10n_util::GetStringFUTF16(message_id, finished, total);
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 100 * Callback for when an individual test in the suite has finished.
127 * Callback for when the last test in the suite has finished.
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher.cpp 111 while (!parser.finished()) {
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
bio_ok.c 151 int cont; /* <= 0 when finished */
152 int finished; member in struct:ok_struct
189 ctx->finished=0;
381 ctx->finished=0;
414 ctx->finished=1;
  /external/eigen/Eigen/src/Core/
CommaInitializer.h 25 * \sa \ref MatrixBaseCommaInitRef "MatrixBase::operator<<", CommaInitializer::finished()
97 * Calling finished is 100% optional. Its purpose is to write expressions
100 * quaternion.fromRotationMatrix((Matrix3f() << axis0, axis1, axis2).finished());
103 inline XprType& finished() { return m_xpr; }
120 * \sa CommaInitializer::finished(), class CommaInitializer
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h 142 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 149 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
  /external/openssl/crypto/evp/
bio_ok.c 151 int cont; /* <= 0 when finished */
152 int finished; member in struct:ok_struct
189 ctx->finished=0;
381 ctx->finished=0;
414 ctx->finished=1;
  /libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java 159 eof = inf.finished();
ZipInputStream.java 297 if (inf.finished() || currentEntry == null) {
336 if (read == 0 && inf.finished()) {
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_STATIC.S 43 cmp r1, #0 @ finished resolving?
  /dalvik/vm/mterp/mips/
OP_INVOKE_STATIC.S 42 # finished resloving?
  /dalvik/vm/mterp/x86/
OP_INVOKE_STATIC.S 48 cmpl $$0, (%edx) # finished resolving
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 60 // If the load is not finished yet, schedule a timer to check again in a
  /external/chromium_org/chrome/browser/extensions/
startup_helper.cc 90 bool finished() { return finished_; } function in class:extensions::__anon7489::ValidateCrxHelper
157 // Whether we're finished unpacking;
189 if (!helper->finished())
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 64 // If the load is not finished yet, schedule a timer to check again in a
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 38 // functions on document, so we need to make sure document is finished
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Resource.js 56 if (this._request && !this._request.finished)
240 if (!this._request || this._request.finished)
  /external/chromium_org/v8/test/cctest/
test-circular-queue.cc 111 i::Semaphore* finished)
116 finished_(finished) { }
  /external/v8/test/cctest/
test-circular-queue.cc 88 i::Semaphore* finished)
93 finished_(finished) { }
  /external/valgrind/main/gdbserver_tests/
mcleak.stderr.exp 18 finished
  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 112 static jfieldID finished = env->GetFieldID(JniConstants::inflaterClass, "finished", "Z"); local
113 env->SetBooleanField(recv, finished, JNI_TRUE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 37 RemoteAdtTestRunner_RunCompleteMsg=Test run finished
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 704 private volatile boolean finished = false; field in class:SocketHandlerTest.ServerThread
706 public boolean finished() { method in class:SocketHandlerTest.ServerThread
707 return this.finished;
712 while (!this.finished) {
758 this.finished = true;

Completed in 2444 milliseconds

1 2 3 45 6 7 8 91011>>