Searched refs:probe (Results 1 – 6 of 6) sorted by relevance
123 const unsigned int probe = 1; in lookUpBucketFor() local150 index += probe; in lookUpBucketFor()166 const unsigned int probe = 1; in findKey() local181 index += probe; in findKey()225 const unsigned int probe = 1; in doRehash() local227 new_bucket += probe; in doRehash()
35 const unsigned int probe = 1; in ChainIteratorBase() local46 m_Index += probe; in ChainIteratorBase()105 const unsigned int probe = 1; in advance() local107 m_Index += probe; in advance()
197 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local209 probe = new EnergyProbe(0); in test2_0AuxiliarySoundModification()232 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification()255 if (probe != null) { in test2_0AuxiliarySoundModification()256 probe.release(); in test2_0AuxiliarySoundModification()269 EnergyProbe probe = null; in test2_1InsertSoundModification() local307 probe = new EnergyProbe(0); in test2_1InsertSoundModification()315 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()340 if (probe != null) { in test2_1InsertSoundModification()341 probe.release(); in test2_1InsertSoundModification()
352 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local364 probe = new EnergyProbe(0); in test2_0AuxiliarySoundModification()389 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification()412 if (probe != null) { in test2_0AuxiliarySoundModification()413 probe.release(); in test2_0AuxiliarySoundModification()426 EnergyProbe probe = null; in test2_1InsertSoundModification() local466 probe = new EnergyProbe(0); in test2_1InsertSoundModification()474 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()499 if (probe != null) { in test2_1InsertSoundModification()500 probe.release(); in test2_1InsertSoundModification()
117 // Logs IpReachabilityMonitor probe events and NUD_FAILED events.121 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent.125 // The event type code of the probe, represented by constants defined in154 // The id of the network for which the probe was sent.158 // The time it took for that probe to complete or time out.161 // The type of portal probe, represented by PROBE_* constants defined in165 // The http code result of the probe test.424 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent.545 // An IP reachability probe event.568 // A network validation probe event.
24667 final File probe = new File(pkg.codePath); in movePackageInternal() local24668 final File probeOat = new File(probe, "oat"); in movePackageInternal()24669 if (!probe.isDirectory() || !probeOat.isDirectory()) { in movePackageInternal()