Home
last modified time | relevance | path

Searched refs:global_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/base/metrics/
Dfield_trial.cc229 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 …]
Dfield_trial.h463 static FieldTrialList* global_; // The singleton of this class. variable
/external/chromium_org/chrome/common/extensions/
Dcommand.h65 bool global() const { return global_; } in global()
72 global_ = global; in set_global()
79 bool global_; variable
Dcommand.cc261 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/
Dcl.hpp3131 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/
Dcl.hpp3131 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 …]