Searched refs:global_ (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/base/metrics/ |
D | field_trial.cc | 229 FieldTrialList* FieldTrialList::global_ = NULL; member in base::FieldTrialList 242 DCHECK(!global_); in FieldTrialList() 244 global_ = this; in FieldTrialList() 259 DCHECK_EQ(this, global_); in ~FieldTrialList() 260 global_ = NULL; in ~FieldTrialList() 341 if (!global_) in Find() 343 AutoLock auto_lock(global_->lock_); in Find() 344 return global_->PreLockedFind(name); in Find() 389 if (!global_) in GetActiveFieldTrialGroups() 391 AutoLock auto_lock(global_->lock_); in GetActiveFieldTrialGroups() [all …]
|
D | field_trial.h | 463 static FieldTrialList* global_; // The singleton of this class. variable
|
/external/chromium_org/chrome/common/extensions/ |
D | command.h | 65 bool global() const { return global_; } in global() 72 global_ = global; in set_global() 79 bool global_; variable
|
D | command.cc | 261 Command::Command() : global_(false) {} in Command() 269 global_(global) { in Command() 527 global_ = global; in Parse()
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
D | cl.hpp | 3131 NDRange global_; member in cl::KernelFunctor 3147 global_(global), in KernelFunctor() 3381 global_ = rhs.global_; in operator =() 3391 global_(rhs.global_), in KernelFunctor() 3403 global_, in operator ()() 3423 global_, in operator ()() 3445 global_, in operator ()() 3469 global_, in operator ()() 3495 global_, in operator ()() 3523 global_, in operator ()() [all …]
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 3131 NDRange global_; member in cl::KernelFunctor 3147 global_(global), in KernelFunctor() 3381 global_ = rhs.global_; in operator =() 3391 global_(rhs.global_), in KernelFunctor() 3403 global_, in operator ()() 3423 global_, in operator ()() 3445 global_, in operator ()() 3469 global_, in operator ()() 3495 global_, in operator ()() 3523 global_, in operator ()() [all …]
|