Searched refs:kIsDebug (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | BackupData.cpp | 29 static const bool kIsDebug = false; variable 58 if (kIsDebug) ALOGI("BackupDataWriter(%d) @ %ld", fd, (long)m_pos); in BackupDataWriter() 75 if (kIsDebug) ALOGI("writing %zd padding bytes for %d", paddingSize, n); in write_padding_for() 108 if (kIsDebug) { in WriteEntityHeader() 122 if (kIsDebug) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1)); in WriteEntityHeader() 130 if (kIsDebug) ALOGI("writing entity header key, %zd bytes", keyLen+1); in WriteEntityHeader() 148 if (kIsDebug) ALOGD("Writing data: size=%lu", (unsigned long) size); in WriteEntityData() 151 if (kIsDebug) { in WriteEntityData() 163 if (kIsDebug) ALOGD("write returned error %d (%s)", m_status, strerror(m_status)); in WriteEntityData() 185 if (kIsDebug) ALOGI("BackupDataReader(%d) @ %ld", fd, (long)m_pos); in BackupDataReader() [all …]
|
D | StreamingZipInflater.cpp | 44 static const bool kIsDebug = false; variable 214 if (kIsDebug) { in readNextChunk()
|
D | Asset.cpp | 49 static const bool kIsDebug = false; variable 69 if (kIsDebug) { in registerAsset() 92 if (kIsDebug) { in unregisterAsset()
|
D | AssetManager.cpp | 60 static const bool kIsDebug = false; variable 141 if (kIsDebug) { in AssetManager() 149 if (kIsDebug) { in ~AssetManager() 1367 if (kIsDebug) { in SharedZip() 1464 if (kIsDebug) { in ~SharedZip()
|
D | BackupHelpers.cpp | 70 static const bool kIsDebug = false; variable 72 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x) 74 #define LOGP(x...) if (kIsDebug) ALOGD(x)
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 18 static const bool kIsDebug = false; variable 160 if (kIsDebug) { in read_png() 499 if (kIsDebug) { in get_outline() 645 if (kIsDebug) { in do_9patch() 670 if (kIsDebug) { in do_9patch() 759 if (kIsDebug) { in do_9patch() 901 if (kIsDebug) { in analyze_image() 944 if (kIsDebug) { in analyze_image() 953 if (kIsDebug) { in analyze_image() 964 if (kIsDebug) { in analyze_image() [all …]
|
D | StringPool.cpp | 23 static const bool kIsDebug = false; variable 156 if (kIsDebug) { in add() 175 if (kIsDebug) { in add() 184 if (kIsDebug) { in add() 203 if (kIsDebug) { in add() 274 if (kIsDebug) { in sortByConfig() 279 if (kIsDebug) { in sortByConfig() 578 if (kIsDebug) { in writeStringBlock() 600 if (kIsDebug) { in offsetForString()
|
D | XMLNode.cpp | 30 static const bool kIsDebug = false; variable 77 if (kIsDebug) { in getNamespaceResourcePackage() 564 if (kIsDebug) { in parseXMLResource() 578 if (kIsDebug) { in parseXMLResource() 879 if (kIsDebug) { in setAttributeResID() 996 if (kIsDebug) { in parseValues() 1027 if (kIsDebug) { in assignResourceIds() 1044 if (kIsDebug) { in assignResourceIds() 1427 if (kIsDebug) { in collect_attr_strings() 1439 if (kIsDebug) { in collect_attr_strings()
|
D | Resource.cpp | 32 static const bool kIsDebug = false; variable 133 if (kIsDebug) { in next() 154 if (kIsDebug) { in next() 414 if (kIsDebug) { in collect_files() 424 if (kIsDebug) { in collect_files() 431 if (kIsDebug) { in collect_files() 436 if (kIsDebug) { in collect_files() 457 if (kIsDebug) { in collect_files() 464 if (kIsDebug) { in collect_files() 778 if (kIsDebug) { in fullyQualifyClassName() [all …]
|
D | ResourceTable.cpp | 32 static const bool kIsDebug = false; variable 129 if (kIsDebug) { in compileXmlFile() 140 if (kIsDebug) { in compileXmlFile() 619 if (kIsDebug) { in parseAndAddBag() 765 if (kIsDebug) { in parseAndAddEntry() 2262 if (kIsDebug) { in getResId() 2276 if (kIsDebug) { in getResId() 2347 if (kIsDebug) { in stringToValue() 3161 if (kIsDebug) { in flatten() 3206 if (kIsDebug) { in flatten() [all …]
|