HomeSort by relevance Sort by last modified time
    Searched refs:sim (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/pcre/dist/
RunTest 43 # Other arguments can be one of the words "valgrind", "valgrind-log", or "sim"
47 # RunTest 3 sim "qemu-arm -s 8388608"
178 sim=
247 sim) shift; sim=$1;;
280 $sim ./pcretest -C linksize >/dev/null
294 $sim ./pcretest -C pcre8 >/dev/null
296 $sim ./pcretest -C pcre16 >/dev/null
298 $sim ./pcretest -C pcre32 >/dev/null
349 $sim ./pcretest -C utf >/dev/nul
    [all...]
  /external/autotest/client/site_tests/network_3GIdentifiers/
network_3GIdentifiers.py 10 from autotest_lib.client.cros.cellular.pseudomodem import sim namespace
18 class TestSIM(sim.SIM):
19 """ sim.SIM subclass to set the network as needed. """
21 sim.SIM.__init__(self,
22 sim.SIM.Carrier('att'),
  /external/autotest/client/site_tests/network_LTEActivate/files/
modems.py 11 from autotest_lib.client.cros.cellular.pseudomodem import sim namespace
86 class TestSIM(sim.SIM):
87 """ SIM instantiated with the default test network, for ease of use. """
89 # Shill's activating ICCID store tracks which SIM identifiers are in
90 # the process of activation. If we use the same SIM identifier for
92 # activating ICCD store which will erroneously mark the SIM as pending
93 # activation. So, to avoid this, try to use a unique SIM identifier
96 sim.SIM.__init__
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 77 self.sim = None
164 'Sim' : dbus.types.ObjectPath(mm1_constants.ROOT_PATH)
311 def SetSIM(self, sim):
313 Assigns a SIM object to this Modem. It exposes the SIM object via DBus
314 and sets 'Sim' property of this Modem to the path of the SIM.
316 @param sim: An instance of sim.SIM
    [all...]
modem_3gpp.py 138 if not self.sim or self.sim.locked:
148 dbus.types.UInt32(self.sim.enabled_locks)),
163 sim_path = self.Get(mm1_constants.I_MODEM, 'Sim')
164 if not self.sim:
168 'Cannot scan for networks because no SIM is inserted.')
171 # TODO(armansito): check here for SIM lock?
177 sim_props = self.sim.GetAll(mm1_constants.I_SIM)
184 'access-technology': dbus.types.UInt32(self.sim.access_technology)
280 self.sim.enabled_locks
    [all...]
