HomeSort by relevance Sort by last modified time
    Searched refs:files (Results 226 - 250 of 6842) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/apks/keyset/
Android.mk 5 LOCAL_SRC_FILES := $(call all-subdir-java-files)
12 LOCAL_SRC_FILES := $(call all-subdir-java-files)
19 LOCAL_SRC_FILES := $(call all-subdir-java-files)
26 LOCAL_SRC_FILES := $(call all-subdir-java-files)
33 LOCAL_SRC_FILES := $(call all-subdir-java-files)
40 LOCAL_SRC_FILES := $(call all-subdir-java-files)
47 LOCAL_SRC_FILES := $(call all-subdir-java-files)
55 LOCAL_SRC_FILES := $(call all-subdir-java-files)
62 LOCAL_SRC_FILES := $(call all-subdir-java-files)
69 LOCAL_SRC_FILES := $(call all-subdir-java-files)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcvs.py 233 Committed files:
248 def update(self, files):
249 for e in self.whichentries(files, 1):
252 def commit(self, files, message = ""):
253 list = self.whichentries(files)
270 def mailinfo(self, files, message = ""):
272 mailtext = MAILFORM % (towhom, string.join(files),
273 string.join(files), message)
289 def report(self, files):
290 for e in self.whichentries(files):
    [all...]
  /external/python/cpython2/Demo/pdist/
rcvs.py 233 Committed files:
248 def update(self, files):
249 for e in self.whichentries(files, 1):
252 def commit(self, files, message = ""):
253 list = self.whichentries(files)
270 def mailinfo(self, files, message = ""):
272 mailtext = MAILFORM % (towhom, string.join(files),
273 string.join(files), message)
289 def report(self, files):
290 for e in self.whichentries(files)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.cpp 28 /* ICU package data file format (.dat files) ------------------------------- ***
90 static File *files = NULL; variable
171 /* read the list of files and get their lengths */
217 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
221 /* sort the files by basename */
222 qsort(files, fileCount, sizeof(File), compareFiles);
227 /* determine the offsets of all basenames and files in this common one */
231 files[i].fileOffset=fileOffset;
232 fileOffset+=(files[i].fileSize+15)&~0xf;
233 files[i].basenameOffset=basenameOffset
    [all...]
  /external/dtc/pylibfdt/
