OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_files
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
config.py
67
self.
temp_files
= []
128
self.
temp_files
.extend([src, out])
137
self.
temp_files
.extend([src, obj])
152
self.
temp_files
.append(prog)
158
filenames = self.
temp_files
159
self.
temp_files
= []
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
config.py
67
self.
temp_files
= []
128
self.
temp_files
.extend([src, out])
137
self.
temp_files
.extend([src, obj])
152
self.
temp_files
.append(prog)
158
filenames = self.
temp_files
159
self.
temp_files
= []
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py
67
self.
temp_files
= []
128
self.
temp_files
.extend([src, out])
137
self.
temp_files
.extend([src, obj])
152
self.
temp_files
.append(prog)
158
filenames = self.
temp_files
159
self.
temp_files
= []
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py
67
self.
temp_files
= []
128
self.
temp_files
.extend([src, out])
137
self.
temp_files
.extend([src, obj])
152
self.
temp_files
.append(prog)
158
filenames = self.
temp_files
159
self.
temp_files
= []
/system/core/adb/
test_device.py
688
temp_files
= make_random_host_files(in_dir=host_dir, num_files=32)
691
for temp_file in
temp_files
:
740
temp_files
= make_random_host_files(in_dir=host_dir, num_files=4)
747
paths = map(lambda temp_file: temp_file.full_path,
temp_files
)
751
for temp_file in
temp_files
:
832
temp_files
= make_random_device_files(
837
for temp_file in
temp_files
:
[
all
...]
/external/autotest/utils/
run_pylint.py
388
temp_files
= [os.path.join(tempdir.name, file_path.split('/')[-1:][0])
391
for file_tuple in zip(work_tree_files,
temp_files
):
394
batch_check_files(
temp_files
, pylint_base_opts)
/external/fio/tools/plot/
fio2gnuplot
128
temp_files
=[]
134
temp_files
.append(open(tmp_filename,'r'))
141
for tempfile in
temp_files
:
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shuffler.py
700
temp_files
= [hashed_files, sorted_files]
705
all_temp_files = yield pipeline_common.Extend(*
temp_files
)
737
def run(self,
temp_files
):
738
self.delete_file_or_list(
temp_files
)
Completed in 361 milliseconds