/frameworks/multidex/library/src/android/support/multidex/ |
MultiDex.java | 49 * class methods. Secondary dex files named classes2.dex, classes3.dex... found 55 * nothing on newer versions of the platform which provide built-in support for secondary dex files. 82 * Patches the application context class loader by appending extra dex files 159 List<File> files = MultiDexExtractor.load(context, applicationInfo, dexDir, false); local 160 if (checkValidZipFiles(files)) { 161 installSecondaryDexes(loader, dexDir, files); 163 Log.w(TAG, "Files were not valid zip files. Forcing a reload."); 165 files = MultiDexExtractor.load(context, applicationInfo, dexDir, true); 167 if (checkValidZipFiles(files)) { 344 File[] files = dexDir.listFiles(); local [all...] |
/ndk/sources/host-tools/make-3.81/ |
file.c | 36 per-file, so we can invoke it after the eval... or remembering which files 38 only work on files which have not yet been snapped. */ 41 /* Hash table of files the makefile knows how to make. */ 65 static struct hash_table files; variable in typeref:struct:hash_table 126 f = (struct file *) hash_find_item (&files, &file_key); 168 file_slot = (struct file **) hash_find_slot (&files, &file_key); 187 hash_insert_at (&files, new, file_slot); 240 deleted_file = hash_delete (&files, from_file); 242 /* from_file isn't the one stored in files */ 246 file_slot = (struct file **) hash_find_slot (&files, &file_key) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtUtils.java | 149 * Note that dot files (e.g. ".profile") will be left alone. 156 if (dotIndex > 0) { // > 0 instead of != -1: Treat dot files (e.g. .profile) differently 167 * Note that dot files (e.g. ".profile") will be left alone. 174 if (dotIndex > 0) { // > 0 instead of != -1: Treat dot files (e.g. .profile) differently 497 IFile[] files = workspace.findFilesForLocationURI(file.toURI()); local 498 if (files.length > 0) { 499 return files[0]; 518 IFile[] files = workspace.findFilesForLocationURI(file.toURI()); local 519 if (files.length > 0) { 520 return files[0] 536 IFile[] files = workspace.findFilesForLocationURI(URIUtil.toURI(path.makeAbsolute())); local 564 IFile[] files = workspace.findFilesForLocationURI(URIUtil.toURI(path.makeAbsolute())); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
SourceProcessor.java | 60 /** List of all source files, their dependencies, and their output. */ 68 /** List of source files pending compilation at the next build */ 71 /** List of removed source files pending cleaning at the next build. */ 106 // get all the source files 114 // if we stored that we have to compile some files, we build the list that will compile them 115 // all. For now we have to reuse the full list since we don't know which files needed 151 * Returns whether the given file is a dependency for other files by returning a list 154 * @return a list of files that depend on the given file or an empty list if there 158 ArrayList<IFile> files = new ArrayList<IFile>(); local 161 files.add(data.getSourceFile()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipant.java | 169 // Update layout files; we don't just need to react to custom view 193 // Update references in XML resource files 206 IResource[] files = ((IFolder) folder).members(); local 207 for (int i = 0; i < files.length; i++) { 208 IResource member = files[i];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 91 IFile[] files = workspaceRoot.findFilesForLocationURI(fileStore.toURI()); local 92 if (files != null && files.length == 1) 93 return files[0];
|
/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.");
|
/system/core/toolbox/ |
ls.c | 437 strlist_t files = STRLIST_INITIALIZER; local 453 strlist_append_dup(&files, de->d_name); 456 strlist_sort(&files); 457 STRLIST_FOREACH(&files, filename, listfile(name, filename, flags)); 458 strlist_done(&files); 546 strlist_t files = STRLIST_INITIALIZER; local 571 strlist_append_dup(&files, argv[i]); 575 if (files.count > 0) { 576 STRLIST_FOREACH(&files, path, { 581 strlist_done(&files); [all...] |
/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 | |
/ndk/build/core/ |
definitions.mk | 107 # Rationale: Many object files will be stored in the same output directory. 344 # defined in application's Android.mk files. 424 # LOCAL_OBJECTS will contain the list of object files generated from the 433 # LOCAL_OBJS_DIR will contain the location where the object files for [all...] |
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
CommonExternalStorageTest.java | 355 private static File[] removeWhiteList(File[] files) { 357 if (files == null) { 361 for (File file : files) { 370 File[] files = dir.listFiles(); local 371 files = removeWhiteList(files); 372 if (files != null) { 373 for (File file : files) {
|
/external/elfutils/src/libdw/ |
dwarf_getsrclines.c | 212 /* Now read the files. */ 682 /* Put all the files in an array. */ 683 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, local 688 const char **dirs = (void *) &files->info[nfilelist]; 690 files->nfiles = nfilelist; 693 files->info[nfilelist] = filelist->info; 699 files->ndirs = ndirlist; 706 *filesp = files; 739 lines->info[i].files = files; [all...] |
/external/elfutils/src/src/ |
addr2line.c | 1 /* Locate source files and line information for given addresses 59 { "basenames", 's', NULL, 0, N_("Show only base names of source files"), 0 }, 82 Locate source files and line information for ADDRs (in a.out by default)."); 103 /* True if only base names of files should be shown. */ 308 Dwarf_Files *files; local 309 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0) 317 const char *file = dwarf_filesrc (files, val, NULL, NULL); 340 if (dwarf_getsrcdirs (files, &dirs, &ndirs) == 0 662 Dwarf_Files *files; local 664 && 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/jetty/src/java/org/eclipse/jetty/server/session/ |
HashSessionManager.java | 494 String[] files = _storeDir.list(); local 495 for (int i=0;files!=null&&i<files.length;i++) 497 restoreSession(files[i]);
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
WebInfConfiguration.java | 416 // Accept aliases for WAR files 710 String[] files=web_inf_lib.list(); local 711 for (int f=0;files!=null && f<files.length;f++) 715 Resource file = web_inf_lib.addPath(files[f]);
|
/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/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 178 System.out.print(" (serving index files: "); 308 // First look for index files (index.html, index.htm, etc) and if none found, list the directory if readable. 491 List<String> files = Arrays.asList(f.list(new FilenameFilter() { local 497 Collections.sort(files); 505 if (up != null || directories.size() + files.size() > 0) { 518 if (files.size() > 0) { 519 msg.append("<section class=\"files\">"); 520 for (String file : files) {
|
/external/pdfium/samples/ |
pdfium_test.cc | 330 Options* options, std::list<std::string>* files) { 387 fprintf(stderr, "No input files.\n"); 391 files->push_back(args[i]); 567 " --emf - write page meta files <pdf-name>.<page-number>.emf\n" 575 std::list<std::string> files; local 576 if (!ParseCommandLine(args, &options, &files)) { 611 while (!files.empty()) { 612 std::string filename = files.front(); 613 files.pop_front();
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 93 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag 815 file = hwInstData->files; 851 /* too many open files */ [all...] |