HomeSort by relevance Sort by last modified time
    Searched refs:Host (Results 151 - 175 of 196) sorted by null

1 2 3 4 5 67 8

  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 33 ATTRIBUTE Ascend-User-Acct-Host 139 ipaddr
144 ATTRIBUTE Ascend-Host-Info 252 string
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 26 import com.android.systemui.qs.QSTile.Host.Callback;
QSPanel.java 35 import com.android.systemui.qs.QSTile.Host.Callback;
175 public void setHost(QSTileHost host, QSCustomizer customizer) {
176 mHost = host;
179 mFooter.setHost(host);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
WifiTile.java 57 public WifiTile(Host host) {
58 super(host);
59 mController = host.getNetworkController();
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 26 #include <llvm/Support/Host.h>
ELFReader.cpp 25 #include <llvm/Support/Host.h>
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 16 #include <llvm/Support/Host.h>
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 498 """Return True if text is a host domain name."""
515 A and B may be host domain names or IP addresses.
519 Host names can be specified either as an IP address or a HDN string.
520 Sometimes we compare one host name with another. (Such comparisons SHALL
521 be case-insensitive.) Host A's name domain-matches host B's if
523 * their host name strings string-compare equal; or
552 """Return True if text is a sort-of-like a host domain name.
564 A and B may be host domain names or IP addresses.
583 """Return request-host, as defined by RFC 2965
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 498 """Return True if text is a host domain name."""
515 A and B may be host domain names or IP addresses.
519 Host names can be specified either as an IP address or a HDN string.
520 Sometimes we compare one host name with another. (Such comparisons SHALL
521 be case-insensitive.) Host A's name domain-matches host B's if
523 * their host name strings string-compare equal; or
552 """Return True if text is a sort-of-like a host domain name.
564 A and B may be host domain names or IP addresses.
583 """Return request-host, as defined by RFC 2965
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 498 """Return True if text is a host domain name."""
515 A and B may be host domain names or IP addresses.
519 Host names can be specified either as an IP address or a HDN string.
520 Sometimes we compare one host name with another. (Such comparisons SHALL
521 be case-insensitive.) Host A's name domain-matches host B's if
523 * their host name strings string-compare equal; or
552 """Return True if text is a sort-of-like a host domain name.
564 A and B may be host domain names or IP addresses.
583 """Return request-host, as defined by RFC 2965
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 498 """Return True if text is a host domain name."""
515 A and B may be host domain names or IP addresses.
519 Host names can be specified either as an IP address or a HDN string.
520 Sometimes we compare one host name with another. (Such comparisons SHALL
521 be case-insensitive.) Host A's name domain-matches host B's if
523 * their host name strings string-compare equal; or
552 """Return True if text is a sort-of-like a host domain name.
564 A and B may be host domain names or IP addresses.
583 """Return request-host, as defined by RFC 2965
    [all...]
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 232 # Print Host Name
238 @ host name from uname()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 84 /** Platform implementation of the quick settings tile host **/
85 public class QSTileHost implements QSTile.Host, Tunable {
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 837 Triple Host(sys::getDefaultTargetTriple());
838 if (Ret == 'd' && Host.isOSDarwin()) {
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 103 <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/host.html">
104 <span class="en">App Widget Host</span>
499 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/hce.html">Host-based Card Emulation</a></li>
511 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/usb/host.html">Host</a></li>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplay8.h     [all...]
http.h 577 PCHAR Host;
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 352 # Print Host Name
357 mov $(uname_info+U_NODENAME),%esi # host name from uname()
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 350 # Print Host Name
355 mov $(uname_info+U_NODENAME),%esi # host name from uname()
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 46 #include <llvm/Support/Host.h>
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 24 #include <llvm/Support/Host.h>
  /external/libchrome/
Android.mk 415 # libchrome shared library for host
424 LOCAL_SHARED_LIBRARIES := libevent-host
425 LOCAL_STATIC_LIBRARIES := libmodpb64-host
530 # Helpers needed for unit tests (for host).
534 LOCAL_MODULE := libchrome_test_helpers-host
543 # Host unit tests. Run (from repo root) with:
544 # ./out/host/<arch>/bin/libchrome_test
556 LOCAL_SHARED_LIBRARIES := libchrome libevent-host
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveDataTest.py     [all...]
  /external/autotest/server/
server_job.py 188 @param host_attributes: Dict of host attributes passed into autoserv
284 host = afe.get_hosts(hostname=machine)[0]
285 host_attributes.update(host.attributes)
339 for host in new_hosts:
340 host.close()
474 host to.
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 39 #include <llvm/Support/Host.h>
    [all...]

Completed in 728 milliseconds

1 2 3 4 5 67 8