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

<<21222324252627

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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...]
  /external/clang/lib/Serialization/
ASTReader.cpp 1 //===-- ASTReader.cpp - AST File Reader ----------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the ASTReader class, which reads AST files.
433 // If the original import came from a file explicitly generated by the user,
436 // module import of an implicitly-loaded module file.
522 // AST file. If so, we should reject the AST file. Unfortunately, this
581 StringRef File = ExistingPPOpts.Includes[I];
582 if (File == ExistingPPOpts.ImplicitPCHInclude)
585 if (std::find(PPOpts.Includes.begin(), PPOpts.Includes.end(), File)
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 131 unsigned File : 4; /**< one of TGSI_FILE_x */
704 unsigned File : 4; /**< one of TGSI_FILE_x */
727 * File specifies the register array to access.
729 * Index specifies the element number of a register in the register file.
744 unsigned File : 4; /* TGSI_FILE_ */
759 * File, Index and Swizzle are handled the same as in tgsi_src_register.
761 * If ArrayID is zero the whole register file might be indirectly addressed,
768 unsigned File : 4; /* TGSI_FILE_ */
788 unsigned File : 4; /* TGSI_FILE_ */
  /external/python/cpython3/Lib/test/
test_socket.py 540 # This class is used for file descriptor passing tests, so we
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
218 /// file.
220 /// The first pointer declarator (of any pointer kind) in the file that does
227 /// Whether we saw any type nullability annotations in the given file.
231 /// A mapping from file IDs to a record of whether we've seen nullability
232 /// information in that file.
234 /// A mapping from file IDs to the nullability information for each file ID.
237 /// A single-element cache based on the file ID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
225 /// file.
227 /// The first pointer declarator (of any pointer kind) in the file that does
234 /// Whether we saw any type nullability annotations in the given file.
238 /// A mapping from file IDs to a record of whether we've seen nullability
239 /// information in that file.
241 /// A mapping from file IDs to the nullability information for each file ID.
244 /// A single-element cache based on the file ID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
225 /// file.
227 /// The first pointer declarator (of any pointer kind) in the file that does
234 /// Whether we saw any type nullability annotations in the given file.
238 /// A mapping from file IDs to a record of whether we've seen nullability
239 /// information in that file.
241 /// A mapping from file IDs to the nullability information for each file ID.
244 /// A single-element cache based on the file ID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
225 /// file.
227 /// The first pointer declarator (of any pointer kind) in the file that does
234 /// Whether we saw any type nullability annotations in the given file.
238 /// A mapping from file IDs to a record of whether we've seen nullability
239 /// information in that file.
241 /// A mapping from file IDs to the nullability information for each file ID.
244 /// A single-element cache based on the file ID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
225 /// file.
227 /// The first pointer declarator (of any pointer kind) in the file that does
234 /// Whether we saw any type nullability annotations in the given file.
238 /// A mapping from file IDs to a record of whether we've seen nullability
239 /// information in that file.
241 /// A mapping from file IDs to the nullability information for each file ID.
244 /// A single-element cache based on the file ID
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
225 /// file.
227 /// The first pointer declarator (of any pointer kind) in the file that does
234 /// Whether we saw any type nullability annotations in the given file.
238 /// A mapping from file IDs to a record of whether we've seen nullability
239 /// information in that file.
241 /// A mapping from file IDs to the nullability information for each file ID.
244 /// A single-element cache based on the file ID
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
225 /// file.
227 /// The first pointer declarator (of any pointer kind) in the file that does
234 /// Whether we saw any type nullability annotations in the given file.
238 /// A mapping from file IDs to a record of whether we've seen nullability
239 /// information in that file.
241 /// A mapping from file IDs to the nullability information for each file ID.
244 /// A single-element cache based on the file ID
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Sema.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Sema class, which performs semantic analysis and
226 /// file.
228 /// The first pointer declarator (of any pointer kind) in the file that does
232 /// The end location for the first pointer declarator in the file. Used for
239 /// Whether we saw any type nullability annotations in the given file.
243 /// A mapping from file IDs to a record of whether we've seen nullability
244 /// information in that file.
246 /// A mapping from file IDs to the nullability information for each file ID
    [all...]
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha1/
testutils-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha3/
testutils-25.4.0-alpha3.jar 

Completed in 2005 milliseconds

<<21222324252627