/device/generic/goldfish/camera/jpeg-stub/ |
D | Compressor.cpp | 206 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in initDestination() local 209 manager->mBuffer.resize(16 * 1024); in initDestination() 210 manager->next_output_byte = &manager->mBuffer[0]; in initDestination() 211 manager->free_in_buffer = manager->mBuffer.size(); in initDestination() 216 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in emptyOutputBuffer() local 220 size_t oldSize = manager->mBuffer.size(); in emptyOutputBuffer() 221 manager->mBuffer.resize(oldSize * 2); in emptyOutputBuffer() 222 manager->next_output_byte = &manager->mBuffer[oldSize]; in emptyOutputBuffer() 223 manager->free_in_buffer = manager->mBuffer.size() - oldSize; in emptyOutputBuffer() 224 return manager->free_in_buffer != 0; in emptyOutputBuffer() [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
D | UserIdentifyManager.uni | 2 // Produces user manager protocol 4 // This module manages user information and produces user manager protocol. 18 #string STR_MODULE_ABSTRACT #language en-US "Produces user manager protocol" 20 … #language en-US "This module manages user information and produces user manager protocol."
|
D | UserIdentifyManagerDxe.inf | 2 # Produces user manager protocol 4 # This module manages user information and produces user manager protocol.
|
D | UserIdentifyManagerVfr.Vfr | 2 User identify manager formset.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_multiprocessing.py | 1158 refs = self.manager._number_of_objects() 1159 debug_info = self.manager._debug_info() 1161 print self.manager._debug_info() 1206 manager = MyManager() 1207 manager.start() 1209 foo = manager.Foo() 1210 bar = manager.Bar() 1211 baz = manager.baz() 1231 manager.shutdown() 1258 manager = QueueManager2( [all …]
|
D | test_grammar.py | 935 class manager(object): class 941 with manager(): 943 with manager() as x: 945 with manager() as (x, y): 947 with manager(), manager(): 949 with manager() as x, manager() as y: 951 with manager() as x, manager():
|
/device/lge/bullhead/sepolicy/ |
D | peripheral_manager.te | 15 #Rules for peripheral manager clients 34 #Needed by pm-proxy to talk to peripheral manager
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 872 class manager(object): class 878 with manager(): 880 with manager() as x: 882 with manager() as (x, y): 884 with manager(), manager(): 886 with manager() as x, manager() as y: 888 with manager() as x, manager():
|
D | py2_test_grammar.py | 924 class manager(object): class 930 with manager(): 932 with manager() as x: 934 with manager() as (x, y): 936 with manager(), manager(): 938 with manager() as x, manager() as y: 940 with manager() as x, manager():
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 352 …ontext::DynamicSensorManagerOperation::DynamicSensorManagerOperation(DynamicSensorManager* manager) in DynamicSensorManagerOperation() argument 353 : mDynamicSensorManager(manager) { in DynamicSensorManagerOperation() 382 DynamicSensorManager* manager = DynamicSensorManager::createInstance( in initializeHalExtension() local 386 mSensorList.push_back(manager->getDynamicMetaSensor()); in initializeHalExtension() 389 mOperationHandler.emplace_back(new DynamicSensorManagerOperation(manager)); in initializeHalExtension()
|
D | sensors.h | 144 DynamicSensorManagerOperation(DynamicSensorManager* manager);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/ |
D | DriverHealthManagerDxe.uni | 4 // This module produces two driver health manager forms. 23 #string STR_MODULE_DESCRIPTION #language en-US "This module produces two driver health manager form…
|
D | DriverHealthManagerDxeExtra.uni | 4 // This module produces two driver health manager forms.
|
D | DriverHealthManagerDxe.inf | 4 # This module produces two driver health manager forms.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | UefiPxe4BcDxe.uni | 6 // Protocol to provide one clean way to otain control from the boot manager if the 24 … File Protocol to provide a clean method to obtain control from the boot manager if the boot patch…
|
D | UefiPxeBcDxe.inf | 6 # Protocol to provide one clean way to otain control from the boot manager if the
|
/device/google/dragon/sepolicy/ |
D | mediaserver.te | 3 # sensor manager based camera/video stabilization
|
D | cameraserver.te | 3 # sensor manager based camera/video stabilization
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | __init__.py | 1013 rv.manager = self 1019 rv.manager = self 1305 if (found == 0) and raiseExceptions and not self.manager.emittedNoHandlerWarning: 1308 self.manager.emittedNoHandlerWarning = 1 1328 if self.manager.disable >= level: 1349 return self.manager.getLogger(suffix) 1463 Logger.manager = Manager(Logger.root) 1538 return Logger.manager.getLogger(name) 1614 root.manager.disable = level
|
D | config.py | 209 existing = list(root.manager.loggerDict.keys()) 258 logger = root.manager.loggerDict[log] 587 existing = root.manager.loggerDict.keys() 622 logger = root.manager.loggerDict[log]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
D | PlatDriOverrideDxe.uni | 8 // This driver also offers an UI interface in device manager to let user configure 37 …RIDE_PROTOCOL protocol This driver also offers an UI interface in device manager to let users conf…
|
D | Vfr.vfr | 18 // Platform driver Override manager formset
|
/device/linaro/bootloader/edk2/ShellBinPkg/ |
D | ReadMe.txt | 42 2. DrvCfg does not overlap boot manager functionality.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
D | DeviceManagerVfr.Vfr | 39 // This is where devices get added to the device manager hierarchy
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
D | UserProfileManagerVfr.Vfr | 25 // User manager form
|