Searched refs:finished (Results 1 - 25 of 204) sorted by relevance

123456789

/external/valgrind/main/helgrind/tests/
H A Dpth_destroy_cond.stdout.exp0 finished
/external/junit/src/org/junit/runners/model/
H A DRunnerScheduler.java20 void finished(); method in interface:RunnerScheduler
/external/chromium_org/chrome/browser/android/provider/
H A Drun_on_ui_thread_blocking.h22 base::WaitableEvent finished(false, false);
25 runnable, &finished));
26 finished.Wait();
32 base::WaitableEvent* finished) {
35 finished->Signal();
31 RunOnUIThread(base::Callback<Signature> runnable, base::WaitableEvent* finished) argument
/external/eigen/doc/snippets/
H A DTutorial_AdvancedInitialization_CommaTemporary.cpp3 mat = (MatrixXf(2,2) << 0, 1, 1, 0).finished() * mat;
H A DTutorial_commainit_02.cpp3 m << (Matrix3f() << 1, 2, 3, 4, 5, 6, 7, 8, 9).finished(),
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_overlay_controller.h41 - (void)setProgress:(CGFloat)gestureAmount finished:(BOOL)finished;
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.stderr.exp5 Test finished.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DHeapProfilerModel.js61 * @param {boolean=} finished
63 reportHeapSnapshotProgress: function(done, total, finished)
65 this.dispatchEventToListeners(WebInspector.HeapProfilerModel.Events.ReportHeapSnapshotProgress, {done: done, total: total, finished: finished});
116 * @param {boolean=} finished
118 reportHeapSnapshotProgress: function(done, total, finished)
120 this._heapProfilerModel.reportHeapSnapshotProgress(done, total, finished);
/external/chromium_org/android_webview/browser/
H A Dfind_helper.h23 bool finished) = 0;
39 bool finished);
47 void NotifyResults(int active_ordinal, int match_count, bool finished);
H A Dfind_helper.cc57 bool finished) {
63 NotifyResults(active_ordinal, match_count, finished);
97 bool finished) {
111 if (!finished && active_ordinal == -1)
130 listener_->OnFindResultReceived(active_ordinal, match_count, finished);
54 HandleFindReply(int request_id, int match_count, int active_ordinal, bool finished) argument
95 NotifyResults(int active_ordinal, int match_count, bool finished) argument
/external/valgrind/main/drd/tests/
H A Dfp_race.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_as_mutex.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_open.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_as_mutex3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
H A Dsem_open3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
H A Dhg04_race.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
H A Dhg05_race2.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
H A Dtc21_pthonce.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
/external/chromium_org/components/translate/core/browser/resources/
H A Dtranslate.js62 * A flag representing if the Translate Element has finished a translation.
65 var finished = false;
119 finished = opt_finished;
130 if (finished)
146 * Whether the current translate has finished successfully.
149 get finished() {
150 return finished;
179 if (!libReady || !finished || errorCode != ERROR['NONE'])
213 if (!finished)
220 * You need to regularly check the state of |finished| an
[all...]
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_bubble_manager_unittest.cc306 EXPECT_FALSE(request1_.finished());
319 EXPECT_TRUE(dupe_request.finished());
320 EXPECT_FALSE(request1_.finished());
331 EXPECT_TRUE(dupe_request.finished());
332 EXPECT_FALSE(request1_.finished());
336 EXPECT_TRUE(dupe_request2.finished());
337 EXPECT_FALSE(request2_.finished());
354 EXPECT_TRUE(request1_.finished());
355 EXPECT_TRUE(request2_.finished());
356 EXPECT_TRUE(iframe_request_other_domain_.finished());
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java86 this.source.finished = inFinished;
87 this.sink.finished = outFinished;
110 if ((source.finished || source.closed)
111 && (sink.finished || sink.closed)
192 this.sink.finished = true;
264 if (source.finished && sink.finished) {
314 this.source.finished = true;
356 private boolean finished; field in class:SpdyStream.SpdyDataSource
398 * Returns once the input stream is either readable or finished
519 private boolean finished; field in class:SpdyStream.SpdyDataSink
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dimage_util.js57 function on_complete_index(index, err, loading, finished, callbacks) {
60 finished[index] = { width: width, height: height, data: imageData };
64 callbacks.oncomplete(finished);
69 var loading = {}, finished = [],
75 oncomplete: on_complete_index(index, false, loading, finished, callbacks),
76 onerror: on_complete_index(index, true, loading, finished, callbacks)
/external/chromium_org/v8/test/mjsunit/
H A Dconst-eval-init.js80 var finished = false; variable
83 var source = "delete x; const x = 8; finished = true;";
88 assertTrue(finished);
/external/junit/src/org/junit/rules/
H A DTestWatcher.java55 finished(description);
92 protected void finished(Description description) { method in class:TestWatcher
H A DTestWatchman.java61 finished(method);
98 public void finished(FrameworkMethod method) { method in class:TestWatchman

Completed in 597 milliseconds

123456789