Searched defs:files (Results 1 - 25 of 248) sorted by relevance

12345678910

/external/junit/
H A DCommon.mk2 # 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
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_blobstore.py8 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)
H A Dgithub_file_system_test.py11 from appengine_wrappers import files namespace
41 self.assertEqual(0, len(files.GetBlobKeys()))
43 self.assertEqual(1, len(files.GetBlobKeys()))
45 self.assertEqual(1, len(files.GetBlobKeys()))
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons35 files=[env.File('browser_process_crash.html')],
59 # files=[GetNexeByName('crash_test'),
80 # files=[GetNexeByName('crash_in_syscall'),
97 files=[GetNexeByName('crash_test'), variable
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons77 files=env.ExtractPublishedFiles(pm_ns_nexe_name), variable
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFileChooserCompletionImpl.cpp55 void WebFileChooserCompletionImpl::didChooseFile(const WebVector<SelectedFileInfo>& files) argument
58 for (size_t i = 0; i < files.size(); ++i)
59 fileInfo.append(FileChooserFileInfo(files[i].path, files[i].displayName));
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrcfiles.c27 found in the source code files (the "Approved Interfaces"). The files
61 dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files, size_t *nfiles) argument
80 else if (cu->files != (void *) -1l)
86 assert (cu->files != NULL && cu->files != (void *) -1l);
87 *files = cu->files;
89 *nfiles = cu->files->nfiles;
/external/harfbuzz_ng/src/
H A Dgen-arabic-table.py10 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[
[all...]
/external/libmtp/examples/
H A Dfiles.c2 * \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
[all...]
H A Demptyfolders.c25 static void prune_empty_folders(LIBMTP_mtpdevice_t *device, LIBMTP_file_t *files, LIBMTP_folder_t *folderlist, int do_delete) argument
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);
/external/compiler-rt/
H A DAndroid.mk222 define get-libcompiler-rt-source-files
223 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
224 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
225 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
226 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files),
227 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files),
228 $(if $(findstring $(1),arm64),$(call get-libcompiler-rt-arm64-source-files),
229 $(if $(findstring $(1),mips64),$(call get-libcompiler-rt-mips64-source-files),
239 define filter-libcompiler-rt-common-source-files
246 define get-libcompiler-rt-arm-common-source-files
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_dialog.cc65 const std::vector<ui::SelectedFileInfo>& files) {
67 if (files.size() != 1) {
72 files[0], index); local
99 const std::vector<ui::SelectedFileInfo>& files) {
101 if (files.empty()) {
107 files); local
63 GetSelectedFileInfoResponse( int index, const std::vector<ui::SelectedFileInfo>& files) argument
98 GetSelectedFileInfoResponse( const std::vector<ui::SelectedFileInfo>& files) argument
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dfile_metadata_handler.cc79 void FileMetadataHandler::DidGetFileMetadata(const base::ListValue& files) { argument
80 web_ui()->CallJavascriptFunction("FileMetadata.onGetFileMetadata", files);
/external/chromium_org/content/shell/common/
H A Dwebkit_test_helpers.cc8 #include "base/files/file_util.h"
113 std::vector<std::string> files; local
119 &files);
121 return files;
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dnacl.scons39 files=env.ExtractPublishedFiles(browser_dlopen_nexe_name), variable
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DHTMLInputElementFileSystem.cpp50 FileList* files = input.files(); local
52 if (!files)
61 for (unsigned i = 0; i < files->length(); ++i) {
62 File* file = files->item(i);
/external/chromium_org/third_party/angle/
H A Denumerate_files.py8 files = [ ] variable
43 # Skip files that are "hidden"
57 files.append(fullPath)
60 files.sort()
61 for file in files:
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dapp_unittest.py12 from google.appengine.api import files namespace
30 file_name = files.blobstore.create(mime_type='text/plain')
31 with files.open(file_name, 'a') as f:
33 files.finalize(file_name)
36 blob['blob_info'] = BlobInfo.get(files.blobstore.get_blob_key(file_name))
/external/chromium_org/tools/gn/
H A Dfunction_get_target_outputs.cc23 " Returns a list of output files for the named target. The named target\n"
25 " function is called (it can't reference targets in other files because\n"
39 " action targets: this will just return the files specified in the\n"
52 " files as well (like import libraries) which will follow.\n"
60 " # Say this action generates a bunch of C source files.\n"
66 " # Compile the resulting source files into a source set.\n"
120 std::vector<SourceFile> files; local
124 target->action_values().GetOutputsAsSourceFiles(target, &files);
134 ret.list_value().reserve(files.size());
135 for (size_t i = 0; i < files
[all...]
/external/deqp/scripts/
H A Dcheck_redundant_include_guards.py48 for root, dirs, files in os.walk(path):
49 for file in files:
56 parser.add_option("-q", "--quiet", action="store_true", dest="quiet", default=False, help="only print files with errors")
60 files = [] variable
64 files += getFileList(os.path.normpath(dir))
67 for file in files:
81 print "Found %d files with invalid redundant include guards:" % len(invalidFiles)
88 print "All files have valid redundant include guards."
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DPutStreamIntegrationTest.java41 public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> parms, Map<String, String> files) argument
/external/openfst/
H A DAndroid.mk8 define private-function-all-cpp-files-under
22 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
/external/oprofile/libpp/
H A Dpopulate.cpp31 /// load merged files for one set of sample files
34 list<profile_sample_files> const & files)
36 list<profile_sample_files>::const_iterator it = files.begin();
37 list<profile_sample_files>::const_iterator const end = files.end();
40 // we can't handle cg files here obviously
87 // image_set's files - this is because it->app_image
92 if (populate_from_files(profile, abfd, it->files)) {
33 populate_from_files(profile_t & profile, op_bfd const & abfd, list<profile_sample_files> const & files) argument
/external/chromium_org/storage/browser/fileapi/
H A Ddragged_file_util.cc10 #include "base/files/file_util.h"
28 explicit SetFileEnumerator(const std::vector<FileInfo>& files) argument
29 : files_(files) {
73 // created (i.e. when the files/directories are dropped).
/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileChooser.cpp82 Vector<FileChooserFileInfo> files; local
84 files.append(FileChooserFileInfo(filenames[i]));
85 m_client->filesChosen(files);
89 void FileChooser::chooseFiles(const Vector<FileChooserFileInfo>& files) argument
93 for (unsigned i = 0; i < files.size(); ++i)
94 paths.append(files[i].path);
99 m_client->filesChosen(files);

Completed in 1226 milliseconds

12345678910