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

12 3

  /external/llvm/lib/Archive/
ArchiveWriter.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // Builds up an LLVM archive file (.a) containing LLVM bitcode.
51 // small ones and four for large ones. We expect this to access file offsets
155 // Insert a file into the archive before some other member. This also takes care
156 // of extracting the necessary flags and information from the file.
163 *ErrMsg = "Can not add a non-existent file to archive";
200 // Write one member out to the file.
215 // member's in-memory data or directly from the file.
220 OwningPtr<MemoryBuffer> File;
221 if (error_code ec = MemoryBuffer::getFile(member.getPath().c_str(), File)) {
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
103 // An unsigned integer indicating the identity of the source file
105 uint16_t File;
  /build/tools/releasetools/
common.py 4 # you may not use this file except in compliance with the License.
66 """ Gmake in MAC OS has file descriptor (PIPE) leak. We close those fds
214 stdin=p1.stdout, stdout=ramdisk_img.file.fileno())
256 """Return a File object (with name 'name') with the desired bootable
264 return File.FromLocalFile(name, prebuilt_path)
267 return File(name, BuildBootableImage(os.path.join(unpack_dir, tree_subdir)))
277 main file), open for reading.
345 signature that covers the whole file in the archive comment of the
346 zip file.
413 """Given a target_files ZipFile, parse the META/apkcerts.txt file
    [all...]
  /external/chromium/chrome/common/extensions/
user_script.h 3 // found in the LICENSE file.
26 // The file extension for standalone user scripts.
50 // Holds actual script file info.
51 class File {
53 File(const FilePath& extension_root, const FilePath& relative_path,
55 File();
56 ~File();
85 // Where the script file lives on the disk. We keep the path split so that
90 // The url to this scipt file.
101 typedef std::vector<File> FileList
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PreprocessingRecord class, which maintains a record
214 /// \brief The name of the file that was included, as written in
218 /// \brief Whether the file name was in quotation marks; otherwise, it was
227 /// \brief The file that was included.
228 const FileEntry *File;
233 bool InQuotes, const FileEntry *File, SourceRange Range);
238 /// \brief Retrieve the included file name as it was written in the source.
241 /// \brief Determine whether the included file name was written in quotes;
245 /// \brief Retrieve the file entry for the actual file that was include
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file implements the top level handling of macro expasion for the
151 // We have run off the end. If it's a source file we don't
168 // Ran off the end of a source file?
184 // If this is a macro expansion in the "#if !defined(x)" line for the file,
753 // Get the file name.
776 // This could be a <foo/bar.h> file coming from a macro expansion. In this
796 const FileEntry *File =
799 // Get the result value. Result = true means the file exists.
800 bool Result = File != 0
    [all...]
PPDirectives.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file implements # directive processing for the Preprocessor.
188 /// file. Lex the rest of the file, until we see an #endif. If
199 assert(CurTokenLexer == 0 && CurPPLexer && "Lexing a macro, not a file?");
390 // of the file, just stop skipping and return to lexing whatever came after
479 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
480 /// return null on failure. isAngled indicates whether the file reference is
490 // If the header lookup mechanism may be relative to the current file, pass in
491 // info about where the current file is
    [all...]
PTHLexer.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file implements the PTHLexer interface.
102 // Save the end-of-file token.
138 // If we hit the end of the file while parsing a preprocessor directive,
140 // then be the end of file.
180 // Read the token kind. Are we at the end of the file?
295 // handling a #included file. Just read the necessary data from the token
304 // PTH file lookup: map from strings to file data.
309 /// the PTH file
    [all...]
Pragma.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file implements the PragmaHandler/PragmaTable interfaces and implements
256 // Get the current file lexer we're looking at. Ignore _Pragma 'files' etc.
257 // Mark the file as a once-only file now.
318 // Get the current file lexer we're looking at. Ignore _Pragma 'files' etc.
321 // Mark the file as a system header.
331 // Notify the client, if desired, that we are in a new source file.
367 // Search include directories for this file.
369 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL
    [all...]
Lexer.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file implements the Lexer and Token interfaces.
91 // Start of the file is a start of line.
112 /// assumes that the associated file buffer and Preprocessor objects will
174 // Create the lexer as if we were going to lex the file normally.
180 // just lex the subsection of the file that we want. This is lexing from a
234 /// token are the characters used to represent the token in the source file
246 // Try to the load the file buffer.
248 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); local
254 const char *tokenBegin = file.data() + locInfo.second
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBuildAttrs.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains enumerations and support routines for ARM build attributes
27 File = 1,
  /external/llvm/utils/FileCheck/
FileCheck.cpp 1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
5 // This file is distributed under the University of Illinois Open Source
10 // FileCheck does a line-by line check of a file that validates whether it
14 // the file matched the expected contents, and exit status of 1 if it did not
34 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);
37 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
42 cl::desc("Prefix to use from check file (defaults to 'CHECK')"));
55 /// MatchEOF - When set, this pattern only matches the end of file. This is
439 /// CheckString - This is a check that we found in the input file
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
251 // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File)
336 typedef CodeGeneratorResponse_File File;
350 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
354 inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& file(int index) const;
358 file() const;
684 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15
691 inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& CodeGeneratorResponse::file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorResponse
701 CodeGeneratorResponse::file() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
  /bionic/libc/netbsd/isc/
eventlib_p.h 87 #define EV_CONN_SELECTED 0x0002 /* evSelectFD(conn->file). */
89 evFileID file; member in struct:evConn
132 evFileID file; member in struct:evStream
172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
175 struct { evFile *this; int eventmask; } file; member in union:evEvent_p::__anon552
189 FILE *output;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 5 // This file is distributed under the University of Illinois Open Source
190 // Chain in -diagnostic-log-file dumper, if requested.
203 // File Manager
328 // Unrecoverable failure: don't even try to process the input file.
332 // No suitable PCH file could be found. Return an error.
345 // Tell the source manager to chop off the given file at a specific
354 // Truncate the named file at the given line/column.
475 // Add the output file -- but don't try to remove "-", since this means we are
517 // Create a temporary file.
539 // Make sure the out stream file gets removed if we crash
    [all...]
ASTUnit.cpp 5 // This file is distributed under the University of Illinois Open Source
419 // FIXME: This is broken, we should store the TargetOptions in the AST file.
562 // Create the file entry for the file that we're mapping from.
574 // Override the contents of the "from" file with the contents of
575 // the "to" file.
587 // Create the file entry for the file that we're mapping from.
599 // Override the contents of the "from" file with the contents of
600 // the "to" file
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
35 * An "abstract" representation of a file system entity identified by a
37 * of the file system) or relative to the current directory in which the program
40 * <p>The actual file referenced by a {@code File} may or may not exist. It may
41 * also, despite the name {@code File}, be a directory or other non-regular
42 * file.
44 * <p>This class provides limited functionality for getting/setting file
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the SourceManager interface.
41 /// There are three different types of locations in a file: a spelling
61 /// CharacteristicKind - This is used to represent whether a file or directory
71 /// ContentCache - One instance of this struct is kept for every file
82 /// file. This is owned by the ContentCache object.
87 /// Reference to the file entry representing this ContentCache.
93 /// \brief References the file which the contents were actually loaded from.
94 /// Can be different from 'Entry' if we overridden the contents of one file
95 /// with the contents of another file
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 5 // This file is distributed under the University of Illinois Open Source
68 /// \brief Utility class for loading a ASTContext from an AST file.
109 /// \brief Track whether the main file was loaded from an AST or not.
122 /// from a source file.
125 // of a PCH file when using the Index library on an ASTUnit loaded from
130 /// The name of the original source file used to generate this ASTUnit.
165 /// \brief The file in which the precompiled preamble is stored.
170 const FileEntry *File;
175 PreambleData() : File(0), NumLines(0) { }
178 File = F
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 3 // found in the LICENSE file.
26 #include "net/disk_cache/file.h"
30 // This has to be defined before including histogram_macros.h from this file.
120 // GetTempCacheName() and MoveCache() use synchronous file
131 // We created this file so it should only contain ASCII.
526 File::WaitForPendingIO(&num_pending_io_);
835 MappedFile* BackendImpl::File(Addr address) {
856 scoped_refptr<disk_cache::File> file(new disk_cache::File(
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 5 # This file is distributed under the University of Illinois Open Source
40 SourceRange, SourceLocation, and File
63 # o implement additional SourceLocation, SourceRange, and File methods.
105 A SourceLocation represents a particular location within a source file.
114 f = File(f) if f else None
119 def file(self): member in class:SourceLocation
120 """Get the file represented by this source location."""
135 """Get the file offset represented by this source location."""
139 return "<SourceLocation file %r, line %r, column %r>" % (
140 self.file.name if self.file else None, self.line, self.column
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 5 // This file is distributed under the University of Illinois Open Source
    [all...]
  /external/dbus/test/
decode-gcov.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
10 * This file is NOT licensed under the Academic Free License
217 die ("Function name length points past end of file\n");
272 printf ("File %s\n", _dbus_string_get_const_data (&f));
303 printf ("%d functions in file\n", n_functions);
432 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n",
439 * The da file contains first a count of arcs in the file,
441 * in the file.
457 printf ("%ld arcs in file\n", (long) val)
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains an definitions used in Windows COFF Files.
12 // Structures and enums defined within this file where created using
15 // Microsoft Portable Executable and Common Object File Format Specification
108 IMAGE_SYM_CLASS_FILE = 103, ///< File name
291 AuxiliaryFile File;
  /external/quake/src/com/android/quake/
DownloaderActivity.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
78 * @param configVersion The version of the configuration file.
89 File dest = new File(dataPath);
115 return deleteTree(new File(directory), true);
118 private static boolean deleteTree(File base, boolean deleteBase) {
121 for (File child : base.listFiles()) {
131 private static boolean versionMatches(File dest, String expectedVersion) {
139 private static Config getLocalConfig(File destPath, String configFilename)
    [all...]

Completed in 1109 milliseconds

12 3