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

  /external/qemu/android/utils/
vector.c 14 AASSERT_FAIL("trying to reallocate array of 0-size items (count=%d)\n", newCount);
18 AASSERT_FAIL("trying to reallocate over-sized array of %d-bytes items (%d > %d)\n",
system.c 89 AASSERT_FAIL("item size is 0\n");
93 AASSERT_FAIL("allocation too large (%d > %d)\n", count, maxSize);
113 AASSERT_FAIL("item size is 0\n");
117 AASSERT_FAIL("reallocation of %d-bytes array too large (%d > %d)\n",
assert.h 118 # define AASSERT_FAIL(...) _ANDROID_ASSERT_FAIL(__VA_ARGS__)
147 # define AASSERT_FAIL(...) ((void)0)

Completed in 81 milliseconds