Home
last modified time | relevance | path

Searched refs:FORMAT_ERROR (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp149 return FORMAT_ERROR; in StartParse()
165 return FORMAT_ERROR; in StartParseInternal()
172 return FORMAT_ERROR; in StartParseInternal()
182 return FORMAT_ERROR; in StartParseInternal()
186 return FORMAT_ERROR; in StartParseInternal()
194 return FORMAT_ERROR; in StartParseInternal()
199 return FORMAT_ERROR; in StartParseInternal()
239 return FORMAT_ERROR; in SetEncryptHandler()
971 return FORMAT_ERROR; in StartLinearizedParse()
984 return FORMAT_ERROR; in StartLinearizedParse()
[all …]
Dcpdf_parser.h44 FORMAT_ERROR, enumerator
Dcpdf_parser_unittest.cpp332 EXPECT_EQ(CPDF_Parser::FORMAT_ERROR, parser.StartParseInternal()); in TEST()
/external/marisa-trie/bindings/perl/
Dmarisa.pm280 *FORMAT_ERROR = *marisac::FORMAT_ERROR;
Dmarisa-swig.h21 MARISA_SWIG_ENUM_COPY(FORMAT_ERROR)
Dmarisa-swig_wrap.cxx5069 … sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::FORMAT_ERROR))); in XS()
/external/marisa-trie/bindings/python/
Dmarisa.py79 FORMAT_ERROR = _marisa.FORMAT_ERROR variable
Dmarisa-swig.h21 MARISA_SWIG_ENUM_COPY(FORMAT_ERROR)
Dmarisa-swig_wrap.cxx6067 …Python_SetConstant(d, "FORMAT_ERROR",SWIG_From_int(static_cast< int >(marisa_swig::FORMAT_ERROR))); in SWIG_init()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.h21 MARISA_SWIG_ENUM_COPY(FORMAT_ERROR)
Dmarisa-swig_wrap.cxx4612 …efine_const(mMarisa, "FORMAT_ERROR", SWIG_From_int(static_cast< int >(marisa_swig::FORMAT_ERROR)));
/external/marisa-trie/bindings/
Dmarisa-swig.h21 MARISA_SWIG_ENUM_COPY(FORMAT_ERROR)
/external/pdfium/fpdfsdk/
Dcpdfsdk_helpers.cpp419 case CPDF_Parser::FORMAT_ERROR: in ProcessParseError()