Searched refs:done (Results 101 - 125 of 1555) sorted by relevance

1234567891011>>

/external/chromium_org/base/process/
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/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/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DAgentStatusRequest.java128 boolean done = false;
129 while (!done) {
137 done = true;
145 boolean done = false;
149 while (!done) {
157 done = true;
/external/smack/src/org/jivesoftware/smack/util/
H A DPacketParserUtils.java.orig96 boolean done = false;
99 while (!done) {
149 done = true;
214 boolean done = false;
215 while (!done) {
269 done = true;
292 boolean done = false;
293 while (!done) {
339 done = true;
386 boolean done
[all...]
/external/chromium_org/remoting/protocol/
H A Dmonitored_video_stub.cc33 const base::Closure& done) {
40 video_stub_->ProcessVideoPacket(packet.Pass(), done);
32 ProcessVideoPacket(scoped_ptr<VideoPacket> packet, const base::Closure& done) argument
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Drandom.c252 size_t done, todo, attempt; local
288 for (done = 0; done < num_k_bytes;) {
294 SHA512_Update(&sha, &done, sizeof(done));
300 todo = num_k_bytes - done;
304 memcpy(k_bytes + done, digest, todo);
305 done += todo;
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCommonTypes.c39 done:
47 goto done;
/external/chromium_org/third_party/opus/src/silk/
H A Dstereo_quant_pred.c61 goto done;
65 done:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dservice.py66 request, done):
69 If "done" is None then the call is blocking and the response
71 and "done" will later be called with the response value.
85 * "done" will be called when the method is complete. This may be
87 * If the RPC failed, the response value passed to "done" will be None.
160 canceled, the "done" callback will still be called and the RpcController
183 final "done" callback.
218 request, response_class, done):
/external/libopus/silk/
H A Dstereo_quant_pred.c61 goto done;
65 done:
/external/lldb/tools/debugserver/source/MacOSX/
H A DHasAVX.s35 jmp done
38 done: label
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dplt.c70 goto done;
76 goto done;
80 goto done;
90 goto done;
106 goto done;
118 goto done;
161 goto done;
203 done:
/external/protobuf/python/google/protobuf/
H A Dservice.py66 request, done):
69 If "done" is None then the call is blocking and the response
71 and "done" will later be called with the response value.
85 * "done" will be called when the method is complete. This may be
87 * If the RPC failed, the response value passed to "done" will be None.
160 canceled, the "done" callback will still be called and the RpcController
183 final "done" callback.
218 request, response_class, done):
/external/valgrind/main/none/tests/ppc32/
H A Djm-misc.stdout.exp8 All done. Tested 3 different instructions
H A Djm_int_isa_2_07.stdout.exp9 All done. Tested 4 different instructions
/external/valgrind/main/none/tests/ppc64/
H A Djm-misc.stdout.exp8 All done. Tested 3 different instructions
H A Djm_int_isa_2_07.stdout.exp9 All done. Tested 4 different instructions
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.cc60 // is done in breadth-first order. The function returns NULL if the child window
251 goto done;
263 goto done;
267 goto done;
272 goto done;
277 goto done;
280 goto done;
285 goto done;
290 goto done;
295 goto done;
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_danger_prompt.h44 const OnDone& done);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_iterator.h20 // for (BrowserIterator iterator; !iterator.done(); iterator.Next()) {
32 bool done() const { function in class:chrome::BrowserIterator
33 // |current_iterator_| is never at the end of a list unless it is done (it
39 // Returns the current Browser, valid as long as !done().
53 // |current_iterator_| is valid or done().
/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.cc81 void TestingIOThreadState::Initialize(const base::Closure& done) { argument
86 done.Run();
89 void TestingIOThreadState::Shutdown(const base::Closure& done) { argument
94 done.Run();
/external/chromium_org/content/test/data/dom_storage/
H A Dcommon.js12 function done(message) { function
/external/chromium_org/content/test/data/indexeddb/
H A Dbug_109187.js20 done();
H A Dmigration_test.js19 request.onsuccess = done;
H A Dopen_bad_db.js28 done();

Completed in 683 milliseconds

1234567891011>>