HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 576 - 600 of 723) sorted by null

<<212223242526272829

  /prebuilts/go/darwin-x86/src/net/
net.go 46 listed in /etc/resolv.conf, or it can use a cgo-based resolver that calls C
56 when /etc/resolv.conf or /etc/nsswitch.conf specify the use of features that the
92 // conf.go mirrors these into conf for easier testing.
dnsclient.go 61 // /etc/resolv.conf are recursive resolvers.
  /prebuilts/go/linux-x86/src/net/
net.go 46 listed in /etc/resolv.conf, or it can use a cgo-based resolver that calls C
56 when /etc/resolv.conf or /etc/nsswitch.conf specify the use of features that the
92 // conf.go mirrors these into conf for easier testing.
dnsclient.go 61 // /etc/resolv.conf are recursive resolvers.
  /external/ImageMagick/
configure 524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
resolver.go 187 if path == "C" && check.conf.FakeImportC {
193 if importer := check.conf.Importer; importer == nil {
450 if check.conf.IgnoreFuncBodies {
  /prebuilts/go/linux-x86/src/go/types/
resolver.go 187 if path == "C" && check.conf.FakeImportC {
193 if importer := check.conf.Importer; importer == nil {
450 if check.conf.IgnoreFuncBodies {
  /external/bison/
configure 516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /toolchain/binutils/binutils-2.25/
configure 463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/v8/src/compiler/
instruction.cc 112 const RegisterConfiguration* conf = printable.register_configuration_; local
125 << conf->GetGeneralRegisterName(
130 << conf->GetDoubleRegisterName(
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 340 int conf = super.getChangingConfigurations();
343 conf |= mNodes.get(i).mAnimation.getChangingConfigurations();
345 return conf;
    [all...]
  /external/autotest/client/site_tests/security_DbusMap/
security_DbusMap.py 177 with a ".conf" extension.
183 if os.path.isfile(dirent) and dirent.endswith('.conf'):
  /external/boringssl/
sources.mk 103 src/crypto/conf/conf.c\
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 65 #include <openssl/conf.h>
v3_ncons.c 62 #include <openssl/conf.h>
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 1859 struct remoteconf *conf; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 146 ssid = wpa_config_get_network(wpa_s->conf, network_id);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 222 TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp, UCHAR *conf, const UINT length, UINT layer )
229 FDKinitBitStream(hBs, conf, 0x10000000, length<<3, BS_READER);
    [all...]
  /external/e2fsprogs/debian/
rules 458 ${INSTALL} -m 0644 misc/mke2fs-hurd.conf ${tmpdir}/etc/mke2fs.conf
  /external/v8/tools/
callstats.py 427 conf = "{:0.1f}({:0.2f}%)".format(s['ci']['abs'], s['ci']['perc'])
428 return "{:8.1f}{} +/- {:15s}".format(s['average'], units, conf)
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /external/dnsmasq/src/
rfc2131.c 888 struct in_addr addr, conf; local
890 addr.s_addr = conf.s_addr = 0;
921 conf = config->addr;
925 if (conf.s_addr)
926 mess->yiaddr = conf;
    [all...]

Completed in 850 milliseconds

<<212223242526272829