Searched defs:kIsDebug (Results 1 - 11 of 11) sorted by last modified time

/frameworks/base/tools/aapt/
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) {
895 if (kIsDebug) {
914 if (kIsDebug) {
923 if (kIsDebug) {
934 if (kIsDebug) {
[all...]
H A DResource.cpp36 static const bool kIsDebug = false; variable
137 if (kIsDebug) {
158 if (kIsDebug) {
413 if (kIsDebug) {
423 if (kIsDebug) {
430 if (kIsDebug) {
435 if (kIsDebug) {
456 if (kIsDebug) {
463 if (kIsDebug) {
723 if (kIsDebug) {
[all...]
H A DResourceTable.cpp32 static const bool kIsDebug = false; variable
113 if (kIsDebug) {
124 if (kIsDebug) {
621 if (kIsDebug) {
767 if (kIsDebug) {
2199 if (kIsDebug) {
2213 if (kIsDebug) {
2284 if (kIsDebug) {
3090 if (kIsDebug) {
3135 if (kIsDebug) {
[all...]
H A DStringPool.cpp27 static const bool kIsDebug = false; variable
160 if (kIsDebug) {
179 if (kIsDebug) {
188 if (kIsDebug) {
207 if (kIsDebug) {
278 if (kIsDebug) {
283 if (kIsDebug) {
582 if (kIsDebug) {
604 if (kIsDebug) {
H A DXMLNode.cpp30 static const bool kIsDebug = false; variable
77 if (kIsDebug) {
564 if (kIsDebug) {
578 if (kIsDebug) {
861 if (kIsDebug) {
978 if (kIsDebug) {
1009 if (kIsDebug) {
1026 if (kIsDebug) {
1409 if (kIsDebug) {
1421 if (kIsDebug) {
[all...]
/frameworks/base/libs/androidfw/
H A DAsset.cpp48 static const bool kIsDebug = false; variable
94 if (kIsDebug) {
116 if (kIsDebug) {
H A DAssetManager.cpp67 static const bool kIsDebug = false; variable
158 if (kIsDebug) {
167 if (kIsDebug) {
1881 if (kIsDebug) {
1977 if (kIsDebug) {
H A DBackupData.cpp30 static const bool kIsDebug = false; member in namespace:android
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) ALOG
[all...]
H A DBackupHelpers.cpp71 static const bool kIsDebug = false; member in namespace:android
73 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x)
75 #define LOGP(x...) if (kIsDebug) ALOGD(x)
H A DStreamingZipInflater.cpp44 static const bool kIsDebug = false; variable
214 if (kIsDebug) {
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp46 static const bool kIsDebug = false; variable
813 if (kIsDebug) {
819 if (kIsDebug) {
829 if (kIsDebug) {

Completed in 1481 milliseconds