OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infiles
(Results
1 - 9
of
9
) 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
...]
/external/chromium_org/third_party/openssl/openssl/apps/
CA.sh
135
-
infiles
${CATOP}/$CAREQ
141
$CA -policy policy_anything -
infiles
newreq.pem
156
$CA -policy policy_anything -out newcert.pem -
infiles
newreq.pem
162
$CA -policy policy_anything -out newcert.pem -extensions v3_ca -
infiles
newreq.pem
169
$CA -policy policy_anything -out newcert.pem -
infiles
tmp.pem
/external/openssl/apps/
CA.sh
135
-
infiles
${CATOP}/$CAREQ
141
$CA -policy policy_anything -
infiles
newreq.pem
156
$CA -policy policy_anything -out newcert.pem -
infiles
newreq.pem
162
$CA -policy policy_anything -out newcert.pem -extensions v3_ca -
infiles
newreq.pem
169
$CA -policy policy_anything -out newcert.pem -
infiles
tmp.pem
/external/chromium_org/tools/grit/grit/gather/
chrome_scaled_image_unittest.py
87
infiles
= {
100
infiles
['in/' + pngpath] = pngdata
103
with util.TempDir(
infiles
) as tmp_dir:
116
tmp_dir,
infiles
))
/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/chromium_org/tools/grit/grit/tool/
build.py
345
infiles
= self.res.GetInputFiles()
346
deps_text = ' '.join([os.path.join(prefix, i) for i in
infiles
])
Completed in 335 milliseconds