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

  /external/freetype/src/sfnt/
ttmtx.c 214 FT_ULong table_pos, table_size, table_end; local
234 table_end = table_pos + table_size;
243 if ( table_pos + 4 > table_end )
254 if ( table_pos + 4 > table_end )
262 if ( table_pos + 2 > table_end )
ttbdf.c 54 bdf->table_end = NULL;
81 bdf->table_end = bdf->table + length;
  /external/pdfium/third_party/freetype/src/sfnt/
ttmtx.c 214 FT_ULong table_pos, table_size, table_end; local
234 table_end = table_pos + table_size;
243 if ( table_pos + 4 > table_end )
254 if ( table_pos + 4 > table_end )
262 if ( table_pos + 2 > table_end )
ttbdf.c 54 bdf->table_end = NULL;
81 bdf->table_end = bdf->table + length;
  /external/opencv3/modules/flann/include/opencv2/flann/
lsh_index.h 271 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); local
272 for (; table != table_end; ++table) {
309 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); local
310 for (; table != table_end; ++table) {
342 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); local
343 for (; table != table_end; ++table) {
  /external/sfntly/cpp/src/sfntly/
font.cc 175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end();
176 table != table_end; ++table) {
188 table_end = tables_in_font.end();
189 table != table_end; ++table) {
529 table_end = headers->end();
530 table_header != table_end;
546 table_end = headers->end();
547 table_header != table_end;
  /cts/tools/dasm/src/java_cup/
Main.java 120 protected static long table_end = 0; field in class:Main
559 table_end = System.currentTimeMillis();
699 if (table_end != 0 && machine_end != 0)
701 + timestr(table_end-machine_end, total_time));
702 if (reduce_check_end != 0 && table_end != 0)
704 + timestr(reduce_check_end-table_end, total_time));
  /external/freetype/include/internal/
tttypes.h 889 FT_Byte* table_end; member in struct:TT_BDFRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 889 FT_Byte* table_end; member in struct:TT_BDFRec_
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 742 milliseconds