Searched refs:done (Results 276 - 300 of 1509) sorted by relevance

<<11121314151617181920>>

/external/skia/tools/
H A Dgenerate_fir_coeff.py62 done = False
63 while not done:
66 done = True
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/pubsub/provider/
H A DItemProvider.java49 boolean done = false;
53 while (!done) {
55 done = true;
/external/smack/src/org/jivesoftware/smackx/provider/
H A DStreamInitiationProvider.java42 boolean done = false;
65 while (!done) {
85 done = true;
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/
H A DItemProvider.java49 boolean done = false;
53 while (!done) {
55 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/notes/
H A DChatNotes.java89 boolean done = false;
90 while (!done) {
104 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DRoomInvitation.java149 boolean done = false;
150 while (!done) {
171 done = true;
H A DRoomTransfer.java149 boolean done = false;
150 while (!done) {
171 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
H A DOfflineSettings.java122 boolean done = false;
128 while (!done) {
143 done = true;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.h30 // Executes file tasks, runs |done| and deletes |this|.
33 const file_manager::file_tasks::FileTaskFinishedCallback& done);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.h53 // found. |done| is on completion. See also the comment at ExecuteFileTask()
60 const file_tasks::FileTaskFinishedCallback& done);
/external/chromium_org/chrome/browser/sync/glue/
H A Dpassword_model_worker.h48 base::WaitableEvent* done,
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
H A Ddevtools.js28 auditResults.done();
/external/chromium_org/components/storage_monitor/
H A Dmedia_storage_util.h38 // Removes disconnected devices from |devices| and then calls |done|.
40 const base::Closure& done);
/external/chromium_org/content/test/data/indexeddb/
H A Dcursor_test.js8 done();
H A Dkey_path_test.js15 done();
H A Dtransaction_get_test.js14 done();
H A Dtransaction_run_forever.js58 done();
/external/chromium_org/remoting/client/
H A Daudio_decode_scheduler.h39 const base::Closure& done) OVERRIDE;
/external/chromium_org/remoting/protocol/
H A Dmonitored_video_stub.h44 const base::Closure& done) OVERRIDE;
H A Dprotobuf_video_writer.h39 const base::Closure& done) OVERRIDE;
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
H A Dwindow-resize.js26 done: onTestDone
/external/chromium_org/third_party/skia/samplecode/
H A DSampleClamp.cpp57 layerIterator.done();
/external/guava/guava/src/com/google/common/util/concurrent/
H A DListenableFutureTask.java28 * provide an overrideable {@link FutureTask#done() done()} method. For similar
85 protected void done() { method in class:ListenableFutureTask
/external/iptables/extensions/
H A Dlibext.mk36 done; \
42 done; \
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutineScanner.java38 Set done = new HashSet(); field in class:SubroutineScanner
47 done.clear();
64 if (done.contains(new Integer(pos)))
67 done.add(new Integer(pos));

Completed in 509 milliseconds

<<11121314151617181920>>