HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 126 - 150 of 548) sorted by null

1 2 3 4 56 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/autotest/utils/
tko_publish.py 65 finished_jobs = afe.get_jobs(finished=True)
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
CaliperTestWatcher.java 91 @Override protected void finished(Description description) { method in class:CaliperTestWatcher
  /external/dbus/dbus/
dbus-marshal-recursive.h 43 dbus_uint32_t finished : 1; /**< marks we're at end iterator for cases member in struct:DBusTypeReader
dbus-sysdeps-util-win.c 469 short finished; /* 1 if there are not more files */ member in struct:__anon8775
507 dp->finished = 0;
514 dp->finished = 1;
529 if (!dp || dp->finished)
539 dp->finished = 1;
    [all...]
  /external/eigen/Eigen/src/Core/
CommaInitializer.h 25 * \sa \ref MatrixBaseCommaInitRef "MatrixBase::operator<<", CommaInitializer::finished()
51 // Mark original object as finished. In absence of R-value references we need to const_cast:
110 * Calling finished is 100% optional. Its purpose is to write expressions
113 * quaternion.fromRotationMatrix((Matrix3f() << axis0, axis1, axis2).finished());
116 inline XprType& finished() { return m_xpr; }
135 * \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 155 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 68 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth, member in struct:eapol_auth_cb
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 143 bool *finished);
RTSPSource.cpp 313 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) {
354 *finished = (finishedCount > 0);
358 bool prepared, underflow, overflow, startServer, finished; local
359 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished);
382 if (finished && mHandler != NULL) {
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 64 private boolean finished; field in class:ZipOutputStream
238 while (!def.finished()) {
340 if (finished) {
355 finished = true;
  /libcore/ojluni/src/main/java/sun/net/www/http/
KeepAliveStream.java 100 hc.finished();
  /external/selinux/libsepol/cil/src/
cil_build_ast.c     [all...]
cil_post.c 327 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
335 *finished = CIL_TREE_SKIP_HEAD;
340 *finished = CIL_TREE_SKIP_HEAD;
429 static int __cil_post_db_array_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args)
437 *finished = CIL_TREE_SKIP_HEAD;
442 *finished = CIL_TREE_SKIP_HEAD;
1189 static int __cil_post_db_attr_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args)
1198 *finished = CIL_TREE_SKIP_HEAD;
1203 *finished = CIL_TREE_SKIP_HEAD;
1289 static int __cil_post_db_roletype_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args
    [all...]
  /external/autotest/server/cros/
goofy_client.py 319 finished = [(t['path'], t['status']) for t in
322 for t in finished:
328 if run_info['status'] != 'FINISHED':
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 83 client.getDispatcher().finished(this);
178 client.getDispatcher().finished(this);
  /external/v8/test/cctest/
test-circular-queue.cc 109 v8::base::Semaphore* finished)
114 finished_(finished) {}
  /external/v8/test/mjsunit/es6/debug-promises/
reject-with-throw-in-reject.js 55 // and this listener to be executed after the main script is finished.
  /external/valgrind/gdbserver_tests/
mcleak.stderr.exp 15 finished
  /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;
  /external/blktrace/
blkiomon.c 274 int finished; local
287 finished = dstat_curr;
291 head = dstat_list[finished];
294 dstat_list[finished] = NULL;
295 dstat_tree[finished] = RB_ROOT;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threading.py 60 print '%s is finished. %d tasks are running' % (
212 self.finished = False
219 self.finished = True
241 self.assertTrue(not t.finished)
249 self.assertTrue(t.finished)
252 if t.finished:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threading.py 60 print '%s is finished. %d tasks are running' % (
212 self.finished = False
219 self.finished = True
241 self.assertTrue(not t.finished)
249 self.assertTrue(t.finished)
252 if t.finished:

Completed in 744 milliseconds

1 2 3 4 56 7 8 91011>>