Home
last modified time | relevance | path

Searched refs:Manager (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/skia/third_party/externals/tint/src/sem/
Dtype_manager.cc20 Manager::Manager() = default;
21 Manager::Manager(Manager&&) = default;
22 Manager& Manager::operator=(Manager&& rhs) = default;
23 Manager::~Manager() = default;
Dtype_manager.h29 class Manager {
35 Manager();
38 Manager(Manager&&);
43 Manager& operator=(Manager&& rhs);
46 ~Manager();
75 static Manager Wrap(const Manager& inner) { in Wrap()
76 Manager out; in Wrap()
Dtype_manager_test.cc38 Manager tm; in TEST_F()
45 Manager tm; in TEST_F()
55 Manager tm; in TEST_F()
67 Manager inner; in TEST_F()
68 Manager outer = Manager::Wrap(inner); in TEST_F()
Dstorage_texture_type.h27 class Manager; variable
66 static sem::Type* SubtypeFor(ast::ImageFormat format, sem::Manager& type_mgr);
/third_party/typescript/tests/baselines/reference/
DcloduleWithPriorUninstantiatedModule.js14 export class Manager {
26 var Manager = /** @class */ (function () { class
27 function Manager() { class in anonymousFunctionbb0adf060200.Manager
29 return Manager;
31 Moclodule.Manager = Manager;
DcloduleWithPriorInstantiatedModule.js15 export class Manager {
32 var Manager = /** @class */ (function () { class
33 function Manager() { class in anonymousFunction3e67cd230400.Manager
35 return Manager;
37 Moclodule.Manager = Manager;
DcloduleWithPriorUninstantiatedModule.types18 export class Manager {
19 >Manager : Manager
DcloduleWithPriorInstantiatedModule.types23 export class Manager {
24 >Manager : Manager
DcloduleWithPriorUninstantiatedModule.symbols22 export class Manager {
23 >Manager : Symbol(Manager, Decl(cloduleWithPriorUninstantiatedModule.ts, 11, 18))
DcloduleWithPriorInstantiatedModule.symbols24 export class Manager {
25 >Manager : Symbol(Manager, Decl(cloduleWithPriorInstantiatedModule.ts, 12, 18))
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.cpp31 void CfgAllocatorTraits::set_current(const manager_type *Manager) { in set_current() argument
33 Manager == nullptr ? nullptr : Manager->Allocator.get(); in set_current()
52 void LivenessAllocatorTraits::set_current(const manager_type *Manager) { in set_current() argument
54 Manager == nullptr ? nullptr : Manager->getAllocator(); in set_current()
DIceMemory.h111 explicit sz_allocator_scope(typename Traits::manager_type *Manager) { in sz_allocator_scope()
112 Traits::set_current(Manager); in sz_allocator_scope()
144 static void set_current(const manager_type *Manager);
171 static void set_current(const manager_type *Manager);
/third_party/skia/third_party/externals/tint/src/transform/
Dmanager.cc27 TINT_INSTANTIATE_TYPEINFO(tint::transform::Manager);
32 Manager::Manager() = default;
33 Manager::~Manager() = default;
35 Output Manager::Run(const Program* program, const DataMap& data) { in Run()
Dmanager.h31 class Manager : public Castable<Manager, Transform> {
34 Manager();
35 ~Manager() override;
/third_party/libdrm/man/
Ddrm.7.rst6 Direct Rendering Manager
11 :Manual group: Direct Rendering Manager
21 The *Direct Rendering Manager* (DRM) is a framework to manage *Graphics argument
73 used by most DRM drivers. These are the *Translation Table Manager*
74 (TTM) and the *Graphics Execution Manager* (GEM). They provide generic
78 Buffer Manager) from the *Mesa* project. For more information on DRM
/third_party/lame/vc_solution/
DREADME.vs2019.txt20 - ACM, ADbg, tinyxml: Ancient Windows "Audio Codec Manager"
42 compilation. These can be configured using .props files or the Property Manager
43 window of Visual Studio (View > Other Windows > Property Manager). The props
55 you can also use the Property Manager view to change the values.
77 As described above, you can also use the Property Manager view to change the
104 As described above, you can also use the Property Manager view to change the
124 As described above, you can also use the Property Manager view to change the
144 backslash. As described above, you can also use the Property Manager view to
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Darg.h383 struct Manager;
386 struct Manager<T, ByPointer> {
397 struct Manager<T, ByVolatilePointer> {
410 struct Manager<T, ByValue> {
426 data_ = Manager<T>::SetValue(value);
448 *out = ToIntVal(Manager<T>::Value(arg));
456 Manager<T>::Value(arg)));
478 Manager<T>::Value(arg), spec,
/third_party/icu/tools/unicodetools/com/ibm/rbm/
Dmanifest.stub2 Specification-Title: Resource Bundle Manager
5 Implementation-Title: Resource Bundle Manager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h206 void addPassManager(PMDataManager *Manager) { in addPassManager() argument
207 PassManagers.push_back(Manager); in addPassManager()
212 inline void addIndirectPassManager(PMDataManager *Manager) { in addIndirectPassManager() argument
213 IndirectPassManagers.push_back(Manager); in addIndirectPassManager()
/third_party/skia/third_party/externals/tint/src/
Dprogram.h70 const sem::Manager& Types() const { in Types()
180 sem::Manager types_;
/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_common_fuzzer.h46 void SetTransformManager(transform::Manager* tm, transform::DataMap* inputs) { in SetTransformManager()
89 transform::Manager* transform_manager_ = nullptr;
Dtransform_builder.h46 transform::Manager* manager() { return &manager_; } in manager()
72 transform::Manager manager_;
/third_party/python/Lib/test/
Dtest_coroutines.py1164 class Manager: class
1182 async with Manager("A") as a, Manager("B") as b:
1196 async with Manager("A") as a, Manager("C") as c:
1618 class Manager: class
1642 manager = Manager()
1670 async with Manager():
1675 async with Manager():
1688 async with Manager():
1696 async with Manager():
/third_party/typescript/tests/cases/compiler/
DcloduleWithPriorUninstantiatedModule.ts13 export class Manager { class
DcloduleWithPriorInstantiatedModule.ts14 export class Manager { class

1234567