HomeSort by relevance Sort by last modified time
    Searched refs:covers (Results 1 - 16 of 16) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 151 def covers?( range )
161 range.covers?( self )
streams.rb 42 This documentation first covers the general concept of streams as used by ANTLR
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) {
311 * @return {@code true} iff this item covers {@code pc}
313 public boolean covers(int pc) { method in class:ByteCatchList.Item
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) {
311 * @return {@code true} iff this item covers {@code pc}
313 public boolean covers(int pc) { method in class:ByteCatchList.Item
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const function in struct:OT::MarkGlyphSetsFormat1
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const function in struct:OT::MarkGlyphSets
297 case 1: return u.format1.covers (set_index, glyph_id);
365 { return version.to_int () >= 0x00010002 && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }