Home
last modified time | relevance | path

Searched defs:Manager (Results 1 – 15 of 15) sorted by relevance

/third_party/alsa-utils/alsaucm/
Dalsaucm.rst23 alsaucm (ALSA Use Case Manager) is a program to use the ALSA `Use Case
48 OPTIONS
159 FILES
187 EXAMPLES OF USE
225 SEE ALSO
232 BUGS
/third_party/libdrm/man/
Ddrm.7.rst21 The *Direct Rendering Manager* (DRM) is a framework to manage *Graphics
81 Reporting Bugs
87 See Also
/third_party/typescript/tests/baselines/reference/
DcloduleWithPriorUninstantiatedModule.js26 var Manager = /** @class */ (function () { class
27 function Manager() { class in anonymousFunctionf68f3ffa0200.Manager
DcloduleWithPriorInstantiatedModule.js32 var Manager = /** @class */ (function () { class
33 function Manager() { class in anonymousFunctione7b761170400.Manager
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.cpp31 void CfgAllocatorTraits::set_current(const manager_type *Manager) { in set_current()
52 void LivenessAllocatorTraits::set_current(const manager_type *Manager) { in set_current()
/third_party/typescript/tests/cases/compiler/
DcloduleWithPriorUninstantiatedModule.ts13 export class Manager { class
DcloduleWithPriorInstantiatedModule.ts14 export class Manager { class
/third_party/skia/third_party/externals/tint/src/sem/
Dstorage_texture_type.h27 class Manager; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h206 void addPassManager(PMDataManager *Manager) { in addPassManager()
212 inline void addIndirectPassManager(PMDataManager *Manager) { in addIndirectPassManager()
/third_party/skia/third_party/externals/tint/src/ast/
Dstorage_texture.h26 class Manager; variable
/third_party/python/Lib/multiprocessing/dummy/
D__init__.py116 def Manager(): function
/third_party/python/Lib/multiprocessing/
Dcontext.py49 def Manager(self): member in BaseContext
/third_party/python/Lib/test/
Dtest_coroutines.py1164 class Manager: class
1618 class Manager: class
Dtest_typing.py64 class Manager(Employee): class
/third_party/python/Lib/logging/
D__init__.py1291 class Manager(object): class