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

1234567891011>>

/external/chromium_org/third_party/openssl/openssl/crypto/
H A Do_init.c68 static int done = 0; local
69 if (done)
71 done = 1;
/external/openssl/crypto/
H A Do_init.c68 static int done = 0; local
69 if (done)
71 done = 1;
/external/chromium_org/content/test/data/dom_storage/
H A Dcommon.js12 function done(message) { function
/external/chromium_org/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/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:__anon24806
/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
/external/chromium_org/content/test/data/fileapi/
H A Dcommon.js10 function done(message) function
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_internal.h46 // "from" to "to". It returns when it performs a transition where done==true.
50 bool done; member in struct:base::internal::SpinLockWaitTransition
54 // satisfying 0<=i<n && trans[i].done, atomically make the transition,
56 // where !trans[i].done, but continue waiting.
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_internal.h46 // "from" to "to". It returns when it performs a transition where done==true.
50 bool done; member in struct:base::internal::SpinLockWaitTransition
54 // satisfying 0<=i<n && trans[i].done, atomically make the transition,
56 // where !trans[i].done, but continue waiting.
/external/libvpx/libvpx/vpx_ports/
H A Dvpx_once.h19 static int done; local
26 if(done)
52 if (!done)
55 done = 1;
61 * protected by checking if(done) above.
89 static int done; local
91 if(!done)
94 done = 1;
/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.cc83 void TestingIOThreadState::Initialize(const base::Closure& done) { argument
91 done.Run();
94 void TestingIOThreadState::Shutdown(const base::Closure& done) { argument
99 done.Run();
/external/chromium_org/media/audio/
H A Dscoped_loop_observer.cc23 base::WaitableEvent* done) {
24 // Note: |done| may be NULL.
43 if (done)
44 done->Signal();
22 ObserveLoopDestruction(bool enable, base::WaitableEvent* done) argument
/external/chromium_org/remoting/host/
H A Dmouse_clamping_filter.cc23 const base::Closure& done) {
34 video_stub_->ProcessVideoPacket(video_packet.Pass(), done);
21 ProcessVideoPacket( scoped_ptr<VideoPacket> video_packet, const base::Closure& done) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtokiter.h65 UBool done; member in class:TokenIterator
/external/chromium_org/third_party/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
/external/compiler-rt/lib/tsan/lit_tests/
H A Dsignal_errno.cc11 volatile int done; variable
15 done = 1;
30 while (done == 0) {
/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
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A Dmain.c21 int done; local
40 done = 0;
41 while ( !done ) {
54 done = 1;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A Dmain.c21 int done; local
40 done = 0;
41 while ( !done ) {
54 done = 1;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A Dmain.c21 int done; local
40 done = 0;
41 while ( !done ) {
54 done = 1;

Completed in 8507 milliseconds

1234567891011>>