/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...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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...] |
/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...] |
/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/curl/src/ |
tool_operate.c | 349 char *infiles; /* might be a glob pattern */ local 397 infiles = urlnode->infile; 399 if(!config->globoff && infiles) { 401 result = glob_url(&inglob, infiles, &infilenum, 422 if(!up && !infiles) 431 uploadfile = strdup(infiles); [all...] |
/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"
|