Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_relative_imports.py71 for global_ in globals_:
73 callback(global_)
80 def callback(global_): argument
82 module = self.__import__('', global_, fromlist=['mod2'], level=1)
92 def callback(global_): argument
94 module = self.__import__('mod2', global_, fromlist=['attr'],
105 def callback(global_): argument
107 module = self.__import__('', global_, fromlist=['module'],
118 def callback(global_): argument
120 module = self.__import__('', global_, fromlist=['attr'], level=1)
[all …]
/external/libchrome/base/metrics/
Dfield_trial.cc487 FieldTrialList* FieldTrialList::global_ = nullptr; member in base::FieldTrialList
499 DCHECK(!global_); in FieldTrialList()
501 global_ = this; in FieldTrialList()
516 DCHECK_EQ(this, global_); in ~FieldTrialList()
517 global_ = nullptr; in ~FieldTrialList()
603 if (!global_) in Find()
605 AutoLock auto_lock(global_->lock_); in Find()
606 return global_->PreLockedFind(trial_name); in Find()
657 if (!global_) in AllStatesToString()
659 AutoLock auto_lock(global_->lock_); in AllStatesToString()
[all …]
Dfield_trial.h759 static FieldTrialList* global_; // The singleton of this class. variable
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-reserved-identifier.cpp192 float global_; variable
202 float global_; variable
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dwaitcnt-flat.ll19 ; Make sure lgkmcnt isn't used for global_ addrspace(5)* instructions
Dglobal-saddr-atomics.gfx908.ll4 ; Test using saddr addressing mode of global_* flat atomic instructions.
Dfmed3.ll159 ; GCN: {{buffer_|flat_|global_}}load_dword [[A:v[0-9]+]]
160 ; GCN: {{buffer_|flat_|global_}}load_dword [[B:v[0-9]+]]
161 ; GCN: {{buffer_|flat_|global_}}load_dword [[C:v[0-9]+]]
Dglobal-saddr-store.ll5 ; Test using saddr addressing mode of global_*store_* flat instructions.
Dglobal-saddr-load.ll5 ; Test using saddr addressing mode of global_*load_* flat instructions.
Dglobal-saddr-atomics.ll5 ; Test using saddr addressing mode of global_* flat atomic instructions.
/external/mesa3d/include/CL/
Dcl2.hpp9771 const NDRange global_;
9782 global_(global),
9791 global_(global),
9800 global_(global),
9809 global_(global),
9818 global_(global),
9827 global_(global),
9836 global_(global),
9846 global_(global),
9856 global_(global),
[all …]
Dcl.hpp7223 const NDRange global_; member
7230 global_(global), in EnqueueArgs()
7239 global_(global), in EnqueueArgs()
7248 global_(global), in EnqueueArgs()
7257 global_(global), in EnqueueArgs()
7266 global_(global), in EnqueueArgs()
7275 global_(global), in EnqueueArgs()
7284 global_(global), in EnqueueArgs()
7294 global_(global), in EnqueueArgs()
7304 global_(global), in EnqueueArgs()
[all …]
/external/python/google-api-python-client/tests/
Dtest_discovery.py908 request = zoo.global_().print_().assert_(max_results="5")
1495 self.assertTrue(callable(new_zoo.global_))
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td63 "Have global_* flat memory instructions"
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPU.td69 "Have global_* flat memory instructions"