Searched defs:File (Results 1 - 25 of 138) sorted by last modified time

123456

/external/smack/src/org/jivesoftware/smackx/packet/
H A DStreamInitiation.java39 private File file;
97 public void setFile(final File file) {
106 public File getFile() {
205 public static class File implements PacketExtension { class in class:StreamInitiation
225 public File(final String name, final long size) { method in class:StreamInitiation.File
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h251 // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File)
336 typedef CodeGeneratorResponse_File File; typedef in class:google::protobuf::compiler::CodeGeneratorResponse
350 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
684 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
/external/protobuf/src/google/protobuf/testing/
H A Dfile.h44 // Protocol buffer code only uses a couple static methods of File, and only
46 class File { class in namespace:google::protobuf
77 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(File);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1082 File, enumerator in enum:CPDF_FormField::Type
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py13 serialized_pb='\n\x0cplugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\t')
61 name='File',
62 full_name='google.protobuf.compiler.CodeGeneratorResponse.File',
68 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0,
75 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1,
82 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2,
150 class File(message.Message): class in class:CodeGeneratorResponse
154 # @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File)
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h258 GLuint File:4; /**< One of the PROGRAM_* register file values. */ member in struct:prog_src_register
298 GLuint File:4; /**< One of the PROGRAM_* register file values */ member in struct:prog_dst_register
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h47 unsigned File : 4; /* TGSI_FILE_ */ member in struct:ureg_src
74 unsigned File : 4; /* TGSI_FILE_ */ member in struct:ureg_dst
852 assert(reg.File != TGSI_FILE_NULL);
860 assert(reg.File != TGSI_FILE_NULL);
875 assert(reg.File != TGSI_FILE_NULL);
898 assert(reg.File != TGSI_FILE_NULL);
906 assert(reg.File != TGSI_FILE_NULL);
919 assert(reg.File != TGSI_FILE_NULL);
932 assert(reg.File != TGSI_FILE_NULL);
933 assert(addr.File
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h248 unsigned File : 4; /* TGSI_FILE_ */ member in struct:i915_src_register
266 unsigned File : 4; /* TGSI_FILE_ */ member in struct:i915_dst_register
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c362 rc_register_file File; member in struct:src_select
383 select->File = file;
404 if (src->File == RC_FILE_NONE)
407 can_use_presub_data_add_select(d, src->File, src->Index,
453 presub_src0->File,
460 presub_src1->File,
468 if (presub_src0->File == presub_src1->File
486 if (d.Selects[i].File == d.Selects[j].File
510 rc_register_file File; member in struct:max_data
[all...]
H A Dradeon_optimize.c38 rc_register_file File; member in struct:src_clobbered_reads_cb_data
51 combine.File = inner.File;
69 rc_register_file file = src->File;
91 if(reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_TEMPORARY &&
92 reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_INPUT &&
111 if (src->File == sc_data->File
118 if (src->RelAddr && sc_data->File == RC_FILE_ADDRESS) {
132 sc_data.File
[all...]
H A Dradeon_pair_regalloc.c55 unsigned int File:3; member in struct:register_info
212 s->Input[input].File = RC_FILE_TEMPORARY;
226 s->Temporary[i].File = RC_FILE_TEMPORARY;
700 if (var->Dst.File == RC_FILE_INPUT) {
H A Dradeon_program.h42 unsigned int File:4; member in struct:rc_src_register
58 unsigned int File:3; member in struct:rc_dst_register
H A Dradeon_program_pair.h54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
60 unsigned int File:4; member in struct:rc_pair_instruction_source
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c72 struct match_info File; member in struct:src_tokens
110 tokens.File.String = src_str + matches[3].rm_so;
111 tokens.File.Length = match_length(matches, 3);
127 /* File */
128 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
129 src_reg->File = RC_FILE_TEMPORARY;
130 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
131 src_reg->File
201 struct match_info File; member in struct:dst_tokens
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h117 unsigned File : 4; /**< one of TGSI_FILE_x */ member in struct:tgsi_declaration
528 unsigned File : 4; /**< one of TGSI_FILE_x */ member in struct:tgsi_texture_offset
551 * File specifies the register array to access.
568 unsigned File : 4; /* TGSI_FILE_ */ member in struct:tgsi_src_register
600 unsigned File : 4; /* TGSI_FILE_ */ member in struct:tgsi_dst_register
/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp49 void insertCUDescriptor(Module *M, StringRef File, StringRef Dir, argument
52 B.createCompileUnit(dwarf::DW_LANG_C99, File, Dir, Producer, false, "", 0);
101 string File = "empty_module.ll"; local
102 string Path(getPath(Dir, File));
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp234 DIFile File = DBuilder.createFile("filename.c", "/file/dir/"); local
236 DICompositeType FuncType = DBuilder.createSubroutineType(File, ParamTypes);
240 DISubprogram Subprogram = DBuilder.createFunction(CU, "f", "f", File, 4,
259 dwarf::DW_TAG_auto_variable, Subprogram, "x", File, 5, IntType, true);
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
42 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
1234 std::unique_ptr<MemoryBuffer> File = std::move(FileOrErr.get()); local
1236 if (File->getBufferSize() == 0) {
1244 CanonicalizeInputFile(File.release(), NoCanonicalizeWhiteSpace);
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h27 NWindows::NFile::NIO::CInFile File; member in class:CInFileStream
36 NC::NFile::NIO::CInFile File;
82 NWindows::NFile::NIO::COutFile File; member in class:COutFileStream
84 NC::NFile::NIO::COutFile File;
91 return File.Create(fileName, createAlways);
96 return File.Open(fileName, creationDisposition);
103 return File.Create(fileName, createAlways);
108 return File.Open(fileName, creationDisposition);
120 return File.SetTime(cTime, aTime, mTime);
122 bool SetMTime(const FILETIME *mTime) { return File
[all...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp812 const MemoryBuffer *File = MemberBuffers[MemberNum].get(); local
842 Out << File->getBuffer();
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h337 PrinterContext(StreamWriter &Writer, const object::ELFFile<ET> *File) argument
338 : SW(Writer), ELF(File) {}
H A Dllvm-readobj.cpp1 //===- llvm-readobj.cpp - Dump contents of an Object File -----------------===//
224 outs() << "File: " << Obj->getFileName() << "\n";
281 /// @brief Opens \a File and dumps it.
282 static void dumpInput(StringRef File) { argument
284 if (File != "-" && !sys::fs::exists(File)) {
285 reportError(File, readobj_error::file_not_found);
290 ErrorOr<Binary *> BinaryOrErr = createBinary(File);
292 reportError(File, EC);
302 reportError(File, readobj_erro
[all...]
/external/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp31 static std::error_code dumpInput(StringRef File) { argument
32 if (File != "-" && !sys::fs::exists(File))
35 ErrorOr<Binary *> BinaryOrErr = createBinary(File);

Completed in 390 milliseconds

123456