Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc123 const unsigned int probe = 1; in lookUpBucketFor() local
150 index += probe; in lookUpBucketFor()
166 const unsigned int probe = 1; in findKey() local
181 index += probe; in findKey()
225 const unsigned int probe = 1; in doRehash() local
227 new_bucket += probe; in doRehash()
DHashIterator.h35 const unsigned int probe = 1; in ChainIteratorBase() local
46 m_Index += probe; in ChainIteratorBase()
105 const unsigned int probe = 1; in advance() local
107 m_Index += probe; in advance()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaPresetReverbTest.java197 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local
209 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() local
307 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()
DMediaEnvReverbTest.java352 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local
364 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() local
466 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()
/frameworks/base/proto/src/
Dipconnectivity.proto117 // 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 in
154 // 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 in
165 // 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.
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java24667 final File probe = new File(pkg.codePath); in movePackageInternal() local
24668 final File probeOat = new File(probe, "oat"); in movePackageInternal()
24669 if (!probe.isDirectory() || !probeOat.isDirectory()) { in movePackageInternal()