HomeSort by relevance Sort by last modified time
    Searched full:manager (Results 451 - 475 of 5490) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsystem.h 43 /* information if you want to use a custom memory manager or you own */
62 * A handle to a given memory manager object, defined with an
79 * A handle to the source memory manager.
103 * A handle to the source memory manager.
124 * A handle to the source memory manager.
155 * A structure used to describe a given memory manager to FreeType~2.
317 * The memory manager to use to preload frames. This is set
  /system/connectivity/shill/
default_profile.cc 35 #include "shill/manager.h"
85 Manager* manager,
88 const Manager::Properties& manager_props)
90 control, metrics, manager, Identifier(profile_id),
118 void DefaultProfile::LoadManagerProperties(Manager::Properties* manager_props,
215 manager()->dhcp_properties().Save(storage(), kStorageId);
device_unittest.cc 104 Manager* manager,
109 : Device(control_interface, dispatcher, metrics, manager, link_name,
179 manager(),
262 void SetManager(Manager* manager) {
263 device_->manager_ = manager;
390 manager()));
411 MockManager manager(control_interface(),
414 manager.set_mock_device_info(&device_info_)
    [all...]
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.h 27 #include "dbus_bindings/org.chromium.flimflam.Manager.h"
35 class Manager;
37 // Subclass of DBusAdaptor for Manager objects
38 // There is a 1:1 mapping between Manager and ChromeosManagerDBusAdaptor
39 // instances. Furthermore, the Manager owns the ChromeosManagerDBusAdaptor
41 // having a bare pointer to its owner manager.
52 Manager* manager);
189 Manager* manager_;
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 248 final DevicePolicyManager manager = local
282 manager.setApplicationRestrictions
300 final DevicePolicyManager manager = local
304 manager.setApplicationRestrictions
318 DevicePolicyManager manager = local
325 manager.addCrossProfileIntentFilter(BasicDeviceAdminReceiver.getComponentName(activity),
340 DevicePolicyManager manager = local
342 manager.clearCrossProfileIntentFilters(BasicDeviceAdminReceiver.getComponentName(activity));
354 DevicePolicyManager manager = local
359 manager.isProfileOwnerApp(activity.getApplicationContext().getPackageName()
377 DevicePolicyManager manager = local
    [all...]
  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java 70 // Create new views (invoked by the layout manager)
82 // Replace the contents of a view (invoked by the layout manager)
93 // Return the size of your dataset (invoked by the layout manager)
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java 59 * Create new views for list items (invoked by the WearableListView's layout manager)
70 * recycle existing ones. This is invoked by the WearableListView's layout manager.
85 * Return the size of the data set (invoked by the WearableListView's layout manager).
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 248 final DevicePolicyManager manager = local
282 manager.setApplicationRestrictions
300 final DevicePolicyManager manager = local
304 manager.setApplicationRestrictions
318 DevicePolicyManager manager = local
325 manager.addCrossProfileIntentFilter(BasicDeviceAdminReceiver.getComponentName(activity),
340 DevicePolicyManager manager = local
342 manager.clearCrossProfileIntentFilters(BasicDeviceAdminReceiver.getComponentName(activity));
354 DevicePolicyManager manager = local
359 manager.isProfileOwnerApp(activity.getApplicationContext().getPackageName()
377 DevicePolicyManager manager = local
    [all...]
  /developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java 70 // Create new views (invoked by the layout manager)
82 // Replace the contents of a view (invoked by the layout manager)
93 // Return the size of your dataset (invoked by the layout manager)
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java 59 * Create new views for list items (invoked by the WearableListView's layout manager)
70 * recycle existing ones. This is invoked by the WearableListView's layout manager.
85 * Return the size of the data set (invoked by the WearableListView's layout manager).
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicManagedProfileFragment.java 248 final DevicePolicyManager manager = local
282 manager.setApplicationRestrictions
300 final DevicePolicyManager manager = local
304 manager.setApplicationRestrictions
318 DevicePolicyManager manager = local
325 manager.addCrossProfileIntentFilter(BasicDeviceAdminReceiver.getComponentName(activity),
340 DevicePolicyManager manager = local
342 manager.clearCrossProfileIntentFilters(BasicDeviceAdminReceiver.getComponentName(activity));
354 DevicePolicyManager manager = local
359 manager.isProfileOwnerApp(activity.getApplicationContext().getPackageName()
377 DevicePolicyManager manager = local
    [all...]
  /development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
CustomAdapter.java 70 // Create new views (invoked by the layout manager)
82 // Replace the contents of a view (invoked by the layout manager)
93 // Return the size of your dataset (invoked by the layout manager)
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
SpeedPickerListAdapter.java 59 * Create new views for list items (invoked by the WearableListView's layout manager)
70 * recycle existing ones. This is invoked by the WearableListView's layout manager.
85 * Return the size of the data set (invoked by the WearableListView's layout manager).
  /external/autotest/client/site_tests/apmanager_CheckAPProcesses/
apmanager_CheckAPProcesses.py 61 manager = apmanager_proxy.ApmanagerProxy()
62 service = manager.start_service(ap_config)
65 manager.terminate_service(service)
  /external/autotest/client/site_tests/desktopui_GmailLatency/
desktopui_GmailLatency.py 33 # Stop chrome from restarting and kill login manager.
42 # We could kill with signal 9 so that the session manager doesn't exit.
53 # This is expected behaviour of the session manager.
  /external/libavc/common/
ih264_buf_mgr.h 79 // Returns size of the buffer manager context
82 //Free buffer manager
88 // Add buffer to buffer manager. 0: success, -1: fail (u4_active_buf_cnt has reached u4_max_buf_cnt)
  /external/libmpeg2/common/
impeg2_disp_mgr.c 51 * Initialization function for display buffer manager
86 * Adds a buffer to the display manager
89 * Adds a buffer to the display buffer manager
  /external/llvm/include/llvm/Bitcode/
BitcodeWriterPass.h 28 /// manager.
41 /// Note that this is intended for use with the new pass manager. To construct
42 /// a pass for the legacy pass manager, use the function above.
  /external/llvm/lib/Passes/
PassBuilder.cpp 222 // Parse the inner pipeline inte the nested manager.
231 // Add the nested pass manager with the appropriate adaptor.
261 // Parse the inner pipeline into the nested manager.
270 // Add the nested pass manager with the appropriate adaptor.
275 // Parse the inner pipeline inte the nested manager.
284 // Add the nested pass manager with the appropriate adaptor.
313 // Parse the inner pipeline into the nested manager.
322 // Now add the nested manager as a module pass.
327 // Parse the inner pipeline inte the nested manager.
336 // Add the nested pass manager with the appropriate adaptor
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AttackAtDistanceComponent.java 48 GameObjectManager manager = sSystemRegistry.gameObjectManager; local
49 if (manager != null) {
50 GameObject player = manager.getPlayer();
PopOutComponent.java 64 GameObjectManager manager = sSystemRegistry.gameObjectManager; local
65 if (manager != null) {
66 GameObject player = manager.getPlayer();
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_wrapper_unittest.cc 19 // The manager is the one actually doing the deleting.
49 // it's added to the socket manager.
52 // We can't test deletion of sockets without a socket manager.
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.h 80 const std::shared_ptr<WaitableMutexWrapper>& manager, nsecs_t waitTime);
89 const std::shared_ptr<WaitableMutexWrapper>& manager);
91 AutoConditionLock(const std::shared_ptr<WaitableMutexWrapper>& manager);
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerInternal.java 26 * Display manager local system service interface.
32 * Called by the power manager to initialize power management facilities.
38 * Called by the power manager to request a new power state.
88 * This is used by the window manager to control the size and characteristics
93 * NOTE: This method must be the only entry point by which the window manager
103 * Called by the window manager to perform traversals while holding a
109 * Tells the display manager about properties of the display that depend on the windows on it.
113 * If the display has unique content, then the display manager arranges for it
114 * to be presented on a physical display if appropriate. Otherwise, the display manager
120 * display, then the display manager will request its use
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/
MffEnvironment.java 38 * frame-manager and the filter-context. Passing in null for the frame-manager causes this
44 // Get or create the frame manager

Completed in 686 milliseconds

<<11121314151617181920>>