Searched defs:done (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/external/openssl/crypto/
H A Do_init.c68 static int done = 0; local
69 if (done)
71 done = 1;
/external/v8/test/mjsunit/
H A Ddebug-step-3.js37 var done = false; variable
41 // Debug event listener which steps until the global variable done is true.
44 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext);
51 done = false;
61 done = true;
H A Ddebug-step-2.js37 var done = false; variable
40 // Debug event listener which steps until the global variable done is true.
43 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext);
50 done = false;
58 done = true;
/external/ppp/pppd/
H A Dmd4.h25 unsigned int done; /* Nonzero means MD computation finished */ member in struct:__anon8662
/external/chromium/chrome/browser/sync/glue/
H A Ddatabase_model_worker.cc20 WaitableEvent done(false, false);
23 work, &done))) {
27 done.Wait();
31 WaitableEvent* done) {
34 done->Signal();
30 CallDoWorkAndSignalTask(Callback0::Type* work, WaitableEvent* done) argument
H A Dpassword_model_worker.cc25 WaitableEvent done(false, false);
28 work, &done));
29 done.Wait();
33 WaitableEvent* done) {
35 done->Signal();
32 CallDoWorkAndSignalTask(Callback0::Type* work, WaitableEvent* done) argument
/external/quake/quake/src/WinQuake/
H A Dwq.bat18 goto done
22 goto done
26 goto done
30 goto done
34 goto done
38 goto done
42 :done label
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Ddo_while.js42 var done = false; variable
46 if (x++ == 3) done = true;
47 } while (!done);
/external/icu4c/test/intltest/
H A Dtokiter.h65 UBool done; member in class:TokenIterator
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcChannel.java70 RpcCallback<Message> done);
66 callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done) argument
H A DService.java73 * <li>{@code done} will be called when the method is complete. This may be
76 * <li>The parameter to {@code done} is the response. It must be of the
79 * <li>If the RPC failed, the parameter to {@code done} will be
87 RpcCallback<Message> done);
84 callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done) argument
/external/webkit/LayoutTests/storage/indexeddb/resources/
H A Dshared.js1 function done() function
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DAboutBlankLoad.cpp34 static bool done; member in namespace:TestWebKitAPI
41 done = true;
57 Util::run(&done);
H A DDocumentStartUserScriptAlertCrash.cpp35 static bool done; member in namespace:TestWebKitAPI
43 done = true;
63 Util::run(&done);
H A DInjectedBundleBasic.cpp35 static bool done; member in namespace:TestWebKitAPI
43 done = true;
50 done = true;
76 Util::run(&done);
/external/expat/examples/
H A Delements.c48 int done; local
54 done = len < sizeof(buf);
55 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
62 } while (!done);
H A Doutline.c84 int done; local
92 done = feof(stdin);
94 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) {
101 if (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/icu4c/common/unicode/
H A Dcaniter.h105 * the iteration is done.
164 UBool done; member in class:CanonicalIterator
/external/icu4c/i18n/
H A Dcsrmbcs.h37 UBool done; member in class:IteratedChar
/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));
/external/kernel-headers/original/linux/
H A Dcompletion.h14 unsigned int done; member in struct:completion
41 x->done = 0;
55 #define INIT_COMPLETION(x) ((x).done = 0)
/external/libffi/src/sparc/
H A Dv8.S65 bz done
69 be,a done
73 be,a done
80 bne done
85 done: label
H A Dv9.S86 brz,pn %i4, done
90 be,a,pt %icc, done
94 be,a,pn %icc, done
98 be,a,pn %icc, done
105 bne,pt %icc, done
110 done: ret label
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DTranslateMessageGeneratesWMChar.cpp47 static void runAndWatchForWMChar(bool* done) argument
49 while (!*done) {

Completed in 389 milliseconds

1234567891011>>