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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 49 d.Files = append(d.Files, &templateFile{
165 Files []*templateFile
218 <select id="files">
219 {{range $i, $f := .Files}}
245 {{range $i, $f := .Files}}
252 var files = document.getElementById('files');
254 files.addEventListener('change', onChange, false);
261 files.value = part
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 38 import android.provider.MediaStore.Files;
39 import android.provider.MediaStore.Files.FileColumns;
129 Files.FileColumns._ID, // 0
130 Files.FileColumns.DATA, // 1
131 Files.FileColumns.FORMAT, // 2
132 Files.FileColumns.DATE_MODIFIED, // 3
136 Files.FileColumns._ID,
341 // old thumbnail files
423 mFilesUri = Files.getContentUri(volumeName);
644 // we only extract metadata for audio and video files
    [all...]
  /build/make/core/tasks/
sdk-addon.mk 38 $(hide) java -jar $(call module-installed-files,mkstubs) $(if $(hide),,--v) \
42 # Files that are built and then copied into the sdk-addon
45 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
54 # Files that are copied directly into the sdk-addon
64 # Files copied in the system-image directory
73 # Generate rules to copy the requested files
98 # We don't know about all of the docs files, so depend on the timestamps for
  /frameworks/base/core/java/com/android/internal/content/
FileSystemProvider.java 55 * files.
160 final Uri uri = MediaStore.Files.getDirectoryUri("external");
162 values.put(MediaStore.Files.FileColumns.DATA, visibleFolder.getAbsolutePath());
219 ? MediaStore.Files.getDirectoryUri("external")
220 : MediaStore.Files.getContentUri("external");
223 values.put(MediaStore.Files.FileColumns.DATA, newVisibleFile.getAbsolutePath());
257 final Uri externalUri = MediaStore.Files.getContentUri("external");
259 // Remove media store entries for any files inside this directory, using
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 33 import java.nio.file.Files;
56 Path tempDir = Files.createTempDirectory("ASFCTest_test_open_create");
68 // Demonstrates a few warts related to re-opening files that already exist.
69 Path tempDir = Files.createTempDirectory("ASFCTest_test_open_existing");
95 Path tempDir = Files.createTempDirectory("ASFCTest_test_open_nonexistent");
660 Files.createTempFile("AFCTest_testCustomExecutor", ""),
687 Path tempDir = Files.createTempFile("ASFCTest_test_force", "");
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 20 import com.google.common.io.Files;
104 Files.write(profileBytes, localProfileFile);
184 return Files.toByteArray(copyOnHost);
389 // Important: Use "cp" here because it newly copied files will inherit the security context
  /development/tools/idegen/src/com/android/idegen/
Module.java 25 import com.google.common.io.Files;
39 * sub-directories. Make files can include sources that are not sub-directories. For example, the
80 // Implicit module dependencies come from src files that fall outside the module root directory.
81 // For example, if packages/apps/Contacts includes src files from packages/apps/ContactsCommon,
83 // perspective but it needs to be a separate module in intellij so that the src files can be
181 // Check if source files are subdirectories of generic parent src
219 String imlTemplate = Files.toString(
268 Files.write(imlTemplate, imlFile, IntellijProject.CHARSET);
386 .add("iml files", allDependentImlFiles).add("imlFile", imlFile)
  /external/clang/unittests/libclang/
LibclangTest.cpp 353 std::set<std::string> Files;
371 for (const std::string &Path : Files)
380 Files.insert(Filename);
424 ASSERT_TRUE(ReparseTU(0, nullptr /* No unsaved files. */));
432 ASSERT_TRUE(ReparseTU(0, nullptr /* No unsaved files. */));
459 ASSERT_TRUE(ReparseTU(0, nullptr /* No unsaved files. */));
467 ASSERT_TRUE(ReparseTU(0, nullptr /* No unsaved files. */));
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 26 import com.vladium.util.Files;
83 m_archiveFile = Files.newFile (parentDir, archive.getPath ());
201 final File inFile = Files.newFile (pathDir, file.getPath ());
  /libcore/ojluni/src/main/java/java/util/logging/
FileHandler.java 41 import java.nio.file.Files;
55 * or it can write to a rotating set of files.
57 * For a rotating set of files, as each file reaches a given size
59 * Successively older files are named by adding "0", "1", "2",
91 * specifies how many output files to cycle through (defaults to 1). </li>
97 * any existing files (defaults to false). </li>
127 * would typically cause log files to be written on Solaris to
159 private File files[]; field in class:FileHandler
256 * @exception IOException if there are IO problems opening the files.
279 * @exception IOException if there are IO problems opening the files
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/backup/
DialerBackupUtils.java 38 import com.google.common.io.Files;
84 Files.write(bytes, file);
103 byte[] byteArray = Files.toByteArray(file);
  /prebuilts/go/darwin-x86/src/go/types/
check.go 71 // information collected during type-checking of a set of package files
72 // (initialized by Files, valid only for the duration of check.Files;
74 files []*ast.File // package files
147 // Package files may be added incrementally via checker.Files.
168 // initFiles initializes the files-specific portion of checker.
169 // The provided files must all belong to the same package.
170 func (check *Checker) initFiles(files []*ast.File)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
check.go 71 // information collected during type-checking of a set of package files
72 // (initialized by Files, valid only for the duration of check.Files;
74 files []*ast.File // package files
147 // Package files may be added incrementally via checker.Files.
168 // initFiles initializes the files-specific portion of checker.
169 // The provided files must all belong to the same package.
170 func (check *Checker) initFiles(files []*ast.File)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 23 import com.google.common.io.Files;
141 byte[] initialData = Files.toByteArray(textureDataFile);
174 byte[] subImageData = Files.toByteArray(textureDataFile);
  /external/clang/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.
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 152 db.Files[db.FolderStartFileIndex[i1]],
153 db.Files[db.FolderStartFileIndex[i2]]);
158 we sort empty files and dirs in such order:
301 we sort files in such order:
565 _rem = _db->Files[_startIndex + _currentIndex].Size;
577 const CFileItem &file = _db->Files[_startIndex + _currentIndex];
584 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
740 file = inDb.Files[index];
792 fileIndexToUpdateIndexMap.Alloc(db->Files.Size());
794 for (i = 0; i < db->Files.Size(); i++)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/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;
647 # Input files.
651 while (<IN>) { s/\015?\012//; push @Files,$_; }
680 push @Files, $Arg;
699 foreach my $file (@Files) {
750 # If the HtmlDir is not set, we should clean up the plist files.
  /prebuilts/clang/host/darwin-x86/clang-3016494/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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/clang/host/linux-x86/clang-2812033/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;
647 # Input files.
651 while (<IN>) { s/\015?\012//; push @Files,$_; }
680 push @Files, $Arg;
699 foreach my $file (@Files) {
750 # If the HtmlDir is not set, we should clean up the plist files.
  /prebuilts/clang/host/linux-x86/clang-3016494/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.

Completed in 740 milliseconds

1 2 3 4 5 67 8 91011>>