HomeSort by relevance Sort by last modified time
    Searched refs:targetos (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/
testcurl.pl 70 $buildlogname $configurebuild $targetos $confheader $binext
93 $targetos = (split(/=/, shift @ARGV, 2))[1];
149 if ($^O eq 'MSWin32' || $targetos) {
150 if (!$targetos) {
152 $targetos = 'vc';
154 if ($targetos =~ /vc/ || $targetos =~ /borland/ || $targetos =~ /watcom/) {
158 elsif ($targetos =~ /mingw/) {
164 elsif ($targetos =~ /netware/)
    [all...]
  /external/opencv3/modules/ts/misc/
run.py 214 self.targetos = None
238 self.targetos = "android"
240 self.targetos = hostos
258 if self.targetos == "android":
331 if self.targetos == "android":
436 if self.targetos == "nt" and not fullpath.endswith(".exe"):
438 if hostos == self.targetos:
440 if self.targetos == "android" and fullpath.endswith(".apk"):
485 if self.targetos == "android":
500 _os = self.targetos
    [all...]
  /external/fio/
configure 130 targetos=""
197 targetos="Android"
199 targetos="Linux"
201 targetos='OpenBSD'
203 targetos='SunOS'
206 targetos='CYGWIN'
208 targetos=`uname -s`
215 echo "CONFIG_TARGET_OS=$targetos" >> $config_host_mak
221 case $targetos in
340 if test "$targetos" = "FreeBSD"; the
    [all...]

Completed in 3877 milliseconds