Home
last modified time | relevance | path

Searched refs:IndexOutOfBoundException (Results 1 – 11 of 11) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() function
51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() function
53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() function
62 virtual ~IndexOutOfBoundException() throw() {} in ~IndexOutOfBoundException()
Dmemory_output_stream.cc41 throw IndexOutOfBoundException(); in Write()
52 throw IndexOutOfBoundException(); in Write()
/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_metrics_table.cc37 throw IndexOutOfBoundException(); in HMetricAdvanceWidth()
49 throw IndexOutOfBoundException(); in HMetricLSB()
61 throw IndexOutOfBoundException(); in LsbTableEntry()
Dcmap_table.cc63 throw IndexOutOfBoundException("Requested CMap index is out of bounds."); in GetCMap()
1206 throw IndexOutOfBoundException( in CMapBuilder()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dloca_table.cc29 throw IndexOutOfBoundException("Glyph ID is out of bounds."); in GlyphOffset()
39 throw IndexOutOfBoundException("Glyph ID is out of bounds."); in GlyphLength()
53 throw IndexOutOfBoundException(); in Loca()
/external/sfntly/cpp/src/sfntly/data/
Dfont_output_stream.cc52 throw IndexOutOfBoundException(); in Write()
67 throw IndexOutOfBoundException(); in Write()
Dbyte_array.cc65 throw IndexOutOfBoundException( in Put()
87 throw IndexOutOfBoundException( in Put()
Dreadable_font_data.cc66 throw IndexOutOfBoundException( in ReadUByte()
78 throw IndexOutOfBoundException( in ReadByte()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.cc89 throw IndexOutOfBoundException("Glyph ID is outside of the allowed range."); in CheckGlyphRange()
Deblc_table.cc39 throw IndexOutOfBoundException( in GetBitmapSizeTable()
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dpretty_printing_scenarios.story169 } catch (IndexOutOfBoundException | IOException e) {
179 } catch (IndexOutOfBoundException | IOException e) {