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

12345678910

/external/junit/
H A DCommon.mk2 # List of junit files include in documentation.
9 core-junit-files := \
24 junit-runner-files := \
33 # List of junit javadoc source files for Android public API
37 $(core-junit-files) \
38 $(junit-runner-files)
/external/chromium/base/files/
H A Dfile_path_watcher_stub.cc8 #include "base/files/file_path_watcher.h"
11 namespace files { namespace in namespace:base
30 } // namespace files
H A Dfile_path_watcher.cc6 // specific implementation files, too.
8 #include "base/files/file_path_watcher.h"
14 namespace files { namespace in namespace:base
32 } // namespace files
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppb_instance/
H A Dnacl.scons33 files=env.ExtractPublishedFiles(nexe)) variable
/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 ()]]
14 while files[0].readline ().find ('##################') < 0:
179 print " * on files with these headers:"
190 print_joining_table (files[0])
191 print_shaping_table (files[1])
/external/compiler-rt/
H A DAndroid.mk201 define get-libcompiler-rt-source-files
202 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
203 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
204 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
214 define filter-libcompiler-rt-common-source-files
218 define get-libcompiler-rt-arm-common-source-files
219 $(call filter-libcompiler-rt-common-source-files,
227 define add-libcompiler-rt-arm-vfp-source-files
236 define get-libcompiler-rt-arm-source-files
238 $(call add-libcompiler-rt-arm-vfp-source-files,
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_blobstore.py8 from appengine_wrappers import files namespace
24 filename = files.blobstore.create()
25 with files.open(filename, 'a') as f:
27 files.finalize(filename)
28 blob_key = files.blobstore.get_blob_key(filename)
/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'),
79 files=[GetNexeByName('crash_in_syscall'), variable
96 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/ppapi/native_client/tests/nacl_browser/nameservice/
H A Dnacl.scons33 files=env.ExtractPublishedFiles(pm_ns_nexe_name), variable
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/
H A Dnacl.scons40 # and to associate all nexes and nmf files with one target that can be
51 files=published_files) variable
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
H A Dnacl.scons48 files=env.ExtractPublishedFiles(nexe)) variable
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
H A Dnacl.scons35 files=env.ExtractPublishedFiles(nexe)) 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(WebCore::FileChooserFileInfo(files[i].path, files[i].displayName));
/external/elfutils/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/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/chromium/chrome/browser/policy/
H A Dconfig_dir_policy_provider.cc21 // Enumerate the files and sort them lexicographically.
22 std::set<FilePath> files; local
27 files.insert(config_file_path);
29 // Start with an empty dictionary and merge the files' contents.
31 for (std::set<FilePath>::iterator config_file_iter = files.begin();
32 config_file_iter != files.end(); ++config_file_iter) {
63 // Enumerate the files and find the most recent modification timestamp.
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dfile_metadata_handler.cc72 void FileMetadataHandler::DidGetFileMetadata(const base::ListValue* files) { argument
73 DCHECK(files);
74 web_ui()->CallJavascriptFunction("FileMetadata.onGetFileMetadata", *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/ppapi/native_client/tests/nacl_browser/manifest_file/
H A Dnacl.scons34 files=env.ExtractPublishedFiles(pm_mf_nexe_name), variable
71 files=env.ExtractPublishedFiles(pm_pi_mf_nexe_name), variable
100 files=env.ExtractPublishedFiles(irt_mf_nexe_name), variable
/external/chromium_org/ppapi/native_client/tests/nacl_browser/postmessage_redir/
H A Dnacl.scons48 files=env.ExtractPublishedFiles(pm_rd_nexe_name), variable
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
H A Dnacl.scons63 files=env.ExtractPublishedFiles(manifest_good_target), 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/openfst/
H A DAndroid.mk8 define private-function-all-cpp-files-under
23 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)

Completed in 276 milliseconds

12345678910