/external/google-breakpad/src/common/ |
dwarf_line_to_module_unittest.cc | 54 vector<Module::File *> files; local 55 m.GetFiles(&files); 56 EXPECT_EQ(1U, files.size()); 57 EXPECT_STREQ("/file1", files[0]->name.c_str()); 62 EXPECT_TRUE(lines[0].file == files[0]); 89 vector<Module::File *> files; local 90 m.GetFiles(&files); 91 ASSERT_EQ(5U, files.size()); 92 EXPECT_STREQ("/directory1/file1", files[0]->name.c_str()); 93 EXPECT_STREQ("/directory1/file2", files[1]->name.c_str()) 136 vector<Module::File *> files; local 154 vector<Module::File *> files; local [all...] |
/external/junit/ |
Common.mk | 2 # List of junit files include in documentation. 6 # core-junit-files, junit-runner-files, junit_to_document, junit4-target-src. 7 # They are lists of .java files relative to external/junit/. 13 core-junit-files := \ 28 junit-runner-files := \ 37 # List of junit javadoc source files for Android public API 40 $(core-junit-files) \ 41 $(junit-runner-files) 46 $(call find-files-in-subdirs, external/junit, [all...] |
/external/deqp/scripts/src_util/ |
check_all.py | 32 parser.add_argument("-i", "--only-changed", action="store_true", dest="useGitIndex", default=False, help="Check only modified files. Uses git.") 37 files = getChangedFiles() variable 39 files = getAllProjectFiles() variable 42 checkWhitespace(files), 43 checkIncludeGuards(files), 44 #todo checkRedundantIncludeGuards(files),
|
check_whitespace.py | 41 def checkWhitespace (files): 43 for file in files: 53 parser.add_argument("-i", "--only-changed", action="store_true", dest="useGitIndex", default=False, help="Check only modified files. Uses git.") 58 files = getChangedFiles() variable 60 files = getAllProjectFiles() variable 62 error = not checkWhitespace(files)
|
/external/harfbuzz_ng/src/ |
gen-arabic-table.py | 10 files = [file (x) for x in sys.argv[1:]] variable 12 headers = [[files[0].readline (), files[0].readline ()], [files[2].readline (), files[2].readline ()]] 14 while files[0].readline ().find ('##################') < 0: 250 print " * on files with these headers:" 261 read_blocks (files[2]) 262 print_joining_table (files[0]) 263 print_shaping_table (files[1] [all...] |
/external/libmtp/examples/ |
emptyfolders.c | 25 static void prune_empty_folders(LIBMTP_mtpdevice_t *device, LIBMTP_file_t *files, LIBMTP_folder_t *folderlist, int do_delete) 34 file = files; 43 if(found == 0) { // no files claim this as a parent 55 prune_empty_folders(device,files,folderlist->child,do_delete); // recurse down 56 prune_empty_folders(device,files,folderlist->sibling,do_delete); // recurse along 84 LIBMTP_file_t *files; local 94 files = LIBMTP_Get_Filelisting_With_Callback(device,NULL,NULL); 102 prune_empty_folders(device,files,folders,do_delete); 106 LIBMTP_destroy_file_t(files);
|
files.c | 2 * \file files.c 3 * Example program that lists all files on a device. 52 LIBMTP_file_t *files; local 61 fprintf(stdout, "mtp-files: No Devices have been found\n"); 64 fprintf(stderr, "mtp-files: There has been an error connecting. Exit\n"); 67 fprintf(stderr, "mtp-files: Memory Allocation Error. Exit\n"); 73 fprintf(stderr, "mtp-files: Unknown error, please report " 79 fprintf(stdout, "mtp-files: Successfully connected\n"); 99 files = LIBMTP_Get_Filelisting_With_Callback(iter, NULL, NULL); 100 if (files == NULL) [all...] |
connect.c | 32 LIBMTP_file_t *files; variable 91 files = LIBMTP_Get_Filelisting_With_Callback (device, NULL, NULL);
|
/external/libvncserver/x11vnc/ |
allowed_input_t.h | 43 int files; member in struct:allowed_input
|
/external/proguard/src/proguard/io/ |
DirectoryPump.java | 28 * DataEntryReader to all files it comes across. 59 * to all files that are encountered. 70 File[] files = file.listFiles(); local 72 for (int index = 0; index < files.length; index++) 74 readFiles(files[index], dataEntryReader);
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/ |
FileSelector.java | 6 * a copy of this software and associated documentation files (the 55 File[] files = file.listFiles(); local 56 if (files != null) { 57 for (int i = 0; i < files.length; i++) { 58 selectFiles(files[i]);
|
/libcore/luni/src/main/java/libcore/io/ |
DeleteOnExit.java | 49 * Our list of files scheduled for deletion. 51 private final ArrayList<String> files = new ArrayList<String>(); field in class:DeleteOnExit 63 synchronized (files) { 64 if (!files.contains(filename)) { 65 files.add(filename); 71 * Does the actual work. Note we (a) first sort the files lexicographically 72 * and then (b) delete them in reverse order. This is to make sure files 77 Collections.sort(files); 78 for (int i = files.size() - 1; i >= 0; i--) { 79 new File(files.get(i)).delete() [all...] |
/ndk/toolchains/mips64el-linux-android-4.9/ |
setup.mk | 17 # toolchain any number of source files 20 # various sources into target object files, libraries or executables. 58 TARGET-process-src-files-tags = \ 59 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 60 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 61 $(call set-src-files-target-cflags, \ 64 $(call set-src-files-target-cflags,\
|
/ndk/toolchains/mipsel-linux-android-4.8/ |
setup.mk | 17 # toolchain any number of source files 20 # various sources into target object files, libraries or executables. 58 TARGET-process-src-files-tags = \ 59 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 60 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 61 $(call set-src-files-target-cflags, \ 64 $(call set-src-files-target-cflags,\
|
/ndk/toolchains/mipsel-linux-android-4.9/ |
setup.mk | 17 # toolchain any number of source files 20 # various sources into target object files, libraries or executables. 58 TARGET-process-src-files-tags = \ 59 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 60 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 61 $(call set-src-files-target-cflags, \ 64 $(call set-src-files-target-cflags,\
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
EmptyFileFilter.java | 23 * This filter accepts files or directories that are empty. 26 * it contains no files. 29 * current directory's empty files/directories: 33 * String[] files = dir.list( EmptyFileFilter.EMPTY ); 34 * for ( int i = 0; i < files.length; i++ ) { 35 * System.out.println(files[i]); 41 * current directory's non-empty files/directories: 45 * String[] files = dir.list( EmptyFileFilter.NOT_EMPTY ); 46 * for ( int i = 0; i < files.length; i++ ) { 47 * System.out.println(files[i]) 77 File[] files = file.listFiles(); local [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AssetManagerTest.java | 42 List<String> files; local 46 files = Arrays.asList(assetManager.list(testPath)); 47 assertTrue(files.contains("docs")); 48 assertTrue(files.contains("assetsHome.txt")); 51 files = Arrays.asList(assetManager.list(testPath)); 52 assertTrue(files.contains("extra")); 55 files = Arrays.asList(assetManager.list(testPath)); 56 assertTrue(files.contains("testing")); 59 files = Arrays.asList(assetManager.list(testPath)); 60 assertTrue(files.contains("hello.txt")) [all...] |
/external/libvncserver/webclients/novnc/include/ |
jsunzip.js | 66 this.files = []; 122 this.files[fileName] = 139 var fileInfo = this.files[fileName];
|
/external/compiler-rt/ |
Android.mk | 274 define get-libcompiler-rt-source-files 275 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files), 276 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files), 277 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files), 278 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files), 279 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files), 280 $(if $(findstring $(1),arm64),$(call get-libcompiler-rt-arm64-source-files), 281 $(if $(findstring $(1),mips64),$(call get-libcompiler-rt-mips64-source-files), 291 define filter-libcompiler-rt-common-source-files 298 define get-libcompiler-rt-arm-common-source-files [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/io/ |
InMemoryFileSystem.java | 28 /** A simple file system where all files are held in memory. Not safe for concurrent use. */ 30 private final Map<File, Buffer> files = new LinkedHashMap<>(); field in class:InMemoryFileSystem 33 Buffer result = files.get(file); 40 files.put(file, result); 45 Buffer result = files.get(file); 50 files.remove(file); 54 return files.containsKey(file); 58 Buffer buffer = files.get(file); 63 Buffer buffer = files.remove(from); 65 files.put(to, buffer) [all...] |
/external/vogar/src/vogar/android/ |
DeviceFilesystem.java | 89 List<File> files = new ArrayList<File>(); local 96 files.add(dir); 98 files.add(new File(dir, fileString)); 101 return files;
|
/cts/tests/tests/media/src/android/media/cts/ |
ScannerNotificationReceiver.java | 50 + mAction + " while trying to scan " + numFiles + " files!"); 60 File[] files = dir.listFiles(); local 61 if (files != null) { 62 for (File file : files) {
|
/cts/tests/tests/os/src/android/os/cts/ |
AbiTest.java | 43 File[] files = dir.listFiles(); local 44 if (files == null) { 48 for (File f : files) {
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexFactory.java | 36 Set<DexFile> files = DexUtil.getDexFiles(fileNames); local 37 SigApi api = converter.convertApi(name, files, visibility);
|
/external/elfutils/src/libdw/ |
dwarf_getscopevar.c | 39 /* Find the containing CU's files. */ 41 getfiles (Dwarf_Die *die, Dwarf_Files **files) 43 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL); 75 inline bool file_matches (Dwarf_Files *files, size_t idx) 77 if (idx >= files->nfiles) 80 const char *file = files->info[idx].name; 128 Dwarf_Files *files; local 130 || getfiles (&scopes[out], &files) != 0) 133 if (!file_matches (files, i))
|