Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/libcups/backend/
Dsnmp.txt6 snmpwalk -v 1 -c public HOST .1
16 HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
17 HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
18 HOST-RESOURCES-MIB::hrDeviceType.3 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
19 HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Hewlett-Packard hp LaserJet 3380
20 HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: Axis AXIS 5600
21 HOST-RESOURCES-MIB::hrDeviceDescr.3 = STRING: Axis AXIS 5600
22 HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero
23 HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero
24 HOST-RESOURCES-MIB::hrDeviceID.3 = OID: SNMPv2-SMI::zeroDotZero
[all …]
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalRenderingTestUtil.hpp38 enum ConditionalBufferMemory { LOCAL, HOST }; enumerator
59 { true, false, false, false, 1, false, false, false, true, HOST },
60 { true, false, false, false, 0, false, false, false, false, HOST },
61 { true, false, true, false, 0, false, false, false, true, HOST },
62 { true, false, true, false, 1, false, false, false, false, HOST },
63 { true, false, false, true, 1, false, false, false, true, HOST },
64 { true, false, false, true, 0, false, false, false, false, HOST },
65 { true, false, true, true, 0, false, false, false, true, HOST },
66 { true, false, true, true, 1, false, false, false, false, HOST },
77 { false, true, false, false, 1, false, false, false, true, HOST },
[all …]
DvktConditionalDrawAndClearTests.cpp48 enum ConditionalBufferMemory { LOCAL, HOST }; enumerator
63 { false, false, false, false, false, false, HOST },
64 { true, false, false, false, false, false, HOST },
65 { false, true, false, false, false, false, HOST },
66 { true, true, false, false, false, false, HOST },
67 { false, false, false, true, false, false, HOST },
68 { true, false, false, true, false, false, HOST },
69 { false, true, false, true, false, false, HOST },
70 { true, true, false, true, false, false, HOST },
71 { false, false, false, true, true, false, HOST },
[all …]
/external/libffi/.travis/
Dbuild.sh24 …curl -u ${CFARM_AUTH} https://cfarm-test-libffi-libffi.apps.home.labdroid.net/test?host=${HOST}\&c…
40 ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
63 …-rm -t -i -v `pwd`:/opt ${SET_QEMU_CPU} -e HOST="${HOST}" -e CC="${HOST}-gcc-8 ${GCC_OPTIONS}" -e …
73 ${DOCKER} pull quay.io/moxielogic/libffi-ci-${HOST}
74HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ ${GCC_OPTIONS}" -e TRAVIS_BU…
102 case "$HOST" in
Dbuild-in-container.sh5 export QEMU_LD_PREFIX=/usr/${HOST}
7 ./configure ${HOST+--host=$HOST --disable-shared}
/external/python/cpython2/Lib/test/
Dtest_telnetlib.py11 HOST = test_support.HOST variable
60 telnet = telnetlib.Telnet(HOST, self.port)
67 telnet = telnetlib.Telnet(HOST, self.port)
78 telnet = telnetlib.Telnet(HOST, self.port, timeout=None)
85 telnet = telnetlib.Telnet(HOST, self.port, timeout=30)
91 telnet.open(HOST, self.port, timeout=30)
97 telnet = telnetlib.Telnet(HOST, self.port, timeout=30)
132 telnet = telnetlib.Telnet(HOST, self.port)
141 telnet = telnetlib.Telnet(HOST, self.port)
151 telnet = telnetlib.Telnet(HOST, self.port)
[all …]
Dtest_smtplib.py19 HOST = test_support.HOST variable
65 smtp = smtplib.SMTP(HOST, self.port)
70 smtp = smtplib.SMTP("%s:%s" % (HOST, self.port))
75 smtp = smtplib.SMTP(HOST, self.port, local_hostname="testhost")
83 smtp = smtplib.SMTP(HOST, self.port)
93 smtp = smtplib.SMTP(HOST, self.port, timeout=None)
100 smtp = smtplib.SMTP(HOST, self.port, timeout=30)
159 self.serv = smtpd.DebuggingServer((HOST, 0), ('nowhere', -1))
182 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=15)
186 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=15)
[all …]
/external/python/cpython3/Lib/test/
Dtest_smtplib.py32 HOST = socket_helper.HOST variable
83 client = self.client(HOST, self.port)
89 client = self.client(HOST, self.port,
97 client = self.client("%s:%s" % (HOST, self.port))
103 client = self.client(HOST, self.port, local_hostname="testhost")
113 client = self.client(HOST, self.port)
124 client = self.client(HOST, self.port, timeout=None)
133 self.client(HOST, self.port, timeout=0)
137 client = self.client(HOST, self.port, timeout=30)
146 client.connect(HOST, self.port)
[all …]
Dtest_socketserver.py26 HOST = socket_helper.HOST variable
95 return (HOST, 0)
266 s = MyServer((HOST, 0), MyHandler)
284 server = MyServer((HOST, 0), lambda: None)
294 socketserver.TCPServer((HOST, -1),
298 with socketserver.TCPServer((HOST, 0),
351 super().__init__((HOST, 0), BadHandler)
402 server = socketserver.TCPServer((HOST, 0), Handler)
425 server = socketserver.TCPServer((HOST, 0), Handler)
496 server = MyServer((HOST, 0), socketserver.StreamRequestHandler)
[all …]
/external/libffi/m4/
Dax_enable_builddir.m418 # $1 = $host (overridden with $HOST)
26 # into the build directory of the current "HOST". You can override the
29 # make HOST=i386-mingw-cross
44 # recurse into _all_ variants of the current HOST (!!) setting. The "-all"
205 @ HOST="\$(HOST)\" \\\\\\
206 ; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
207 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
209 ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -eq "0" ; then : \\\\\\
217 @ HOST="\$(HOST)\" \\\\\\
218 ; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_enable_builddir.m418 # $1 = $host (overridden with $HOST)
26 # into the build directory of the current "HOST". You can override the
29 # make HOST=i386-mingw-cross
44 # recurse into _all_ variants of the current HOST (!!) setting. The "-all"
203 @ HOST="\$(HOST)\" \\\\\\
204 ; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
205 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
207 ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -eq "0" ; then : \\\\\\
215 @ HOST="\$(HOST)\" \\\\\\
216 ; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
[all …]
/external/openthread/tests/scripts/thread-cert/backbone/
Dbbr_5_11_01.py48 HOST = 4 variable
71 HOST: {
78 self.nodes[HOST].start()
109 logging.info("Host addresses: %r", self.nodes[HOST].get_addrs())
110 self.assertGreaterEqual(len(self.nodes[HOST].get_addrs()), 2)
118 logging.info("Host addrs: %r", self.nodes[HOST].get_addrs())
121 …self.assertTrue(self.nodes[HOST].ping(self.nodes[BR_1].get_ip6_address(config.ADDRESS_TYPE.BACKBON…
123 …self.assertTrue(self.nodes[BR_1].ping(self.nodes[HOST].get_ip6_address(config.ADDRESS_TYPE.BACKBON…
127 self.assertTrue(self.nodes[HOST].ping(Dg, backbone=True))
Dtest_mlr_multicast_routing.py45 HOST = 8 variable
119 HOST: {
127 self.nodes[HOST].start()
178 self.assertFalse(self.nodes[HOST].ping(MA_scope2, backbone=True, ttl=10))
185 self.assertFalse(self.nodes[HOST].ping(MA_scope3, backbone=True, ttl=10))
192 self.assertTrue(self.nodes[HOST].ping(MA2, backbone=True, ttl=10))
193 self.assertTrue(self.nodes[HOST].ping(MA3, backbone=True, ttl=10))
201 self.assertFalse(self.nodes[HOST].ping(ma, backbone=True, ttl=10))
209 self.assertTrue(self.nodes[HOST].ping(ma, backbone=True, ttl=10))
Dtest_mlr_multicast_routing_timeout.py39 HOST = 3 variable
72 HOST: {
80 self.nodes[HOST].start()
103 self.assertFalse(self.nodes[HOST].ping(MA1, backbone=True, ttl=10))
110 self.assertTrue(self.nodes[HOST].ping(MA1, backbone=True, ttl=10))
119 self.nodes[HOST].ping(MA1, backbone=True, ttl=10)
125 self.assertFalse(self.nodes[HOST].ping(MA1, backbone=True, ttl=10))
Dtest_mlr_multicast_routing_commissioner_timeout.py36 from test_mlr_multicast_routing_timeout import ROUTER, HOST
58 self.assertFalse(self.nodes[HOST].ping(MA1, backbone=True, ttl=10))
70 self.nodes[HOST].ping(MA1, backbone=True, ttl=10)
75 self.nodes[HOST].ping(MA1, backbone=True, ttl=10)
80 self.assertFalse(self.nodes[HOST].ping(MA1, backbone=True, ttl=10))
/external/iperf3/
Dandroidconfigure14 HOST=$1
20 export AR=${TOOLCHAIN}${HOST}-ar
24 export LD=${TOOLCHAIN}${HOST}-ld
25 export STRIP=${TOOLCHAIN}${HOST}-strip
31 ./configure --host=${HOST}
/external/ImageMagick/
Dandroidconfigure14 HOST=$1
20 export AR=${TOOLCHAIN}${HOST}-ar
24 export LD=${TOOLCHAIN}${HOST}-ld
25 export STRIP=${TOOLCHAIN}${HOST}-strip
31 ./configure --host=${HOST} --without-zlib
/external/autotest/server/cros/
Ddnsname_mangler_unittest.py12 HOST = 'chromeos1-row1-rack1-host1' variable
16 HOST_FROM_OUTSIDE_LAB = HOST + '.cros'
27 self.assertEquals(ROUTER, dnsname_mangler.get_router_addr(HOST))
35 self.assertEquals(ATTENUATOR, dnsname_mangler.get_attenuator_addr(HOST))
/external/toybox/scripts/
Dmcm-buildall.sh43 HOST=$BOOTSTRAP
44 [ "$TARGET" = "$HOST" ] && LP="$PWD/host-$HOST/bin:$LP"
47 LP="$OUTPUT/$HOST-cross/bin:$LP"
49 HOST="$TARGET"
55 COMMON_CONFIG="CC=\"$HOST-gcc -static --static\" CXX=\"$HOST-g++ -static --static\""
56 export -n HOST
/external/openthread/tests/scripts/thread-cert/border_router/
Dtest_srp_register_500_services_br.py41 HOST = SERVER + 1 variable
47 TOPOLOGY[HOST] = {
53 self.nodes[HOST].start(start_radvd=False)
58 host = self.nodes[HOST]
/external/vogar/src/vogar/
DModeId.java27 HOST, enumConstant
105 return this == HOST; in isHost()
121 return this == HOST || this == DEVICE || this == APP_PROCESS; in supportsVariant()
145 case HOST: in defaultVmCommand()
199 case HOST: in getJarNames()
/external/deqp/android/cts/runner/tests/
Drun_tests.sh28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
/external/ltp/testcases/network/xinetd/
Dxinetd_tests.sh29 log_on_success = HOST PID
30 log_on_failure = HOST
40 log_on_success = HOST PID
41 log_on_failure = HOST
/external/ltp/pan/cgi/
Dresults.cgi100 $a_rec->{HOST} = $host;
112 @ri = sort { $a->{HOST} cmp $b->{HOST}
122 $thishost = $rp->{HOST};
/external/skia/platform_tools/android/bin/
Dandroid_gdb_native40 HOST=`uname | tr '[A-Z]' '[a-z]'`
41 if [ $HOST == "darwin" ]; then
43 elif [ $HOST == "linux" ]; then

12345678910>>...12