Searched defs:file (Results 126 - 150 of 1831) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DEncodedField.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
77 * ever appear in the same list (or same file, even).</p>
99 public void addContents(DexFile file) { argument
100 FieldIdsSection fieldIds = file.getFieldIds();
133 public int encode(DexFile file, AnnotatedOutput out, argument
135 int fieldIdx = file.getFieldIds().indexOf(field);
H A DEncodedMethod.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
87 * ever appear in the same list (or same file, even).</p>
116 public void addContents(DexFile file) { argument
117 MethodIdsSection methodIds = file.getMethodIds();
118 MixedItemSection wordData = file.getWordData();
159 public int encode(DexFile file, AnnotatedOutput out, argument
161 int methodIdx = file.getMethodIds().indexOf(method);
H A DMapItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
28 /** file alignment of this class, in bytes */
198 public void addContents(DexFile file) { argument
210 protected void writeTo0(DexFile file, AnnotatedOutput out) { argument
H A DOffsettedItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
23 * An item in a Dalvik file which is referenced by absolute offset.
164 public final void writeTo(DexFile file, AnnotatedOutput out) { argument
178 writeTo0(file, out);
198 * the file which the instance was written to.
310 * @param file {@code non-null;} the file to use for reference
313 protected abstract void writeTo0(DexFile file, AnnotatedOutput out); argument
H A DUniformListItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
121 public void addContents(DexFile file) { argument
123 i.addContents(file);
189 protected void writeTo0(DexFile file, AnnotatedOutput out) { argument
200 i.writeTo(file, out);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputFile.java42 public TestCaseInputFile(String file) { argument
43 this.fileName = file;
/external/apache-http/src/org/apache/http/entity/
H A DFileEntity.java8 * or more contributor license agreements. See the NOTICE file
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
41 * An entity whose content is retrieved from a file.
56 protected final File file; field in class:FileEntity
58 public FileEntity(final File file, final String contentType) { argument
60 if (file == null) {
63 this.file = file;
72 return this.file
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSystemProperty.java3 * or more contributor license agreements. See the NOTICE file
5 * regarding copyright ownership. The ASF licenses this file
7 * you may not use this file except in compliance with the License.
41 * The path/filename of the property file: XSLTInfo.properties
158 * Retrieve a propery bundle from a specified file
160 * @param file The string name of the property file. The name
162 * @param target The target property bag the file will be placed into.
164 public void loadPropertyFile(String file, Properties target) argument
168 // Use SecuritySupport class to provide priveleged access to property file
[all...]
/external/bison/lib/
H A Dmsvc-inval.c34 const wchar_t *file,
51 const wchar_t *file,
100 const wchar_t *file,
32 gl_msvc_invalid_parameter_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) argument
49 gl_msvc_invalid_parameter_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) argument
98 gl_msvc_invalid_parameter_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) argument
/external/chromium_org/base/
H A Dfile_descriptor_posix.h3 // found in the LICENSE file.
8 #include "base/files/file.h"
13 // We introduct a special structure for file descriptors in order that we are
26 FileDescriptor(File file) : fd(file.TakePlatformFile()), auto_close(true) {} argument
42 // If true, this file descriptor should be closed after it has been used. For
44 // file descriptor it has been given should be closed after use.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor_unittest.cc3 // found in the LICENSE file.
51 scoped_ptr<google_apis::FileResource> file; local
59 google_apis::test_util::CreateCopyResultCallback(&result, &file));
66 scoped_ptr<google_apis::FileResource> file; local
74 google_apis::test_util::CreateCopyResultCallback(&result, &file));
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_util_unittest.cc3 // found in the LICENSE file.
28 base::FilePath file; local
29 ASSERT_TRUE(CreateTemporaryFileInDir(dir_.path(), &file));
30 ASSERT_TRUE(CreateTemporaryFileInDir(dir_.path(), &file));
34 TouchFile(file, time_expect_to_keep, time_expect_to_keep);
35 ASSERT_TRUE(CreateTemporaryFileInDir(dir_.path(), &file));
39 TouchFile(file, time_expect_to_delete, time_expect_to_delete);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_audio_video_checker.cc3 // found in the LICENSE file.
21 base::File file,
23 : state_(INITIAL_STATE), file_(file.Pass()), callback_(callback) {
20 SafeAudioVideoChecker( base::File file, const storage::CopyOrMoveFileValidator::ResultCallback& callback) argument
H A Dsupported_audio_video_checker.cc3 // found in the LICENSE file.
38 bool HasSupportedAudioVideoExtension(const base::FilePath& file) { argument
39 return ContainsKey(audio_video_extensions_, file.Extension());
85 void SupportedAudioVideoChecker::OnFileOpen(base::File file) { argument
87 if (!file.IsValid()) {
92 safe_checker_ = new SafeAudioVideoChecker(file.Pass(), callback_);
/external/chromium_org/chrome/common/extensions/api/storage/
H A Dstorage_schema_manifest_handler.cc3 // found in the LICENSE file.
44 base::FilePath file = base::FilePath::FromUTF8Unsafe(path); local
45 if (file.IsAbsolute() || file.ReferencesParent()) {
50 file = extension->path().AppendASCII(path);
51 if (!base::PathExists(file)) {
53 base::StringPrintf("File does not exist: %s", file.value().c_str());
57 if (!base::ReadFileToString(file, &content)) {
58 *error = base::StringPrintf("Can't read %s", file.value().c_str());
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item_unittest.cc3 // found in the LICENSE file.
32 // Simple function to dump some text into a new file.
35 std::ofstream file; local
36 file.open(filename.c_str());
37 ASSERT_TRUE(file.is_open());
38 file << contents;
39 file.close();
176 // Create a key path file.
190 // Run the key path file to keep it in use.
209 // delete should fail as file i
[all...]
H A Dduplicate_tree_detector_unittest.cc3 // found in the LICENSE file.
26 // Simple function to dump some text into a new file.
29 std::wofstream file; local
30 file.open(filename.c_str());
31 ASSERT_TRUE(file.is_open());
32 file << contents;
33 file.close();
36 // Creates a two level deep source dir with a file in each in |first_root| and
117 // Test when the file hierarchies are the same but one of the files is changed.
131 // Test when both file hierarchie
[all...]
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DApplicationData.java3 // found in the LICENSE file.
89 for (File file : files) {
90 if (!file.getAbsolutePath().endsWith("/lib") && !removeFile(file))
97 * Remove the given file or directory.
99 * @param file the file or directory to remove.
103 private static boolean removeFile(File file) { argument
104 if (file.isDirectory()) {
105 File[] files = file
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_lorgnette_manager_client.cc3 // found in the LICENSE file.
33 base::PlatformFile file,
31 ScanImage( std::string device_name, base::PlatformFile file, const ScanProperties& properties, const ScanImageCallback& callback) argument
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_response_parser.h3 // found in the LICENSE file.
34 std::string file; member in struct:cloud_print_response_parser::Job
/external/chromium_org/content/app/
H A Dstartup_helper_win.cc3 // found in the LICENSE file.
22 const wchar_t* file, unsigned int line,
21 InvalidParameter(const wchar_t* expression, const wchar_t* function, const wchar_t* file, unsigned int line, uintptr_t reserved) argument
/external/chromium_org/content/browser/download/
H A Dfile_metadata_linux.cc3 // found in the LICENSE file.
26 << "Could not set extended attribute " << name << " on file " << path;
30 void AddOriginMetadataToFile(const base::FilePath& file, const GURL& source, argument
32 DCHECK(base::PathIsWritable(file));
34 SetExtendedFileAttribute(file.value().c_str(), kSourceURLAttrName,
38 SetExtendedFileAttribute(file.value().c_str(), kReferrerURLAttrName,
/external/chromium_org/content/browser/
H A Dsafe_util_win.cc3 // found in the LICENSE file.
22 // Sets the Zone Identifier on the file to "Internet" (3). Returns true if the
27 // |full_path| is the path to the downloaded file.
31 HANDLE file = CreateFile(path.c_str(), GENERIC_WRITE, kShare, NULL, local
33 if (INVALID_HANDLE_VALUE == file)
40 BOOL result = WriteFile(file, kIdentifier, kIdentifierSize, &written, NULL);
41 BOOL flush_result = FlushFileBuffers(file);
42 CloseHandle(file);
88 // A failure in the Save() call below could result in the downloaded file
/external/chromium_org/content/child/mojo/
H A Dmojo_application.cc3 // found in the LICENSE file.
29 const IPC::PlatformFileForTransit& file) {
31 base::PlatformFile handle = file.fd;
33 base::PlatformFile handle = file;
28 OnActivate( const IPC::PlatformFileForTransit& file) argument
/external/chromium_org/content/shell/browser/
H A Dshell_net_log.cc3 // found in the LICENSE file.
48 FILE* file = NULL; local
50 file = _wfopen(log_path.value().c_str(), L"w");
52 file = fopen(log_path.value().c_str(), "w");
55 if (file == NULL) {
56 LOG(ERROR) << "Could not open file " << log_path.value()
60 net_log_logger_.reset(new net::NetLogLogger(file, *constants));

Completed in 7389 milliseconds

1234567891011>>