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

<<11121314151617181920>>

  /external/chromium_org/chrome/renderer/net/
net_error_helper_core.h 122 // probe. If it is, initializes |error_strings| based on |error|,
196 // show a DNS probe error page. May modify |pending_error_page_info|.
201 // most recently received DNS probe result. The page must have finished
  /external/chromium_org/tools/perf/measurements/
chrome_proxy.py 164 In this test, the probe URL does not return 'OK'. Chrome is expected
174 # Use the test server probe URL which returns the response
180 '--data-reduction-proxy-probe-url=%s' % probe_url)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 82 util/probe-event.c \
83 util/probe-finder.c \
172 builtin-probe.c \
  /external/llvm/docs/
Extensions.rst 174 Stack Probe Emission
207 properly. The emission of this stack probe emission is handled similar to the
208 standard stack probe emission.
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 269 final File probe = buildProbeFile(Environment.getExternalStorageDirectory()); local
270 assertTrue(probe.createNewFile());
278 final File testProbe = new File(testMount, probe.getName());
290 probe.delete();
  /developers/build/prebuilts/gradle/ActivityInstrumentation/
README.md 4 This sample provides a basic example of using an InstrumentationTest to probe the
  /developers/samples/android/testing/ActivityInstrumentation/
README.md 4 This sample provides a basic example of using an InstrumentationTest to probe the
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 93 int (*probe)(struct mmc_card *); member in struct:mmc_driver
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
  /external/chromium_org/components/data_reduction_proxy/common/
data_reduction_proxy_switches.cc 31 const char kDataReductionProxyProbeURL[] = "data-reduction-proxy-probe-url";
  /external/chromium_org/remoting/host/
usage_stats_consent_win.cc 50 // value in the ClientState or ClientStateMedium key. Probe
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
net_unittests.js 62 ['probe', 'jsonp', 'get', 'post',
  /external/chromium_org/v8/src/
v8.cc 97 CpuFeatures::Probe(false);
  /external/e2fsprogs/lib/blkid/
blkid.h 76 /* probe.c */
blkid.h.in 76 /* probe.c */
  /external/fio/
client.h 85 client_cmd_op *probe; member in struct:client_ops
gfio.c 126 gtk_label_set_text(GTK_LABEL(ge->probe.hostname), "");
127 gtk_label_set_text(GTK_LABEL(ge->probe.os), "");
128 gtk_label_set_text(GTK_LABEL(ge->probe.arch), "");
129 gtk_label_set_text(GTK_LABEL(ge->probe.fio_ver), "");
1358 GtkWidget *main_vbox, *probe, *probe_frame, *probe_box; local
1369 gtk_box_pack_start(GTK_BOX(main_vbox), probe, FALSE, FALSE, 3); local
1461 GtkWidget *main_vbox, *probe, *probe_frame, *probe_box; local
1476 gtk_box_pack_start(GTK_BOX(main_vbox), probe, FALSE, FALSE, 3); local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 44 public static final int PROBE_WAIT_INTERVAL = 250; // milliseconds between probe loops.
  /external/kernel-headers/original/uapi/linux/
parport.h 36 /* Type classes for Plug-and-Play probe. */
  /external/llvm/test/CodeGen/X86/
win_chkstk.ll 10 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer.
  /external/qemu/
android-configure.sh 325 ### SDL Probe
339 log "SDL-probe : SDL_CFLAGS = $SDL_CFLAGS"
340 log "SDL-probe : SDL_LIBS = $SDL_LIBS"
368 log "SDL-probe : static linking ok"
398 log "SDL-probe : extra features ok"
435 # Probe a system library
439 # $3: Path to source file for probe program (e.g. android/config/check-alsa.c)
480 ### Compiler probe
484 #### Host system probe
  /external/wpa_supplicant_8/src/ap/
ieee802_11.h 44 int probe);
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 1119 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe,
1127 "%sProbe Response frame", probe ? "" : "Beacon/");
1132 "%sProbe Response frame", probe ? "" : "Beacon/");
1146 wps_validate_response_type(attr.response_type, probe) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1149 probe) ||
1151 probe) ||
1153 probe) ||
1155 attr.serial_number_len, probe) ||
1156 wps_validate_primary_dev_type(attr.primary_dev_type, probe) ||
    [all...]
  /libcore/luni/src/main/java/java/lang/
CharSequence.java 23 * methods to probe them.
  /ndk/build/awk/
extract-pid.awk 44 # it somewhere else. We will probe the output to detect this, but

Completed in 6073 milliseconds

<<11121314151617181920>>