Searched refs:sim (Results 1 - 25 of 86) sorted by relevance

1234

/external/pcre/dist2/
H A DRunTest28 # "-sim" followed by an argument to run cross-compiled executables under a
31 # RunTest 3 -sim "qemu-arm -s 8388608"
33 # For backwards compatibility, -nojit, -valgrind, -valgrind-log, and -sim may
200 sim=
267 sim|-sim) shift; sim=$1;;
300 $sim ./pcre2test -C linksize >/dev/null
320 $sim ./pcre2test -S 1 /dev/null /dev/null
337 $sim
[all...]
/external/autotest/client/site_tests/cellular_ActivateLTE/files/
H A Dmodems.py11 from autotest_lib.client.cros.cellular.pseudomodem import sim namespace
86 class TestSIM(sim.SIM):
96 sim.SIM.__init__(
98 sim.SIM.Carrier('test'),
/external/autotest/client/site_tests/cellular_Identifiers/
H A Dcellular_Identifiers.py10 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/cellular_ServiceName/
H A Dcellular_ServiceName.py13 from autotest_lib.client.cros.cellular.pseudomodem import sim namespace
52 class TestSIM(sim.SIM):
58 carrier = sim.SIM.Carrier()
63 sim.SIM.__init__(self, carrier,
115 'test-sim-class': 'TestSIM'},))
134 'test-sim-class': 'TestSIM'},))
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dscheduler.cc230 Sim* sim = device_states_[event.node->assigned_device_name()]; local
231 --sim->num_running;
259 Sim* sim = device_states_[event.node->assigned_device_name()]; local
260 sim->ready_nodes.push_back(event.node);
264 Sim* sim = x.second; local
265 while (sim->num_running < sim->degree_parallelism &&
266 !sim->ready_nodes.empty()) {
268 e.node = GetNodeWithHighestPriority(sim->ready_nodes);
273 ++sim
[all...]
/external/autotest/client/cros/cellular/pseudomodem/
H A Dmodem.py77 self.sim = None
311 def SetSIM(self, sim):
316 @param sim: An instance of sim.SIM.
321 self.sim = sim
322 if not sim:
325 val = sim.path
326 self.sim.SetBus(self.bus)
327 self.sim
[all...]
H A Dmodem_3gpp.py138 if not self.sim or self.sim.locked:
148 dbus.types.UInt32(self.sim.enabled_locks)),
164 if not self.sim:
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)
283 def SetSIM(self, sim):
288 @param sim: An instance of sim
[all...]
H A Dpseudomodem.py29 import sim namespace
131 self._sim = sim.SIM(sim.SIM.Carrier('test'),
399 '--test-sim-class',
406 '--test-sim-arg',
/external/autotest/client/deps/lansim/src/py/
H A Dhost.py29 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/
H A Dhydrogen-removable-simulates.cc123 void Remember(HSimulate* sim) { argument
124 mergelist_.Add(sim, zone_);
H A Dlithium.cc547 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
548 sim->ReplayEnvironment(hydrogen_env);
549 hydrogen_value_for_lazy_bailout = sim;
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py285 sim=None):
296 sim: a SIM object.
310 self.sim = sim
365 if self.sim:
366 properties['Sim'] = ObjectPath(self.sim.path)
707 with GSMModem(manager, sim=sim_card) as modem:
/external/autotest/client/site_tests/cellular_SIMLocking/
H A Dcellular_SIMLocking.py13 from autotest_lib.client.cros.cellular.pseudomodem import sim namespace
23 - Attempt to enable SIM lock with incorrect sim-pin. Verify that the
27 - Attempt to unlock a pin-locked SIM with incorrect sim-pin, until it gets
30 - Attempt to unblock a puk-locked SIM with incorrect sim-puk, until the
31 SIM gets blocked. At this point, a sim-pin2 might be expected by some
32 SIMs. This test does not attempt to unlock the SIM using sim-pin2.
33 - Test the functionality to change sim-pin.
40 """ Obtain a pin that does not match the valid sim-pin. """
49 """ Obtain a puk that does not match the valid sim-puk. """
179 """ Test SIM lock enable failes with incorrect sim
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DHTMLEntities.properties240 sim=8764
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_sim_db.c48 } sim; member in union:eap_sim_db_pending::__anon31431
496 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
505 if (hexstr2bin(start, entry->u.sim.sres[num_chal],
510 if (hexstr2bin(start, entry->u.sim.rand[num_chal],
520 entry->u.sim.num_chal = num_chal;
964 "%d challenges", entry->u.sim.num_chal);
965 num_chal = entry->u.sim.num_chal;
968 os_memcpy(_rand, entry->u.sim.rand, num_chal * GSM_RAND_LEN);
969 os_memcpy(sres, entry->u.sim.sres,
971 os_memcpy(kc, entry->u.sim
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_sim_db.c48 } sim; member in union:eap_sim_db_pending::__anon31700
496 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
505 if (hexstr2bin(start, entry->u.sim.sres[num_chal],
510 if (hexstr2bin(start, entry->u.sim.rand[num_chal],
520 entry->u.sim.num_chal = num_chal;
964 "%d challenges", entry->u.sim.num_chal);
965 num_chal = entry->u.sim.num_chal;
968 os_memcpy(_rand, entry->u.sim.rand, num_chal * GSM_RAND_LEN);
969 os_memcpy(sres, entry->u.sim.sres,
971 os_memcpy(kc, entry->u.sim
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_sim_db.c48 } sim; member in union:eap_sim_db_pending::__anon31981
496 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
505 if (hexstr2bin(start, entry->u.sim.sres[num_chal],
510 if (hexstr2bin(start, entry->u.sim.rand[num_chal],
520 entry->u.sim.num_chal = num_chal;
964 "%d challenges", entry->u.sim.num_chal);
965 num_chal = entry->u.sim.num_chal;
968 os_memcpy(_rand, entry->u.sim.rand, num_chal * GSM_RAND_LEN);
969 os_memcpy(sres, entry->u.sim.sres,
971 os_memcpy(kc, entry->u.sim
[all...]
/external/clang/test/SemaCXX/
H A Dcxx0x-cursory-default-delete.cpp109 const some_init_mutable sim; // ok local
/external/tensorflow/tensorflow/examples/tutorials/word2vec/
H A Dword2vec_basic.py288 sim = similarity.eval() variable
292 nearest = (-sim[i, :]).argsort()[1:top_k + 1]
/external/v8/src/ppc/
H A Dsimulator-ppc.h432 Simulator* sim = Simulator::current(isolate);
433 return sim->PushAddress(try_catch_address);
/external/autotest/client/cros/networking/
H A Dmm1_proxy.py292 def sim(self): member in class:SimProxy
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp101 --sim-hints=hint1,hint2,... activate unusual sim behaviours [none]
/external/google-tv-pairing-protocol/cpp/
H A Dconfig.sub159 -sim | -cisco | -oki | -wec | -winbond)
1156 os=-sim
1160 os=-sim
1310 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
/external/libexif/
H A Dconfig.sub162 -sim | -cisco | -oki | -wec | -winbond)
1165 os=-sim
1169 os=-sim
1322 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
/external/libnetfilter_conntrack/
H A Dconfig.sub163 -sim | -cisco | -oki | -wec | -winbond)
1172 os=-sim
1176 os=-sim
1329 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \

Completed in 596 milliseconds

1234