HomeSort by relevance Sort by last modified time
    Searched refs:Err (Results 1 - 25 of 690) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/giflib/
gif_err.c 18 const char *Err;
22 Err = "Failed to open given file";
25 Err = "Failed to write to given file";
28 Err = "Screen descriptor has already been set";
31 Err = "Image descriptor is still active";
34 Err = "Neither global nor local color map";
37 Err = "Number of pixels bigger than width * height";
40 Err = "Failed to allocate required memory";
43 Err = "Write failed (disk full?)";
46 Err = "Failed to close given file"
    [all...]
  /external/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRReader.h 36 SMDiagnostic &Err,
43 Err = SMDiagnostic(Buffer->getBufferIdentifier(), ErrMsg);
51 return ParseAssembly(Buffer, 0, Err, Context);
59 SMDiagnostic &Err,
63 Err = SMDiagnostic(Filename,
68 return getLazyIRModule(File.take(), Err, Context);
76 SMDiagnostic &Err,
83 Err = SMDiagnostic(Buffer->getBufferIdentifier(), ErrMsg);
89 return ParseAssembly(Buffer, 0, Err, Context);
96 SMDiagnostic &Err,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IRReader/
IRReader.h 34 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
46 std::unique_ptr<Module> parseIRFile(StringRef Filename, SMDiagnostic &Err,
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
Parser.cpp 27 SMDiagnostic &Err,
34 return LLParser(F, SM, Err, M).Run() ? 0 : M;
38 if (LLParser(F, SM, Err, M2.get()).Run())
43 Module *llvm::ParseAssemblyFile(const std::string &Filename, SMDiagnostic &Err,
47 Err = SMDiagnostic(Filename,
52 return ParseAssembly(File.take(), 0, Err, Context);
56 SMDiagnostic &Err, LLVMContext &Context) {
61 return ParseAssembly(F, M, Err, Context);
  /prebuilts/go/darwin-x86/src/os/
error_unix_test.go 16 isExistTest{err: &os.PathError{Err: syscall.EEXIST}, is: true, isnot: false},
17 isExistTest{err: &os.PathError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
19 isExistTest{err: &os.LinkError{Err: syscall.EEXIST}, is: true, isnot: false},
20 isExistTest{err: &os.LinkError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
22 isExistTest{err: &os.SyscallError{Err: syscall.EEXIST}, is: true, isnot: false}
    [all...]
error_windows_test.go 18 isExistTest{err: &os.PathError{Err: syscall.ERROR_FILE_NOT_FOUND}, is: false, isnot: true},
19 isExistTest{err: &os.LinkError{Err: syscall.ERROR_FILE_NOT_FOUND}, is: false, isnot: true},
20 isExistTest{err: &os.SyscallError{Err: syscall.ERROR_FILE_NOT_FOUND}, is: false, isnot: true},
22 isExistTest{err: &os.PathError{Err: _ERROR_BAD_NETPATH}, is: false, isnot: true},
23 isExistTest{err: &os.LinkError{Err: _ERROR_BAD_NETPATH}, is: false, isnot: true}
    [all...]
  /prebuilts/go/linux-x86/src/os/
error_unix_test.go 16 isExistTest{err: &os.PathError{Err: syscall.EEXIST}, is: true, isnot: false},
17 isExistTest{err: &os.PathError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
19 isExistTest{err: &os.LinkError{Err: syscall.EEXIST}, is: true, isnot: false},
20 isExistTest{err: &os.LinkError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
22 isExistTest{err: &os.SyscallError{Err: syscall.EEXIST}, is: true, isnot: false}
    [all...]
error_windows_test.go 18 isExistTest{err: &os.PathError{Err: syscall.ERROR_FILE_NOT_FOUND}, is: false, isnot: true},
19 isExistTest{err: &os.LinkError{Err: syscall.ERROR_FILE_NOT_FOUND}, is: false, isnot: true},
20 isExistTest{err: &os.SyscallError{Err: syscall.ERROR_FILE_NOT_FOUND}, is: false, isnot: true},
22 isExistTest{err: &os.PathError{Err: _ERROR_BAD_NETPATH}, is: false, isnot: true},
23 isExistTest{err: &os.LinkError{Err: _ERROR_BAD_NETPATH}, is: false, isnot: true}
    [all...]
  /external/llvm/lib/AsmParser/
Parser.cpp 25 bool llvm::parseAssemblyInto(MemoryBufferRef F, Module &M, SMDiagnostic &Err,
31 return LLParser(F.getBuffer(), SM, Err, &M, Slots).Run();
35 SMDiagnostic &Err,
41 if (parseAssemblyInto(F, *M, Err, Slots))
48 SMDiagnostic &Err,
54 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
59 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots);
63 SMDiagnostic &Err,
67 return parseAssembly(F, Err, Context, Slots);
70 Constant *llvm::parseConstantValue(StringRef Asm, SMDiagnostic &Err,
    [all...]
  /prebuilts/go/darwin-x86/src/net/
error_posix_test.go 21 {&os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}, true},
22 {&OpError{Op: "op", Err: syscall.EADDRNOTAVAIL}, true},
23 {&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}}, true},
26 {&os.SyscallError{Syscall: "syscall", Err: syscall.EINVAL}, false},
27 {&OpError{Op: "op", Err: syscall.EINVAL}, false},
28 {&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EINVAL}}, false},
  /prebuilts/go/linux-x86/src/net/
error_posix_test.go 21 {&os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}, true},
22 {&OpError{Op: "op", Err: syscall.EADDRNOTAVAIL}, true},
23 {&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}}, true},
26 {&os.SyscallError{Syscall: "syscall", Err: syscall.EINVAL}, false},
27 {&OpError{Op: "op", Err: syscall.EINVAL}, false},
28 {&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EINVAL}}, false},
  /external/valgrind/memcheck/
