Searched defs:done (Results 151 - 175 of 631) sorted by relevance

1234567891011>>

/external/qemu/android/skin/
H A Dcomposer.h47 SkinPlateDoneFunc done; member in struct:SkinPlateSurface
77 SkinPlateDoneFunc done );
/external/qemu/distrib/sdl-1.2.15/test/
H A Dgraywin.c138 int done; local
200 done = 0;
201 while ( !done && SDL_WaitEvent(&event) ) {
227 done = 1;
234 done = 1;
247 done = 1;
H A Dtestdyngl.c102 int done=0; local
190 done=1;
195 while(!done);
H A Dthreadwin.c11 /* Are we done yet? */
12 static int done = 0; variable
138 while ( ! done ) {
175 while ( ! done ) {
190 done = 1;
274 /* Set the icon -- this must be done before the first mode set */
324 while ( ! done ) {
329 done = 1;
/external/skia/src/core/
H A DSkPathMeasure.cpp147 bool done = false;
157 done = true;
204 done = true; variable
207 } while (!done);
514 we're done with the path.
/external/skia/tests/
H A Dskia_test.cpp82 const int done = 1 + sk_atomic_inc(&fDone); variable
94 SkDebugf("%s[%3d/%3d] %s%s", prefix.c_str(), done, fTotal, time.c_str(), test->getName());
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.c302 EAS_BOOL done; local
324 done = EAS_FALSE;
325 while (!done)
333 done = EAS_TRUE;
337 done = EAS_TRUE;
346 done = EAS_TRUE;
350 done = EAS_TRUE;
359 done = EAS_TRUE;
375 done = EAS_TRUE;
386 done
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.c302 EAS_BOOL done; local
324 done = EAS_FALSE;
325 while (!done)
333 done = EAS_TRUE;
337 done = EAS_TRUE;
346 done = EAS_TRUE;
350 done = EAS_TRUE;
359 done = EAS_TRUE;
375 done = EAS_TRUE;
386 done
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c302 EAS_BOOL done; local
324 done = EAS_FALSE;
325 while (!done)
333 done = EAS_TRUE;
337 done = EAS_TRUE;
346 done = EAS_TRUE;
350 done = EAS_TRUE;
359 done = EAS_TRUE;
375 done = EAS_TRUE;
386 done
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c386 EAS_BOOL done = EAS_FALSE; local
428 done = WT_CheckSampleEnd(pWTVoice, &intFrame, EAS_FALSE);
443 done = EAS_TRUE;
445 return done;
/external/tcpdump/
H A Dprint-dvmrp.c173 register int metric, done; local
213 done = metric & 0x80;
218 } while (!done);
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S332 cmpwi 13,0 # ! if null, we are done
333 beq done
344 beq done
353 beq done
363 done: label
/external/zlib/src/examples/
H A Denough.c150 /* The array for tracking visited states, done[], is itself indexed identically
165 vectors grow to total approximately 21 MB, in addition to the 4.3 MB done[]
173 local size_t size; /* number of elements in num and done */
176 local struct tab *done; /* states already evaluated array */ variable in typeref:struct:tab
178 /* Index function for num[] and done[] */
181 /* Free allocated space. Uses globals code, num, and done. */
186 if (done != NULL) {
188 if (done[n].len)
189 free(done[n].vec);
190 free(done);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DProgress.js66 done: function() { },
102 this._parent.done();
127 var done = 0;
132 done += child._weight * child._worked / child._totalWork;
135 this._parent.setWorked(done / totalWeights);
172 done: function()
/external/bison/src/
H A Dlalr.c235 bool done; local
252 done = false;
253 while (!done)
255 done = true;
266 done = false;
/external/blktrace/btt/
H A Dbt_timeline.c34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
106 while (!done && next_trace(&iop->t, &iop->pdu)) {
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c960 BOOLEAN done = TRUE; local
1000 done = FALSE; /* main state machine continues to process event */
1055 done = FALSE; /* main state machine continues to process event */
1084 done = FALSE;
1116 done = FALSE; /* main state machine continues to process event */
1158 done = FALSE; /* main state machine continues to process event */
1164 done = FALSE; /* main state machine continues to process event */
1168 return done;
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c542 BOOLEAN done = TRUE; local
558 done = FALSE;
563 if (done)
/external/chromium_org/base/threading/
H A Dthread_perftest.cc48 void TimeOnThread(base::TimeTicks* ticks, base::WaitableEvent* done) { argument
50 done->Signal();
54 base::WaitableEvent done(false, false);
61 &done));
62 done.Wait();
193 // Once we are done, all threads will signal as hops passes zero.
/external/chromium_org/cc/base/
H A Dtiling_data.h80 void done() { function in class:cc::TilingData::BaseIterator
/external/chromium_org/chrome/browser/chromeos/device/
H A Dinput_service_proxy_browsertest.cc122 void OnGetDevices(const base::Closure& done, argument
125 done.Run();
128 void OnGetKeyboard(const base::Closure& done, argument
134 done.Run();
137 void OnGetMouse(const base::Closure& done, argument
141 done.Run();
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc119 const base::Closure& done,
122 done.Run();
117 CheckWrapper( const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker, const base::Closure& done, scoped_ptr<Action::ActionVector> results) argument
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_standalone_installer.cc213 bool done = true; local
236 done = false;
246 } // else extension is installed and enabled; no work to be done.
248 if (done) {
447 // therefore needs to remain alive until they are done. Clear the webstore
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar_unittest.cc48 base::WaitableEvent* done) {
58 done->Signal();
242 base::WaitableEvent done(false, false);
249 &done));
250 done.Wait();
47 TestNonUIDataTypeActivationAsync(sync_driver::ChangeProcessor* processor, base::WaitableEvent* done) argument
H A Dtyped_url_model_associator_unittest.cc71 base::WaitableEvent* done,
74 // Grab the done lock - when we exit, this will be released and allow the
85 done->Signal();
415 base::WaitableEvent done(false, false);
422 &CreateModelAssociatorAsync, &startup, &aborted, &done, &associator,
432 ASSERT_TRUE(done.TimedWait(TestTimeouts::action_timeout()));
69 CreateModelAssociatorAsync(base::WaitableEvent* startup, base::WaitableEvent* aborted, base::WaitableEvent* done, TypedUrlModelAssociator** associator, ProfileSyncServiceMock* mock) argument

Completed in 8268 milliseconds

1234567891011>>