HomeSort by relevance Sort by last modified time
    Searched refs:HOST (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 40 #ifdef HOST
  /external/libffi/
ltconfig 208 host=
313 Usage: $progname [OPTION]... LTMAIN [HOST]
317 --build configure for building on BUILD [BUILD=HOST]
325 --no-verify do not verify that HOST is a valid host type
342 HOST is the canonical host system name [default=guessed].
399 elif test -z "$host"; then
402 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
404 host="$option
    [all...]
  /system/core/adb/
services.c 360 } else if(!HOST && !strncmp(name, "shell:", 6)) {
426 static void connect_device(char* host, char* buffer, int buffer_size)
429 char* portstr = strchr(host, ':');
434 strncpy(hostbuf, host, sizeof(hostbuf) - 1);
436 if (portstr - host >= (ptrdiff_t)sizeof(hostbuf)) {
437 snprintf(buffer, buffer_size, "bad host name %s", host);
440 // zero terminate the host at the point we found the colon
441 hostbuf[portstr - host] = 0;
454 snprintf(buffer, buffer_size, "unable to connect to %s:%d", host, port)
530 char *host = cookie; local
577 const char *host = name + 8; local
    [all...]
  /external/libpcap/
scanner.l 234 host return HOST;
scanner.c     [all...]
configure 555 # Name of the host.
658 host
855 -host | --host | --hos | --ho)
857 -host=* | --host=* | --hos=* | --ho=*)
1075 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1077 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1105 # There might be people who depend on the old broken behavior: `$host'
1106 # used to hold the argument of --host etc
    [all...]
  /frameworks/rs/
Android.mk 167 # Now build a host version for serialization
172 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,HOST,)
292 # android librsloader for libbcc (Host)
317 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
  /build/core/
base_rules.mk 38 my_host := host-
132 $(LOCAL_IS_HOST_MODULE),HOST,TARGET).$(LOCAL_MODULE_CLASS).$(LOCAL_MODULE)
285 #TODO: pull this into java.make once host and target are combined
637 h_or_t := host
binary.mk 14 $(error $(LOCAL_PATH): LOCAL_SDK_VERSION cannot be used in host module)
411 # we also do this on host modules, even though
714 NOTICE-$(if $(LOCAL_IS_HOST_MODULE),HOST,TARGET)-STATIC_LIBRARIES-$(lib))
main.mk 94 # and host information.
311 # explicitly disabled and the build is running on Linux (since host
469 NOTICE-HOST-%: ;
540 # APPS:Quake or HOST:SHARED_LIBRARIES:libutils.
647 # to build the host tools, but nothing that's going to be installed
887 .PHONY: java native target host java-host java-target native-host native-target \
888 java-host-tests java-target-tests native-host-tests native-target-tests
    [all...]
definitions.mk 84 # Target and host installed module's dependencies on shared libraries.
427 # $(3): if non-empty, this is a HOST target.
437 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
472 define normalize-host-libraries
    [all...]
  /external/chromium/googleurl/src/
url_parse.cc 96 // No server info, host name is empty.
102 // If the host starts with a left-bracket, assume the entire host is an
103 // IPv6 literal. Otherwise, assume none of the host is an IPv6 literal.
271 // Compatability data points. I list "host", "path" extracted:
291 // First split into two main parts, the authority (username, password, host,
309 &parsed->host, &parsed->port);
314 // host, path, etc.
344 parsed->host.reset();
388 parsed->host.reset()
    [all...]
  /frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java 89 StringFilter.HOST,
  /build/core/tasks/
cts.mk 26 CTS_TF_README_PATH := $(cts_tools_src_dir)/tradefed-host/README
28 VMTESTSTF_INTERMEDIATES :=$(call intermediates-dir-for,JAVA_LIBRARIES,vm-tests-tf,HOST)
74 # $6 : The Android.mk corresponding to the test package (required for host-side tests only)
  /external/chromium_org/remoting/webapp/
ui_mode.js 9 * string 'host.shared' will match any elements with an associated attribute
10 * of 'host' or 'host.shared', showing those elements and hiding all others.
25 HOST: 'home.host',
26 HOST_WAITING_FOR_CODE: 'home.host.waiting-for-code',
27 HOST_WAITING_FOR_CONNECTION: 'home.host.waiting-for-connection',
28 HOST_SHARED: 'home.host.shared',
29 HOST_SHARE_FAILED: 'home.host.share-failed',
30 HOST_SHARE_FINISHED: 'home.host.share-finished'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 33 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
293 HOST = 'localhost'
299 the specified host address (defaults to 0.0.0.0) with the port set to 0,
311 of the test simultaneously on the same host is compromised, which makes the
321 listen and then accept connections on identical host/ports. An EADDRINUSE
326 will ever be raised when attempting to bind two identical host/ports. When
355 def bind_port(sock, host=HOST):
367 from bind()'ing to our host/port for the duration of the test.
381 sock.bind((host, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 33 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
293 HOST = 'localhost'
299 the specified host address (defaults to 0.0.0.0) with the port set to 0,
311 of the test simultaneously on the same host is compromised, which makes the
321 listen and then accept connections on identical host/ports. An EADDRINUSE
326 will ever be raised when attempting to bind two identical host/ports. When
355 def bind_port(sock, host=HOST):
367 from bind()'ing to our host/port for the duration of the test.
381 sock.bind((host, 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 41 HOST = '127.0.0.1' # python execution server on localhost loopback
42 PORT = 0 # someday pass in host, port for remote debug capability
405 addr = (HOST, self.port)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 41 HOST = '127.0.0.1' # python execution server on localhost loopback
42 PORT = 0 # someday pass in host, port for remote debug capability
405 addr = (HOST, self.port)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 332 String KURL::host() const function in class:WebCore::KURL
334 return componentString(m_parsed.host);
441 void KURL::setHost(const String& host)
443 StringUTF8Adaptor hostUTF8(host);
481 String host = hostAndPort.substring(0, separator); local
484 StringUTF8Adaptor hostUTF8(host);
702 return m_parsed.CountCharactersBefore(url_parse::Parsed::HOST, false);
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 98 // No server info, host name is empty.
104 // If the host starts with a left-bracket, assume the entire host is an
105 // IPv6 literal. Otherwise, assume none of the host is an IPv6 literal.
273 // Compatability data points. I list "host", "path" extracted:
293 // First split into two main parts, the authority (username, password, host,
311 &parsed->host, &parsed->port);
316 // host, path, etc.
345 parsed->host.reset();
419 inner_parsed.host.begin += inner_start
    [all...]
  /external/stressapptest/
configure 535 # Name of the host.
656 host
883 -host | --host | --hos | --ho)
885 -host=* | --host=* | --hos=* | --ho=*)
1117 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1119 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1160 # There might be people who depend on the old broken behavior: `$host'
1161 # used to hold the argument of --host etc
    [all...]
  /external/chromium_org/third_party/icu/source/
configure 534 # Name of the host.
696 host
954 -host | --host | --hos | --ho)
956 -host=* | --host=* | --hos=* | --ho=*)
1188 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1190 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    [all...]
  /external/elfutils/
configure 580 # Name of the host.
667 host
930 -host | --host | --hos | --ho)
932 -host=* | --host=* | --hos=* | --ho=*)
1166 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1168 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1212 # There might be people who depend on the old broken behavior: `$host'
1213 # used to hold the argument of --host etc
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 551 # Name of the host.
703 host
938 -host | --host | --hos | --ho)
940 -host=* | --host=* | --hos=* | --ho=*)
1172 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1174 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    [all...]

Completed in 1317 milliseconds

1 2 34 5 6 7