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

  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 26 infiles="$infiles $i"
41 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break
42 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break
43 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break
45 [ $found -eq 0 ] && infiles="$infiles $f
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cmd.py 394 def make_file(self, infiles, outfile, func, args,
400 files listed in 'infiles'. If the command defined 'self.force',
407 # Allow 'infiles' to be a single string
408 if isinstance(infiles, str):
409 infiles = (infiles,)
410 elif not isinstance(infiles, (list, tuple)):
412 "'infiles' must be a string, or a list or tuple of strings"
416 (outfile, ', '.join(infiles))
421 if self.force or dep_util.newer_group(infiles, outfile):
    [all...]
  /external/python/cpython2/Lib/distutils/
cmd.py 394 def make_file(self, infiles, outfile, func, args,
400 files listed in 'infiles'. If the command defined 'self.force',
407 # Allow 'infiles' to be a single string
408 if isinstance(infiles, str):
409 infiles = (infiles,)
410 elif not isinstance(infiles, (list, tuple)):
412 "'infiles' must be a string, or a list or tuple of strings"
416 (outfile, ', '.join(infiles))
421 if self.force or dep_util.newer_group(infiles, outfile)
    [all...]
  /external/python/cpython3/Lib/distutils/
cmd.py 373 def make_file(self, infiles, outfile, func, args,
379 files listed in 'infiles'. If the command defined 'self.force',
386 # Allow 'infiles' to be a single string
387 if isinstance(infiles, str):
388 infiles = (infiles,)
389 elif not isinstance(infiles, (list, tuple)):
391 "'infiles' must be a string, or a list or tuple of strings")
394 exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles))
399 if self.force or dep_util.newer_group(infiles, outfile)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 394 def make_file(self, infiles, outfile, func, args,
400 files listed in 'infiles'. If the command defined 'self.force',
407 # Allow 'infiles' to be a single string
408 if isinstance(infiles, str):
409 infiles = (infiles,)
410 elif not isinstance(infiles, (list, tuple)):
412 "'infiles' must be a string, or a list or tuple of strings"
416 (outfile, ', '.join(infiles))
421 if self.force or dep_util.newer_group(infiles, outfile)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 394 def make_file(self, infiles, outfile, func, args,
400 files listed in 'infiles'. If the command defined 'self.force',
407 # Allow 'infiles' to be a single string
408 if isinstance(infiles, str):
409 infiles = (infiles,)
410 elif not isinstance(infiles, (list, tuple)):
412 "'infiles' must be a string, or a list or tuple of strings"
416 (outfile, ', '.join(infiles))
421 if self.force or dep_util.newer_group(infiles, outfile)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 394 def make_file(self, infiles, outfile, func, args,
400 files listed in 'infiles'. If the command defined 'self.force',
407 # Allow 'infiles' to be a single string
408 if isinstance(infiles, str):
409 infiles = (infiles,)
410 elif not isinstance(infiles, (list, tuple)):
412 "'infiles' must be a string, or a list or tuple of strings"
416 (outfile, ', '.join(infiles))
421 if self.force or dep_util.newer_group(infiles, outfile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 394 def make_file(self, infiles, outfile, func, args,
400 files listed in 'infiles'. If the command defined 'self.force',
407 # Allow 'infiles' to be a single string
408 if isinstance(infiles, str):
409 infiles = (infiles,)
410 elif not isinstance(infiles, (list, tuple)):
412 "'infiles' must be a string, or a list or tuple of strings"
416 (outfile, ', '.join(infiles))
421 if self.force or dep_util.newer_group(infiles, outfile)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_cmd.py 41 # making sure it raises when infiles is not a string or a list/tuple
43 infiles=1, outfile='', func='func', args=())
50 cmd.make_file(infiles='in', outfile='out', func='func', args=())
  /external/python/cpython2/Lib/distutils/tests/
test_cmd.py 53 # making sure it raises when infiles is not a string or a list/tuple
55 infiles=1, outfile='', func='func', args=())
62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
  /external/python/cpython3/Lib/distutils/tests/
test_cmd.py 53 # making sure it raises when infiles is not a string or a list/tuple
55 infiles=1, outfile='', func='func', args=())
62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 41 # making sure it raises when infiles is not a string or a list/tuple
43 infiles=1, outfile='', func='func', args=())
50 cmd.make_file(infiles='in', outfile='out', func='func', args=())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 41 # making sure it raises when infiles is not a string or a list/tuple
43 infiles=1, outfile='', func='func', args=())
50 cmd.make_file(infiles='in', outfile='out', func='func', args=())
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 107 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out rootCA/cacert.pem -days 10957 -batch -keyfile rootCA/private/cakey.pem -passin pass:$PASS -selfsign -extensions v3_ca -outdir rootCA/newcerts -infiles rootCA/careq.pem || fail "Failed to sign Root CA certificate"
128 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out demoCA/cacert.pem -days 3652 -batch -keyfile rootCA/private/cakey.pem -cert rootCA/cacert.pem -passin pass:$PASS -extensions v3_ca -infiles demoCA/careq.pem || fail "Failed to sign Intermediate CA certificate"
  /external/curl/src/
tool_operate.c 414 char *infiles; /* might be a glob pattern */ local
462 infiles = urlnode->infile;
464 if(!config->globoff && infiles) {
466 result = glob_url(&inglob, infiles, &infilenum,
487 if(!up && !infiles)
496 uploadfile = strdup(infiles);
    [all...]

Completed in 499 milliseconds