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

  /frameworks/compile/libbcc/include/bcc/
Assert.h 30 #define bccAssert(v) do {} while (0)
39 #define bccAssert(v) \
42 ALOGE("bccAssert failed at %s:%d - '%s'\n", \
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 88 bccAssert(ExportForEachMetadata->getNumOperands() > 0);
122 bccAssert(DL);
123 bccAssert(T);
124 bccAssert(OrigStep);
377 bccAssert(Args == F->arg_end());
438 bccAssert(bcinfo::MetadataExtractor::hasForEachSignatureKernel(Signature));
517 bccAssert(
530 bccAssert(Args == F->arg_end());

Completed in 25 milliseconds