HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 26 - 50 of 1257) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/file/
IdItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
22 * Representation of a reference to an item inside a Dalvik file.
47 public void addContents(DexFile file) {
48 TypeIdsSection typeIds = file.getTypeIds();
HeaderItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
26 * File header section of a {@code .dex} file.
50 public void addContents(DexFile file) {
56 public void writeTo(DexFile file, AnnotatedOutput out) {
57 int mapOff = file.getMap().getFileOffset();
58 Section firstDataSection = file.getFirstDataSection();
59 Section lastDataSection = file.getLastDataSection();
64 String magic = file.getDexOptions().getMagic()
    [all...]
  /external/bison/src/
location.h 4 This file is part of Bison, the GNU Compiler Compiler.
17 along with Bison; see the file COPYING. If not, write to
29 /* The name of the file that contains the boundary. */
30 uniqstr file; member in struct:__anon1895
49 && UNIQSTR_EQ (a.file, b.file));
67 void location_print (FILE *out, location loc);
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 3 // found in the LICENSE file.
100 base::PlatformFile file = base::CreatePlatformFile(file_path, file_flags, local
102 EXPECT_NE(base::kInvalidPlatformFileValue, file);
106 EXPECT_TRUE(base::ClosePlatformFile(file));
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_browsertest.cc 3 // found in the LICENSE file.
57 const FilePath::CharType file[] = local
73 EXPECT_EQ(FilePath(file).value(), result[0].file_path.BaseName().value());
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
IdItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
22 * Representation of a reference to an item inside a Dalvik file.
47 public void addContents(DexFile file) {
48 TypeIdsSection typeIds = file.getTypeIds();
HeaderItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
26 * File header section of a {@code .dex} file.
50 public void addContents(DexFile file) {
56 public void writeTo(DexFile file, AnnotatedOutput out) {
57 int mapOff = file.getMap().getFileOffset();
58 Section firstDataSection = file.getFirstDataSection();
59 Section lastDataSection = file.getLastDataSection();
64 String magic = file.getDexOptions().getMagic()
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiParseException.java 5 * you may not use this file except in compliance with the License.
20 public String file; field in class:ApiParseException
  /external/icu4c/test/intltest/
textfile.h 18 * This class implements access to a text data file located in the
24 * Open a file with the given name, in the given encoding, in the
34 * this file's encoding to Unicode. The EOL character(s) are not
60 FileStream* file; member in class:TextFile
  /external/icu4c/tools/gentest/
genres32.c 8 * file name: genres32.c
53 char file[512]; local
54 FILE *out;
56 uprv_strcpy(file,path);
57 if(file[strlen(file)-1]!=U_FILE_SEP_CHAR) {
58 uprv_strcat(file,U_FILE_SEP_STRING);
60 uprv_strcat(file,"testtable32.txt");
61 out = fopen(file, "w");
62 /*puts(file);*/
    [all...]
  /external/libmtp/examples/
emptyfolders.c 2 * \file emptyfolders.c
31 // therefore, check every file for this parent_id
33 LIBMTP_file_t *file; local
34 file = files;
35 while (file != NULL) {
36 if(file->parent_id == folderlist->folder_id) { // folder has a child
40 file = file->next;
93 // Get file listing.
files.c 2 * \file files.c
26 static void dump_fileinfo(LIBMTP_file_t *file)
28 printf("File ID: %u\n", file->item_id);
29 if (file->filename != NULL)
30 printf(" Filename: %s\n", file->filename);
33 if (file->filesize == (uint32_t) -1) {
34 printf(" None. (abstract file, size = -1)\n");
37 printf(" File size %llu (0x%016I64X) bytes\n", file->filesize, file->filesize)
105 LIBMTP_file_t *file, *tmp; local
    [all...]
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Context.c 2 * This file was generated automatically by ExtUtils::ParseXS version 2.18_02 from the
3 * contents of Context.xs. Do not edit this file, edit Context.xs instead.
122 const char* file = __FILE__; local
128 newXSproto("Perf::Trace::Context::common_pc", XS_Perf__Trace__Context_common_pc, file, "$");
129 newXSproto("Perf::Trace::Context::common_flags", XS_Perf__Trace__Context_common_flags, file, "$");
130 newXSproto("Perf::Trace::Context::common_lock_depth", XS_Perf__Trace__Context_common_lock_depth, file, "$");
  /external/webkit/Source/WebKit/qt/tests/MIMESniffing/
TestData.h 15 along with this library; see the file COPYING.LIB. If not, write to
24 const char* file; member in struct:_TestData
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
ccl.c 114 * Writes to the given file a character-class representation of those
119 void list_character_set( file, cset )
120 FILE *file;
125 putc( '[', file );
133 putc( ' ', file );
135 fputs( readable_form( i ), file ); local
142 fprintf( file, "-%s", readable_form( i - 1 ) );
144 putc( ' ', file );
148 putc( ']', file );
    [all...]
  /frameworks/base/cmds/am/
Android.mk 18 # Generate rules for a single file. The argument is the file path relative to
20 define make-notice-file
23 @echo Notice file: $$< -- $$@
31 $(foreach file,$(files_noticed),$(eval $(call make-notice-file,$(file))))
  /frameworks/base/cmds/content/
Android.mk 20 # Generate rules for a single file. The argument is the file path relative to
22 define make-notice-file
25 @echo Notice file: $$< -- $$@
33 $(foreach file,$(files_noticed),$(eval $(call make-notice-file,$(file))))
  /sdk/apigenerator/src/com/android/apigenerator/
ApiParseException.java 5 * you may not use this file except in compliance with the License.
29 public String file; field in class:ApiParseException
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 31 #error "Wrong header file included!!"
156 volatile std::FILE file; local
  /system/extras/tests/cpueater/
daemonize.c 5 * you may not use this file except in compliance with the License.
36 char *file = 0; local
53 file = *argv;
55 file = *++argv;
71 if (file) {
72 if(open(file, O_WRONLY|mode|O_CREAT, 0666) < 0) {
73 perror(file);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedGetPropertyTask.java 13 import java.io.File;
25 * file - path to the XML file that will be read - eg., /path/to/file.to.read.xml
36 private File file; field in class:RSSFeedGetPropertyTask
44 public void setFile(String file) {
45 if (isNullString(file))
48 { this.file = new File(file); }
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityMediumTests.java 5 * you may not use this file except in compliance with the License.
33 import java.io.File;
115 // Generate a file name in our data directory, and use that for contentUri
116 File file = mMockContext.getFileStreamPath("test.att"); local
117 // Delete the file if it already exists
118 if (file.exists()) {
119 assertTrue(file.delete());
121 // Should return false, because the file doesn't exist
124 assertTrue(file.createNewFile())
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 5 * you may not use this file except in compliance with the License.
18 import java.io.File;
52 * 1. Write file data into test file.
55 File file = new File(getContext().getFilesDir(), FILE_NAME); local
56 file.createNewFile();
57 ParcelFileDescriptor fd = ParcelFileDescriptor.open(file,
69 fd = ParcelFileDescriptor.open(file, ParcelFileDescriptor.MODE_READ_WRITE)
    [all...]
  /cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java 5 * you may not use this file except in compliance with the License.
23 import java.io.File;
35 File directory = new File(fileName);
40 File file = new File(directory, getFileName(api)); local
41 file.createNewFile();
44 file));
63 "Only one file can be processed by the binary signature " +
67 File file = new File(fileName); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
24 * File header section of a {@code .dex} file.
28 * {@code non-null;} the file format magic number, represented as the
60 public void addContents(DexFile file) {
66 public void writeTo(DexFile file, AnnotatedOutput out) {
67 int mapOff = file.getMap().getFileOffset();
68 Section firstDataSection = file.getFirstDataSection();
69 Section lastDataSection = file.getLastDataSection()
    [all...]

Completed in 4587 milliseconds

12 3 4 5 6 7 8 91011>>