HomeSort by relevance Sort by last modified time
    Searched refs:Files (Results 176 - 200 of 546) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-3217047/tools/scan-build/libexec/
ccc-analyzer 120 # Remove any stale files at exit.
142 # Set this to 1 if we want to include 'parser rejects' files.
334 # Add this file to the list of files that contained this attribute.
453 my @Files;
650 # Input files.
654 while (<IN>) { s/\015?\012//; push @Files,$_; }
683 push @Files, $Arg;
707 foreach my $file (@Files) {
758 # If the HtmlDir is not set, we should clean up the plist files.
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/libexec/
ccc-analyzer 120 # Remove any stale files at exit.
142 # Set this to 1 if we want to include 'parser rejects' files.
334 # Add this file to the list of files that contained this attribute.
453 my @Files;
650 # Input files.
654 while (<IN>) { s/\015?\012//; push @Files,$_; }
683 push @Files, $Arg;
707 foreach my $file (@Files) {
758 # If the HtmlDir is not set, we should clean up the plist files.
  /prebuilts/clang/host/linux-x86/clang-3362437/tools/scan-build/libexec/
ccc-analyzer 120 # Remove any stale files at exit.
142 # Set this to 1 if we want to include 'parser rejects' files.
334 # Add this file to the list of files that contained this attribute.
453 my @Files;
650 # Input files.
654 while (<IN>) { s/\015?\012//; push @Files,$_; }
683 push @Files, $Arg;
707 foreach my $file (@Files) {
758 # If the HtmlDir is not set, we should clean up the plist files.
  /prebuilts/clang/host/linux-x86/clang-3688880/tools/scan-build/libexec/
ccc-analyzer 120 # Remove any stale files at exit.
142 # Set this to 1 if we want to include 'parser rejects' files.
334 # Add this file to the list of files that contained this attribute.
453 my @Files;
650 # Input files.
654 while (<IN>) { s/\015?\012//; push @Files,$_; }
683 push @Files, $Arg;
707 foreach my $file (@Files) {
758 # If the HtmlDir is not set, we should clean up the plist files.
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/libexec/
ccc-analyzer 120 # Remove any stale files at exit.
142 # Set this to 1 if we want to include 'parser rejects' files.
334 # Add this file to the list of files that contained this attribute.
453 my @Files;
650 # Input files.
654 while (<IN>) { s/\015?\012//; push @Files,$_; }
683 push @Files, $Arg;
707 foreach my $file (@Files) {
758 # If the HtmlDir is not set, we should clean up the plist files.
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 71 # Remove any stale files at exit.
93 # Set this to 1 if we want to include 'parser rejects' files.
306 # Add this file to the list of files that contained this attribute.
421 my @Files;
599 # Input files.
603 while (<IN>) { s/\015?\012//; push @Files,$_; }
623 push @Files, $Arg;
633 foreach my $file (@Files) {
684 # If the HtmlDir is not set, we sould clean up the plist files.
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 71 # Remove any stale files at exit.
93 # Set this to 1 if we want to include 'parser rejects' files.
306 # Add this file to the list of files that contained this attribute.
421 my @Files;
599 # Input files.
603 while (<IN>) { s/\015?\012//; push @Files,$_; }
623 push @Files, $Arg;
633 foreach my $file (@Files) {
684 # If the HtmlDir is not set, we sould clean up the plist files.
  /development/tools/idegen/src/com/android/idegen/
MakeFileParser.java 26 import com.google.common.io.Files;
40 * Parses the make files and finds the appropriate section a given module.
78 Files.readLines(makeFile, Charset.forName("UTF-8"), new MakeFileLineProcessor());
166 // Value may contain function calls such as "$(call all-java-files-under)" or refer
225 if (value.startsWith("call all-java-files-under")) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.r 45 "Choose the grammar specification files y"
56 "Files ending in .g",
57 "All text files"
64 Files {
150 "Options for renaming output files may be"
298 "Don't create Lexer files",
301 "t generate DLG-related output files. Thi"
367 "mmar.cpp files."
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
RmPkg.py 110 for Root, Dirs, Files in os.walk(RootDir):
112 for File in Files:
206 # Check for Distribution files existence in /conf/upt, if not exist,
234 # Remove all files
267 # Remove distribution files in /Conf/.upt
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.bat 31 :: Clean up previous build files.
69 echo Removing previous build files ...
133 if /I "%VS90COMNTOOLS%" == "C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\" (
140 if /I "%VS100COMNTOOLS%" == "C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\" (
147 if /I "%VS110COMNTOOLS%" == "C:\Program Files\Microsoft Visual Studio 11.0\Common7\Tools\" (
154 if /I "%VS120COMNTOOLS%" == "C:\Program Files\Microsoft Visual Studio 12.0\Common7\Tools\" (
168 echo Modifing Conf files for this build...
  /external/emma/core/java12/com/vladium/util/
Files.java 7 * $Id: Files.java,v 1.1.1.1.2.1 2004/07/09 01:28:37 vlad_r Exp $
27 abstract class Files
74 * Converts an array of path segments to an array of Files. The order
75 * of files follows the original order of path segments, except "duplicate"
93 final List /* Files */ _result = new ArrayList (path.length);
297 * MT-safety: if several threads use this API concurrently, the temp files
299 * to files that did not exist before. However, if such a temp file is deleted
301 * guarantees do not hold if files are created in the same directory outside
335 private Files () {} // prevent subclassing
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 174 void CoverageReport::renderFunctionReports(ArrayRef<StringRef> Files,
178 for (StringRef Filename : Files) {
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 58 auto Files = Session.getSourceFilesForCompiland(Symbol);
60 while (auto File = Files->getNext()) {
  /frameworks/base/core/tests/coretests/src/android/provider/
MockFontProvider.java 39 import java.nio.file.Files;
200 Files.copy(is, getCopiedFile(context, file).toPath(),
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaInserterTest.java 33 import android.provider.MediaStore.Files;
60 private static final Uri sFilesUri = Files.getContentUri(sVolumeName);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectInputStream2Test.java 33 import java.nio.file.Files;
232 Files.copy(dexIs, sameFieldNames.toPath(), StandardCopyOption.REPLACE_EXISTING);
ObjectStreamClassTest.java 35 import java.nio.file.Files;
339 Files.copy(dexIs, sameFieldNames.toPath(), StandardCopyOption.REPLACE_EXISTING);
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
ClipStorage.java 27 import com.android.documentsui.base.Files;
142 Files.deleteRecursively(mSlots[pos]);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_test.go 57 attr := &os.ProcAttr{Files: []*os.File{os.Stdin, os.Stderr, os.Stdout}}
  /prebuilts/go/linux-x86/src/syscall/
syscall_test.go 57 attr := &os.ProcAttr{Files: []*os.File{os.Stdin, os.Stderr, os.Stdout}}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 34 import com.google.common.io.Files;
130 // I could also look at the build files, say build.xml from ant, and
166 xml = Files.toString(projectFile, Charsets.UTF_8);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 32 import com.google.common.io.Files;
156 File[] files = new File(root, folder).listFiles(); local
157 if (files != null) {
158 for (File file : files) {
169 File[] files = new File(extra, folder).listFiles(); local
170 if (files != null) {
171 for (File file : files) {
206 * Compare two files, and return the one with the HIGHEST revision, and if
243 String xml = Files.toString(templateFile, Charsets.UTF_8);
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JackCodeCoverageTest.java 36 import java.nio.file.Files;
59 "files. Defaults to emma_meta.zip")
62 @Option(name = "metadata-files-filter",
63 description = "Glob pattern used to select the metadata files to use when " +
92 * Returns the list of glob patterns used to select metadata files to use when generating the
122 * Returns the set of metadata files that should be used to generate the coverage report.
124 * @return The set of metadata files that match at least one of the metadata-files-filters.
127 // Extract the metadata files if we haven't already
139 // Find metadata files that match the specified filter
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
TestFilePushSetupTest.java 19 import com.google.common.io.Files;
68 File tmpBase = Files.createTempDir();

Completed in 1078 milliseconds

1 2 3 4 5 6 78 91011>>