/external/regex-re2/util/ |
D | thread.cc | 12 running_ = 0; in Thread() 26 CHECK(!running_); in Start() 28 running_ = true; in Start() 34 CHECK(running_); in Join() 38 running_ = 0; in Join() 42 CHECK(!running_); in SetJoinable()
|
D | thread.h | 21 bool running_; variable
|
/external/chromium/chrome/browser/sync/glue/ |
D | change_processor.cc | 11 DCHECK(!running_) << "ChangeProcessor dtor while running"; in ~ChangeProcessor() 19 running_ = true; in Start() 23 if (!running_) in Stop() 27 running_ = false; in Stop() 31 return running_; in IsRunning()
|
D | change_processor.h | 24 : running_(false), error_handler_(error_handler), share_handle_(NULL) {} in ChangeProcessor() 60 bool running() { return running_; } in running() 65 bool running_; // True if we have been told it is safe to process changes.
|
/external/chromium/net/disk_cache/ |
D | in_flight_io.cc | 37 running_(false), single_thread_(false) { in InFlightIO() 55 DCHECK(single_thread_ || !running_); in OnIOComplete() 58 running_ = true; in OnIOComplete()
|
D | in_flight_io.h | 124 bool running_; // True after the first posted operation completes. variable
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | basicportallocator.cc | 158 bool running_; member in cricket::AllocationSequence 225 allocation_started_(false), running_(false) { in BasicPortAllocatorSession() 254 running_ = true; in StartGetAllPorts() 265 running_ = false; in StopGetAllPorts() 373 if (running_) in OnAllocate() 381 if (running_) in OnAllocate() 422 if (running_) in AddAllocatedPort() 524 if (running_ || (ports.size() > 0) || (connections.size() > 0)) in OnShake() 535 running_(false), step_(0), flags_(flags) { in AllocationSequence() 582 running_ = true; in Start() [all …]
|
D | basicportallocator.h | 119 virtual bool IsGettingAllPorts() { return running_; } in IsGettingAllPorts() 154 bool running_; // set when StartGetAllPorts is called variable
|
/external/chromium/chrome/browser/extensions/ |
D | external_extension_loader.cc | 14 running_(false) { in ExternalExtensionLoader() 40 running_ = false; in LoadFinished()
|
D | external_extension_loader.h | 74 bool running_; variable
|
/external/chromium/chrome/browser/chromeos/login/ |
D | screen_locker_browsertest.cc | 36 running_(false) { in Waiter() 57 if (running_) in Observe() 63 running_ = true; in Wait() 72 running_ = false; in Wait() 84 bool running_; member in __anon0c184a570111::Waiter
|
/external/chromium/chrome/browser/sessions/ |
D | session_restore_browsertest.cc | 24 BrowserListObserverImpl() : did_remove_(false), running_(false) { in BrowserListObserverImpl() 34 running_ = true; in Run() 44 if (running_) in OnBrowserRemoved() 53 bool running_; member in __anonaf41fa8e0111::BrowserListObserverImpl
|
/external/v8/src/ |
D | cpu-profiler.h | 132 inline void Stop() { running_ = false; } in Stop() 133 INLINE(bool running()) { return running_; } in INLINE() 180 bool running_; variable
|
D | log.cc | 138 bool running_; member in v8::internal::Profiler 277 running_(false), in Profiler() 293 running_ = true; in Engage() 312 running_ = false; in Disengage() 326 while (running_) { in Run()
|
D | cpu-profiler.cc | 51 running_(true), in ProfilerEventsProcessor() 245 while (running_) { in Run()
|
D | debug-debugger.js | 1272 this.running_ = opt_is_running || false; 1499 this.running_ = response.running; 1501 response.running = this.running_; 2376 if (!preview_only && !this.running_ && result_description.stack_modified) { 2517 return this.running_;
|
D | debug.h | 607 bool running_; // Will the VM start running after this event? variable
|
D | debug.cc | 3328 running_(running), in MessageImpl() 3351 return running_; in WillStartRunning()
|