/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MapItem.java | 5 * 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) { 210 protected void writeTo0(DexFile file, AnnotatedOutput out) {
|
OffsettedItem.java | 5 * 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) { 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);
|
ParameterAnnotationStruct.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 100 public void addContents(DexFile file) { 101 MethodIdsSection methodIds = file.getMethodIds(); 102 MixedItemSection wordData = file.getWordData(); 109 public void writeTo(DexFile file, AnnotatedOutput out) { 110 int methodIdx = file.getMethodIds().indexOf(method);
|
Statistics.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 26 * Statistics about the contents of a file.
|
TypeListItem.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 66 public void addContents(DexFile file) { 67 TypeIdsSection typeIds = file.getTypeIds(); 92 protected void writeTo0(DexFile file, AnnotatedOutput out) { 93 TypeIdsSection typeIds = file.getTypeIds();
|
/external/e2fsprogs/lib/blkid/ |
read.c | 8 * This file may be redistributed under the terms of the 47 * File format: 52 * <ID="id"> unique (within this file) ID number of this device 377 * a newly allocated cache struct. If the file doesn't exist, return a 382 FILE *file; local 391 * If the file doesn't exist, then we just return an empty 405 DBG(DEBUG_CACHE, printf("reading cache file %s\n", 408 file = fdopen(fd, "r"); 409 if (!file) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
fileio.c | 2 * fileio.c --- Simple file I/O routines 7 * This file may be redistributed under the terms of the GNU Library 33 #define BMAP_BUFFER (file->buf + fs->blocksize) 39 ext2_file_t file; local 43 * Don't let caller create or open a file for writing if the 50 retval = ext2fs_get_mem(sizeof(struct ext2_file), &file); 54 memset(file, 0, sizeof(struct ext2_file)); 55 file->magic = EXT2_ET_MAGIC_EXT2_FILE; 56 file->fs = fs; 57 file->ino = ino [all...] |
inode_io.c | 8 * This file may be redistributed under the terms of the GNU Library 36 ext2_file_t file; member in struct:inode_private_data 94 data->file = 0; 158 &data->file); 186 retval = ext2fs_file_close(data->file); 218 if ((retval = ext2fs_file_lseek(data->file, 225 return ext2fs_file_read(data->file, buf, count, 0); 244 if ((retval = ext2fs_file_lseek(data->file, 251 return ext2fs_file_write(data->file, buf, count, 0); 270 if ((retval = ext2fs_file_lseek(data->file, offset [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/ |
helpbase-ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedCreateFeedTask.java | 13 import java.io.File; 33 * file - path to the XML file that will be created - eg., /path/to/file.to.create.xml 49 private File file; field in class:RSSFeedCreateFeedTask 57 public void setFile(String file) { 58 if (isNullString(file)) 61 { this.file = new File(file); 81 writeFeedXML(createFeedXML(),file); local [all...] |
/external/elfutils/libdwfl/ |
linux-proc-maps.c | 3 This file is part of Red Hat elfutils. 25 those well defined interfaces identified in the file named EXCEPTION 36 covered by this exception. If you modify this file, you may extend this 37 exception to your version of the file, but you are not obligated to do 40 this file solely under the GPL without exception. 130 proc_maps_report (Dwfl *dwfl, FILE *f, GElf_Addr sysinfo_ehdr, pid_t pid) 191 char *file = line + nread + strspn (line + nread, " \t"); local 192 if (file[0] == '\0' || (ino == 0 && dmajor == 0 && dminor == 0)) 193 /* This line doesn't indicate a file mapping. */ 199 /* This is another portion of the same file's mapping. * [all...] |
/external/elfutils/tests/ |
dwflmodtest.c | 3 This file is part of Red Hat elfutils. 63 const char *file = dwarf_filesrc (files, val, NULL, NULL); local 73 if (file != NULL) 74 printf (" from %s", file); 77 printf (" at %s:%u", file, lineno); 79 printf (" at %s:%u:%u", file, lineno, colno); 125 const char *file = dwarf_decl_file (func); local 130 printf (" %s:%d: %s:", file, line, fct); 173 const char *file; local 176 NULL, NULL, &file, &debug) != nam [all...] |
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 34 // This header file defines internal utilities needed for implementing 80 const char* file, int line, DeathTest** test); 144 const char* file, int line, DeathTest** test) = 0; 151 const char* file, int line, DeathTest** test); 237 String file() const { return file_; } function in class:testing::internal::InternalRunDeathTestFlag
|
/external/icu4c/samples/layout/ |
FontMap.cpp | 41 FILE *file; local 43 file = fopen(fileName, "r"); 45 if (file == NULL) { 46 sprintf(errorMessage, "Could not open the font map file: %s.", fileName); 52 while (fgets(buffer, BUFFER_SIZE, file) != NULL) { 102 sprintf(errorMessage, "The font map file %s does not contain any valid scripts.", fileName); 107 fclose(file); 220 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]);
|
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 37 int firstFileNum; // argv index of the first file name 43 // Info regarding the file currently being processed 48 UChar *ucharBuf = 0; // Buffer, holds converted file. (Simple minded program, always reads 49 // the whole file at once. 51 char *charBuf = 0; // Buffer, for original, unconverted file data. 57 int lineStart; // Index of first char of the current line in the file buffer 134 // Loop through the lines of a file, trying to match the regex pattern on each. 221 int remainingArgs = argc-optInd; // pattern file ... 229 // More than one file to be processed. Display file names with match output 273 FILE *file = fopen(name, "rb"); local [all...] |
/external/iproute2/ip/ |
xfrm_monitor.c | 48 FILE *fp = (FILE*)arg; 109 FILE *fp = (FILE*)arg; 140 FILE *fp = (FILE*)arg; 177 FILE *fp = (FILE*)arg; 212 FILE *fp = (FILE*)arg 347 char *file = NULL; local [all...] |
/external/iproute2/misc/ |
lnstat_util.c | 127 lf->fields[i].file = lf; 171 /* allocate lnstat_file and open given file */ 172 static struct lnstat_file *alloc_and_open(const char *path, const char *file) 185 strcpy(lf->basename, file); 278 int lnstat_dump(FILE *outfd, struct lnstat_file *lnstat_files) 300 char *file; local 304 file = strndup(name, colon-name); 307 file = NULL; 314 if (file && strcmp(file, lf->basename) [all...] |
/external/javassist/src/main/javassist/ |
CtClass.java | 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. Alternatively, the contents of this file may be used under 21 import java.io.File; 208 * Returns a class file for this class. 219 * Returns a class file for this class (read only). 225 * on a class file generated by <code>toBytecode()</code>, 246 * Returns the uniform resource locator (URL) of the class file. 376 * name <code>oldName</code> in the class file. 386 * Changes class names appearing in the class file according to th 1368 private FileOutputStream file; field in class:CtClass.DelayedFileOutputStream [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
DnaBlockData.java | 32 package com.jme3.scene.plugins.blender.file;
40 * The data block containing the description of the file.
50 /** Structures available inside the file. */
62 * this exception is throw if the blend file is invalid or somehow corrupted
134 throw new BlenderFileException("Blend file seems to be corrupted! The type " + structures[i].getType() + " is defined twice!");
|
Pointer.java | 32 package com.jme3.scene.plugins.blender.file;
40 * A class that represents a pointer of any level that can be stored in the file.
49 /** The address in file it points to. */
83 * @return the data read from the file
85 * this exception is thrown when the blend file structure is somehow invalid or corrupted
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/ |
BitmapFontLoader.java | 98 }else if (token.equals("file")){ 99 String file = tokens[i + 1]; local 100 if (file.startsWith("\"")){ 101 file = file.substring(1, file.length()-1); 103 TextureKey key = new TextureKey(folder + file, true);
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestFog.java | 51 import java.io.File; 63 File file = new File("wildhouse.zip"); local 64 if (file.exists()) {
|
TestMultiplesFilters.java | 51 import java.io.File; 58 File file = new File("wildhouse.zip"); local 59 if (!file.exists()) {
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
TestSceneWater.java | 49 import java.io.File; 72 File file = new File("wildhouse.zip"); local 73 if (file.exists()) {
|
/external/linux-tools-perf/util/ |
probe-event.h | 42 char *file; /* File path */ member in struct:perf_probe_point 84 char *file; /* File name */ member in struct:line_range
|