Home
last modified time | relevance | path

Searched refs:host (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/img/libdrm/
Dltmain.sh531 s*\$host*'"$host"'*
639 $ECHO "host: $host"
807 case $host in
2155 case $host in
2230 case $install_prog,$host in
2361 case $host in
2373 case $host in
2429 case $host in
2481 case $host in
2515 case $host in
[all …]
DMakefile.in57 host_triplet = @host@
197 host = @host@
Dconfigure1065 -host | --host | --hos | --ho)
1067 -host=* | --host=* | --hos=* | --ho=*)
1346 host=$host_alias
1504 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet"…
2436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet"…
2636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4337 host=$ac_cv_host
4532 case $host in
[all …]
Daclocal.m422 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
162 _LT_DECL([], [host_alias], [0], [The host system])dnl
163 _LT_DECL([], [host], [0])dnl
702 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
967 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1236 case $host in
1292 case $host in
1311 case $host in
2682 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
2858 case $host in
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DAndroid.mk95 $$(call host-c-includes,$$(LOCAL_C_INCLUDES) $$(CONFIG_DIR)) \
98 $$(call host-c-includes,$$($(my)C_INCLUDES)) \
/hardware/intel/img/psb_video/debian/
Drules42 …./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${p…
/hardware/intel/img/libdrm/shared-core/
DMakefile.in58 host_triplet = @host@
174 host = @host@
/hardware/intel/img/libdrm/tests/modetest/
DMakefile.in34 host_triplet = @host@
160 host = @host@
/hardware/intel/img/libdrm/tests/modeprint/
DMakefile.in34 host_triplet = @host@
158 host = @host@
/hardware/intel/img/libdrm/libdrm/radeon/
DMakefile.in60 host_triplet = @host@
201 host = @host@
/hardware/intel/img/libdrm/libdrm/intel/
DMakefile.in59 host_triplet = @host@
197 host = @host@
/hardware/intel/img/libdrm/libdrm/nouveau/
DMakefile.in36 host_triplet = @host@
182 host = @host@
/hardware/intel/img/libdrm/libdrm/
DMakefile.in55 host_triplet = @host@
203 host = @host@
/hardware/intel/img/libdrm/tests/
DMakefile.in34 host_triplet = @host@
249 host = @host@
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1493 SocketWriter(const string& host, const string& port) in SocketWriter() argument
1494 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()
1539 StreamingListener(const string& host, const string& port) in StreamingListener() argument
1540 : socket_writer_(new SocketWriter(host, port)) { Start(); } in StreamingListener()