HomeSort by relevance Sort by last modified time
    Searched full:probe (Results 51 - 75 of 1009) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
ProbeInserter.java 22 * for a probe simply sets a certain slot of a boolean array to true. In
23 * addition the probe array has to be retrieved at the beginning of the method
33 /** Maximum stack usage of the code to access the probe array. */
47 * the probe array
62 // For a probe we set the corresponding position in the boolean[] array
108 // Max stack size of the probe code is 3 which can add to the
109 // original stack size depending on the probe locations. The accessor
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-m.pl 188 probe.r r4 = r5, r6
189 probe.w r4 = r5, r6
191 probe.r r4 = r5, 0
192 probe.w r4 = r5, 1
194 probe.r.fault r3, 2
195 probe.w.fault r3, 3
196 probe.rw.fault r3, 0
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
LabelInfo.java 24 * Reserved ID for "no probe".
134 * Determines whether the given label needs a probe to be inserted before.
138 * @return <code>true</code> if a probe should be inserted before
194 * Sets the given probe id to the given label.
197 * label to assign a probe to
199 * id of the probe
206 * Returns the assigned probe id.
210 * @return probe id or {@link #NO_PROBE} if no probe is assigned to the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 38 * Contains a ranged probe policy.
46 /// A sample ranged-probe functor.
71 // the probe sequence.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 38 * Contains a ranged probe policy.
46 /// A sample ranged-probe functor.
71 // the probe sequence.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 38 * Contains a ranged probe policy.
46 /// A sample ranged-probe functor.
71 // the probe sequence.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 38 * Contains a ranged probe policy.
46 /// A sample ranged-probe functor.
71 // the probe sequence.
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/res/values/
base-strings.xml 24 This sample provides a basic example of using an InstrumentationTest to probe the
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /development/samples/browseable/ActivityInstrumentation/res/values/
base-strings.xml 24 This sample provides a basic example of using an InstrumentationTest to probe the
  /external/autotest/client/site_tests/kernel_AsyncDriverProbe/
control 23 driver that takes 10 secs to probe device.
  /external/autotest/server/site_tests/network_WiFi_HiddenScan/
control 15 probe frames are seen over-the-air, and that the probes include both
  /external/wpa_supplicant_8/src/ap/
beacon.h 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
Striped64.java 53 * The Thread probe fields maintained via ThreadLocalRandom serve
160 * Returns the probe value for the current thread.
164 return U.getInt(Thread.currentThread(), PROBE);
168 * Pseudo-randomly advances and records the given probe value for the
172 static final int advanceProbe(int probe) {
173 probe ^= probe << 13; // xorshift
174 probe ^= probe >>> 17;
175 probe ^= probe << 5
176 U.putInt(Thread.currentThread(), PROBE, probe); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
doc.go 14 For instance, it does not probe inside && and || expressions, and can
  /prebuilts/go/linux-x86/src/cmd/cover/
doc.go 14 For instance, it does not probe inside && and || expressions, and can
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
platform_device.h 28 int (*probe)(struct platform_device *); member in struct:platform_driver

Completed in 2213 milliseconds

1 23 4 5 6 7 8 91011>>