Searched defs:files (Results 26 - 50 of 248) sorted by relevance

12345678910

/external/chromium_org/third_party/icu/source/test/depstest/
H A Ddependencies.py16 files: Set of "library/filename.o" files mentioned in the dependencies file.
19 A library or group item can have an optional set of "files" (as in the files attribute).
30 # item contents: {"type": "binary"} with optional files & deps
35 files = set() variable
74 global files
75 item_files = item.get("files")
80 if item_files == None: item_files = item["files"] = set()
84 if file_name in files
[all...]
/external/chromium_org/third_party/libxml/src/
H A DtestRelax.c59 int files = 0; local
123 files = -1;
163 files ++;
168 if (files == 0) {
171 printf("\tParse the HTML files and output the result of the parsing\n");
H A DtestSchemas.c59 int files = 0; local
154 files ++;
159 if (files == 0) {
162 printf("\tParse the HTML files and output the result of the parsing\n");
H A DtestReader.c46 printf("\tParse the XML files using the xmlTextReader API\n");
106 int files = 0; local
132 files ++;
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect_unittest.cc60 std::vector<rtc::FakeFileSystem::File> files; local
61 files.push_back(rtc::FakeFileSystem::File("profiles.ini",
63 files.push_back(rtc::FakeFileSystem::File("prefs.js", prefs));
64 rtc::FilesystemScope fs(new rtc::FirefoxPrefsFileSystem(files));
/external/chromium_org/tools/android/md5sum/
H A Dmd5sum.cc5 // Md5sum implementation for Android. This version handles files as well as
13 #include "base/files/file_enumerator.h"
14 #include "base/files/file_path.h"
15 #include "base/files/file_util.h"
49 // Returns the set of all files contained in |files|. This handles directories
51 std::set<std::string> MakeFileSet(const char** files) { argument
54 for (const char** file = files; *file; ++file) {
81 const std::set<std::string> files = MakeFileSet(argv + 1); local
84 for (std::set<std::string>::const_iterator it = files
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DAppDataDirGuesserTest.java79 TestCondition withNonWriteable(String... files); argument
80 void shouldGive(String... files); argument
86 public void shouldGive(String... files) {
99 assertEquals("Bad lengths for " + path, files.length, results.length);
100 for (int i = 0; i < files.length; ++i) {
101 assertEquals("Element " + i, new File(files[i]), results[i]);
105 public TestCondition withNonWriteable(String... files) {
106 notWriteable.addAll(Arrays.asList(files));
/external/icu/icu4c/source/test/depstest/
H A Ddependencies.py16 files: Set of "library/filename.o" files mentioned in the dependencies file.
19 A library or group item can have an optional set of "files" (as in the files attribute).
30 # item contents: {"type": "binary"} with optional files & deps
35 files = set() variable
74 global files
75 item_files = item.get("files")
80 if item_files == None: item_files = item["files"] = set()
84 if file_name in files
[all...]
/external/libmtp/examples/
H A Dconnect.c32 LIBMTP_file_t *files; variable
91 files = LIBMTP_Get_Filelisting_With_Callback (device, NULL, NULL);
H A Dpathutils.c63 parse_path (char * path, LIBMTP_file_t * files, LIBMTP_folder_t * folders) argument
74 LIBMTP_file_t * file = files;
96 file = files;
/external/littlemock/tests/com/google/testing/littlemock/
H A DAppDataDirGuesserTest.java80 TestCondition withNonWriteable(String... files); argument
81 void shouldGive(String... files); argument
88 public void shouldGive(String... files) {
101 assertEquals("Bad lengths for " + path, files.length, results.length);
102 for (int i = 0; i < files.length; ++i) {
103 assertEquals("Element " + i, new File(files[i]), results[i]);
108 public TestCondition withNonWriteable(String... files) {
109 notWriteable.addAll(Arrays.asList(files));
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DGetAndPostIntegrationTest.java111 public Response serve(String uri, Method method, Map<String, String> header, Map<String, String> parms, Map<String, String> files) { argument
/external/qemu/distrib/libsparse/src/
H A Dsimg2simg.c51 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/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
22 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
23 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
24 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
25 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
26 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
27 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
/external/chromium_org/ppapi/examples/file_chooser/
H A Dfile_chooser.cc57 const std::vector<pp::FileRef>& files) {
60 for (size_t i = 0; i < files.size(); i++)
61 Log(files[i].GetName());
56 ShowSelectedFileNames(int32_t result, const std::vector<pp::FileRef>& files) argument
/external/chromium_org/tools/gn/
H A Dninja_target_writer.cc10 #include "base/files/file_util.h"
194 // Input files are order-only deps.
242 const std::vector<OutputFile>& files,
258 path_output_.WriteFiles(out_, files);
241 WriteStampForTarget( const std::vector<OutputFile>& files, const std::vector<OutputFile>& order_only_deps) argument
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.h13 #include "base/files/file_path.h"
48 // Like SELECT_OPEN_FILE, but allowing multiple files to open.
73 // Notifies the Listener that many files have been selected. The
74 // files are in |files|. |params| is contextual passed to SelectFile.
76 const std::vector<base::FilePath>& files, void* params) {}
81 // If not overridden, calls MultiFilesSelected() with paths from |files|.
83 const std::vector<SelectedFileInfo>& files,
127 // Specifies whether there will be a filter added for all files (i.e. *.*).
131 // files/folder
75 MultiFilesSelected( const std::vector<base::FilePath>& files, void* params) argument
[all...]
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c37 static int print_remappings_filelist(const char **files, unsigned numFiles) { argument
43 remap = clang_getRemappingsFromFileList(files, numFiles);
/external/elfutils/0.153/libdw/
H A Ddwarf_getscopevar.c26 found in the source code files (the "Approved Interfaces"). The files
60 /* Find the containing CU's files. */
62 getfiles (Dwarf_Die *die, Dwarf_Files **files) argument
64 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL);
96 inline bool file_matches (Dwarf_Files *files, size_t idx) argument
98 if (idx >= files->nfiles)
101 const char *file = files->info[idx].name;
149 Dwarf_Files *files; local
151 || getfiles (&scopes[out], &files) !
[all...]
/external/libnfc-nci/
H A DAndroid.mk1 # function to find all *.cpp files under a directory
2 define all-cpp-files-under
41 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
42 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
43 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
44 $(call all-c-files-under, src/adaptation) \
45 $(call all-cpp-files-under, src/adaptation) \
46 $(call all-c-files-under, src/gki) \
59 LOCAL_SRC_FILES := $(call all-c-files-under, $(HALIMPL)) \
60 $(call all-cpp-files
[all...]
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc139 } files[] = { local
148 for (int i = 0; i < static_cast<int>(sizeof(files) / sizeof(files[0])); ++i) {
150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
161 } files[] = { local
208 for (int i = 0; i < static_cast<int>(sizeof(files) / sizeof(files[0])); ++i) {
210 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[
[all...]
/external/lldb/source/Host/common/
H A DSymbols.cpp57 // Some debug files are stored in the .build-id directory like this:
64 // Get full path to our module. Needed to check debug files like this:
76 std::vector<std::string> files; local
79 files.push_back (dirname + "/" + symbol_filename);
80 files.push_back (dirname + "/.debug/" + symbol_filename);
81 files.push_back (dirname + "/.build-id/" + uuid_str);
82 files.push_back (dirname + module_filename);
84 const uint32_t num_files = files.size();
87 const std::string &filename = files[idx_file];
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp16 STDMETHODIMP COpenCallbackImp::SetTotal(const UInt64 *files, const UInt64 *bytes) argument
20 return ReOpenCallback->SetTotal(files, bytes);
23 return Callback->Open_SetTotal(files, bytes);
27 STDMETHODIMP COpenCallbackImp::SetCompleted(const UInt64 *files, const UInt64 *bytes) argument
31 return ReOpenCallback->SetCompleted(files, bytes);
34 return Callback->Open_SetCompleted(files, bytes);
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyServer.java118 private void serveDirectory(SpdyStream stream, String[] files) throws IOException { argument
124 for (String file : files) {
/external/oprofile/daemon/
H A Dopd_sfile.h3 * Management of sample files
31 * Each set of sample files (where a set is over the physical counter
35 * cg files are stored in the hash.
63 /** opened sample files */
64 odb_t files[OP_MAX_COUNTERS]; member in struct:sfile
65 /** extended sample files */
67 /** hash table of opened cg sample files */
87 /** sync sample files */
90 /** close sample files */

Completed in 5740 milliseconds

12345678910