HomeSort by relevance Sort by last modified time
    Searched defs:pedantic (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/android/heap_profiler/
heap_dump.c 58 bool pedantic, // Enable pedantic consistency checks on memory counters.
161 if (pedantic && dbg_counted_allocs != stats.num_allocs) {
168 if (pedantic && dbg_counted_total_alloc_bytes != stats.total_alloc_bytes) {
212 if (pedantic && dbg_counted_total_alloc_bytes != stats.total_alloc_bytes) {
296 bool pedantic = true; local
305 pedantic = false;
315 " -n: Skip pedantic checks on dump consistency.\n"
341 ret = dump_process_heap(mem_fd, fmaps, dump_also_allocs, pedantic, comment);
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 1944 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 2089 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 1953 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 255 int pedantic; /* signal pedantic warnings */ member in struct:_xmlParserCtxt
    [all...]
  /external/libxml2/include/libxml/
parser.h 255 int pedantic; /* signal pedantic warnings */ member in struct:_xmlParserCtxt
    [all...]
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h 794 extern int pedantic;
797 #define pedantic global_options.x_pedantic macro
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 854 milliseconds