/external/chromium/third_party/libjingle/source/talk/base/ |
task.cc | 40 done_(false), 56 ASSERT(!done_ || GetRunner()->is_ok_to_delete(this)); 57 ASSERT(state_ == STATE_INIT || done_); 63 if (!done_) { 87 if (done_) { 89 // we do not know how !blocked_ happens when done_ - should be impossible. 101 done_ = true; 134 done_ = true; 136 done_ = true; 140 if (done_) { [all...] |
/external/freetype/src/sfnt/ |
ttcmap.h | 60 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \ 67 {size_, init_, done_, char_index_, \ 75 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \ 84 clazz->clazz.done = done_; \
|
/external/chromium/chrome/browser/sync/glue/ |
history_model_worker.cc | 20 : work_(work), done_(done) {} 25 done_->Signal(); 35 WaitableEvent* done_; member in class:browser_sync::WorkerTask
|
/external/chromium/base/threading/ |
thread_local_unittest.cc | 20 : tlp_(tlp), done_(done) { } 25 base::WaitableEvent* done_; member in class:base::__anon3744::ThreadLocalTesterBase 37 DCHECK(!done_->IsSignaled()); 39 done_->Signal(); 55 DCHECK(!done_->IsSignaled()); 57 done_->Signal();
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model_unittest.cc | 37 : done_(false), 62 done_ = true; 66 bool done() const { return done_; } 73 bool done_; member in class:UTObserver
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmppauth.h | 49 virtual bool IsAuthDone() const { return done_; } 69 bool done_; member in class:XmppAuth
|
xmppauth.cc | 35 XmppAuth::XmppAuth() : done_(false) { 48 done_ = true;
|
/external/protobuf/src/google/protobuf/stubs/ |
once_unittest.cc | 76 : done_(false), joined_(false), callback_(callback) { 89 return done_; 109 bool done_; member in class:google::protobuf::__anon12917::OnceInitTest::TestThread 125 done_ = true;
|
/external/openfst/src/include/fst/ |
factor-weight.h | 101 : weight_(w), done_(w.Size() <= 1) {} 103 bool Done() const { return done_; } 105 void Next() { done_ = true; } 116 void Reset() { done_ = weight_.Size() <= 1; } 120 bool done_; member in class:fst::StringFactor 129 : weight_(w), done_(w.Value1().Size() <= 1) {} 131 bool Done() const { return done_; } 133 void Next() { done_ = true; } 142 void Reset() { done_ = weight_.Value1().Size() <= 1; } 146 bool done_; member in class:fst::GallicFactor [all...] |
matcher.h | 117 bool Done() const { return Done_(); } 126 virtual bool Done_() const = 0; 302 virtual bool Done_() const { return Done(); } 507 virtual bool Done_() const { return Done(); } 695 virtual bool Done_() const { return Done(); } 863 virtual bool Done_() const { return Done(); } 1107 bool done_; \/\/ Matching done member in class:fst::MultiEpsMatcher [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
factor-weight.h | 83 : weight_(w), done_(w.Size() <= 1) {} 85 bool Done() const { return done_; } 87 void Next() { done_ = true; } 98 void Reset() { done_ = weight_.Size() <= 1; } 102 bool done_; member in class:fst::StringFactor 111 : weight_(w), done_(w.Value1().Size() <= 1) {} 113 bool Done() const { return done_; } 115 void Next() { done_ = true; } 124 void Reset() { done_ = weight_.Value1().Size() <= 1; } 128 bool done_; member in class:fst::GallicFactor [all...] |
/external/freetype/include/freetype/internal/ |
ftobjs.h | 214 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \ 220 size_, init_, done_, char_index_, char_next_, char_var_index_, \ 228 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \ 238 clazz->done = done_; \ [all...] |
ftdriver.h | 293 interface_, init_, done_, get_interface_, \ 304 init_,done_,get_interface_) \ 345 interface_, init_, done_, get_interface_, \ 383 init_,done_,get_interface_) \
|
/external/openfst/src/include/fst/extensions/far/ |
compile-strings.h | 59 token_type_(token_type), symbols_(syms), done_(false), 65 return done_; 71 done_ = true; 87 done_ = true; // whitespace at the end of a file. 129 bool done_; member in class:fst::StringReader
|
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 90 return done_; 177 bool done_; // Matching done member in class:fst::ParenMatcher 187 done_ = false; 214 done_ = true; 222 done_ = true; 233 done_ = !matcher_.Find(kNoLabel); 238 done_ = !matcher_.Find(kNoLabel); 241 done_ = matcher_.Done();
|
/external/chromium/chrome/browser/remoting/ |
setup_flow.cc | 37 done_(false), 50 DCHECK(done_); 66 done_ = true;
|
/external/chromium/chrome/browser/sync/util/ |
extensions_activity_monitor_unittest.cc | 45 extension_(e), function_(t), repeats_(repeats), done_(done) {} 53 done_->Signal(); 59 base::WaitableEvent* done_; member in class:__anon4487::BookmarkAPIEventTask
|
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider.cc | 109 } else if (!done_) { 115 done_ = true; 138 done_ = false; 151 done_ = true; 169 done_ = true;
|
search_provider.h | 176 // This does not update |done_|. 181 // NOTE: This function does not update |done_|. Callers must do so. 190 // NOTE: This does not update |done_|. Callers must do so. 207 // AutocompleteMatches and adds them to |matches_|. This also sets |done_| 270 // Updates the value of |done_| from the internal state.
|
keyword_provider.cc | 137 done_ = true; 251 done_ = false; 269 done_ = true; 513 done_ = true;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 926 Closure* done_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService 969 Closure* done_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel 1028 scoped_ptr<Closure> done_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest [all...] |
/external/chromium/chrome/browser/resources/picasaweb_uploader/ |
background.html | 95 done_: function() { 137 this.done_(); 173 this.done_();
|
/external/chromium/net/url_request/ |
url_request_job.cc | 26 done_(false), 350 DCHECK(!done_) << "Job sending done notification twice"; 351 if (done_) 353 done_ = true; 403 if (!done_) {
|
/external/openfst/src/include/fst/extensions/ngram/ |
ngram-fst.h | 799 done_ = true; 813 done_ = false; 825 done_ = false; 828 return !Done_(); 831 virtual bool Done_() const { 832 return !current_loop_ && done_; 843 done_ = true; 850 bool done_; member in class:fst::NGramFstMatcher 937 virtual bool Done_() const { return Done(); } 975 virtual bool Done_() const { return Done(); [all...] |
/external/valgrind/unittest/ |
demo_tests.cc | 512 A() : done_(false) { } 518 done_ = true; 523 if (done_) break; 528 bool done_; member in class:test314::A
|