Searched defs:done (Results 1 - 25 of 631) sorted by path

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java93 private boolean done = false; field in class:DTMDocumentImpl
332 * %REVIEW% Should this return null if constrution already done/begun?
630 done = false;
644 // done = true;
1154 * for XPath emulation, that test must be done here.
1273 // Document done and node out of bounds
1274 if (done && (nodeHandle > nodes.slotsUsed()))
1289 } else if (!done) {
1902 * entirely clear whether that should be done here; currently that's
2353 done
[all...]
/external/bison/lib/glthread/
H A Dlock.h98 /* The pthread_in_use() detection needs to be done at runtime. */
634 to be done lazily, once only. For this we need spinlocks. */
636 typedef struct { volatile int done; volatile long started; } gl_spinlock_t; member in struct:__anon328
/external/bison/src/
H A Dlalr.c235 bool done; local
252 done = false;
253 while (!done)
255 done = true;
266 done = false;
/external/blktrace/
H A Dblkparse.c295 #define is_done() (*(volatile int *)(&done))
296 static volatile int done; variable
2604 done = 1;
H A Dblktrace.c296 static volatile int done; variable
808 while (bytes_left && !done) {
894 * XXX: Need to clear/set done around call - done=1 (which
897 done = 0;
899 done = 1;
1203 while (!done && dp_entries == 0)
1207 return !done;
1426 * tracers are done
1688 * Short reads after we're done sto
[all...]
/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/bta/gatt/
H A Dbta_gattc_cache.c885 APPL_TRACE_ERROR("GATT service discovery is done on unknown connection");
1073 BOOLEAN char_map = FALSE, done = FALSE; local
1075 while (p_service_id && p_cache && !done)
1101 done = TRUE;
1125 done = TRUE;
1141 done = TRUE;
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c1370 BOOLEAN done; local
1395 done = FALSE;
1396 while (!done)
1416 done = TRUE;
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c170 BOOLEAN done = FALSE; local
174 while (!done)
193 done = TRUE;
1561 /* retain the link for a few more seconds after SMP pairing is done, since Android
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/process/
H A Dprocess_iterator_freebsd.cc22 bool done = false; local
31 done = true;
45 done = true;
51 done = true;
54 } while (!done && (try_num++ < max_tries));
56 if (!done) {
H A Dprocess_iterator_mac.cc28 bool done = false; local
37 done = true;
52 done = true;
58 done = true;
61 } while (!done && (try_num++ < max_tries));
63 if (!done) {
H A Dprocess_iterator_openbsd.cc22 bool done = false; local
31 done = true;
45 done = true;
51 done = true;
54 } while (!done && (try_num++ < max_tries));
56 if (!done) {
/external/chromium_org/base/threading/
H A Dthread_local_unittest.cc19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) argument
21 done_(done) {
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) argument
33 : ThreadLocalTesterBase(tlp, done),
52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) argument
53 : ThreadLocalTesterBase(tlp, done),
86 base::WaitableEvent done(true, false);
88 GetThreadLocal getter(&tlp, &done);
93 done.Reset();
95 done
[all...]
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/autocomplete/
H A Dautocomplete_controller.h63 // done or the query is Stop()ed. It is safe to Start() a new query without
72 // controller is done the notification AUTOCOMPLETE_CONTROLLER_RESULT_READY is
141 bool done() const { return done_; } function in class:AutocompleteController
188 // Calls AutocompleteControllerDelegate::OnResultChanged() and if done sends
H A Dkeyword_extensions_delegate_impl.h52 void set_done(bool done) { argument
53 provider_->done_ = done;
/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/chromeos/drive/
H A Dfile_task_executor.cc81 const file_manager::file_tasks::FileTaskFinishedCallback& done) {
84 done_ = done;
102 // Reset the index, so we know when we're done.
148 // We're done with this file. If this is the last one, then we're done.
79 Execute( const std::vector<FileSystemURL>& file_urls, const file_manager::file_tasks::FileTaskFinishedCallback& done) argument
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc160 // Executes the task for each file. |done| will be run with the result.
162 const file_tasks::FileTaskFinishedCallback& done);
270 const file_tasks::FileTaskFinishedCallback& done) {
271 done_ = done;
467 const file_tasks::FileTaskFinishedCallback& done) {
476 if (result && !done.is_null())
477 done.Run(extensions::api::file_manager_private::TASK_RESULT_OPENED);
483 profile, extension, action_id))->Execute(file_urls, done);
268 Execute( const std::vector<FileSystemURL>& file_urls, const file_tasks::FileTaskFinishedCallback& done) argument
462 ExecuteFileBrowserHandler( Profile* profile, const Extension* extension, const std::string& action_id, const std::vector<FileSystemURL>& file_urls, const file_tasks::FileTaskFinishedCallback& done) argument
H A Dfile_tasks.cc258 const FileTaskFinishedCallback& done) {
264 executor->Execute(file_urls, done);
281 done);
288 if (!done.is_null())
289 done.Run(extensions::api::file_manager_private::TASK_RESULT_MESSAGE_SENT);
254 ExecuteFileTask(Profile* profile, const GURL& source_url, const TaskDescriptor& task, const std::vector<FileSystemURL>& file_urls, const FileTaskFinishedCallback& done) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc123 SwitchLanguageTestData() : success(false), done(false) {}
128 bool done; member in struct:chromeos::__anon3363::SwitchLanguageTestData
138 self->done = true;
153 EXPECT_EQ(data.done, true);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc480 bool done = false; variable
494 &done));
1899 bool done = false; local
1914 &done));

Completed in 6636 milliseconds

1234567891011>>