/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
EventAnalyzer.java | 275 * Parses the log files located in the folder, and its sub-folders. 285 String[] files = f.list(new FilenameFilter() { local 292 for (String file : files) { 471 System.out.println(" -F <folder> The path to a folder containing multiple text log files.");
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/ |
XmlDefsTest.java | 47 * Runs a set of instrumentation test's defined in test_defs.xml files. 49 * The test definition files can either be one or more files on local file system, and/or one or 50 * more files stored on the device under test. 197 * Build the list of tests to run from the xml files, if not done already. 203 throw new IllegalArgumentException("No test definition files (local-file-path or " + 309 * Retrieves a set of files from device into temporary files on local filesystem. 315 Collection<File> files = new ArrayList<File>(); local 318 return files; [all...] |
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
ITestSuiteIntegrationTest.java | 164 List<File> files = Arrays.asList(mConfigFolder.listFiles()); local 165 Collections.sort(files); 166 for (File configFile : files) {
|
/prebuilts/devtools/tools/lib/ |
lint-tests.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha2/ |
lint-tests-24.3.0-alpha2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha3/ |
lint-tests-24.3.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha4/ |
lint-tests-24.3.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha5/ |
lint-tests-24.3.0-alpha5.jar | |
/build/kati/ |
ninja.cc | 139 // A hack for Android to get .P files instead of .d. 153 // A hack for Android. For .s files, GCC does not use C 726 const vector<string>& files = *p.second; local 729 GetReadDirs(p.first, files, &dirs); 735 DumpInt(fp, files.size()); 736 for (const string& file : files) {
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
CompatibilityConsole.java | 217 File[] files = null; local 219 files = getBuildHelper().getTestsDir().listFiles(new ModuleRepo.ConfigFilter()); 224 if (files != null && files.length > 0) { 226 for (File moduleFile : files) { 244 File[] files = null; local 246 files = getBuildHelper().getTestsDir().listFiles(new ModuleRepo.ConfigFilter()); 251 // parse through all config files to get runtime hints 252 if (files != null && files.length > 0) 383 File[] files = null; local [all...] |
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
CommonExternalStorageTest.java | 172 * at "gift" files designed to be exchanged with the target package. 176 final List<File> files = getPrimaryPackageSpecificPaths(context); local 178 for (File file : files) { 416 private static File[] removeWhiteList(File[] files) { 418 if (files == null) { 422 for (File file : files) { 431 File[] files = dir.listFiles(); local 432 files = removeWhiteList(files); 433 if (files != null) [all...] |
/cts/tests/filesystem/src/android/filesystem/cts/ |
FileUtil.java | 72 * Existing files will not be affected. 103 * create multiple new files 106 * @param count number of files to create 110 File[] files = new File[count]; local 112 files[i] = createNewFile(context, dirName); 114 return files; 160 * remove given file or directory under the current app's files dir.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
zipimport.c | 40 PyObject *files; /* dict with file info {path: toc_entry} */
member in struct:_zipimporter 126 PyObject *files;
local 127 files = PyDict_GetItemString(zip_directory_cache, path);
128 if (files == NULL) {
129 files = read_directory(buf);
130 if (files == NULL)
133 files) != 0)
137 Py_INCREF(files);
138 self->files = files;
688 PyObject *files = NULL; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
zipimport.c | 40 PyObject *files; /* dict with file info {path: toc_entry} */
member in struct:_zipimporter 126 PyObject *files;
local 127 files = PyDict_GetItemString(zip_directory_cache, path);
128 if (files == NULL) {
129 files = read_directory(buf);
130 if (files == NULL)
133 files) != 0)
137 Py_INCREF(files);
138 self->files = files;
688 PyObject *files = NULL; local [all...] |
/external/autotest/client/deps/fakegudev/src/ |
fakegudev.c | 27 * Device description files are standard GKeyFile's. Each device is a group. By 285 gchar **files, **file_iter; local 292 files = g_strsplit(device_descriptor_files, ":", 0); 293 for (file_iter = files; *file_iter; ++file_iter) { 298 g_strfreev (files);
|
/external/curl/src/ |
tool_metalink.c | 799 metalink_file_t **files; local 808 if(metalink->files == NULL) { 815 for(files = metalink->files; *files; ++files) { 818 if(!(*files)->resources) { 821 metalink_url, (*files)->name); 842 metalinkfile *mlfile = new_metalinkfile(*files);
|
/external/elfutils/libdw/ |
dwarf_getsrclines.c | 172 /* If there are a large number of lines, files or dirs don't blow up 337 /* Now read the files. */ 737 /* Put all the files in an array. */ 738 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, local 743 const char **dirs = (void *) &files->info[nfilelist]; 746 files->nfiles = nfilelist; 749 files->info[n - 1] = fileslist->info; 755 files->ndirs = ndirlist; 762 *filesp = files; 797 lines->info[i].files = files [all...] |
/external/elfutils/src/ |
addr2line.c | 1 /* Locate source files and line information for given addresses 64 { "basenames", 's', NULL, 0, N_("Show only base names of source files"), 0 }, 88 Locate source files and line information for ADDRs (in a.out by default)."); 111 /* True if only base names of files should be shown. */ 364 Dwarf_Files *files; local 365 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0) 373 const char *file = dwarf_filesrc (files, val, NULL, NULL); 396 if (dwarf_getsrcdirs (files, &dirs, &ndirs) == 0 758 Dwarf_Files *files; local 760 && dwarf_getsrcfiles (cudie, &files, NULL) == 0 [all...] |
stack.c | 137 /* Forces resolving of main elf and debug files. */ 277 Dwarf_Files *files; local 278 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0) 285 sname = dwarf_filesrc (files, val, NULL, NULL); 649 N_("Search path for separate debuginfo files"), 0 }, 676 N_("Show module memory map with build-id, elf and debug files detected"), 0 },
|
/external/fio/ |
gfio.h | 26 GtkWidget *files; member in struct:eta_widget
|
/external/lzma/CPP/7zip/Archive/ |
LzmaHandler.cpp | 419 UInt64 files = 0;
local 421 return Callback->SetCompleted(&files, &value);
|
/external/lzma/CPP/7zip/UI/FileManager/ |
BrowseDialog.cpp | 522 CObjectVector<CFileInfo> files;
local 538 CFileInfo &fi = files.AddNew();
569 files.Add(fi);
575 _files = files;
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/ |
StubFtpServerIntegrationTest.java | 142 FTPFile[] files = ftpClient.listFiles();
local 143 assertEquals("number of files", 2, files.length);
144 verifyFTPFile(files[0], FTPFile.FILE_TYPE, "File2350.log", 406348L);
145 verifyFTPFile(files[1], FTPFile.DIRECTORY_TYPE, "archive", 0L);
162 FTPFile[] files = ftpClient.listFiles();
local 163 assertEquals("number of files", 1, files.length);
179 assertEquals("number of files", 2, filenames.length);
375 * Test GET and PUT of ASCII files
[all...] |
/external/mockito/src/test/java/org/mockitoutil/ |
ClassLoaders.java | 495 File[] files = file.listFiles(); local 497 for (File children : files) {
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 161 System.out.print(" (serving index files: "); 299 List<String> files = Arrays.asList(f.list(new FilenameFilter() { local 306 Collections.sort(files); 315 if (up != null || directories.size() + files.size() > 0) { 329 if (files.size() > 0) { 330 msg.append("<section class=\"files\">"); 331 for (String file : files) { 408 // First look for index files (index.html, index.htm, etc) and if
|