Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 1 of 1) sorted by relevance

/dalvik/tools/hprof-conv/
DHprofConv.c36 #ifndef FALSE
37 # define FALSE 0 macro
38 # define TRUE (!FALSE)
493 justCopy = FALSE; in processHeapDump()
520 justCopy = FALSE; in processHeapDump()
609 if (ebReadData(pBuf, in, 12, FALSE) != 0) in filterData()
630 if (ebReadData(pBuf, in, kRecHdrLen-1, FALSE) != 0) in filterData()
644 if (ebReadData(pBuf, in, length, FALSE) != 0) in filterData()