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

  /system/core/debuggerd/
utility.h 30 #define ABI_STRING "arm"
32 #define ABI_STRING "arm64"
34 #define ABI_STRING "mips"
36 #define ABI_STRING "mips64"
38 #define ABI_STRING "x86"
40 #define ABI_STRING "x86_64"
backtrace.cpp 64 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING);
tombstone.cpp 176 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING);
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 31 #define ABI_STRING "arm"
33 #define ABI_STRING "arm64"
35 #define ABI_STRING "mips"
37 #define ABI_STRING "mips64"
39 #define ABI_STRING "x86"
41 #define ABI_STRING "x86_64"
73 oss << " ABI: '" ABI_STRING "'" << "\n\n";
  /system/core/libmemunreachable/
MemUnreachable.cpp 473 #define ABI_STRING "arm"
475 #define ABI_STRING "arm64"
477 #define ABI_STRING "mips"
479 #define ABI_STRING "mips64"
481 #define ABI_STRING "x86"
483 #define ABI_STRING "x86_64"
493 oss << " ABI: '" ABI_STRING "'" << std::endl;
  /system/core/debuggerd/test/
tombstone_test.cpp 631 expected += android::base::StringPrintf("ABI: '%s'\n", ABI_STRING);

Completed in 107 milliseconds