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

  /system/extras/slideshow/
slideshow.cpp 56 static void draw(const char *resname)
61 if (res_create_display_surface(resname, &surface) < 0) {
62 LOGE("failed to create surface for %s\n", resname);
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 482 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){
518 fprintf(stderr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName);
544 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
545 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
549 const char *resname = NULL; local
554 resname = res->getKeyString(srBundle);
555 if (resname != NULL && *resname != 0) {
556 sid = getID(id, resname, sid);
565 if (resname != NULL)
    [all...]
wrtjava.cpp 380 const char *resname = res->getKeyString(srBundle); local
386 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
  /toolchain/binutils/binutils-2.25/binutils/
rcparse.y 164 %type <uni> res_unicode_string resname res_unicode_string_concat
1528 | resname
1536 resname: label
1556 | resname
1560 | resname ','
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 794 const char* resname = bundle->getFileSpecEntry(i); local
796 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
798 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
804 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
821 const char* resname = bundle->getFileSpecEntry(i); local
822 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
824 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
831 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
    [all...]

Completed in 129 milliseconds