Home
last modified time | relevance | path

Searched refs:sim (Results 1 – 25 of 106) sorted by relevance

12345

/external/pcre/dist/
DRunTest178 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/null
352 $sim ./pcretest -C ucp >/dev/null
356 $sim ./pcretest -C jit >/dev/null
409 $sim ./pcretest /dev/null
[all …]
/external/v8/infra/mb/
Dmb_config.pyl50 'V8 Linux - arm64 - sim - MSAN': 'gyp_release_simulate_arm64_msan',
82 'V8 Linux - arm - sim': 'gyp_release_simulate_arm',
83 'V8 Linux - arm - sim - debug': 'gyp_debug_simulate_arm',
86 'V8 Linux - arm64 - sim': 'gyp_release_simulate_arm64',
87 'V8 Linux - arm64 - sim - debug': 'gyp_debug_simulate_arm64',
88 'V8 Linux - arm64 - sim - nosnap - debug':
90 'V8 Linux - arm64 - sim - gc stress': 'gyp_debug_simulate_arm64',
93 'V8 Linux - mipsel - sim - builder': 'gyp_release_simulate_mipsel',
94 'V8 Linux - mips64el - sim - builder': 'gyp_release_simulate_mips64el',
96 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc',
[all …]
/external/autotest/client/site_tests/network_SIMLocking/
Dcontrol24 - Attempt to enable SIM lock with incorrect sim-pin. Verify that the
28 - Attempt to unlock a pin-locked SIM with incorrect sim-pin, until it gets
31 - Attempt to unblock a puk-locked SIM with incorrect sim-puk, until the SIM
32 gets blocked. At this point, a sim-pin2 might be expected by some SIMs. This
33 test does not attempt to unlock the SIM using sim-pin2.
34 - Test the functionality to change sim-pin.
Dnetwork_SIMLocking.py13 from autotest_lib.client.cros.cellular.pseudomodem import sim
388 self.current_pin = sim.SIM.DEFAULT_PIN
389 self.current_puk = sim.SIM.DEFAULT_PUK
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem.py77 self.sim = None
311 def SetSIM(self, sim): argument
321 self.sim = sim
322 if not sim:
325 val = sim.path
326 self.sim.SetBus(self.bus)
327 self.sim.modem = self
350 if not self.sim:
355 self.sim.lock_type)
357 self.sim.unlock_retries)
[all …]
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): argument
293 modem.Modem.SetSIM(self, sim)
389 assert self.sim
393 self.sim.Get(mm1_constants.I_SIM, 'OperatorIdentifier')):
[all …]
Dpseudomodem.py29 import sim
131 self._sim = sim.SIM(sim.SIM.Carrier('test'),
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
Dmain.cpp22 strint_map sim; in main() local
23 sim["world"] = 42; in main()
32 simter simI = sim.begin(); in main()
/external/autotest/client/site_tests/network_LTEActivate/files/
Dmodems.py11 from autotest_lib.client.cros.cellular.pseudomodem import sim
86 class TestSIM(sim.SIM):
96 sim.SIM.__init__(
98 sim.SIM.Carrier('test'),
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
Dmain.cpp26 strint_map sim; in main() local
27 sim["world"] = 42; in main()
36 simter simI = sim.begin(); in main()
/external/autotest/client/site_tests/network_3GIdentifiers/
Dnetwork_3GIdentifiers.py10 from autotest_lib.client.cros.cellular.pseudomodem import sim
18 class TestSIM(sim.SIM):
21 sim.SIM.__init__(self,
22 sim.SIM.Carrier('att'),
Dcontrol.pseudomodem38 'test-sim-class' : 'TestSIM'},))
/external/autotest/client/site_tests/cellular_ServiceName/
Dcellular_ServiceName.py13 from autotest_lib.client.cros.cellular.pseudomodem import sim
52 class TestSIM(sim.SIM):
58 carrier = sim.SIM.Carrier()
63 sim.SIM.__init__(self, carrier,
/external/valgrind/callgrind/tests/
Dsimwork-both.vgtest2 vgopts: --cache-sim=yes --branch-sim=yes
Dsimwork-cache.vgtest2 vgopts: --cache-sim=yes
Dsimwork-branch.vgtest2 vgopts: --branch-sim=yes
/external/autotest/client/deps/lansim/src/py/
Dhost.py29 def __init__(self, sim, hw_addr, ip_addr): argument
36 self._sim = sim
49 sim.add_match(rule, self.arp_request)
53 sim.add_match(rule, self.arp_request)
/external/wpa_supplicant_8/src/eap_server/
Deap_sim_db.c48 } sim; member
496 if (hexstr2bin(start, entry->u.sim.kc[num_chal], in eap_sim_db_sim_resp_auth()
505 if (hexstr2bin(start, entry->u.sim.sres[num_chal], in eap_sim_db_sim_resp_auth()
510 if (hexstr2bin(start, entry->u.sim.rand[num_chal], in eap_sim_db_sim_resp_auth()
520 entry->u.sim.num_chal = num_chal; in eap_sim_db_sim_resp_auth()
964 "%d challenges", entry->u.sim.num_chal); in eap_sim_db_get_gsm_triplets()
965 num_chal = entry->u.sim.num_chal; in eap_sim_db_get_gsm_triplets()
968 os_memcpy(_rand, entry->u.sim.rand, num_chal * GSM_RAND_LEN); in eap_sim_db_get_gsm_triplets()
969 os_memcpy(sres, entry->u.sim.sres, in eap_sim_db_get_gsm_triplets()
971 os_memcpy(kc, entry->u.sim.kc, num_chal * EAP_SIM_KC_LEN); in eap_sim_db_get_gsm_triplets()
/external/autotest/client/cros/cellular/
Dpseudo_modem.py285 sim=None): argument
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/valgrind/memcheck/tests/solaris/
Ddoor_data.vgtest2 vgopts: -q --sim-hints=lax-doors
Dscalar.vgtest2 vgopts: -q --error-limit=no --sim-hints=lax-doors
/external/valgrind/helgrind/tests/
Dtls_threads.vgtest2 vgopts: -q --sim-hints=no-nptl-pthread-stackcache
/external/v8/src/crankshaft/
Dhydrogen-removable-simulates.cc122 void Remember(HSimulate* sim) { in Remember() argument
123 mergelist_.Add(sim, zone_); in Remember()
/external/libvorbis/doc/
DVorbis_I_spec.tex77 \renewcommand{\~}{$\sim$}
88 % ~ -> $\sim$ (or \~ which we defined above)
/external/icu/icu4c/source/data/locales/
Dkea.txt1073 dn{"sim."}
1076 other{"di li {0} sim."}
1079 other{"a ten {0} sim."}
1084 dn{"sim."}
1087 other{"di li {0} sim."}
1090 other{"a ten {0} sim."}

12345