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

  /external/webkit/WebCore/inspector/front-end/
AuditRules.js 403 function routine()
442 WebInspector.AuditRules.evaluateInTargetWindow(routine, evalCallback);
775 function routine()
    [all...]
  /external/qemu/memcheck/
memcheck_common.h 162 /* Code of the allocation routine, in context of which query has been made:
166 uint32_t routine; member in struct:MallocDescQuery
214 * accending order, where entry at index 0 corresponds to the routine
  /bionic/libc/bionic/
malloc_debug_qemu.c 152 /* Code of the allocation routine, in context of which query has been made:
156 uint32_t routine; member in struct:MallocDescQuery
265 * routine.
352 * This variable is updated by memcheck_initialize routine. */
358 * routine. */
444 * the desc parameter passed to this routine has been zeroed out by the
486 * routine - Code of the allocation routine, in context of which query is made:
493 query_qemu_malloc_info(void* ptr, MallocDesc* desc, uint32_t routine)
500 query.routine = routine
    [all...]

Completed in 2294 milliseconds