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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.h 1 /** @file
74 #define DEBUG_FILE_BUFFER 0x00000004 ///< Display the file buffer messages
130 #define TFTP_OP_READ_REQUEST 1 ///< Read request, zero terminated file name, zero terminated mode
131 #define TFTP_OP_WRITE_REQUEST 2 ///< Write request, zero terminated file name, zero terminated mode
132 #define TFTP_OP_DATA 3 ///< Data block, end-of-file indicated by short block
140 #define TFTP_ERROR_NOT_FOUND 1 ///< File not found
145 #define TFTP_ERROR_FILE_EXISTS 6 ///< File already exists
175 int SocketFd; ///< Socket file descriptor
178 // File management parameters
180 FILE * File; ///< NULL while file is closed
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 122 FILE *OutFptr; // output dependencies to this file
125 BOOLEAN QuietMode; // -q - don't print missing file warnings
134 INT8 TmpFileName[MAX_PATH]; // temp file name for output file
157 FILE *
206 Call the routine to parse the command-line options, then process each file
221 STRING_LIST *File;
240 File = mGlobals.SourceFiles;
241 while (File != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 1 /** @file
2 File IO routines inspired by Streams with an EFI flavor
31 fs3: - EFI Simple File System device 3
33 10.0.1.102: - TFTP service IP followed by the file name
71 EFI_OPEN_FILE File;
93 Internal worker function to validate a File handle.
95 @param File Open File Handle
97 @return TRUE File is valid
98 @return FALSE File is not valid
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenance.c 1 /** @file
374 @return A new allocated string that represents the file name.
    [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 5 // This file is distributed under the University of Illinois Open Source
35 EmitAssembly, ///< Emit a .s file.
36 EmitBC, ///< Emit a .bc file.
38 EmitLLVM, ///< Emit a .ll file.
41 EmitObj, ///< Emit a .o file.
47 ModuleFileInfo, ///< Dump information about a module file.
48 VerifyPCH, ///< Load and verify that a PCH file is usable.
52 PrintPreamble, ///< Print the "preamble" of the input file
83 /// \brief An input file for the front end.
85 /// \brief The file name, or "-" to read from standard input
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Module class, which describes a module that has
11 // been loaded from an AST file.
47 MK_ImplicitModule, ///< File is an implicitly-loaded module.
48 MK_ExplicitModule, ///< File is an explicitly-loaded module.
49 MK_PCH, ///< File is a PCH file treated as such.
50 MK_Preamble, ///< File is a PCH file treated as the preamble.
51 MK_MainFile ///< File is a PCH file treated as the actual main file
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 1 //===--- HeaderSearch.cpp - Resolve Header File Locations ---===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file implements the DirectoryLookup and HeaderSearch interfaces.
91 fprintf(stderr, " %d max times a file is included.\n", MaxNumIncludes);
147 // to lower-case in case we're on a case-insensitive file system.
196 // Search for a module map file in this directory.
199 // We just loaded a module map file; check whether the module is
213 // If we just loaded a module map file, look for the module again.
238 // File lookup within a DirectoryLookup scope
258 const FileEntry *File = getFileMgr().getFile(FileName, /*OpenFile=*/true)
    [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.
130 // If we hit the end of the file while parsing a preprocessor directive,
132 // then be the end of file.
172 // Read the token kind. Are we at the end of the file?
289 // handling a #included file. Just read the necessary data from the token
300 // PTH file lookup: map from strings to file data.
305 /// the PTH file
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 75 // Generate produces the code generated by the plugin for this file,
77 Generate(file *FileDescriptor)
78 // GenerateImports produces the import declarations for this file.
80 GenerateImports(file *FileDescriptor)
93 // wrapping by placing each Proto inside a struct with the pointer to its File. The
97 // The file and package name method are common to messages and enums.
99 file *descriptor.FileDescriptorProto // File this object comes from.
102 // PackageName is name in the package clause in the generated file.
103 func (c *common) PackageName() string { return uniquePackageOf(c.file) }
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 48 unsigned File : 4; /* TGSI_FILE_ */
76 unsigned File : 4; /* TGSI_FILE_ */
514 /* Where the destination register has a valid file, but an empty
520 return dst.File != TGSI_FILE_NULL &&
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 248 unsigned File : 4; /* TGSI_FILE_ */
266 unsigned File : 4; /* TGSI_FILE_ */
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 57 unsigned int File:3;
213 rc_register_file file, unsigned int index, unsigned int mask)
219 if (file != RC_FILE_INPUT)
237 rc_register_file * file, unsigned int * index)
242 if (*file == RC_FILE_TEMPORARY && s->Simple)
244 else if (*file == RC_FILE_INPUT)
263 s->Input[input].File = RC_FILE_TEMPORARY;
277 s->Temporary[i].File = RC_FILE_TEMPORARY;
636 if (var->Dst.File == RC_FILE_INPUT) {
  /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.
272 // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File)
358 typedef CodeGeneratorResponse_File File;
374 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
378 const ::google::protobuf::compiler::CodeGeneratorResponse_File& file(int index) const;
384 file() const;
569 // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorResponse.File.name
781 inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& CodeGeneratorResponse::file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorResponse
799 CodeGeneratorResponse::file() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
  /external/python/cpython2/Lib/msilib/
schema.py 97 File = Table('File')
98 File.add_field(1,'File',11592)
99 File.add_field(2,'Component_',3400)
100 File.add_field(3,'FileName',4095)
101 File.add_field(4,'FileSize',260)
102 File.add_field(5,'Version',7496)
103 File.add_field(6,'Language',7444)
104 File.add_field(7,'Attributes',5378
    [all...]
  /external/python/cpython2/Tools/msi/
schema.py 97 File = Table('File')
98 File.add_field(1,'File',0x2DFF)
99 File.add_field(2,'Component_',0xDFF)
100 File.add_field(3,'FileName',4095)
101 File.add_field(4,'FileSize',260)
102 File.add_field(5,'Version',0x1DFF)
103 File.add_field(6,'Language',7444)
104 File.add_field(7,'Attributes',5378
    [all...]
  /external/python/cpython3/Lib/msilib/
schema.py 97 File = Table('File')
98 File.add_field(1,'File',11592)
99 File.add_field(2,'Component_',3400)
100 File.add_field(3,'FileName',4095)
101 File.add_field(4,'FileSize',260)
102 File.add_field(5,'Version',7496)
103 File.add_field(6,'Language',7444)
104 File.add_field(7,'Attributes',5378
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiFirmwareFile.h 1 /** @file
2 The firmware file related definitions in PI.
26 /// Used to verify the integrity of the file.
31 UINT8 File;
41 /// File Types Definitions
62 /// FFS File Attributes.
69 /// FFS File State Bits.
80 /// Each file begins with the header that describe the
209 /// is human readable file name.
223 /// an optional unicode string that represents the file revision
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 5 // This file is distributed under the University of Illinois Open Source
54 File = 4,
86 /// setRegular - set the source of the file is a regular object
89 /// setDynamic - set the source of the file is a dynamic object
92 /// setSource - set the source of the file
247 static const uint32_t file_flag = File << TYPE_OFFSET;
  /libcore/ojluni/src/main/java/java/io/
File.java 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9 * particular file as subject to the "Classpath" exception as provided
10 * by Oracle in the LICENSE file that accompanied this code.
15 * version 2 for more details (a copy is included in the LICENSE file that
36 import java.nio.file.Path;
37 import java.nio.file.FileSystems;
42 * An abstract representation of file and directory pathnames.
59 * either a directory or a file. The <em>empty</em> abstract pathname has no
66 * character is defined by the system property <code>file.separator</code>, and
75 * that no other information is required in order to locate the file that i
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
11 /// \brief This file declares classes for handling the YAML representation
109 struct File {
122 File FileEntry;
139 std::vector<File> Files;
176 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::File)
223 template <> struct MappingTraits<DWARFYAML::File> {
224 static void mapping(IO &IO, DWARFYAML::File &File);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
11 /// \brief This file declares classes for handling the YAML representation
109 struct File {
122 File FileEntry;
139 std::vector<File> Files;
176 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::File)
223 template <> struct MappingTraits<DWARFYAML::File> {
224 static void mapping(IO &IO, DWARFYAML::File &File);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
11 /// \brief This file declares classes for handling the YAML representation
109 struct File {
122 File FileEntry;
139 std::vector<File> Files;
176 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::File)
223 template <> struct MappingTraits<DWARFYAML::File> {
224 static void mapping(IO &IO, DWARFYAML::File &File);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
11 /// \brief This file declares classes for handling the YAML representation
110 struct File {
123 File FileEntry;
140 std::vector<File> Files;
175 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::File)
222 template <> struct MappingTraits<DWARFYAML::File> {
223 static void mapping(IO &IO, DWARFYAML::File &File);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 5 // This file is distributed under the University of Illinois Open Source
70 StringRef File = Buffer->getBuffer().slice(0, 4);
71 if (File != "oncg") {
72 errs() << "Unexpected file type: " << File << ".\n";
81 StringRef File = Buffer->getBuffer().slice(0, 4);
82 if (File != "adcg") {
83 errs() << "Unexpected file type: " << File << ".\n";
240 /// GCOVFile - Collects coverage information for one pair of coverage file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
DWARFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file
11 /// \brief This file declares classes for handling the YAML representation
110 struct File {
123 File FileEntry;
140 std::vector<File> Files;
175 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::File)
222 template <> struct MappingTraits<DWARFYAML::File> {
223 static void mapping(IO &IO, DWARFYAML::File &File);
    [all...]

Completed in 402 milliseconds

<<11121314151617181920>>