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

  /art/runtime/base/
debug_stack.h 30 template <bool kIsDebug>
33 template <bool kIsDebug>
36 template <bool kIsDebug>
74 template <bool kIsDebug>
88 template <bool kIsDebug>
91 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<kIsDebug>* counter)
109 template <bool kIsDebug>
112 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref)
133 DebugStackReferenceImpl<kIsDebug>* ref_;
  /frameworks/base/libs/androidfw/
BackupData.cpp 30 static const bool kIsDebug = false;
59 if (kIsDebug) ALOGI("BackupDataWriter(%d) @ %ld", fd, (long)m_pos);
76 if (kIsDebug) ALOGI("writing %zd padding bytes for %d", paddingSize, n);
109 if (kIsDebug) {
123 if (kIsDebug) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1));
131 if (kIsDebug) ALOGI("writing entity header key, %zd bytes", keyLen+1);
149 if (kIsDebug) ALOGD("Writing data: size=%lu", (unsigned long) size);
152 if (kIsDebug) {
164 if (kIsDebug) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
186 if (kIsDebug) ALOGI("BackupDataReader(%d) @ %ld", fd, (long)m_pos)
    [all...]
StreamingZipInflater.cpp 44 static const bool kIsDebug = false;
214 if (kIsDebug) {
Asset.cpp 48 static const bool kIsDebug = false;
68 if (kIsDebug) {
91 if (kIsDebug) {
AssetManager.cpp 60 static const bool kIsDebug = false;
150 if (kIsDebug) {
159 if (kIsDebug) {
    [all...]
BackupHelpers.cpp 71 static const bool kIsDebug = false;
73 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x)
75 #define LOGP(x...) if (kIsDebug) ALOGD(x)
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 27 static const bool kIsDebug = false;
160 if (kIsDebug) {
179 if (kIsDebug) {
188 if (kIsDebug) {
207 if (kIsDebug) {
278 if (kIsDebug) {
283 if (kIsDebug) {
582 if (kIsDebug) {
604 if (kIsDebug) {
Images.cpp 18 static const bool kIsDebug = false;
160 if (kIsDebug) {
499 if (kIsDebug) {
645 if (kIsDebug) {
670 if (kIsDebug) {
759 if (kIsDebug) {
900 if (kIsDebug) {
943 if (kIsDebug) {
952 if (kIsDebug) {
963 if (kIsDebug) {
    [all...]
XMLNode.cpp 30 static const bool kIsDebug = false;
77 if (kIsDebug) {
564 if (kIsDebug) {
578 if (kIsDebug) {
879 if (kIsDebug) {
996 if (kIsDebug) {
    [all...]
Resource.cpp 36 static const bool kIsDebug = false;
137 if (kIsDebug) {
158 if (kIsDebug) {
418 if (kIsDebug) {
428 if (kIsDebug) {
435 if (kIsDebug) {
440 if (kIsDebug) {
461 if (kIsDebug) {
468 if (kIsDebug) {
728 if (kIsDebug) {
    [all...]
ResourceTable.cpp 32 static const bool kIsDebug = false;
118 if (kIsDebug) {
129 if (kIsDebug) {
608 if (kIsDebug) {
754 if (kIsDebug) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 93 static int kIsDebug = 1;
95 static int kIsDebug = 0;
99 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
    [all...]
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 178 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 46 static const bool kIsDebug = false;

Completed in 4966 milliseconds