/external/chromium/third_party/libjingle/source/talk/base/ |
D | task.cc | 40 done_(false), in Task() 56 ASSERT(!done_ || GetRunner()->is_ok_to_delete(this)); in ~Task() 57 ASSERT(state_ == STATE_INIT || done_); in ~Task() 63 if (!done_) { in ~Task() 87 if (done_) { in Step() 101 done_ = true; in Step() 134 done_ = true; in Step() 136 done_ = true; in Step() 140 if (done_) { in Step() 159 if (done_) in Abort() [all …]
|
D | task.h | 122 bool IsDone() const { return done_; } in IsDone() 179 bool done_; variable
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 214 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \ argument 220 size_, init_, done_, char_index_, char_next_, char_var_index_, \ 228 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \ argument 238 clazz->done = done_; \ 1052 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \ argument 1057 size_, format_, init_, done_, copy_, transform_, bbox_, prepare_ \ 1062 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \ argument 1070 clazz->glyph_done = done_; \ 1122 interface_, init_, done_, get_interface_, \ argument 1129 interface_,init_,done_,get_interface_) \ [all …]
|
D | ftdriver.h | 293 interface_, init_, done_, get_interface_, \ argument 304 init_,done_,get_interface_) \ 345 interface_, init_, done_, get_interface_, \ argument 383 init_,done_,get_interface_) \
|
/external/chromium/base/threading/ |
D | thread_local_unittest.cc | 20 : tlp_(tlp), done_(done) { } in ThreadLocalTesterBase() 25 base::WaitableEvent* done_; member in base::__anon515e0aee0111::ThreadLocalTesterBase 37 DCHECK(!done_->IsSignaled()); in Run() 39 done_->Signal(); in Run() 55 DCHECK(!done_->IsSignaled()); in Run() 57 done_->Signal(); in Run()
|
/external/chromium/chrome/browser/diagnostics/ |
D | diagnostics_model_unittest.cc | 37 : done_(false), in UTObserver() 62 done_ = true; in OnDoneAll() 66 bool done() const { return done_; } in done() 73 bool done_; member in UTObserver
|
/external/freetype/src/sfnt/ |
D | ttcmap.h | 60 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \ argument 67 {size_, init_, done_, char_index_, \ 75 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \ argument 84 clazz->clazz.done = done_; \
|
/external/chromium/chrome/browser/sync/glue/ |
D | history_model_worker.cc | 20 : work_(work), done_(done) {} in WorkerTask() 25 done_->Signal(); in RunOnDBThread() 35 WaitableEvent* done_; member in browser_sync::WorkerTask
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 885 done_(NULL) {} in MockTestService() 903 done_ = done; in Foo() 916 done_ = done; in Bar() 926 Closure* done_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService 937 done_(NULL), in MockRpcChannel() 959 done_ = done; in CallMethod() 969 Closure* done_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel 1006 done_(NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest() 1028 scoped_ptr<Closure> done_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest 1060 &foo_request_, &foo_response_, done_.get()); in TEST_F() [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once_unittest.cc | 76 : done_(false), joined_(false), callback_(callback) { in TestThread() 89 return done_; in IsDone() 109 bool done_; member in google::protobuf::__anona939b9b20111::OnceInitTest::TestThread 125 done_ = true; in Start()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | factor-weight.h | 83 : weight_(w), done_(w.Size() <= 1) {} in StringFactor() 85 bool Done() const { return done_; } in Done() 87 void Next() { done_ = true; } in Next() 98 void Reset() { done_ = weight_.Size() <= 1; } in Reset() 102 bool done_; variable 111 : weight_(w), done_(w.Value1().Size() <= 1) {} in GallicFactor() 113 bool Done() const { return done_; } in Done() 115 void Next() { done_ = true; } in Next() 124 void Reset() { done_ = weight_.Value1().Size() <= 1; } in Reset() 128 bool done_; variable
|
/external/openfst/src/include/fst/ |
D | factor-weight.h | 101 : weight_(w), done_(w.Size() <= 1) {} in StringFactor() 103 bool Done() const { return done_; } in Done() 105 void Next() { done_ = true; } in Next() 116 void Reset() { done_ = weight_.Size() <= 1; } in Reset() 120 bool done_; variable 129 : weight_(w), done_(w.Value1().Size() <= 1) {} in GallicFactor() 131 bool Done() const { return done_; } in Done() 133 void Next() { done_ = true; } in Next() 142 void Reset() { done_ = weight_.Value1().Size() <= 1; } in Reset() 146 bool done_; variable
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.h | 406 bool done() const { return done_; } in done() 449 bool done_; variable 610 done_(true), in AutocompleteController() 678 bool done() const { return done_; } in done() 717 bool done_; variable
|
D | history_contents_provider.cc | 109 } else if (!done_) { in Start() 115 done_ = true; in Start() 138 done_ = false; in Start() 151 done_ = true; in Stop() 169 done_ = true; in QueryComplete()
|
D | autocomplete.cc | 494 done_(true), in AutocompleteProvider() 500 DCHECK(done_); // The controller should have already stopped us. in SetProfile() 505 done_ = true; in Stop() 787 done_(true), in AutocompleteController() 878 if (!done_) in Start() 889 done_ = true; in Stop() 922 if (!in_start_ && (updated_matches || done_)) in OnProviderUpdate() 943 if (!done_) { in UpdateResult() 971 if (done_) { in NotifyChanged() 983 done_ = false; in CheckIfDone() [all …]
|
D | search_provider.cc | 69 if (done_ || instant_finalized_) in FinalizeInstantQuery() 77 if (done_) in FinalizeInstantQuery() 171 if (done_) in Start() 207 DCHECK(!done_); in Run() 229 done_ = true; in Stop() 239 DCHECK(!done_); in OnURLFetchComplete() 332 (!done_ && in StartOrStopSuggestQuery() 889 done_ = ((suggest_results_pending_ == 0) && in UpdateDone()
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 59 token_type_(token_type), symbols_(syms), done_(false), 65 return done_; in Done() 71 done_ = true; in Next() 87 done_ = true; // whitespace at the end of a file. in Next() 129 bool done_; variable
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
D | xmppauth.h | 49 virtual bool IsAuthDone() const { return done_; } in IsAuthDone() 69 bool done_; variable
|
D | xmppauth.cc | 35 XmppAuth::XmppAuth() : done_(false) { in XmppAuth() 48 done_ = true; in StartPreXmppAuth()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 90 return done_; in Done() 177 bool done_; // Matching done variable 187 done_ = false; in Find() 214 done_ = true; in Find() 222 done_ = true; in Next() 233 done_ = !matcher_.Find(kNoLabel); in Next() 238 done_ = !matcher_.Find(kNoLabel); in Next() 241 done_ = matcher_.Done(); in Next()
|
/external/chromium/net/url_request/ |
D | url_request_job.cc | 26 done_(false), in URLRequestJob() 350 DCHECK(!done_) << "Job sending done notification twice"; in NotifyDone() 351 if (done_) in NotifyDone() 353 done_ = true; in NotifyDone() 403 if (!done_) { in NotifyCanceled()
|
D | url_request_job.h | 163 bool is_done() const { return done_; } in is_done() 302 bool done_; variable
|
/external/chromium/chrome/browser/remoting/ |
D | setup_flow.cc | 37 done_(false), in SetupFlowStepBase() 50 DCHECK(done_); in GetNextStep() 66 done_ = true; in FinishStep()
|
/external/chromium/chrome/browser/sync/util/ |
D | extensions_activity_monitor_unittest.cc | 45 extension_(e), function_(t), repeats_(repeats), done_(done) {} in BookmarkAPIEventTask() 53 done_->Signal(); in Run() 59 base::WaitableEvent* done_; member in __anonf53c12390111::BookmarkAPIEventTask
|
/external/valgrind/unittest/ |
D | demo_tests.cc | 512 A() : done_(false) { } in A() 518 done_ = true; in Done() 523 if (done_) break; in ~A() 528 bool done_; member in test314::A
|