HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 101 - 125 of 446) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Launcher3/util/com/android/launcher3/
DecoderRing.java 88 List<File> files = new LinkedList<File>(); local
117 files.add(new File(args[i]));
124 if (defaultType == null && files.isEmpty()) {
129 if (files.size() > 1 && defaultType != null) {
130 System.err.println("Explicit type ignored for multiple files.");
134 if (files.isEmpty()) {
135 files.add(new File(STANDARD_IN));
138 for (File source : files) {
217 // save off the widget icon and preview bits in files for inspection
232 // In logcat, backup data is base64 encoded, but in localtransport files it is ra
    [all...]
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
SequentialRWTest.java 53 getReportLog().printValue("files", numberOfFiles, ResultType.NEUTRAL,
56 final File[] files = FileUtil.createNewFiles(getContext(), DIR_SEQ_WR, local
64 FileUtil.writeFile(files[i], data, false);
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java 76 String[] files = mAssets.list(""); local
78 for (int i = 0; i < files.length; i++) {
79 if (files[i].equals(fileName)) {
  /cts/tests/tests/holo/src/android/holo/cts/
BitmapAssets.java 59 File[] files = dir.listFiles(); local
60 int numFiles = files.length;
62 files[i].delete();
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 89 File[] files = sourceDir.listFiles(new FileFilter() { local
96 for (File file : files) {
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 57 String[] files; field in class:Main.Arguments
95 files = new String[argArray.length - i];
96 System.arraycopy(argArray, i, files, 0, files.length);
  /development/tools/idegen/src/
Configuration.java 39 /** Found .jar files (that weren't excluded). */
48 /** File name used for excluded path files. */
53 * for .java and .jar files and identifying source roots.
77 Log.debug(jarFiles.size() + " jar files");
86 * Reads excluded path files.
111 * Recursively finds .java source roots, .jar files, and excluded
121 * R.java files and aidl .java files don't share the same source
126 File[] files = directory.listFiles(); local
127 if (files == null)
    [all...]
  /external/blktrace/btt/
btt_plot.py 3 # btt_plot.py: Generate matplotlib plots for BTT generate data files
23 btt_plot.py: Generate matplotlib plots for BTT generated data files
25 Files handled:
47 <data-files...>
51 q2d, d2c and q2c). It will find files with the appropriate suffix for
52 each type ('aqd.dat' for example). If such files are found, a plot for
89 def get_data(files):
90 """Retrieve data from files provided.
154 for file in files:
187 Returns list of (data) files that need to be processed -- /unless
373 files = parse_args(sys.argv) variable
378 files = get_files(t) variable
    [all...]
  /external/chromium/chrome/browser/
file_select_helper.cc 85 std::vector<FilePath> files; local
86 files.push_back(path);
87 render_view_host_->FilesSelectedInChooser(files);
92 void FileSelectHelper::MultiFilesSelected(const std::vector<FilePath>& files,
94 if (!files.empty())
95 profile_->set_last_selected_directory(files[0].DirName());
99 render_view_host_->FilesSelectedInChooser(files);
218 // Use a generic description "Custom Files" if either of the following is
224 // like "EHTML Files". This is not what we want.
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 222 // These are the files of PAC scripts which each return a non-string
225 static const String16 files[] = { local
235 int result = resolver.SetPacScript(files[i]);
  /external/chromium_org/chrome/test/perf/
tab_switching_test.cc 8 #include "base/files/file_path.h"
32 // This Automated UI test opens static files in different tabs in a proxy
155 static const char* files[] = { "espn.go.com", "bugzilla.mozilla.org", local
162 for (size_t i = 0; i < arraysize(files); ++i) {
164 file_name = file_name.AppendASCII(files[i]);
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader.cc 14 #include "base/files/file_enumerator.h"
104 // Enumerate the files and find the most recent modification timestamp.
106 base::FileEnumerator::FILES);
121 // Enumerate the files and sort them lexicographically.
122 std::set<base::FilePath> files; local
124 base::FileEnumerator::FILES);
127 files.insert(config_file_path);
130 if (files.empty()) {
135 // Start with an empty dictionary and merge the files' contents.
136 // The files are processed in reverse order because |MergeFrom| gives priorit
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFileUploadControl.cpp 71 // This only supports clearing out the files, but that's OK because for
73 FileList* files = input->files(); local
74 ASSERT(files);
75 if (files && files->isEmpty())
224 ASSERT(input->files());
225 return RenderTheme::theme().fileListNameForWidth(input->locale(), input->files(), style()->font(), maxFilenameWidth());
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 106 CharList *fileListFiles; /* list of files containing files for inclusion in the package */
107 CharList *filePaths; /* All the files, with long paths */
108 CharList *files; /* All the files */ member in struct:UPKGOptions_
109 CharList *outFiles; /* output files [full paths] */
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager_unittest.cc 293 std::vector<talk_base::FakeFileSystem::File> files; local
294 files.push_back(talk_base::FakeFileSystem::File("/dev/video0", ""));
295 files.push_back(talk_base::FakeFileSystem::File("/dev/video5", ""));
296 files.push_back(talk_base::FakeFileSystem::File(
298 files.push_back(talk_base::FakeFileSystem::File(
300 files.push_back(
303 talk_base::FilesystemScope fs(new talk_base::FakeFileSystem(files));
320 std::vector<talk_base::FakeFileSystem::File> files; local
321 files.push_back(talk_base::FakeFileSystem::File("/dev/video0", ""));
322 files.push_back(talk_base::FakeFileSystem::File("/dev/video5", ""))
349 std::vector<talk_base::FakeFileSystem::File> files; local
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
isolated_context_unittest.cc 52 IsolatedContext::FileInfoSet files; local
56 files.AddPath(kTestPaths[i].NormalizePathSeparators(), &name));
59 id_ = IsolatedContext::GetInstance()->RegisterDraggedFileSystem(files);
110 // registered for dragged files.
  /external/elfutils/tests/
dwflmodtest.c 55 Dwarf_Files *files; local
56 if (dwarf_getsrcfiles (info->cudie, &files, NULL) == 0)
63 const char *file = dwarf_filesrc (files, val, NULL, NULL);
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 53 String [] files = getDataPath (true); local
54 if ((files == null) || (files.length == 0))
56 + ": no valid input data files have been specified", location).fillInStackTrace ();
73 processor.setDataPath (files); files = null;
  /external/harfbuzz_ng/src/
gen-indic-table.py 9 files = [file (x) for x in sys.argv[1:]] variable
11 headers = [[f.readline () for i in range (2)] for f in files]
14 data = [{} for f in files]
15 values = [{} for f in files]
16 for i, f in enumerate (files):
71 print " * on files with these headers:"
  /ndk/toolchains/llvm-3.2/
setup-common.mk 71 TARGET-process-src-files-tags = \
72 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
73 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
74 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_debug_CFLAGS)) \
75 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_release_CFLAGS)) \
76 $(call set-src-files-text,$(LOCAL_SRC_FILES),bc$(space)$(space)) \
  /ndk/toolchains/llvm-3.3/
setup-common.mk 71 TARGET-process-src-files-tags = \
72 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
73 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
74 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_debug_CFLAGS)) \
75 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_release_CFLAGS)) \
76 $(call set-src-files-text,$(LOCAL_SRC_FILES),bc$(space)$(space)) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h 32 /* SIZE for device files is i_rdev */
36 /* OFFSET: For symlinks and non-empty regular files, this
49 __u32 files; member in struct:cramfs_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 32 /* SIZE for device files is i_rdev */
36 /* OFFSET: For symlinks and non-empty regular files, this
49 __u32 files; member in struct:cramfs_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 32 /* SIZE for device files is i_rdev */
36 /* OFFSET: For symlinks and non-empty regular files, this
49 __u32 files; member in struct:cramfs_info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Files.py 1 """Suite Files: Classes representing files
102 files = file variable

Completed in 821 milliseconds

1 2 3 45 6 7 8 91011>>