HomeSort by relevance Sort by last modified time
    Searched refs:HOST (Results 126 - 150 of 447) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /build/make/core/
base_rules.mk 46 my_host := host-
47 my_kind := HOST
595 h_or_t := host
597 h_or_hc_or_t := host-cross
599 h_or_hc_or_t := host
main.mk 48 # and host information.
168 # The user asked for openjdk, so check that the host
515 NOTICE-HOST-%: ;
592 # APPS:Quake or HOST:SHARED_LIBRARIES:libutils.
626 # If a module is for a cross host os, the required modules must be for
654 # host dynamic binaries so that the timestamp of the final binary always
657 define add-required-host-so-deps
692 # $(3): non-empty for host cross compile.
704 $(eval $(call add-required-host-so-deps,$(word 2,$(p)),$(r))),\
823 # It's ok (and necessary) to build the host tools, but nothing that'
    [all...]
definitions.mk 80 # Target and host installed module's dependencies on shared libraries.
96 HOST_DISPLAY := host
97 HOST_CROSS_DISPLAY := host cross
501 define def-host-aux-target
502 $(eval _idf_val_:=$(if $(strip $(LOCAL_IS_HOST_MODULE)),HOST,$(if $(strip $(LOCAL_IS_AUX_MODULE)),AUX,))) \
508 ## { HOST, HOST_CROSS, AUX, TARGET }
514 # => HOST;
518 $(eval _idf_pfx_:=$(if $(strip $(1)),$(if $(_idf_pfx_),$(_idf_pfx_),$(if $(strip $(2)),HOST_CROSS,HOST)),TARGET)) \
533 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
    [all...]
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 90 StringFilter.HOST,
  /external/libpcap/
grammar.c 365 HOST = 260,
487 #define HOST 260
981 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
    [all...]
scanner.l 234 host return HOST;
scanner.c     [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 526 @Rpc(description = "Get the device host.")
528 return Build.HOST;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/fec/
configure 244 # Name of the host.
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SO_NAME VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SH_LIB REBIND MLIBS ARCH_OPTION LIBOBJS LTLIBOBJS'
437 -host | --host | --hos | --ho)
439 -host=* | --host=* | --hos=* | --ho=*)
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /toolchain/binutils/binutils-2.25/libiberty/
configure 529 # Name of the host.
620 host
857 -host | --host | --hos | --ho)
859 -host=* | --host=* | --hos=* | --ho=*)
1091 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1093 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1134 # There might be people who depend on the old broken behavior: `$host'
1135 # used to hold the argument of --host etc
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp 101 STAGE_CASE(HOST);
    [all...]
  /prebuilts/misc/windows/sdl2/test/
configure 559 # Name of the host.
616 host
849 -host | --host | --hos | --ho)
851 -host=* | --host=* | --hos=* | --ho=*)
1083 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1085 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 

Completed in 1400 milliseconds

1 2 3 4 56 7 8 91011>>