Searched refs:dump_array (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DFontCacheBench.cpp103 static void dump_array(const uint16_t array[], int count) { function
113 if (false) dump_array(NULL, 0);
/external/skia/bench/
H A DFontCacheBench.cpp103 static void dump_array(const uint16_t array[], int count) { function
113 if (false) dump_array(NULL, 0);
/external/valgrind/main/callgrind/
H A Ddump.c82 static Bool* dump_array = 0; variable
94 CLG_ASSERT(dump_array != 0);
97 dump_array[i] = False;
107 CLG_ASSERT(dump_array == 0);
108 dump_array = (Bool*) CLG_MALLOC("cl.dump.ida.1",
110 obj_dumped = dump_array;
123 CLG_ASSERT(dump_array != 0);
124 VG_(free)(dump_array);
126 dump_array = 0;

Completed in 268 milliseconds