Searched refs:autodetect (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxyinfo.h49 bool autodetect; member in struct:talk_base::ProxyInfo
54 ProxyInfo() : type(PROXY_NONE), autodetect(false) { }
H A Dproxydetect.cc591 proxy->autodetect = true;
681 proxy->autodetect = true;
739 if (proxy->autodetect) {
1246 if (result && (proxy.autodetect ||
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxyinfo.h49 bool autodetect; member in struct:talk_base::ProxyInfo
54 ProxyInfo() : type(PROXY_NONE), autodetect(false) { }
H A Dproxydetect_unittest.cc161 EXPECT_TRUE(proxy_info.autodetect);
177 EXPECT_FALSE(proxy_info.autodetect);
H A Dautodetectproxy.cc76 // Clean up the autodetect socket, from the thread that created it
123 bool autodetect = proxy().autodetect; local
138 << autodetect << " " << bypass_list << " " << username;
H A Dproxydetect.cc593 proxy->autodetect = true;
683 proxy->autodetect = true;
741 if (proxy->autodetect) {
1250 if (result && (proxy->autodetect ||
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
H A Dnacl.scons46 # TODO(eugenis): enable when Valgrind learns to autodetect the nexe name
/external/kernel-headers/original/linux/
H A Dfd.h168 short autodetect[8]; /* autodetected formats */ member in struct:floppy_drive_params
/external/qemu/distrib/sdl-1.2.15/
H A Dandroid-configure.sh68 --force-autodetect) OPTION_FORCE_AUTODETECT=yes
91 echo " --force-autodetect force feature auto-detection"
510 # or the --force-autodetect option was used
/external/chromium_org/third_party/lcov/bin/
H A Dgeninfo3590 my $autodetect = $COMPAT_MODE_AUTO{$mode};
3592 if (!defined($autodetect)) {
3597 if (ref($autodetect) eq "CODE") {
3598 $value = &$autodetect();

Completed in 228 milliseconds