HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 251 - 275 of 1907) sorted by null

<<11121314151617181920>>

  /external/clang/unittests/Basic/
FileManagerTest.cpp 5 // This file is distributed under the University of Illinois Open Source
20 // Used to create a fake file system for running the tests with such
22 // file system on the machine running the tests.
25 // Maps a file/directory path to its desired stat result. Anything
26 // not in this map is considered to not exist in the file system.
39 // Inject a file with the given inode value to the fake file system.
44 // Inject a directory with the given inode value to the fake file system.
57 return CacheMissing; // This means the file/directory doesn't exist.
71 // When a virtual file is added, its getDir() field is set correctl
74 const FileEntry *file = manager.getVirtualFile("foo.cpp", 42, 0); local
135 const FileEntry *file = manager.getFile("\/tmp\/test"); local
159 const FileEntry *file = manager.getFile("virtual\/dir\/bar.h"); local
198 const FileEntry *file = manager.getFile("xyz.txt"); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoConstants.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
130 * Sets the current file that that line numbers refer to. All subsequent
131 * line number entries make reference to this source file name, instead
137 * file name.
FieldAnnotationStruct.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
76 public void addContents(DexFile file) {
77 FieldIdsSection fieldIds = file.getFieldIds();
78 MixedItemSection wordData = file.getWordData();
85 public void writeTo(DexFile file, AnnotatedOutput out) {
86 int fieldIdx = file.getFieldIds().indexOf(field);
FieldIdsSection.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
28 * Field refs list section of a {@code .dex} file.
38 * Constructs an instance. The file offset is initially unknown.
40 * @param file {@code non-null;} file that this instance is part of
42 public FieldIdsSection(DexFile file) {
43 super("field_ids", file);
73 * Writes the portion of the file header that refers to this instance.
MethodAnnotationStruct.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
76 public void addContents(DexFile file) {
77 MethodIdsSection methodIds = file.getMethodIds();
78 MixedItemSection wordData = file.getWordData();
85 public void writeTo(DexFile file, AnnotatedOutput out) {
86 int methodIdx = file.getMethodIds().indexOf(method);
MethodIdsSection.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
28 * Method refs list section of a {@code .dex} file.
38 * Constructs an instance. The file offset is initially unknown.
40 * @param file {@code non-null;} file that this instance is part of
42 public MethodIdsSection(DexFile file) {
43 super("method_ids", file);
73 * Writes the portion of the file header that refers to this instance.
StringIdItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
25 * Representation of a string inside a Dalvik file.
86 public void addContents(DexFile file) {
89 MixedItemSection stringData = file.getStringData();
97 public void writeTo(DexFile file, AnnotatedOutput out) {
  /external/doclava/src/com/google/doclava/
SourcePositionInfo.java 5 * you may not use this file except in compliance with the License.
22 public SourcePositionInfo(String file, int line, int column) {
23 this.file = file;
29 this.file = that.file;
53 return new SourcePositionInfo(that.file, line, 0);
69 return new SourcePositionInfo(that.file, line, 0);
74 return file + ':' + line;
79 int r = this.file.compareTo(that.file)
100 public String file; field in class:SourcePositionInfo
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 5 RCS file: /cvsroot/tools/org.eclipse.emf/.cvsignore,v //store
6 Working file: .cvsignore //don't need to store, basename(rcs file), minus ,v?
15 total revisions: 2; selected revisions: 2 //don't store, is count of commits to the file
31 $perfile_regex = "/^RCS\ file:\ (.+?$)\\n
32 ^Working\ file:\ (.+?$)\\n
63 $file = file_get_contents(($argv[1] ? $argv[1] : "php://stdin")); variable
67 preg_match_all("/^(RCS file:.+?^={77}$)/sm", $file, $regs) or die("Couldn't find any cvs logs!\n");
70 /* parse each file's info *
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
VersionNumberStripper.java 15 import java.io.File;
51 File file=new File(directory); local
53 File [] files = file.listFiles();
72 files[i].renameTo(new File(targetPath));
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.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.
83 return line->files->info[line->file].name;
95 file and line/column number. If any of the numbers is zero,
103 if (unlikely (line->file >= line->files->nfiles))
110 const char *file = INTUSE(dwarf_line_file) (line); local
111 if (file != lastfile
    [all...]
  /external/elfutils/tests/
line2addr.c 2 This file is part of Red Hat elfutils.
71 char *file; member in struct:args
87 if (dwfl_module_getsrc_file (mod, a->file, a->line, 0, &lines, &nlines) == 0)
93 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col, local
95 if (file != NULL)
101 if (strcmp (file, a->file) || line != a->line || col != 0)
103 file, line);
107 || strcmp (file, a->file) || line != a->line || col != 0
    [all...]
  /external/icu4c/tools/gencfu/
gencfu.cpp 7 * File gencfu.c
17 // Usage: gencfu [options] -r confusables-file.txt -w whole-script-confusables.txt -o output-file.cfu
62 printf("Usage: %s [-v] [-options] -r confusablesRules.txt -w wholeScriptConfusables.txt -o output-file\n", progName);
156 fprintf(stderr, "confusables file, whole script confusables file and output file must all be specified.\n");
169 /* Combine the directory with the file name */
178 // spoof detection data file parsing is dependent on regular expressions.
189 /* write the dummy data file */
305 FILE *file; local
    [all...]
  /external/icu4c/tools/gentest/
gentest.c 8 * file name: gentest.c
16 * This program writes a little data file for testing the udata API.
80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
84 "\t\t-r or --genres generate resource file testtable32.txt instead of UData test \n"
95 /* printf("Generating the test memory mapped file\n"); */
101 /* Create data file ----------------------------------------------------- */
118 /* write the data to the file */
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
139 /* Create Java file ----------------------------------------------------- */
144 char file[512] local
    [all...]
  /external/iproute2/ip/
rtmon.c 31 static void write_stamp(FILE *fp)
51 FILE *fp = (FILE*)arg;
61 fprintf(stderr, "Usage: rtmon file FILE [ all | LISTofOBJECTS]\n");
69 FILE *fp;
76 char *file = NULL; local
105 } else if (matches(argv[1], "file") == 0) {
110 file = argv[1];
131 if (file == NULL)
    [all...]
  /external/iptables/extensions/
libipt_realm.c 36 const char file[] = "/etc/iproute2/rt_realms"; local
37 realms = xtables_lmap_init(file);
39 fprintf(stderr, "Warning: %s: %s\n", file, strerror(errno));
libxt_devgroup.c 39 const char file[] = "/etc/iproute2/group_map"; local
40 devgroups = xtables_lmap_init(file);
42 fprintf(stderr, "Warning: %s: %s\n", file, strerror(errno));
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DynamicArray.java 32 package com.jme3.scene.plugins.blender.file;
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
FileLocator.java 45 private File root;
52 root = new File(rootPath).getCanonicalFile();
63 private File file; field in class:FileLocator.AssetInfoFile
65 public AssetInfoFile(AssetManager manager, AssetKey key, File file){
67 this.file = file;
73 return new FileInputStream(file);
75 // NOTE: Can still happen even if file.exists() is true, e.g
84 File file = new File(root, name); local
    [all...]
  /external/libmtp/examples/
pathutils.c 2 * \file pathutils.c
72 /* if not number, assume a file name */
74 LIBMTP_file_t * file = files; local
77 while (file != NULL) {
78 if (strcasecmp (file->filename, path) == 0) {
79 return file->item_id;
81 file = file->next;
94 LIBMTP_file_t * file; local
96 file = files
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 2 * @file opd_mapping.c
6 * @remark Read the file COPYING
111 char file[PATH_MAX]; local
112 char * c = &file[PATH_MAX-1];
156 /* possibly deleted file */
  /external/oprofile/libpopt/
poptconfig.c 2 * \file popt/poptconfig.c
6 file accompanying popt source distributions, available from
98 const char * file, * chptr, * end; local
116 file = alloca(fileLength + 1);
117 if (read(fd, (char *)file, fileLength) != fileLength) {
129 chptr = file;
130 end = (file + fileLength);
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 193 static int search(FILE *file,const char *text,struct sockaddr *addr,int length,
200 while (fgets(line,MAX_ATM_NAME_LEN,file)) {
216 FILE *file; local
219 if (!(file = fopen(HOSTS_ATM,"r"))) return TRY_OTHER;
220 result = search(file,text,addr,length,flags);
221 (void) fclose(file);
  /external/proguard/src/proguard/io/
DirectoryWriter.java 36 private final File baseFile;
39 private File currentFile;
48 public DirectoryWriter(File baseFile,
60 // Should we close the current file?
67 File directory = getFile(dataEntry);
87 File file = getFile(dataEntry); local
89 // Should we close the current file?
92 !currentFile.equals(file))
101 File parentDirectory = file.getParentFile()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 71 CodeGeneratorResponse::File* file = response_->add_file(); local
72 file->set_name(filename);
73 return new io::StringOutputStream(file->mutable_content());
78 CodeGeneratorResponse::File* file = response_->add_file(); local
79 file->set_name(filename);
80 file->set_insertion_point(insertion_point);
81 return new io::StringOutputStream(file->mutable_content());
108 const FileDescriptor* file = pool.BuildFile(request.proto_file(i)) local
119 const FileDescriptor* file = local
    [all...]

Completed in 1120 milliseconds

<<11121314151617181920>>