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

  /external/chromium_org/content/browser/tracing/
generate_trace_viewer_grd.py 37 def __init__(self, source_files, output_filename):
38 self.source_files = source_files
44 source_files = argv[:output_position]
45 return ParsedArgs(source_files, argv[output_position + 1])
72 for filename in parsed_args.source_files:
  /system/core/libziparchive/
Android.mk 19 source_files := \ macro
26 LOCAL_SRC_FILES := ${source_files}
39 LOCAL_SRC_FILES := ${source_files}
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_grd.py 61 def __init__(self, source_files, relative_path_dirs, image_dirs, output_filename):
62 self.source_files = source_files
72 source_files = argv[:relative_path_dirs_position]
75 return ParsedArgs(source_files, relative_path_dirs, image_dirs, argv[output_position + 1])
117 for filename in parsed_args.source_files:
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Android.mk 6 source_files:= \ macro
14 LOCAL_SRC_FILES:= $(source_files)
  /external/chromium_org/build/secondary/tools/grit/
stamp_grit_sources.py 28 def WriteDepFile(dep_file, stamp_file, source_files):
32 f.write(' '.join(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]
64 for source, actual in zip(source_files, actual_files):
112 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 382 def PrepareSources(source_files):
393 macro_files = filter(IsMacroFile, source_files)
396 source_files.remove(macro_files[0])
402 source_files = sorted(source_files,
406 for source in source_files:
  /external/chromium_org/third_party/cython/src/
runtests.py 681 def source_files(self, workdir, module_name, file_list): member in class:CythonCompileTestCase
769 sources = self.source_files(workdir, module, related_files),
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]

Completed in 1632 milliseconds