pseudomodem.py 29 import sim namespace
117 Three main objects are created: the |Modem|, the |Sim|, and the
131 self._sim = sim.SIM(sim.SIM.Carrier('test'),
134 logging.info('Created default 3GPP SIM.')
168 # Unfortunately, setting the SIM has to be deferred until everyone has
182 The user can provide their own implementations of the |Modem|, |Sim| or
346 title='SIM options'
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 233 * get sim at index 'index'.
238 loge("getSim: no registered sim device?!?");
243 loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount());
253 * get modem associated with sim index 'simIndex'.
258 loge("getModemForSim: no registered modem/sim device?!?");
263 loge("getModemForSim: out-of-bounds access for sim device " + simIndex + " max: " + getSimCount());
269 HardwareConfig sim = getSim(simIndex); local
271 if (modem.uuid.equals(sim.modemUuid)) {
281 * get all sim's associated with modem at index 'modemIndex'.
286 loge("getAllSimsForModem: no registered sim device?!?")
    [all...]
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 13 from autotest_lib.client.cros.cellular.pseudomodem import sim namespace
52 class TestSIM(sim.SIM):
54 Test SIM with a specific carrier name that the tests below are expecting.
58 carrier = sim.SIM.Carrier()
63 sim.SIM.__init__(self, carrier,
79 Verifies that shill reports the correct service name depending on the SIM
107 Checks the service name when the SIM and the network is the sam
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeStateMachineTest.java 463 "Foreground call transitions from sim to voip",
482 "Foreground call transitions from voip to sim",
501 "Call-waiting hangs up before being answered, with another sim call in " +
  /tools/test/connectivity/acts/tests/google/tel/etc/
manage_sim.py 17 Basic script for managing a JSON "database" file of SIM cards.
37 A dictionary with keys equivalent to the ICCIDs of each SIM containing
38 information about that SIM
48 print('No Valid Sim in {} {}! SimState = {}'.format(
151 for sim in delete_list:
153 print('Deleting the SIM entry: ', sim)
154 del simconf[sim]
186 ' SIM list'))
197 help='(default) Append to the list of SIM entries'
    [all...]
  /external/autotest/client/deps/lansim/src/py/
host.py 29 def __init__(self, sim, hw_addr, ip_addr):
32 @param sim: The Simulator interface where this host lives.
36 self._sim = sim
49 sim.add_match(rule, self.arp_request)
53 sim.add_match(rule, self.arp_request)
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 122 void Remember(HSimulate* sim) {
123 mergelist_.Add(sim, zone_);
lithium.cc 551 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
552 sim->ReplayEnvironment(hydrogen_env);
553 hydrogen_value_for_lazy_bailout = sim;
  /toolchain/binutils/binutils-2.25/
src-release.sh 288 GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu"
297 # Corresponding to the CVS "sim" module.
302 package=sim
303 tool=sim
328 sim)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 240 sim=8764
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 226 SimulatedPortInfo sim = mSimulatedPorts.get(portId); local
227 if (sim != null) {
229 sim.mCurrentMode = newMode;
230 sim.mCurrentPowerRole = newPowerRole;
231 sim.mCurrentDataRole = newDataRole;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 2 * hostapd / EAP-SIM database/authenticator gateway
8 * This is an example implementation of the EAP-SIM/AKA database/authentication
12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
48 } sim; member in union:eap_sim_db_pending::__anon27139
103 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for "
106 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err);
129 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for "
132 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err);
146 wpa_printf(MSG_ERROR, "EAP-SIM DB: Failed to open database "
198 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err)
    [all...]
  /external/autotest/client/site_tests/network_SIMLocking/
network_SIMLocking.py 13 from autotest_lib.client.cros.cellular.pseudomodem import sim namespace
20 Test the SIM locking functionality of shill.
23 - Attempt to enable SIM lock with incorrect sim-pin. Verify that the
25 - Successfully pin-lock the SIM.
26 - Unlock a pin-locked SIM.
27 - Attempt to unlock a pin-locked SIM with incorrect sim-pin, until it gets
29 - Unblock a puk-locked SIM.
30 - Attempt to unblock a puk-locked SIM with incorrect sim-puk, until th
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 77 \renewcommand{\~}{$\sim$}
88 % ~ -> $\sim$ (or \~ which we defined above)
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 17 package com.android.settings.sim;
50 // Do not create notifications on single SIM devices or when provisioning i.e. Setup Wizard.
58 // If sim state is not ABSENT or LOADED then ignore
62 Log.d(TAG, "sim state is not Absent or Loaded");
  /external/autotest/client/cros/cellular/
pseudo_modem.py 9 user to test shill and UI behaviors when a supported SIM is inserted
101 class SIM(DBusObjectWithProperties):
102 """SIM Object.
104 Mock SIM Card and the typical information it might contain.
105 SIM cards of different carriers can be created by providing
106 the MCC, MNC, operator name, imsi, and msin. SIM objects are
143 name='/Sim/0'):
147 self.mcc = mcc or SIM.MCC_LIST.get(mcc_country, '000')
151 self.imsi = imsi or (self.mcc + self.mnc + SIM.DEFAULT_IMSI)
156 """Creates a SIM card object for a given carrier.""
    [all...]
  /external/v8/src/arm/
simulator-arm.h 461 Simulator* sim = Simulator::current(isolate);
462 return sim->PushAddress(try_catch_address);
  /external/v8/src/mips/
simulator-mips.h 499 Simulator* sim = Simulator::current(isolate);
500 return sim->PushAddress(try_catch_address);
  /external/v8/src/mips64/
simulator-mips64.h 516 Simulator* sim = Simulator::current(isolate);
517 return sim->PushAddress(try_catch_address);
  /external/v8/src/ppc/
simulator-ppc.h 427 Simulator* sim = Simulator::current(isolate);
428 return sim->PushAddress(try_catch_address);

Completed in 592 milliseconds

1 2 3 4 5