/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
klm_prot.x | 4 * Kernel/lock manager protocol definition 35 * local lock manager. The local lock manager is a deamon running 42 * lock manager status returns 52 * lock manager lock identifier
|
/system/connectivity/apmanager/dbus/ |
manager_dbus_adaptor.cc | 25 #include "apmanager/manager.h" 36 Manager* manager) 40 manager_(manager) {} 108 // Tell Manager to remove this service.
|
/system/connectivity/shill/binder/ |
manager_binder_adaptor.cc | 25 #include "shill/manager.h" 42 return "Manager binder adaptor (id " + m->GetRpcIdentifier() + ")"; 46 ManagerBinderAdaptor::ManagerBinderAdaptor(Manager* manager, 48 : BinderAdaptor(id), manager_(manager) {}
|
/system/connectivity/shill/cellular/ |
modem_manager.cc | 27 #include "shill/manager.h" 59 LOG(INFO) << "Modem manager " << service_ << " appeared."; 64 LOG(INFO) << "Modem manager " << service_ << " vanished."; 107 LOG(INFO) << "Start watching modem manager service: " << service(); 120 LOG(INFO) << "Stop watching modem manager service: " << service();
|
/system/connectivity/shill/vpn/ |
vpn_provider.h | 35 class Manager; 44 Manager* manager); 47 // Called by Manager as a part of the Provider interface. The attributes 131 Manager* manager_;
|
/external/autotest/client/tests/lsb_dtk/ |
lsb_dtk.py | 39 # First, we download the LSB DTK manager package, worry about 41 dtk_manager_arch = self.config.get('dtk-manager', 'arch-%s' % self.arch) 42 dtk_manager_url = self.config.get('dtk-manager', 45 raise error.TestError('Could not get DTK manager URL from' 48 dtk_md5 = self.config.get('dtk-manager', 'md5-%s' % self.arch) 50 logging.info('Caching LSB DTK manager RPM') 55 raise error.TestError('Could not find DTK manager package md5,' 56 ' cannot cache DTK manager tarball') 87 # We will install lsb-dtk-manager separately, so we can remove 89 if not 'lsb-dtk-manager' in line [all...] |
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
ChannelTest.java | 185 TvInputManagerHelper manager = Mockito.mock(TvInputManagerHelper.class); local 186 Mockito.when(manager.isPartnerInput(Matchers.anyString())).thenAnswer( 195 Comparator<Channel> comparator = new TestChannelComparator(manager); 231 TvInputManagerHelper manager = Mockito.mock(TvInputManagerHelper.class); local 232 Mockito.when(manager.isPartnerInput(Matchers.anyString())).thenAnswer( 240 Comparator<Channel> comparator = new ChannelComparatorWithDescriptionAsLabel(manager); 259 public TestChannelComparator(TvInputManagerHelper manager) { 260 super(null, manager); 270 public ChannelComparatorWithDescriptionAsLabel(TvInputManagerHelper manager) { 271 super(null, manager); [all...] |
/external/autotest/client/cros/cellular/ |
pseudo_modem.py | 136 manager, 144 self.manager = manager 146 self.path = manager.path + name 152 DBusObjectWithProperties.__init__(self, manager.bus, self.path) 155 def FromCarrier(carrier, manager): 158 return SIM(manager, *args) 177 def __init__(self, manager, name='/SMS/0', text='test', 179 self.manager = manager [all...] |
/external/autotest/database/ |
migrate.py | 54 def _execute_migration(self, attributes, manager): 59 method(manager) 63 manager.execute_script(sql) 66 def migrate_up(self, manager): 69 @param manager: A MigrationManager object. 72 self._execute_migration(self._UP_ATTRIBUTES, manager) 75 def migrate_down(self, manager): 78 @param manager: A MigrationManager object. 81 self._execute_migration(self._DOWN_ATTRIBUTES, manager) 435 manager = get_migration_manager(db_name=options.database [all...] |
/development/samples/SipDemo/src/com/example/android/sip/ |
WalkieTalkieActivity.java | 45 public SipManager manager = null; field in class:WalkieTalkieActivity 103 if(manager == null) { 104 manager = SipManager.newInstance(this); 115 if (manager == null) { 141 manager.open(me, pi, null); 144 // This listener must be added AFTER manager.open is called, 147 manager.setRegistrationListener(me.getUriString(), new SipRegistrationListener() { 173 if (manager == null) { 178 manager.close(me.getUriString()); 211 call = manager.makeAudioCall(me.getUriString(), sipAddress, listener, 30) [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
MemoryHandlerTest.java | 46 final static LogManager manager = LogManager.getLogManager(); field in class:MemoryHandlerTest 67 manager.reset(); 69 manager.readConfiguration(EnvironmentHelper 96 manager.readConfiguration(); 171 manager.readConfiguration(EnvironmentHelper 181 manager.readConfiguration(EnvironmentHelper 191 manager.readConfiguration(EnvironmentHelper 199 manager.readConfiguration(EnvironmentHelper 207 manager.readConfiguration(EnvironmentHelper 215 manager.readConfiguration(EnvironmentHelpe [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
CreateConnectionProcessor.java | 276 // If there exists a registered connection manager then use it. 323 // Next, add the connection manager account as a backup if it can place emergency calls. 336 Log.i(this, "Will try Connection Manager account %s for emergency", 384 // Connection Manager does not exist or does not match registered Connection Manager 385 // Since Connection manager is a proxy for SIM, fall back to SIM 398 // In this case, fall back to a sim because connection manager declined 400 Log.d(CreateConnectionProcessor.this, "Connection manager declined to handle the " 401 + "call, falling back to not using a connection manager"); 406 Log.d(CreateConnectionProcessor.this, "Connection manager unbound while trying [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
managers.py | 94 # Function for communication with a manager's server process 99 Send a message to manager using connection `c` and return response 145 # Server which is run in a process controlled by a manager 150 Server class which runs in a process controlled by a manager object 347 util.debug('manager received shutdown message') 358 util.debug('terminating a child process of manager') 362 util.debug('terminating a child process of manager') 366 util.info('manager exiting with exitcode 0') 444 # Class to represent state of a manager 497 Connect manager object to the server proces [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
managers.py | 94 # Function for communication with a manager's server process 99 Send a message to manager using connection `c` and return response 145 # Server which is run in a process controlled by a manager 150 Server class which runs in a process controlled by a manager object 347 util.debug('manager received shutdown message') 358 util.debug('terminating a child process of manager') 362 util.debug('terminating a child process of manager') 366 util.info('manager exiting with exitcode 0') 444 # Class to represent state of a manager 497 Connect manager object to the server proces [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 94 # Function for communication with a manager's server process 99 Send a message to manager using connection `c` and return response 145 # Server which is run in a process controlled by a manager 150 Server class which runs in a process controlled by a manager object 347 util.debug('manager received shutdown message') 358 util.debug('terminating a child process of manager') 362 util.debug('terminating a child process of manager') 366 util.info('manager exiting with exitcode 0') 444 # Class to represent state of a manager 497 Connect manager object to the server proces [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 94 # Function for communication with a manager's server process 99 Send a message to manager using connection `c` and return response 145 # Server which is run in a process controlled by a manager 150 Server class which runs in a process controlled by a manager object 347 util.debug('manager received shutdown message') 358 util.debug('terminating a child process of manager') 362 util.debug('terminating a child process of manager') 366 util.info('manager exiting with exitcode 0') 444 # Class to represent state of a manager 497 Connect manager object to the server proces [all...] |
/external/libchrome/dbus/ |
object_manager.h | 18 // Newer D-Bus services implement the Object Manager interface to inform other 26 // simplifying implementation, since there tends to be a single object manager 57 // The link between the implementation class and the object manager is set up 59 // a pointer to its object manager for use in other methods and establish 74 // The D-Bus thread manager takes care of issuing the necessary call to 77 // The object manager interface class has one abstract method that must be 101 // manager class handles that for you. 105 // interface or from the Object Manager interface. You may also wish to 110 // obtain it from the object manager. Unlike the equivalent method on the bus 119 // use of object manager behind the scenes, the rules for updating propertie [all...] |
/external/freetype/include/ |
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
|
/external/llvm/include/llvm/ExecutionEngine/ |
SectionMemoryManager.h | 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===// 10 // This file contains the declaration of a section-based memory manager used by 24 /// This is a simple memory manager which implements the methods called by 28 /// This memory manager allocates all section memory as read-write. The 32 /// Any client using this memory manager MUST ensure that section-specific 66 /// permissions can be applied. It is up to the memory manager implementation 67 /// to decide whether or not to act on this method. The memory manager will
|
/external/pdfium/third_party/freetype/include/freetype/ |
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
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageSignatures.java | 83 "Error in package manager settings: <signatures> has" 117 "Error in package manager settings: <cert> " 123 "Error in package manager settings: <cert> " 138 "Error in package manager settings: <cert> " 143 "Error in package manager settings: <cert> " 150 "Error in package manager settings: <cert> has" 155 "Error in package manager settings: too "
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/ |
TelephonyManagerCompat.java | 30 * @param telephonyManager The telephony manager instance to use for method calls. 65 * @param telephonyManager The telephony manager instance to use for method calls. 85 * @param telephonyManager The telephony manager instance to use for method calls. 103 * @param telephonyManager The telephony manager instance to use for method calls. 121 * @param telephonyManager The telephony manager instance to use for method calls. 141 * @param telephonyManager The telephony manager instance to use for method calls. 160 * @param telephonyManager The telephony manager instance to use for method calls.
|
/packages/providers/DownloadProvider/res/values-en-rAU/ |
strings.xml | 19 <string name="app_label" msgid="3658948994665187911">"Download Manager"</string> 20 <string name="permlab_downloadManager" msgid="7779544811202855500">"Access download manager."</string> 21 <string name="permdesc_downloadManager" msgid="4237406545998908947">"Allows the app to access the download manager and to use it to download files. Malicious apps can use this to disrupt downloads and access private information."</string> 22 <string name="permlab_downloadManagerAdvanced" msgid="7103642833308809655">"Advanced download manager functions."</string> 23 <string name="permdesc_downloadManagerAdvanced" msgid="2659546004160962761">"Allows the app to access the download manager\'s advanced functions. Malicious apps can use this to disrupt downloads and access private information."</string> 30 <string name="permdesc_downloadCacheNonPurgeable" msgid="2408760720334570420">"Allows the app to download files to the download cache, which can\'t be deleted automatically when the download manager needs more space."</string> 32 <string name="permdesc_downloadWithoutNotification" msgid="8483135034298639727">"Allows the application to download files through the download manager without any notification being shown to the user."</string>
|
/packages/providers/DownloadProvider/res/values-en-rGB/ |
strings.xml | 19 <string name="app_label" msgid="3658948994665187911">"Download Manager"</string> 20 <string name="permlab_downloadManager" msgid="7779544811202855500">"Access download manager."</string> 21 <string name="permdesc_downloadManager" msgid="4237406545998908947">"Allows the app to access the download manager and to use it to download files. Malicious apps can use this to disrupt downloads and access private information."</string> 22 <string name="permlab_downloadManagerAdvanced" msgid="7103642833308809655">"Advanced download manager functions."</string> 23 <string name="permdesc_downloadManagerAdvanced" msgid="2659546004160962761">"Allows the app to access the download manager\'s advanced functions. Malicious apps can use this to disrupt downloads and access private information."</string> 30 <string name="permdesc_downloadCacheNonPurgeable" msgid="2408760720334570420">"Allows the app to download files to the download cache, which can\'t be deleted automatically when the download manager needs more space."</string> 32 <string name="permdesc_downloadWithoutNotification" msgid="8483135034298639727">"Allows the application to download files through the download manager without any notification being shown to the user."</string>
|
/packages/providers/DownloadProvider/res/values-en-rIN/ |
strings.xml | 19 <string name="app_label" msgid="3658948994665187911">"Download Manager"</string> 20 <string name="permlab_downloadManager" msgid="7779544811202855500">"Access download manager."</string> 21 <string name="permdesc_downloadManager" msgid="4237406545998908947">"Allows the app to access the download manager and to use it to download files. Malicious apps can use this to disrupt downloads and access private information."</string> 22 <string name="permlab_downloadManagerAdvanced" msgid="7103642833308809655">"Advanced download manager functions."</string> 23 <string name="permdesc_downloadManagerAdvanced" msgid="2659546004160962761">"Allows the app to access the download manager\'s advanced functions. Malicious apps can use this to disrupt downloads and access private information."</string> 30 <string name="permdesc_downloadCacheNonPurgeable" msgid="2408760720334570420">"Allows the app to download files to the download cache, which can\'t be deleted automatically when the download manager needs more space."</string> 32 <string name="permdesc_downloadWithoutNotification" msgid="8483135034298639727">"Allows the application to download files through the download manager without any notification being shown to the user."</string>
|