/system/connectivity/shill/ethernet/ |
ethernet_eap_provider.cc | 22 #include "shill/manager.h" 31 Manager* manager) 35 manager_(manager) {}
|
virtio_ethernet.cc | 26 #include "shill/manager.h" 40 Manager* manager, 47 manager,
|
/system/connectivity/shill/pppoe/ |
pppoe_service.cc | 35 #include "shill/manager.h" 57 Manager* manager, 59 : EthernetService(control_interface, dispatcher, metrics, manager, 149 manager()->OnInnerDevicesChanged(); 228 DeviceInfo* device_info = manager()->device_info(); 240 control_interface_, dispatcher(), metrics(), manager(), interface_name, 249 if (manager()->IsDHCPv6EnabledForDevice(ppp_device_->link_name())) { 253 manager()->OnInnerDevicesChanged();
|
/system/sepolicy/ |
recovery_refresh.te | 1 # android recovery refresh log manager
|
/packages/providers/DownloadProvider/res/values/ |
strings.xml | 18 <!-- This is the name of the Download Manager application. --> 19 <string name="app_label">Download Manager</string> 22 Android Download Manager. It is displayed as part of the description 24 This specific permission controls access to the Download Manager by 26 <string name="permlab_downloadManager">Access download manager.</string> 28 Android Download Manager. It is displayed as part of the description 30 This specific permission controls access to the Download Manager by 33 access the download manager and to use it to download files. 38 Android Download Manager. It is displayed as part of the description 41 dangerous) features from the Download Manager that are needed b [all...] |
/toolchain/binutils/binutils-2.25/cpu/ |
iq10.cpu | 569 ; Counter manager instructions (IQ10) 571 (dni cm32and "Counter Manager And" (MACH10 USES-RS USES-RT USES-RD) 577 (dni cm32andn "Counter Manager And With Inverse" (MACH10 USES-RS USES-RT USES-RD) 583 (dni cm32or "Counter Manager Or" (MACH10 USES-RS USES-RT USES-RD) 589 (dni cm32ra "Counter Manager 32-bit Rolling Add" (MACH10 USES-RS USES-RT USES-RD) 595 (dni cm32rd "Counter Manager 32-bit Rolling Decrement" (MACH10 USES-RT USES-RD) 601 (dni cm32ri "Counter Manager 32-bit Rolling Increment" (MACH10 USES-RT USES-RD) 607 (dni cm32rs "Counter Manager 32-bit Rolling Subtract" (MACH10 USES-RS USES-RT USES-RD) 613 (dni cm32sa "Counter Manager 32-bit Saturating Add" (MACH10 USES-RS USES-RT USES-RD) 619 (dni cm32sd "Counter Manager 32-bit Saturating Decrement" (MACH10 USES-RT USES-RD [all...] |
/external/llvm/include/llvm/IR/ |
LegacyPassManagers.h | 10 // This file declares the LLVM Pass Manager infrastructure. 28 // The Pass Manager Infrastructure manages passes. It's responsibilities are: 36 // Pass Manager Infrastructure uses multiple pass managers. They are 39 // derive from another pass manager. 41 // PassManager and FunctionPassManager are two top-level pass manager that 42 // represents the external interface of this entire pass manager infrastucture. 55 // used by a pass manager to manage execution order of passes. It also provides 56 // a place to implement common pass manager APIs. All pass managers derive from 71 // FunctionPassManagerImpl is a top level manager. It manages FPPassManagers 89 // PassManagerImpl is a top level pass manager responsible for managin [all...] |
/external/autotest/site_utils/ |
dump_to_cloudsql.py | 193 def dump_to_cloudsql(dumpfile, manager, cmd_offset=0): 198 manager: An instance of MySQLConnectionManager. 209 if not manager.connected: 210 manager.connect() 214 if manager.cmd_num == cmd_offset and cmd_offset != 0: 216 state.write(manager) 217 manager.write(line, manager.cmd_num >= cmd_offset, True) 222 manager.cmd_num)) 227 manager.cmd_num [all...] |
/external/llvm/lib/Analysis/ |
RegionPass.cpp | 1 //===- RegionPass.cpp - Region Pass and Region Pass Manager ---------------===// 46 /// Pass Manager itself does not invalidate any analysis info. 58 // Collect inherited analysis from Module level pass manager. 138 // some memory, and avoids trouble with the pass manager trying to call 173 /// Print passes managed by this manager 175 errs().indent(Offset*2) << "Region Pass Manager\n"; 241 /// Assign pass manager to manage this pass. 251 // Create new Region Pass Manager if it does not exist. 256 assert (!PMS.empty() && "Unable to create Region Pass Manager"); 259 // [1] Create new Region Pass Manager [all...] |
/system/connectivity/shill/ |
default_profile_unittest.cc | 36 #include "shill/manager.h" 70 manager(), 77 manager(), 90 Manager::Properties properties_; 190 manager()->dhcp_properties_ = std::move(dhcp_props); 192 manager()->RegisterDevice(device_); 194 manager()->DeregisterDevice(device_); 199 Manager::Properties manager_props; 247 manager()->dhcp_properties_ = std::move(dhcp_props); 251 manager()->dhcp_properties_.get()) [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
PersistentDataStore.java | 45 * Manages persistent state recorded by the display manager service as an XML file. 50 * <display-manager-state> 54 * >/display-manager-state> 57 * TODO: refactor this to extract common code shared with the input manager's data store 75 mAtomicFile = new AtomicFile(new File("/data/system/display-manager-state.xml")); 202 Slog.w(TAG, "Failed to load display manager persistent store data.", ex); 205 Slog.w(TAG, "Failed to load display manager persistent store data.", ex); 231 Slog.w(TAG, "Failed to save display manager persistent store data.", ex); 237 XmlUtils.beginDocument(parser, "display-manager-state"); 273 serializer.startTag(null, "display-manager-state") [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
TerminalBridge.java | 73 private final TerminalManager manager; field in class:TerminalBridge 148 manager = null; 159 keyListener = new TerminalKeyListener(manager, this, buffer, null); 173 public TerminalBridge(final TerminalManager manager, InterpreterProcess process, AbsTransport t) 175 this.manager = manager; 179 String string = manager.getStringParameter(PreferenceConstants.SCROLLBACK, null); 186 string = manager.getStringParameter(PreferenceConstants.FONTSIZE, null); 194 manager.getIntParameter(PreferenceConstants.COLOR_FG, PreferenceConstants.DEFAULT_FG_COLOR); 196 manager.getIntParameter(PreferenceConstants.COLOR_BG, PreferenceConstants.DEFAULT_BG_COLOR) [all...] |
/art/test/063-process-manager/src/ |
Main.java | 34 System.out.println("process manager: " + t.getState()); 40 System.out.println("process manager: nonexistent");
|
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
MainActivity.java | 31 DevicePolicyManager manager = (DevicePolicyManager) local 33 if (manager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
|
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
MainActivity.java | 31 DevicePolicyManager manager = (DevicePolicyManager) local 33 if (manager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
|
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/ |
_index.html | 5 <h3>Accessibility Manager</h3> 7 <dt><a href="AccessibilityManagerSupportActivity.html">Accessibility Manager</a></dt>
|
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/ |
MainActivity.java | 31 DevicePolicyManager manager = (DevicePolicyManager) local 33 if (manager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
|
/device/linaro/hikey/wpan/ |
README | 13 uim/ - User-Space Initilization Manager for TI Shared Transport Drivers (to be 16 uim-sysfs/ - User-Space Init Manager for TI Shared Transport Drivers (per kernel.org)
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
RTFIterator.java | 39 public RTFIterator(int root, DTMManager manager) { 40 super(root, manager);
|
/external/autotest/client/cros/scripts/ |
destination | 40 if shill.manager.VerifyDestination(*args[0:NUM_VERIFY_ARGS]): 48 print shill.manager.VerifyAndEncryptData(*args[0:NUM_ENCRYPT_ARGS])
|
profile | 51 shill.manager.PopProfile(active_name) 52 shill.manager.RemoveProfile(active_name) 69 shill.manager.GetProperties(utf8_strings=True)) 136 shill.manager.PopAnyProfile() 147 shill.manager.PopProfile(name) 152 path = shill.manager.CreateProfile(name) 157 path = shill.manager.PushProfile(name) 162 shill.manager.RemoveProfile(name)
|
/external/autotest/client/site_tests/network_VPNConnect/ |
control.l2tpipsec_cert | 17 is best suited for verifying that the connection manager and VPN 18 manager are correctly passing parameters to the underlying VPN client
|
control.l2tpipsec_psk | 16 is best suited for verifying that the connection manager and VPN 17 manager are correctly passing parameters to the underlying VPN client
|
control.l2tpipsec_xauth | 16 is best suited for verifying that the connection manager and VPN 17 manager are correctly passing parameters to the underlying VPN client
|
/external/autotest/client/site_tests/network_WiMaxPresent/ |
network_WiMaxPresent.py | 19 - The WiMAX manager detects the WiMAX module exposed by the kernel. 20 - The WiMAX manager is running and can communicate with shill over DBus.
|