Searched refs:kIsDebug (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/androidfw/
H A DBackupData.cpp29 static const bool kIsDebug = false; member in namespace:android
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) ALOG
[all...]
H A DStreamingZipInflater.cpp44 static const bool kIsDebug = false; variable
214 if (kIsDebug) {
H A DAsset.cpp49 static const bool kIsDebug = false; variable
69 if (kIsDebug) {
92 if (kIsDebug) {
H A DAssetManager.cpp60 static const bool kIsDebug = false; variable
141 if (kIsDebug) {
149 if (kIsDebug) {
1367 if (kIsDebug) {
1464 if (kIsDebug) {
H A DBackupHelpers.cpp70 static const bool kIsDebug = false; member in namespace:android
72 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x)
74 #define LOGP(x...) if (kIsDebug) ALOGD(x)
/frameworks/base/tools/aapt/
H A DStringPool.cpp23 static const bool kIsDebug = false; variable
156 if (kIsDebug) {
175 if (kIsDebug) {
184 if (kIsDebug) {
203 if (kIsDebug) {
274 if (kIsDebug) {
279 if (kIsDebug) {
578 if (kIsDebug) {
600 if (kIsDebug) {
H A DImages.cpp18 static const bool kIsDebug = false; variable
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...]
H A DXMLNode.cpp30 static const bool kIsDebug = false; variable
77 if (kIsDebug) {
564 if (kIsDebug) {
578 if (kIsDebug) {
879 if (kIsDebug) {
996 if (kIsDebug) {
1027 if (kIsDebug) {
1044 if (kIsDebug) {
1427 if (kIsDebug) {
1439 if (kIsDebug) {
[all...]
H A DResource.cpp32 static const bool kIsDebug = false; variable
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...]
H A DResourceTable.cpp32 static const bool kIsDebug = false; variable
129 if (kIsDebug) {
140 if (kIsDebug) {
619 if (kIsDebug) {
765 if (kIsDebug) {
2262 if (kIsDebug) {
2276 if (kIsDebug) {
2347 if (kIsDebug) {
3161 if (kIsDebug) {
3206 if (kIsDebug) {
[all...]

Completed in 141 milliseconds