/system/connectivity/shill/ |
ppp_device_factory.cc | 43 Manager* manager, 46 return new PPPDevice(control, dispatcher, metrics, manager, link_name,
|
ppp_device_factory.h | 28 class Manager; 43 Manager* manager,
|
/system/connectivity/shill/test-scripts/ |
claim-interface | 27 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"), variable 28 "org.chromium.flimflam.Manager") 29 print manager.ClaimInterface(sys.argv[1], sys.argv[2])
|
release-interface | 27 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"), variable 28 "org.chromium.flimflam.Manager") 29 print manager.ReleaseInterface(sys.argv[1], sys.argv[2])
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
SdkManagerAction.java | 52 * Delegate for the toolbar/menu action "Android SDK Manager". 53 * It displays the Android SDK Manager. 69 // Although orthogonal to the sdk manager action, this is a good time 74 // If we failed to execute the sdk manager, check the SDK location. 79 // If checkSdkLocationAndId tries to open the SDK Manager, it end up using 82 // The SDK check was successful, yet the sdk manager fail to launch anyway. 85 "Failed to run the Android SDK Manager. Check the Android Console View for details."); 118 * Opens the SDK Manager as an external application. 119 * This call is asynchronous, it doesn't wait for the manager to be closed. 123 * manager if needed [all...] |
/external/freetype/include/ |
ftcache.h | 159 * Face IDs are passed by the client to the cache manager that calls, 181 * the cache manager to translate a given @FTC_FaceID into a new valid 222 /***** CACHE MANAGER OBJECT *****/ 239 /* The manager intentionally limits the total number of opened */ 243 /* The manager is also used to cache `nodes' of various types while */ 279 /* Create a new cache manager. */ 301 /* amanager :: A handle to a new manager object. 0~in case of */ 323 /* Empty a given cache manager. This simply gets rid of all the */ 324 /* currently cached @FT_Face and @FT_Size objects within the manager. */ 327 /* manager :: A handle to the manager. * 330 FTC_Manager_Reset( FTC_Manager manager ); variable 345 FTC_Manager_Done( FTC_Manager manager ); variable [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftcache.h | 159 * Face IDs are passed by the client to the cache manager that calls, 181 * the cache manager to translate a given @FTC_FaceID into a new valid 222 /***** CACHE MANAGER OBJECT *****/ 239 /* The manager intentionally limits the total number of opened */ 243 /* The manager is also used to cache `nodes' of various types while */ 279 /* Create a new cache manager. */ 301 /* amanager :: A handle to a new manager object. 0~in case of */ 323 /* Empty a given cache manager. This simply gets rid of all the */ 324 /* currently cached @FT_Face and @FT_Size objects within the manager. */ 327 /* manager :: A handle to the manager. * 330 FTC_Manager_Reset( FTC_Manager manager ); variable 345 FTC_Manager_Done( FTC_Manager manager ); variable [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftcache.h | 159 * Face IDs are passed by the client to the cache manager that calls, 181 * the cache manager to translate a given @FTC_FaceID into a new valid 222 /***** CACHE MANAGER OBJECT *****/ 239 /* The manager intentionally limits the total number of opened */ 243 /* The manager is also used to cache `nodes' of various types while */ 279 /* Create a new cache manager. */ 301 /* amanager :: A handle to a new manager object. 0~in case of */ 323 /* Empty a given cache manager. This simply gets rid of all the */ 324 /* currently cached @FT_Face and @FT_Size objects within the manager. */ 327 /* manager :: A handle to the manager. * 330 FTC_Manager_Reset( FTC_Manager manager ); variable 345 FTC_Manager_Done( FTC_Manager manager ); variable [all...] |
/external/autotest/client/common_lib/ |
logging_manager_test.py | 162 manager = manager_class() 163 manager.manage_stream(self.stdout, logging.INFO, set_stdout) 164 return manager 168 manager = self._setup_manager(manager_class) 172 manager.start_logging() 175 manager.redirect_to_stream(self._log1) 178 manager.tee_redirect_to_stream(self._log2) 181 manager.undo_redirect() 184 manager.undo_redirect() 187 manager.stop_logging( [all...] |
/external/libhevc/common/ |
ihevc_buf_mgr.c | 58 * Buffer manager initialization function. 61 * Initializes the buffer manager structure 64 * Pointer to the buffer manager 97 * Adds a buffer to the buffer manager if it is not already present and 101 * Pointer to the buffer manager 148 * Pointer to the buffer manager 191 * Checks the buffer manager for free buffers available. 197 * Pointer to the buffer manager 238 * Pointer to the buffer manager 289 * Pointer to the buffer manager [all...] |
/external/autotest/scheduler/ |
scheduler_lib_unittest.py | 21 """Connection manager unittests.""" 37 # Test that the connection manager only opens a connection once. 48 # Test that del on the connection manager closes the connection 80 # Confirm that instantiating another connection manager doesn't change 81 # the database settings, and in fact, returns the original manager.
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
TelephonyManagerTest.java | 23 private TelephonyManager manager; field in class:TelephonyManagerTest 29 manager = newInstanceOf(TelephonyManager.class); 30 shadowManager = shadowOf(manager); 37 manager.listen(listener, PhoneStateListener.LISTEN_CALL_STATE); 78 manager.getDeviceId();
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterContext.java | 43 public void setFrameManager(FrameManager manager) { 44 if (manager == null) { 46 } else if (manager.getContext() != null) { 50 mFrameManager = manager; 110 // Release frame manager
|
/frameworks/native/services/inputflinger/ |
InputManager.h | 21 * Native input manager. 39 * The input manager is the core of the system event processing. 41 * The input manager uses two threads. 63 /* Starts the input manager threads. */ 66 /* Stops the input manager threads and waits for them to exit. */
|
/system/connectivity/apmanager/dbus/ |
dbus_control.h | 25 #include "apmanager/manager.h" 43 Manager* manager) override; 54 // Invoked when D-Bus objects for both ObjectManager and Manager 64 std::unique_ptr<Manager> manager_;
|
manager_dbus_adaptor.h | 24 #include <dbus_bindings/org.chromium.apmanager.Manager.h> 30 class Manager; 38 Manager* manager); 72 Manager* manager_;
|
/system/connectivity/shill/binder/ |
binder_control.h | 31 class Manager; 39 Manager* manager, 43 ManagerAdaptorInterface* CreateManagerAdaptor(Manager* manager) override;
|
/system/connectivity/shill/ethernet/ |
ethernet_service.h | 34 class Manager; 42 Manager* manager, 72 Manager* manager,
|
/system/connectivity/shill/shims/ |
org.chromium.flimflam.conf | 19 send_interface="org.chromium.flimflam.Manager" 28 send_interface="org.chromium.flimflam.Manager" 46 send_interface="org.chromium.flimflam.Manager" 49 send_interface="org.chromium.flimflam.Manager" 52 send_interface="org.chromium.flimflam.Manager"
|
/frameworks/base/core/java/android/os/ |
PowerManagerInternal.java | 22 * Power manager local system service interface. 93 * Used by the window manager to override the screen brightness based on the 96 * This method must only be called by the window manager. 103 * Used by the window manager to override the button brightness based on the 106 * This method must only be called by the window manager. 113 * Used by the window manager to override the user activity timeout based on the 117 * This method must only be called by the window manager. 124 * Used by the window manager to tell the power manager that the user is no longer actively 132 * This method must only be called by the device administration policy manager [all...] |
/frameworks/base/native/android/ |
sensor.cpp | 55 int ASensorManager_getSensorList(ASensorManager* manager, 59 int c = static_cast<SensorManager*>(manager)->getSensorList(&l); 66 ASensor const* ASensorManager_getDefaultSensor(ASensorManager* manager, int type) 68 return static_cast<SensorManager*>(manager)->getDefaultSensor(type); 71 ASensor const* ASensorManager_getDefaultSensorEx(ASensorManager* manager, 74 size_t size = static_cast<SensorManager*>(manager)->getSensorList(&sensorList); 84 ASensorEventQueue* ASensorManager_createEventQueue(ASensorManager* manager, 88 static_cast<SensorManager*>(manager)->createEventQueue(); 92 queue->incStrong(manager); 97 int ASensorManager_destroyEventQueue(ASensorManager* manager, [all...] |
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
mock_lorgnette.py | 22 """ The lorgnette DBus Manager object instance. Methods in this 36 @dbus.service.method('org.chromium.lorgnette.Manager', 47 @dbus.service.method('org.chromium.lorgnette.Manager', 93 """This thread object instantiates a mock lorgnette manager and 119 self.manager = LorgnetteManager( 120 self.bus, '/org/chromium/lorgnette/Manager', self.image_data) 136 return self.manager.get_method_calls()
|
/external/autotest/database/server_db_migrations/ |
001_initial_db.py | 1 def migrate_up(manager): 4 @param manager: Instance of MigrationManager. 6 manager.execute_script(INIT_DB_SQL) 7 manager.execute_script(INIT_VERSION_SQL) 10 def migrate_down(manager): 13 @param manager: Instance of MigrationManager. 15 manager.execute_script(DROP_DB_SQL)
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
EngineRunnable.java | 30 private final EngineRunnableManager manager; field in class:EngineRunnable 37 public EngineRunnable(EngineRunnableManager manager, DecodeJob<?, ?, ?> decodeJob, Priority priority) { 38 this.manager = manager; 85 manager.onResourceReady(resource); 91 manager.submitForSource(this); 93 manager.onException(e);
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
TestUtil.java | 52 MtpManager manager) { 55 final UsbDevice device = findMtpDevice(usbManager, manager); 56 waitForStorages(instrumentation, manager, device.getDeviceId()); 87 MtpManager manager) throws IOException { 104 manager.openDevice(device.getDeviceId()); 110 MtpManager manager, 114 for (final MtpDeviceRecord deviceCandidate : manager.getDevices()) {
|