setup.py 8 Files to be built into the extension are provided in SOURCES
75 List of files to build
85 files = makevars['LIBFDT_SRCS'].split()
86 files = [os.path.join(basedir, 'libfdt', fname) for fname in files]
87 files.append('pylibfdt/libfdt.i')
90 return swig_opts, version, files, cflags, objdir
94 files = os.environ.get('SOURCES', '').split() variable
103 if not all((version, files, cflags, objdir)):
104 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles(
    [all...]
  /development/samples/apkcachetest/src/com/android/apkcachetest/
Main.java 44 File[] files = preloadsFileCache.listFiles(); local
45 if (files == null || files.length == 0) {
46 txt.append(" --- No files found ---\n");
48 for (File file : files) {
56 txt.append(files.length + " files");
  /external/deqp/scripts/src_util/
check_whitespace.py 44 def checkWhitespace (files):
46 for file in files:
56 parser.add_argument("-i", "--only-changed", action="store_true", dest="useGitIndex", default=False, help="Check only modified files. Uses git.")
61 files = getChangedFiles() variable
63 files = getAllProjectFiles() variable
65 error = not checkWhitespace(files)
  /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/guava/guava-tests/test/com/google/common/io/
FileTreeTraverserTest.java 27 * Tests for {@link Files#fileTreeViewer}.
38 dir = Files.createTempDir();
43 File[] files = dir.listFiles(); local
44 if (files == null) {
48 // we aren't creating any files in subdirs
49 for (File file : files) {
90 private void assertDirChildren(File... files) {
91 assertEquals(ImmutableSet.copyOf(files),
92 ImmutableSet.copyOf(Files.fileTreeTraverser().children(dir)));
  /external/libmojo/base/android/java/src/org/chromium/base/
FileUtils.java 18 * Helper methods for dealing with Files.
29 File[] files = currentFile.listFiles(); local
30 if (files != null) {
31 for (File file : files) {
41 * Delete the given files or directories by calling {@link #recursivelyDeleteFile(File)}.
42 * @param files The files to delete.
44 public static void batchDeleteFiles(List<File> files) {
47 for (File file : files) {
  /packages/apps/Launcher3/
Android.mk 51 $(call all-java-files-under, src) \
52 $(call all-java-files-under, src_ui_overrides) \
53 $(call all-java-files-under, src_flags) \
54 $(call all-proto-files-under, protos) \
55 $(call all-proto-files-under, proto_overrides)
100 $(call all-java-files-under, src) \
101 $(call all-java-files-under, src_ui_overrides) \
102 $(call all-java-files-under, go/src_flags) \
103 $(call all-proto-files-under, protos) \
104 $(call all-proto-files-under, proto_overrides
    [all...]
  /build/make/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
205 vector<FileRecord> files; local
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/persistentlog/
PersistentLogFileHandler.java 45 * Handles serialization of byte arrays and read/write them to multiple rotating files. If a logText
47 * files exceeds {@code fileCountLimit} the oldest ones will be deleted. The logs are stored in the
147 /** Concatenate all log files in chronicle order and return a byte array. */
151 File[] files = getLogFiles(); local
153 ByteBuffer byteBuffer = ByteBuffer.allocate(getTotalSize(files));
154 for (File file : files) {
160 private static int getTotalSize(File[] files) {
162 for (File file : files) {
168 /** Parses the content of all files back to individual byte arrays. */
197 File[] files = getLogFiles() local
215 File[] files = logDirectory.listFiles(); local
    [all...]
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 19 that the DUT is sharing the files on the network.
91 files = p2pcli.get_peer_files(peer_name)
92 if files:
93 logging.info('Peer files: %r', files)
94 raise error.TestFail('Found exported files on the DUT.')
108 files = p2pcli.get_peer_files(peer_name)
109 if files != [('my_file=HASH==', 10)]:
111 return files
117 # files isn't announced, that is an error
    [all...]
  /external/ltp/testcases/kernel/fs/fs-bench/
Makefile 31 create-files: boxmuler.o create-files.o
35 MAKE_TARGETS := create-files random-access\
  /bionic/libc/tools/
symbols.py 57 def GetFromAndroidStaticLib(files):
62 for f in files:
73 def GetFromAndroidSo(files):
80 for f in files:
85 def GetFromSystemSo(files):
88 for f in files:
  /development/samples/ApiDemos/tests/
Android.mk 11 # Include all test java files.
12 LOCAL_SRC_FILES := $(call all-java-files-under, src)
14 # Notice that we don't have to include the src files of ApiDemos because, by
  /external/autotest/client/cros/video/
helper_logger.py 32 files = glob.glob('/sys/module/videobuf2_*/parameters/debug')
33 vlog.add_log(files,
34 ['1'] * len(files),
35 ['0'] * len(files),
109 def add_log(self, files, enable_values, disable_values, log_name):
113 @param files: list of string, file paths
120 self.logs.append({'files': files,
129 for f, ev in zip(log['files'], log['enable values']):
137 for f, dv in zip(log['files'], log['disable values'])
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
py-compile 66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
68 Byte compile some python scripts FILES. Use --destdir to specify any
69 leading directory path to the FILES that you don't want to include in the
98 files=$*
99 if test -z "$files"; then
100 usage_error "no files given"
122 files = '''$files'''
125 for file in files.split():
140 files = '''$files''
    [all...]
  /external/skia/tools/
BUILD_simulator.py 34 # Returns a set of files that match pattern.
53 for root, _, files in os.walk('.'):
54 for fname in files:
63 files = set()
65 files.update(BUILD_glob_single(pattern))
67 files.difference_update(BUILD_glob_single(pattern))
68 return list(sorted(files))
  /external/skqp/tools/
BUILD_simulator.py 34 # Returns a set of files that match pattern.
53 for root, _, files in os.walk('.'):
54 for fname in files:
63 files = set()
65 files.update(BUILD_glob_single(pattern))
67 files.difference_update(BUILD_glob_single(pattern))
68 return list(sorted(files))
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 7 # Include all test java files.
8 LOCAL_SRC_FILES := $(call all-java-files-under, src)
10 # Notice that we don't have to include the src files of SmokeTestApp because, by
  /packages/apps/TV/tests/common/
Android.mk 4 # Include all test java files.
6 $(call all-java-files-under, src) \
7 $(call all-Iaidl-files-under, src)
  /packages/apps/TV/tuner/tests/testing/
Android.mk 4 # Include all test java files.
6 $(call all-java-files-under, src) \
7 $(call all-Iaidl-files-under, src)
  /prebuilts/go/darwin-x86/src/net/
nss_test.go 25 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
26 networks: files
28 protocols: db files
29 services: db files
30 ethers: db files
31 rpc: db files
124 {source: "files"},
138 "networks": {{source: "files"}},
141 {source: "files"},
145 {source: "files"},
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 6 7 8 91011>>