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

  /external/chromium_org/content/browser/tracing/
generate_trace_viewer_grd.py 38 def __init__(self, source_files, output_filename):
39 self.source_files = source_files
45 source_files = argv[:output_position]
46 return ParsedArgs(source_files, argv[output_position + 1])
73 for filename in parsed_args.source_files:
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_grd.py 61 def __init__(self, source_files, image_dirs, output_filename):
62 self.source_files = source_files
70 source_files = argv[:images_position]
72 return ParsedArgs(source_files, image_dirs, argv[output_position + 1])
104 for filename in parsed_args.source_files:
  /external/chromium_org/tools/clang/scripts/
test_tool.py 46 source_files = glob.glob(os.path.join(test_directory_for_tool,
49 for source_file in source_files]
51 for source_file in source_files]
58 for source, actual in zip(source_files, actual_files):
106 print '[==========] %s ran.' % _NumberOfTestsToString(len(source_files))
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 171 def buildHostArchive(temp_dir, zip_path, source_file_roots, source_files,
180 source_files: The array of files to add to archive. The path structure is
189 for f in source_files:
239 source_files = []
258 source_files.append(arg)
270 if len(source_files) == 0 and len(generated_files) == 0:
285 source_files, generated_files, generated_files_dst,
  /external/chromium_org/v8/tools/
js2c.py 392 source_files = sys.argv[4:]
393 JS2C(source_files, [natives], { 'TYPE': type, 'COMPRESSION': compression })
  /external/v8/tools/
js2c.py 392 source_files = sys.argv[4:]
393 JS2C(source_files, [natives], { 'TYPE': type, 'COMPRESSION': compression })
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 279 self['source_files'] = source_data['source_files']
554 'source_files' A sorted list of paths to files the extension uses.
590 data['source_files'] = sorted(source_paths)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]

Completed in 144 milliseconds