/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test_relative_imports.py | 71 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/ |
D | field_trial.cc | 487 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 …]
|
D | field_trial.h | 759 static FieldTrialList* global_; // The singleton of this class. variable
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-reserved-identifier.cpp | 192 float global_; variable 202 float global_; variable
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | waitcnt-flat.ll | 19 ; Make sure lgkmcnt isn't used for global_ addrspace(5)* instructions
|
D | global-saddr-atomics.gfx908.ll | 4 ; Test using saddr addressing mode of global_* flat atomic instructions.
|
D | fmed3.ll | 159 ; 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]+]]
|
D | global-saddr-store.ll | 5 ; Test using saddr addressing mode of global_*store_* flat instructions.
|
D | global-saddr-load.ll | 5 ; Test using saddr addressing mode of global_*load_* flat instructions.
|
D | global-saddr-atomics.ll | 5 ; Test using saddr addressing mode of global_* flat atomic instructions.
|
/external/mesa3d/include/CL/ |
D | cl2.hpp | 9771 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 …]
|
D | cl.hpp | 7223 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/ |
D | test_discovery.py | 908 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/ |
D | AMDGPU.td | 63 "Have global_* flat memory instructions"
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 69 "Have global_* flat memory instructions"
|