Home
last modified time | relevance | path

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

12345

/external/pcre/dist2/
DRunTest200 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 ./pcre2test -C pcre2-8 >/dev/null
339 $sim ./pcre2test -C pcre2-16 >/dev/null
341 $sim ./pcre2test -C pcre2-32 >/dev/null
346 $sim ./pcre2test -C backslash-C >/dev/null
398 $sim ./pcre2test -C unicode >/dev/null
406 $sim ./pcre2test -C jit >/dev/null
[all …]
/external/v8/infra/mb/
Dmb_config.pyl75 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan',
108 'V8 Linux - arm - sim': 'gn_release_simulate_arm',
109 'V8 Linux - arm - sim - debug': 'gn_debug_simulate_arm',
112 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64',
113 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64',
114 'V8 Linux - arm64 - sim - nosnap - debug':
116 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64',
119 'V8 Linux - mipsel - sim - builder': 'gn_release_simulate_mipsel',
120 'V8 Linux - mips64el - sim - builder': 'gn_release_simulate_mips64el',
122 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc',
[all …]
/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/autotest/client/site_tests/cellular_SIMLocking/
Dcontrol.pseudomodem23 - 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 SIM
31 gets blocked. At this point, a sim-pin2 might be expected by some SIMs. This
32 test does not attempt to unlock the SIM using sim-pin2.
33 - Test the functionality to change sim-pin.
Dcellular_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/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc230 Sim* sim = device_states_[event.node->assigned_device_name()]; in ComputeSchedule() local
231 --sim->num_running; in ComputeSchedule()
259 Sim* sim = device_states_[event.node->assigned_device_name()]; in ComputeSchedule() local
260 sim->ready_nodes.push_back(event.node); in ComputeSchedule()
264 Sim* sim = x.second; in ComputeSchedule() local
265 while (sim->num_running < sim->degree_parallelism && in ComputeSchedule()
266 !sim->ready_nodes.empty()) { in ComputeSchedule()
268 e.node = GetNodeWithHighestPriority(sim->ready_nodes); in ComputeSchedule()
273 ++sim->num_running; in ComputeSchedule()
/external/autotest/client/site_tests/cellular_ActivateLTE/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/autotest/client/site_tests/cellular_Identifiers/
Dcellular_Identifiers.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'),
/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/mesa3d/src/gallium/docs/source/
Dtgsi.rst1242 dst.x = \sim src.x
1244 dst.y = \sim src.y
1246 dst.z = \sim src.z
1248 dst.w = \sim src.w
1421 dst.x = (src0.x < src1.x) ? \sim 0 : 0
1423 dst.y = (src0.y < src1.y) ? \sim 0 : 0
1425 dst.z = (src0.z < src1.z) ? \sim 0 : 0
1427 dst.w = (src0.w < src1.w) ? \sim 0 : 0
1434 dst.x = (src0.x < src1.x) ? \sim 0 : 0
1436 dst.y = (src0.y < src1.y) ? \sim 0 : 0
[all …]
/external/valgrind/callgrind/
DMakefile.in141 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-sim.$(OBJEXT) \
148 fn.c jumps.c main.c sim.c threads.c
161 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-sim.$(OBJEXT) \
886 sim.c \
1045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-sim.Po@am_…
1059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-sim.Po@am_…
1246 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-sim.o: sim.c
1247sim.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-sim.Tpo -c -o callgrind_@VGCON…
1248 …PDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-sim.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCON…
1251 …FLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-sim.o `test -f 'sim.c' || echo '$(srcdir)/'`s…
[all …]
/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/v8/src/crankshaft/
Dhydrogen-removable-simulates.cc123 void Remember(HSimulate* sim) { in Remember() argument
124 mergelist_.Add(sim, zone_); in Remember()
/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/icu/icu4c/source/data/unit/
Dkea.txt437 dnam{"sim."}
438 other{"{0} sim."}
682 dnam{"sim."}
683 other{"{0} sim."}
684 per{"{0}/sim."}
/external/icu/icu4c/source/data/locales/
Dkea.txt1079 dn{"sim."}
1082 other{"di li {0} sim."}
1085 other{"a ten {0} sim."}
1090 dn{"sim."}
1093 other{"di li {0} sim."}
1096 other{"a ten {0} sim."}

12345