HomeSort by relevance Sort by last modified time
    Searched refs:files (Results 201 - 225 of 3829) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/core/libsparse/
simg2simg.c 51 int files; local
73 files = sparse_file_resparse(s, max_size, NULL, 0);
74 if (files < 0) {
79 out_s = calloc(sizeof(struct sparse_file *), files);
85 files = sparse_file_resparse(s, max_size, out_s, files);
86 if (files < 0) {
91 for (i = 0; i < files; i++) {
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
ApplicationData.java 30 * Clear all files in target contexts application directory, except the directory 'lib'.
33 * When deleting all files is complete, the 'cache' directory is recreated, to ensure that the
79 * Remove all files and directories under the given application directory, except 'lib'.
86 File[] files = new File(appDir).listFiles(); local
87 if (files == null)
89 for (File file : files) {
105 File[] files = file.listFiles(); local
106 if (files == null)
108 for (File sub_file : files) {
  /external/chromium_org/chrome/tools/
webforms_aggregator_unittests.py 127 self.files['site1_home'] = 'site1_index.html'
128 self.files['site1_page1'] = 'site1_page1.html'
129 self.files['site1_page2'] = 'site1_page2.html'
130 self.files['site1_page3'] = 'site1_page3.html'
131 self.files['site1_signin'] = 'site1_signin.html'
132 self.files['site1_reg'] = 'site1_register.html'
135 file_content[self.files['site1_home']] = self.HOME_CONTENT % (
137 self.files['site1_page1'], self.files['site1_page2'],
138 self.files['site1_page3'], self.files['site1_signin']
    [all...]
  /external/oauth/core/src/main/java/
Android.mk 7 # Includes all the java files, and explicitly declares any aidl files
9 $(call all-java-files-under, net)
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 28 * files. Whenever backup is performed, all files changed since the last backup
36 * used only with small configuration files, not large binary files.
47 * Construct a helper to manage backup/restore of entire files within the
51 * @param files A list of the files to be backed up or restored.
53 public FileBackupHelper(Context context, String... files) {
58 mFiles = files;
62 * Based on <code>oldState</code>, determine which of the files from th
76 String[] files = mFiles; local
    [all...]
FileBackupHelperBase.java 54 ParcelFileDescriptor newState, String[] files, String[] keys) {
55 if (files.length == 0) {
58 // files must be all absolute paths
59 for (String f: files) {
61 throw new RuntimeException("files must have all absolute paths: " + f);
64 // the length of files and keys must be the same
65 if (files.length != keys.length) {
66 throw new RuntimeException("files.length=" + files.length
76 int err = performBackup_native(oldStateFd, data.mBackupWriter, newStateFd, files, keys)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Android.mk 3 # MC driver server files
12 # Add new folders with header files here
15 # Add new source files here
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 6 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-yoo-bin-warndid.jpg",
7 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-it-juzz-liek-ezploded-or-sumfin.jpg",
8 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-cool-story-bro-got-anymore-bacon.jpg",
9 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-ohaii-iz-n-ur-livin-room-defyin-ur-gravaties.jpg",
10 "http://ihasahotdog.files.wordpress.com/2011/08/cue-puppy-pictures-spike-is-not-sleeping-on-duty-hes-lulling-you-into-a-false-sense-of-security.jpg",
11 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-pens-too-mainstream.jpg",
12 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-tyrannodoggus-rex.jpg",
13 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-sniper-dog-in-position.jpg",
14 "http://ihasahotdog.files.wordpress.com/2011/07/funny-dog-pictures-i-see-wat-yur-doin-must-put-it-on-internet.jpg",
15 "http://ihasahotdog.files.wordpress.com/2011/07/cute-puppy-pictures-fresh-squeed.jpg"
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 17 """Determines the list of files to be checked from command line arguments."""
45 'Exclude the specified files',
64 """Returns files to be linted, specified directly on the command line.
70 are assumed to be files that should be linted.
74 A sequence of files to be linted.
76 files = argv[1:] or []
81 for f in files:
95 """Returns files to be checked specified by the --recurse flag.
101 A list of files to be checked.
107 for root, subdirs, files in os.walk(start)
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
simplefileflags.py 17 """Determines the list of files to be checked from command line arguments."""
45 'Exclude the specified files',
64 """Returns files to be linted, specified directly on the command line.
70 are assumed to be files that should be linted.
74 A sequence of files to be linted.
76 files = argv[1:] or []
81 for f in files:
95 """Returns files to be checked specified by the --recurse flag.
101 A list of files to be checked.
107 for root, subdirs, files in os.walk(start)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
testcfg.py 35 FILES_PATTERN = re.compile(r"//\s+Files:(.*)")
46 for dirname, dirs, files in os.walk(self.root):
50 files.sort()
51 for filename in files:
67 # Accept several lines of 'Files:'.
74 files = [ os.path.normpath(os.path.join(self.root, '..', '..', f))
79 files = env + files
80 files.append(os.path.join(self.root, "mjsunit.js"))
81 files.append(testfilename
    [all...]
  /frameworks/base/core/tests/coretests/apks/version/
Android.mk 4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
11 LOCAL_SRC_FILES := $(call all-subdir-java-files)
18 LOCAL_SRC_FILES := $(call all-subdir-java-files)
25 LOCAL_SRC_FILES := $(call all-subdir-java-files)
32 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 76 l('global/files.x'),
101 self.assertEqual(file_list.files, wanted)
119 files = ['a', 'b', 'c']
120 file_list.set_allfiles(files)
121 self.assertEqual(file_list.allfiles, files)
125 file_list.files = ['a', 'b', 'a', 'g', 'c', 'g']
126 # files must be sorted beforehand (sdist does it)
129 self.assertEqual(file_list.files, ['a', 'b', 'c', 'g'])
157 # return True if files match
159 file_list.files = ['a.py', 'b.py'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 76 l('global/files.x'),
101 self.assertEqual(file_list.files, wanted)
119 files = ['a', 'b', 'c']
120 file_list.set_allfiles(files)
121 self.assertEqual(file_list.allfiles, files)
125 file_list.files = ['a', 'b', 'a', 'g', 'c', 'g']
126 # files must be sorted beforehand (sdist does it)
129 self.assertEqual(file_list.files, ['a', 'b', 'c', 'g'])
157 # return True if files match
159 file_list.files = ['a.py', 'b.py'
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 32 my $files;
35 if (!defined $files) {
36 $files = GetFiles($dir);
38 push @$files, $file;
47 my $files = $dirFiles{$dir};
49 if (!defined $files) {
53 foreach my $file (sort @$files) {
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 26 /* ICU package data file format (.dat files) ------------------------------- ***
88 static File *files = NULL; variable
157 /* read the list of files and get their lengths */
192 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
196 /* sort the files by basename */
197 qsort(files, fileCount, sizeof(File), compareFiles);
202 /* determine the offsets of all basenames and files in this common one */
206 files[i].fileOffset=fileOffset;
207 fileOffset+=(files[i].fileSize+15)&~0xf;
208 files[i].basenameOffset=basenameOffset
    [all...]
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 26 /* ICU package data file format (.dat files) ------------------------------- ***
88 static File *files = NULL; variable
167 /* read the list of files and get their lengths */
213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
217 /* sort the files by basename */
218 qsort(files, fileCount, sizeof(File), compareFiles);
223 /* determine the offsets of all basenames and files in this common one */
227 files[i].fileOffset=fileOffset;
228 fileOffset+=(files[i].fileSize+15)&~0xf;
229 files[i].basenameOffset=basenameOffset
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_blobstore.py 8 from appengine_wrappers import files namespace
30 filename = files.blobstore.create()
31 with files.open(filename, 'a') as f:
33 files.finalize(filename)
34 blob_key = files.blobstore.get_blob_key(filename)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
print_layout_test_times_unittest.py 37 def check(self, args, expected_output, files=None):
41 if files:
42 fs.files = files
109 files={'/tmp/times_ms.json': '{"foo":{"bar.html": 1}}'})
  /external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java 37 String [] files = getDataPath (true); local
38 if ((files == null) || (files.length == 0))
40 + ": no valid input data files have been specified", location).fillInStackTrace ();
44 processor.setDataPath (files); files = null;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FileInputType.cpp 64 Vector<FileChooserFileInfo> files; local
67 files.append(FileChooserFileInfo(state[i], state[i + 1]));
69 files.append(FileChooserFileInfo(state[i]));
71 return files;
101 FileList* fileList = element().files();
172 FileList* FileInputType::files() function in class:WebCore::FileInputType
209 PassRefPtr<FileList> FileInputType::createFileList(const Vector<FileChooserFileInfo>& files) const
212 size_t size = files.size();
219 String rootPath = directoryName(files[0].path);
221 while (!files[i].path.startsWith(rootPath)
345 Vector<FileChooserFileInfo> files; local
    [all...]
  /build/tools/atree/
atree.cpp 7 #include "files.h"
28 " -f FILELIST Specify one or more files containing the\n"
29 " list of files to copy.\n"
31 " which to look for the files\n"
33 " output files to.\n"
34 " -l Use hard links instead of copying the files.\n"
36 " of files included. It sets the variable ATREE_FILES.\n"
37 " -v VAR=VAL Replaces ${VAR} by VAL when reading input files.\n"
41 " The FILELIST files contain the list of files that will end up\n
185 vector<FileRecord> files; local
    [all...]
  /bionic/libc/kernel/common/linux/
file.h 60 #define files_fdtable(files) (rcu_dereference((files)->fdt))
62 #define fcheck(fd) fcheck_files(current->files, fd)
  /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) {
  /development/ndk/platforms/android-3/include/linux/
file.h 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
58 #define fcheck(fd) fcheck_files(current->files, fd)

Completed in 8820 milliseconds

1 2 3 4 5 6 7 891011>>