Searched refs:completed (Results 1 - 25 of 84) sorted by relevance

1234

/external/valgrind/main/none/tests/x86/
H A Daad_aam.stdout.exp2 test completed
/external/chromium/build/
H A Dsanitize-win-build-log.sed11 /The operation completed successfully./d
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebFullScreenManagerProxyGtk.cpp49 void WebFullScreenManagerProxy::finishedEnterFullScreenAnimation(bool completed) argument
59 void WebFullScreenManagerProxy::finishedExitFullScreenAnimation(bool completed) argument
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebFullScreenManagerProxyMac.mm59 void WebFullScreenManagerProxy::finishedEnterFullScreenAnimation(bool completed)
63 [[m_webView fullScreenWindowController] finishedEnterFullScreenAnimation:completed];
73 void WebFullScreenManagerProxy::finishedExitFullScreenAnimation(bool completed)
77 [[m_webView fullScreenWindowController] finishedExitFullScreenAnimation:completed];
H A DWKFullScreenWindowController.h66 - (void)finishedEnterFullScreenAnimation:(bool)completed;
67 - (void)finishedExitFullScreenAnimation:(bool)completed;
/external/libusb/libusb/
H A Dsync.c38 int *completed = transfer->user_data; local
39 *completed = 1;
78 int completed = 0; local
96 ctrl_transfer_cb, &completed, timeout);
104 while (!completed) {
110 while (!completed)
147 int *completed = transfer->user_data; local
148 *completed = 1;
158 int completed = 0; local
165 bulk_transfer_cb, &completed, timeou
[all...]
/external/webkit/LayoutTests/storage/
H A Dmultiple-databases-garbage-collection.js18 var completed = 0; variable
21 if (++completed == 2 && window.layoutTestController)
/external/chromium/net/disk_cache/
H A Dmapped_file_unittest.cc73 bool completed; local
75 &completed));
76 int expected = completed ? 0 : 1;
82 &completed));
83 if (!completed)
H A Dfile_win.cc161 FileIOCallback* callback, bool* completed) {
164 if (completed)
165 *completed = true;
177 *completed = false;
184 // The operation completed already. We'll be called back anyway.
185 *completed = (actual == size);
189 return *completed;
193 FileIOCallback* callback, bool* completed) {
196 if (completed)
197 *completed
160 Read(void* buffer, size_t buffer_len, size_t offset, FileIOCallback* callback, bool* completed) argument
192 Write(const void* buffer, size_t buffer_len, size_t offset, FileIOCallback* callback, bool* completed) argument
204 AsyncWrite(const void* buffer, size_t buffer_len, size_t offset, FileIOCallback* callback, bool* completed) argument
[all...]
H A Dfile.h58 FileIOCallback* callback, bool* completed);
60 FileIOCallback* callback, bool* completed);
76 FileIOCallback* callback, bool* completed);
H A Dfile_posix.cc24 // (we do NOT invoke the callback), in the worker thead that completed the
225 FileIOCallback* callback, bool* completed) {
228 if (completed)
229 *completed = true;
238 *completed = false;
243 FileIOCallback* callback, bool* completed) {
246 if (completed)
247 *completed = true;
251 return AsyncWrite(buffer, buffer_len, offset, callback, completed);
282 FileIOCallback* callback, bool* completed) {
224 Read(void* buffer, size_t buffer_len, size_t offset, FileIOCallback* callback, bool* completed) argument
242 Write(const void* buffer, size_t buffer_len, size_t offset, FileIOCallback* callback, bool* completed) argument
281 AsyncWrite(const void* buffer, size_t buffer_len, size_t offset, FileIOCallback* callback, bool* completed) argument
[all...]
/external/chromium/webkit/glue/
H A Dresource_fetcher_unittest.cc56 bool completed() const { return completed_; } function in class:__anon3235::FetcherDelegate
66 while (!completed() && !timed_out())
110 ASSERT_TRUE(delegate->completed());
124 ASSERT_TRUE(delegate->completed());
145 EXPECT_TRUE(delegate->completed());
168 EXPECT_TRUE(delegate->completed());
H A Dimage_resource_fetcher.cc36 if (!fetcher_->completed())
/external/clang/test/Sema/
H A Dincomplete-decl.c6 struct foo f; // expected-error{{tentative definition has type 'struct foo' that is never completed}}
10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
/external/iproute2/include/
H A Dxt-internal.h40 the current one are completed from parsing point of view */
41 unsigned int completed; member in struct:xtables_rule_match
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java36 public boolean completed; field in class:LevelTree.Level
48 completed = false;
226 level.completed = true;
229 level.completed = true;
232 level.completed = false;
240 int completed = 0;
245 if (level.completed) {
246 completed |= 1 << y;
249 return completed;
/external/webkit/Source/WebKit2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp93 void WebFullScreenManager::finishedEnterFullScreenAnimation(bool completed) argument
95 m_page->send(Messages::WebFullScreenManagerProxy::FinishedEnterFullScreenAnimation(completed));
103 void WebFullScreenManager::finishedExitFullScreenAnimation(bool completed) argument
105 m_page->send(Messages::WebFullScreenManagerProxy::FinishedExitFullScreenAnimation(completed));
H A DWebFullScreenManager.h61 void finishedEnterFullScreenAnimation(bool completed);
63 void finishedExitFullScreenAnimation(bool completed);
/external/oprofile/events/mips/20K/
H A Devents9 event:0x3 counters:0 um:zero minimum:500 name:FP_INSNS_COMPLETED : Instructions completed in FPU datapath (computational event:instructions only)
12 event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_COMPLETED : Branches that completed execution
19 event:0xd counters:0 um:zero minimum:500 name:JR_INSNS_COMPLETED : JR instruction that completed execution
21 event:0xf counters:0 um:zero minimum:500 name:INSNS_COMPLETED : Instruction that completed execution (with or without exception)
/external/dbus/dbus/
H A Ddbus-pending-call.c77 unsigned int completed : 1; /**< TRUE if completed */ member in struct:DBusPendingCall
179 * and sets the call to completed.
187 _dbus_assert (!pending->completed);
189 pending->completed = TRUE;
455 return pending->completed;
624 dbus_bool_t completed; local
629 completed = pending->completed;
632 return completed;
[all...]
/external/oprofile/events/mips/34K/
H A Devents15 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS : 1-0 Instructions completed
21 event:0x2 counters:0 um:zero minimum:500 name:BRANCH_INSNS : 2-0 Branch instructions (whether completed or mispredicted)
32 event:0xe counters:0 um:zero minimum:500 name:INTEGER_INSNS : 14-0 Integer instructions completed
33 event:0xf counters:0 um:zero minimum:500 name:LOAD_INSNS : 15-0 Load instructions completed (including FP)
34 event:0x10 counters:0 um:zero minimum:500 name:J_JAL_INSNS : 16-0 J/JAL instructions completed
35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
37 event:0x13 counters:0 um:zero minimum:500 name:SC_INSNS : 19-0 SC instructions completed
38 event:0x14 counters:0 um:zero minimum:500 name:PREFETCH_INSNS : 20-0 PREFETCH instructions completed
44 event:0x1a counters:0 um:zero minimum:500 name:DSP_INSNS : 26-0 DSP instructions completed
53 event:0x22 counters:0 um:zero minimum:500 name:FORK_INSNS : 34-0 Fork instructions completed
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
H A DAbstractInterruptibleChannelTest.java132 void superEnd(boolean completed) throws AsynchronousCloseException { argument
133 super.end(completed);
/external/chromium/chrome/browser/resources/options/
H A Dpersonal_options.js117 setSyncSetupCompleted_: function(completed) {
118 this.syncSetupCompleted = completed;
119 this.setElementVisible_($('customize-sync'), completed);
120 $('privacy-dashboard-link').hidden = !completed;
/external/oprofile/events/mips/24K/
H A Devents15 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS : 1-0 Instructions completed
21 event:0x2 counters:0 um:zero minimum:500 name:BRANCH_INSNS : 2-0 Branch instructions (whether completed or mispredicted)
32 event:0xe counters:0 um:zero minimum:500 name:INTEGER_INSNS : 14-0 Integer instructions completed
33 event:0xf counters:0 um:zero minimum:500 name:LOAD_INSNS : 15-0 Load instructions completed (including FP)
34 event:0x10 counters:0 um:zero minimum:500 name:J_JAL_INSNS : 16-0 J/JAL instructions completed
35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
37 event:0x13 counters:0 um:zero minimum:500 name:SC_INSNS : 19-0 SC instructions completed
38 event:0x14 counters:0 um:zero minimum:500 name:PREFETCH_INSNS : 20-0 PREFETCH instructions completed
44 event:0x1a counters:0 um:zero minimum:500 name:DSP_INSNS : 26-0 DSP instructions completed
50 event:0x23 counters:0 um:zero minimum:500 name:CP2_ARITH_INSNS : 35-0 CP2 arithmetic instructions completed
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFullScreenManagerProxy.h92 void finishedEnterFullScreenAnimation(bool completed);
94 void finishedExitFullScreenAnimation(bool completed);

Completed in 407 milliseconds

1234