Searched refs:done (Results 151 - 175 of 1555) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/provider/
H A DMultipleAddressesProvider.java44 boolean done = false;
46 while (!done) {
61 done = true;
H A DPEPProvider.java70 boolean done = false;
71 while (!done) {
86 done = true;
H A DRosterExchangeProvider.java56 boolean done = false;
61 while (!done) {
81 done = true;
H A DXHTMLExtensionProvider.java53 boolean done = false;
58 while (!done) {
79 done = true;
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/
H A DPubSubProvider.java37 boolean done = false;
39 while (!done)
56 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/forms/
H A DWorkgroupForm.java64 boolean done = false;
65 while (!done) {
74 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DAgentInfo.java111 boolean done = false;
112 while (!done) {
124 done = true;
H A DMonitorPacket.java91 boolean done = false;
94 while (!done) {
106 done = true;
H A DQueueUpdate.java95 boolean done = false;
98 while (!done) {
116 done = true;
H A DTranscriptProvider.java46 boolean done = false;
47 while (!done) {
59 done = true;
H A DTranscriptSearch.java70 boolean done = false;
71 while (!done) {
79 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
H A DSoundSettings.java83 boolean done = false;
86 while (!done) {
95 done = true;
/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/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc24 void DidGetGlobalUsage(bool* done, argument
29 EXPECT_FALSE(*done);
30 *done = true;
35 void DidGetUsage(bool* done, argument
38 EXPECT_FALSE(*done);
39 *done = true;
152 bool done = false; local
154 &DidGetUsage, &done, limited_usage));
157 EXPECT_TRUE(done);
161 bool done local
171 bool done = false; local
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dhistory_model_worker.cc21 WaitableEvent* done,
23 : work_(work), done_(done), error_(error) {}
70 WaitableEvent* done,
74 scoped_ptr<history::HistoryDBTask> task(new WorkerTask(work, done, error));
78 done->Signal();
19 WorkerTask( const syncer::WorkCallback& work, WaitableEvent* done, syncer::SyncerError* error) argument
67 PostWorkerTask(const base::WeakPtr<HistoryService>& history_service, const syncer::WorkCallback& work, base::CancelableTaskTracker* cancelable_tracker, WaitableEvent* done, syncer::SyncerError* error) argument
/external/chromium_org/v8/tools/testrunner/local/
H A Dpool.py27 def Worker(fn, work_queue, done_queue, done):
30 reached or 2. when the event "done" is set."""
33 if done.is_set():
50 # Factor to calculate the maximum number of items in the work/done queue.
69 self.done = Event()
83 self.done))
126 # For exceptional tear down set the "done" event to stop the workers before
128 self.done.set()
/external/e2fsprogs/lib/ext2fs/
H A Dexpanddir.c22 int done; member in struct:expand_dir_struct
64 es->done = 1;
84 if (es->done)
108 es.done = 0;
118 if (!es.done)
/external/openfst/src/include/fst/
H A Dstatesort.h54 vector<bool> done(order.size(), false);
64 if (done[s1])
72 for (; !done[s1]; s1 = s2, final1 = final2, swap(arcs1, arcs2)) {
74 if (!done[s2]) {
89 done[s1] = true;
/external/smack/src/org/jivesoftware/smack/util/
H A DPacketParserUtils.java95 boolean done = false;
98 while (!done) {
148 done = true;
213 boolean done = false;
214 while (!done) {
268 done = true;
291 boolean done = false;
292 while (!done) {
338 done = true;
385 boolean done
[all...]
/external/chromium_org/net/http/
H A Ddes.cc119 goto done;
127 goto done;
132 goto done;
137 goto done;
142 goto done;
147 goto done;
149 done:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c119 goto done;
134 goto done;
152 goto done;
154 done:
232 goto done;
244 goto done;
246 done:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c119 goto done;
134 goto done;
152 goto done;
154 done:
232 goto done;
244 goto done;
246 done:
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc70 const CompletionCallback& done);
94 DaemonCommandLineInstallerWin(const CompletionCallback& done);
113 const CompletionCallback& done)
114 : DaemonInstallerWin(done),
269 const CompletionCallback& done) : DaemonInstallerWin(done) {
326 DaemonInstallerWin::DaemonInstallerWin(const CompletionCallback& done) argument
327 : done_(done) {
334 CompletionCallback done = done_; local
336 done
111 DaemonComInstallerWin( const ScopedComPtr<IDispatch>& update3, const CompletionCallback& done) argument
268 DaemonCommandLineInstallerWin( const CompletionCallback& done) argument
340 Create( HWND window_handle, CompletionCallback done) argument
[all...]

Completed in 1883 milliseconds

1234567891011>>