Lines Matching refs:printf

27         printf("(ignoring extra arguments)\n");
28 printf("Android Asset Packaging Tool, v0.2\n");
142 printf("Archive: %s\n", zipFileName);
143 printf(
145 printf(
162 printf("%8ld %-7.7s %7ld %3d%% %8zd %s %08lx %s\n",
173 printf("%s\n", entry->getFileName());
181 printf(
183 printf("%8ld %7ld %2d%% %d files\n",
199 printf("\nNo resource table found.\n");
201 printf("\nResource table:\n");
208 printf("\nNo AndroidManifest.xml found.\n");
210 printf("\nAndroid manifest:\n");
365 printf("compatible-screens:");
386 printf(",");
389 printf("'%d/%d'", screenSize, screenDensity);
393 printf("\n");
515 //printf("Depth %d tag %s\n", depth, tag.string());
522 printf("package: %s\n", pkg.string());
530 printf("permission: %s\n", name.string());
538 printf("uses-permission: %s\n", name.string());
629 printf("launchable activity name='%s'", aName);
631 printf("label='%s' icon='%s'\n",
668 //printf("Depth %d, %s\n", depth, tag.string());
675 printf("package: name='%s' ", pkg.string());
682 printf("versionCode='%d' ", versionCode);
684 printf("versionCode='' ");
691 printf("versionName='%s'\n", versionName.string());
701 printf("application: label='%s' ", label.string());
707 printf("icon='%s'\n", icon.string());
714 printf("testOnly='%d'\n", testOnly);
727 printf("sdkVersion:'%s'\n", name.string());
730 printf("sdkVersion:'%d'\n", code);
734 printf("maxSdkVersion:'%d'\n", code);
746 printf("targetSdkVersion:'%s'\n", name.string());
751 printf("targetSdkVersion:'%d'\n", code);
764 printf("uses-configuration:");
766 printf(" reqTouchScreen='%d'", reqTouchScreen);
769 printf(" reqKeyboardType='%d'", reqKeyboardType);
772 printf(" reqHardKeyboard='%d'", reqHardKeyboard);
775 printf(" reqNavigation='%d'", reqNavigation);
778 printf(" reqFiveWayNav='%d'", reqFiveWayNav);
780 printf("\n");
838 printf("uses-feature%s:'%s'\n",
844 printf("uses-gl-es:'0x%x'\n", vers);
883 printf("uses-permission:'%s'\n", name.string());
892 printf("uses-package:'%s'\n", name.string());
901 printf("original-package:'%s'\n", name.string());
910 printf("supports-gl-texture:'%s'\n", name.string());
952 printf("uses-library%s:'%s'\n",
1030 printf("uses-feature:'android.hardware.camera'\n");
1035 printf("uses-feature:'android.hardware.camera'\n");
1037 printf("uses-feature:'android.hardware.camera.autofocus'\n");
1048 printf("uses-feature:'android.hardware.location'\n");
1053 printf("uses-feature:'android.hardware.location.gps'\n");
1058 printf("uses-feature:'android.hardware.location.network'\n");
1065 printf("uses-feature:'android.hardware.bluetooth'\n");
1072 printf("uses-feature:'android.hardware.microphone'\n");
1079 printf("uses-feature:'android.hardware.wifi'\n");
1086 printf("uses-feature:'android.hardware.telephony'\n");
1095 printf("uses-feature:'android.hardware.touchscreen'\n");
1100 printf("uses-feature:'android.hardware.touchscreen.multitouch'\n");
1104 printf("main\n");
1107 printf("app-widget\n");
1110 printf("ime\n");
1113 printf("wallpaper\n");
1116 printf("other-activities\n");
1119 printf("search\n");
1122 printf("other-receivers\n");
1125 printf("other-services\n");
1148 printf("supports-screens:");
1149 if (smallScreen != 0) printf(" 'small'");
1150 if (normalScreen != 0) printf(" 'normal'");
1151 if (largeScreen != 0) printf(" 'large'");
1152 if (xlargeScreen != 0) printf(" 'xlarge'");
1153 printf("\n");
1155 printf("supports-any-density: '%s'\n", anyDensity ? "true" : "false");
1157 printf("locales:");
1166 printf(" '%s'", localeStr);
1168 printf("\n");
1180 printf("densities:");
1183 printf(" '%d'", densities[i]);
1185 printf("\n");
1190 printf("native-code:");
1192 printf(" '%s'", dir->getFileName(i).string());
1194 printf("\n");
1203 printf("%s\n", configs[i].toString().string());
1258 printf(" '%s'... (from gzip)\n", fileName);
1263 printf(" '%s' as '%s'...\n", fileName, storageName.string());
1267 printf(" '%s'...\n", fileName);
1324 printf(" '%s' NOT FOUND\n", fileName);