OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:files_list
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/mjsunit/
testcfg.py
69
files_list
= [] # List of file names to append to command arguments.
74
files_list
+= files_match.group(1).strip().split()
79
for f in
files_list
]
/external/v8/test/webkit/
testcfg.py
72
files_list
= [] # List of file names to append to command arguments.
77
files_list
+= files_match.group(1).strip().split()
82
for f in
files_list
]
/external/libvncserver/utils/
git2cl.pl
106
my $
files_list
= shift;
107
my @lines = split (/\n/, $
files_list
);
/pdk/build/
pdk_utils.py
156
def remove_files_listed(top_dir,
files_list
):
158
for entry in
files_list
:
Completed in 1343 milliseconds