mc_errors.c 192 } Err;
204 void MC_(before_pp_Error) ( const Error* err ) {
414 void MC_(pp_Error) ( const Error* err )
417 MC_Error* extra = VG_(get_error_extra)(err);
419 switch (VG_(get_error_kind)(err)) {
429 VG_(get_error_string)(err));
430 VG_(pp_ExeContext)( VG_(get_error_where)(err) );
433 VG_(get_error_string)(err));
434 VG_(pp_ExeContext)( VG_(get_error_where)(err) );
443 extra->Err.Value.szB )
    [all...]
  /external/llvm/include/llvm/AsmParser/
Parser.h 63 /// \param Err Error result info.
66 std::unique_ptr<Module> parseAssembly(MemoryBufferRef F, SMDiagnostic &Err,
77 /// \param Err Error result info.
81 bool parseAssemblyInto(MemoryBufferRef F, Module &M, SMDiagnostic &Err,
92 Constant *parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M,
100 Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/AsmParser/
Parser.h 63 /// \param Err Error result info.
66 std::unique_ptr<Module> parseAssembly(MemoryBufferRef F, SMDiagnostic &Err,
77 /// \param Err Error result info.
81 bool parseAssemblyInto(MemoryBufferRef F, Module &M, SMDiagnostic &Err,
92 Constant *parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M,
100 Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/AsmParser/
Parser.h 63 /// \param Err Error result info.
66 std::unique_ptr<Module> parseAssembly(MemoryBufferRef F, SMDiagnostic &Err,
77 /// \param Err Error result info.
81 bool parseAssemblyInto(MemoryBufferRef F, Module &M, SMDiagnostic &Err,
92 Constant *parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M,
100 Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/AsmParser/
Parser.h 63 /// \param Err Error result info.
66 std::unique_ptr<Module> parseAssembly(MemoryBufferRef F, SMDiagnostic &Err,
77 /// \param Err Error result info.
81 bool parseAssemblyInto(MemoryBufferRef F, Module &M, SMDiagnostic &Err,
92 Constant *parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M,
100 Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,

Completed in 1565 milliseconds

1 2 3 4 5 6 7 8 91011>>