HomeSort by relevance Sort by last modified time
    Searched defs:File (Results 551 - 575 of 658) sorted by null

<<21222324252627

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
SourceManager.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
13 /// There are three different types of locations in a %file: a spelling
75 /// \brief Indicates whether a file or directory holds normal user code,
86 /// Determine whether a file / directory characteristic is for system code.
91 /// Determine whether a file characteristic is for a module map.
96 /// \brief One instance of this struct is kept for every file loaded or used.
108 /// file.
115 /// \brief Reference to the file entry representing this ContentCache.
123 /// \brief References the file which the contents were actually loaded from
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Diagnostic.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
285 struct File {
286 /// The diagnostic state for the parent file. This is strictly redundant,
289 File *Parent = nullptr;
290 /// The offset of this file within its parent.
292 /// Whether this file has any local (not imported from an AST file)
295 /// The points within the file where the state changes. There will always
296 /// be at least one of these (the state on entry to the file)
    [all...]
SourceManager.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
13 /// There are three different types of locations in a %file: a spelling
75 /// \brief Indicates whether a file or directory holds normal user code,
86 /// Determine whether a file / directory characteristic is for system code.
91 /// Determine whether a file characteristic is for a module map.
96 /// \brief One instance of this struct is kept for every file loaded or used.
108 /// file.
115 /// \brief Reference to the file entry representing this ContentCache.
123 /// \brief References the file which the contents were actually loaded from
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 1 /** @file
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
100 /// While reading an AST file, the ASTReader will call the methods of the
103 /// consequently the AST file) is invalid.
147 /// \brief Receives the file system options.
149 /// \returns true to indicate the file system options are invalid, or false
184 /// This is called for each AST file loaded.
189 /// input files of the AST file via \c visitInputFile, false otherwise.
192 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 5 // This file is distributed under the University of Illinois Open Source
1966 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID); local
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 1 //===--- ASTWriter.cpp - AST File Writer ------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTWriter class, which writes AST files.
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 17 /// <summary>File descriptor for google/protobuf/descriptor.proto</summary>
144 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorSet), global::Google.Protobuf.Reflection.FileDescriptorSet.Parser, new[]{ "File" }, null, null, null),
201 /// <summary>Field number for the "file" field.</summary>
206 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> File {
270 /// Describes a complete .proto file.
314 /// file name, relative to root of source tree
342 /// Names of files imported by this file.
379 /// All top-level definitions in this file.
442 /// The syntax of the proto file.
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.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
20 import java.io.File;
41 private static void deleteTempFolder(File dir) {
45 File f = new File(dir, files[i]);
57 if (File.separatorChar == path.charAt(path.length() - 1)) {
60 return path + File.separator;
66 private File tempDirectory
118 File file = new File(root, "\/dir\/file"); local
985 File file; local
1202 File file = new File(dir, "notADir.tst"); local
1292 File file = new File(dir, "notADir.tst"); local
1419 File file = new File(baseDir, "notADir.tst"); local
1536 File file = new File(dir, "notADir.tst"); local
2184 File file = new File("FileTest.golden.ser"); local
    [all...]
  /toolchain/binutils/binutils-2.27/include/coff/
pe.h 5 This file is part of BFD, the Binary File Descriptor library.
23 /* NT specific file attributes. */
175 #define FILNMLEN 18 /* # characters in a file name. */
179 /* DOS header fields - always at offset zero in the EXE file. */
181 char e_cblp[2]; /* Bytes on last page of file, 0x90. */
182 char e_cp[2]; /* Pages in file, 0x3. */
192 char e_lfarlc[2]; /* File address of relocation table, 0x40. */
198 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */
210 char f_symptr[4]; /* File pointer to symtab. *
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 5 // This file is distributed under the University of Illinois Open Source
130 // and create a new lexical scope with file node if it's different
314 // If Location is not valid then use main input file.
322 // If the location is not valid then use main input file.
389 // Should we be asking the SourceManager for the main file name, instead of
390 // accepting it as an argument? This just causes the main file name to
402 // The main file name provided via the "-main-file-name" option contains just
403 // the file name itself with no path information. This file name may have ha
988 llvm::DIFile *file = getOrCreateFile(loc); local
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 5 // This file is distributed under the University of Illinois Open Source
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 116 static void PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column,
122 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file,
124 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU);
126 fprintf(stderr, "Unable to load translation unit from '%s'!\n", file);
178 FILE *to_file;
189 /* Open the file that we're remapping to. */
192 fprintf(stderr, "error: cannot open file %s that we are remapping to\n",
200 /* Determine the length of the file we're remapping to. */
205 /* Read the contents of the file we're remapping to. */
208 fprintf(stderr, "error: unexpected %s reading 'to' file %s\n"
966 CXFile file; local
988 CXFile file; local
1003 &file, 0, 0, 0); local
1151 CXFile file; local
1796 CXFile file; local
1985 file); local
2362 CXFile file = clang_getFile(TU, Locations[Loc].filename); local
2443 CXFile file = clang_Module_getTopLevelHeader(TU, mod, i); local
2647 CXFile file = clang_getFile(TU, Locations[Loc].filename); local
2753 CXFile file = clang_getFile(TU, Filenames[FI]); local
2861 CXIdxClientFile file; local
2907 CXIdxClientFile file; local
3590 CXFile file = 0; local
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 5 // This file is distributed under the University of Illinois Open Source
217 /// The set of attributes by index. Index zero in the file is for null, and
229 // have bodies later in the file.
485 /// yet during parsing, used when checking if file contains global value
512 /// Original source file name recorded in a bitcode record.
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 5 // This file is distributed under the University of Illinois Open Source
82 /// is expanded (and uniqued) with each new object file processed. We
83 /// need to determine the context of each DIE in an linked object file
102 StringRef File;
115 Tag(dwarf::DW_TAG_compile_unit), Name(), File(), Parent(*this),
119 StringRef Name, StringRef File, const DeclContext &Parent,
123 Name(Name), File(File), Parent(Parent), LastSeenDIE(LastSeenDIE),
152 LHS->File.data() == RHS->File.data() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTReader.h 1 //===--- ASTReader.h - AST File Reader --------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
101 /// While reading an AST file, the ASTReader will call the methods of the
104 /// consequently the AST file) is invalid.
148 /// \brief Receives the file system options.
150 /// \returns true to indicate the file system options are invalid, or false
185 /// This is called for each AST file loaded.
190 /// input files of the AST file via \c visitInputFile, false otherwise.
193 /// system input files of the AST file via \c visitInputFile, false otherwise
    [all...]

Completed in 1662 milliseconds

<<21222324252627