/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
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/ |
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); 187 retval = ext2fs_file_close(data->file); 219 if ((retval = ext2fs_file_lseek(data->file, 226 return ext2fs_file_read(data->file, buf, count, 0); 245 if ((retval = ext2fs_file_lseek(data->file, 252 return ext2fs_file_write(data->file, buf, count, 0); 271 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/src/libdwfl/ |
find-debuginfo.c | 3 This file is part of elfutils. 5 This file is free software; you can redistribute it and/or modify 37 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1. 38 On success, *DEBUGINFO_FILE_NAME has the malloc'd name of the open file. */ 64 /* This is the main file by another name. Don't look at it again. */ 98 /* We need to open an Elf handle on the file so we can check its 129 /* We need to open an Elf handle on the file so we can check its 166 /* For a alt debug multi file we need a name, for a separate debug 182 /* Look for a file named DEBUGLINK_FILE in the directories 189 /* A leading - or + in the whole path sets whether to check file CRCs. * 218 const char *dir, *subdir, *file; local [all...] |
/external/elfutils/src/tests/ |
dwflmodtest.c | 3 This file is part of elfutils. 5 This file is free software; you can redistribute it and/or modify 55 const char *file = dwarf_filesrc (files, val, NULL, NULL); local 65 if (file != NULL) 66 printf (" from %s", file); 69 printf (" at %s:%u", file, lineno); 71 printf (" at %s:%u:%u", file, lineno, colno); 117 const char *file = dwarf_decl_file (func); local 122 printf (" %s:%d: %s:", file, line, fct); 165 const char *file; local [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/ |
DiskLruCacheWrapper.java | 12 import java.io.File; 19 * @see #get(java.io.File, int) 29 private final File directory; 42 public static synchronized DiskCache get(File directory, int maxSize) { 50 protected DiskLruCacheWrapper(File directory, int maxSize) { 64 public File get(Key key) { 66 File result = null; 91 File file = editor.getFile(0); local 92 if (writer.write(file)) { [all...] |
/external/google-breakpad/src/common/ |
module.cc | 145 Module::File *Module::FindFile(const string &name) { 147 // pointer to the entry's File's name string. This means that we 153 // created our file. lower_bound does the lookup without doing an 159 File *file = new File(name); local 160 file->source_id = -1; 162 FileByNameMap::value_type(&file->name, file)); 167 Module::File *Module::FindFile(const char *name) 244 File *file = file_it->second; local [all...] |
module_unittest.cc | 81 Module::File *file = m.FindFile("file_name.cc"); local 87 file, 67519080 }; 94 "FILE 0 file_name.cc\n" 106 Module::File *file1 = m.FindFile("filename-b.cc"); 107 Module::File *file2 = m.FindFile("filename-a.cc"); 143 "FILE 0 filename-a.cc\n" 144 "FILE 1 filename-b.cc\n" 162 Module::File *file1 = m.FindFile("filename1"); 164 Module::File *file3 = m.FindFile("filename3") [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-spec-builders.h | 34 // This file implements the ON_CALL() and EXPECT_CALL() macros. 247 // Where in the source file was the default action spec defined? 248 const char* file() const { return file_; } function in class:testing::internal::UntypedOnCallSpecBase 346 // source file that contains the statement => file_ 447 const void* mock_obj, const char* file, int line) 685 ExpectationBase(const char* file, int line, const string& source_text); 689 // Where in the source file was the expectation spec defined? 690 const char* file() const { return file_; } 696 // Describes the source file location of this expectation. 698 *os << FormatFileLocation(file(), line()) << " " [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
IoTestCase.java | 5 * you may not use this file except in compliance with the License. 23 import java.io.File; 51 private File testDir; 52 private File tempDir; 54 private final Set<File> filesToDelete = Sets.newHashSet(); 58 for (File file : filesToDelete) { 59 if (file.exists()) { 60 delete(file); 66 private File getTestDir() throws IOException 99 File file = new File(getTestDir(), name); local [all...] |
/external/icu/icu4c/source/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/icu/icu4c/source/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/jarjar/src/main/com/tonicsystems/jarjar/util/ |
ClassPathIterator.java | 5 * you may not use this file except in compliance with the License. 27 public boolean accept(File file) { 28 return file.isDirectory() || isClass(file.getName()); 33 public boolean accept(File file) { 34 return hasExtension(file.getName(), ".jar"); 38 private final Iterator<File> files; 44 this(new File(System.getProperty("user.dir")), classPath, null) 65 File file = new File(part); local 117 File file = files.next(); local [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()) {
|