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

  /art/libartbase/base/
debug_stack.h 31 template <bool kIsDebug>
34 template <bool kIsDebug>
37 template <bool kIsDebug>
75 template <bool kIsDebug>
89 template <bool kIsDebug>
92 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<kIsDebug>* counter)
118 template <bool kIsDebug>
121 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref)
142 DebugStackReferenceImpl<kIsDebug>* ref_;
  /frameworks/base/libs/androidfw/
BackupData.cpp 29 static const bool kIsDebug = false;
58 if (kIsDebug) ALOGI("BackupDataWriter(%d) @ %ld", fd, (long)m_pos);
75 if (kIsDebug) ALOGI("writing %zd padding bytes for %d", paddingSize, n);
108 if (kIsDebug) {
122 if (kIsDebug) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1));
130 if (kIsDebug) ALOGI("writing entity header key, %zd bytes", keyLen+1);
148 if (kIsDebug) ALOGD("Writing data: size=%lu", (unsigned long) size);
151 if (kIsDebug) {
163 if (kIsDebug) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
185 if (kIsDebug) ALOGI("BackupDataReader(%d) @ %ld", fd, (long)m_pos)
    [all...]
StreamingZipInflater.cpp 44 static const bool kIsDebug = false;
214 if (kIsDebug) {
Asset.cpp 49 static const bool kIsDebug = false;
69 if (kIsDebug) {
92 if (kIsDebug) {
AssetManager.cpp 60 static const bool kIsDebug = false;
142 if (kIsDebug) {
150 if (kIsDebug) {
    [all...]
BackupHelpers.cpp 70 static const bool kIsDebug = false;
72 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x)
74 #define LOGP(x...) if (kIsDebug) ALOGD(x)
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 23 static const bool kIsDebug = false;
156 if (kIsDebug) {
175 if (kIsDebug) {
184 if (kIsDebug) {
203 if (kIsDebug) {
274 if (kIsDebug) {
279 if (kIsDebug) {
578 if (kIsDebug) {
600 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) {
901 if (kIsDebug) {
944 if (kIsDebug) {
953 if (kIsDebug) {
964 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 32 static const bool kIsDebug = false;
133 if (kIsDebug) {
154 if (kIsDebug) {
414 if (kIsDebug) {
424 if (kIsDebug) {
431 if (kIsDebug) {
436 if (kIsDebug) {
457 if (kIsDebug) {
464 if (kIsDebug) {
778 if (kIsDebug) {
    [all...]
ResourceTable.cpp 32 static const bool kIsDebug = false;
129 if (kIsDebug) {
140 if (kIsDebug) {
619 if (kIsDebug) {
765 if (kIsDebug) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 20 static int kIsDebug = 1;
22 static int kIsDebug = 0;
26 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 192 static int kIsDebug = 1;
194 static int kIsDebug = 0;
198 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
  /external/skqp/src/gpu/gl/
GrGLInterface.cpp 20 static int kIsDebug = 1;
22 static int kIsDebug = 0;
26 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
  /external/skqp/src/gpu/vk/
GrVkInterface.cpp 192 static int kIsDebug = 1;
194 static int kIsDebug = 0;
198 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \

Completed in 256 milliseconds