HomeSort by relevance Sort by last modified time
    Searched full:probe (Results 151 - 175 of 1064) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/fio/
gfio.h 73 struct probe_widget probe; member in struct:gui
122 struct probe_widget probe; member in struct:gui_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /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_probe_fn.hpp 38 * Contains a sample probe policy.
46 /// A sample probe policy.
  /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_probe_fn.hpp 38 * Contains a sample probe policy.
46 /// A sample probe policy.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
46 /// A sample probe policy.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
46 /// A sample probe policy.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
46 /// A sample probe policy.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
46 /// A sample probe policy.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 197 EnergyProbe probe = null; local
209 probe = new EnergyProbe(0);
232 int energy1000 = probe.capture(1000);
255 if (probe != null) {
256 probe.release();
269 EnergyProbe probe = null; local
305 // create probe after reverb so that it is chained behind the reverb in the
307 probe = new EnergyProbe(0);
315 int energy1000 = probe.capture(1000);
340 if (probe != null)
    [all...]
  /developers/samples/android/testing/ActivityInstrumentation/
template-params.xml 30 This sample provides a basic example of using an InstrumentationTest to probe the
  /external/chromium_org/chrome/browser/net/
dns_probe_service.cc 30 // How long the DnsProbeService will cache the probe result for.
31 // If it's older than this and we get a probe request, the service expires it
32 // and starts a new probe.
114 // Do nothing; probe is already running, and will call the callback.
net_error_tab_helper.cc 40 // the tab helper should start a DNS probe after receiving it.)
172 // Don't start more than one probe at a time.
187 DVLOG(1) << "Starting DNS probe.";
203 DVLOG(1) << "Finished DNS probe with result "
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 28 // Used by NetErrorTabHelper to update DNS error pages with probe results.
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.h 21 // Provides initialization parameters. Proxy origins, the probe url, and the
117 // Returns the URL to probe to decide if the primary origin should be used.
169 // Initialize the values of the proxies, probe URL, and key from command
174 // Initialize the values of the proxies, probe URL, and key from command
  /external/chromium_org/content/test/data/speech/
web_speech_recognition.html 13 // Just probe if creating a SpeechRecognition object worked.
  /external/e2fsprogs/lib/blkid/
Android.mk 10 probe.c \
  /external/icu/icu4c/source/layout/
PairPositioningSubtables.cpp 151 le_uint16 probe = power * recordSize;
159 while (probe > recordSize) {
160 probe >>= 1;
161 trial = (const PairValueRecord *) ((char *) record + probe);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
common-cmds.h 32 {"probe", "Define new dynamic tracepoints"},
  /external/qemu/android/filesystems/
partition_types.h 35 // Probe a given image file and return its partition image type.

Completed in 2418 milliseconds

1 2 3 4 5 67 8 91011>>