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

  /system/extras/slideshow/
slideshow.cpp 58 static void draw(const char *resname)
63 if (res_create_display_surface(resname, &surface) < 0) {
64 LOGE("failed to create surface for %s\n", resname);
  /external/python/cpython2/Mac/Demo/PICTbrowse/
ICONbrowse.py 69 def open(self, (resid, resname)):
70 if not resname:
71 resname = '#%r' % (resid,)
84 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
PICTbrowse.py 65 def open(self, (resid, resname)):
66 if not resname:
67 resname = '#%r' % (resid,)
83 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
PICTbrowse2.py 69 def open(self, (resid, resname)):
70 if not resname:
71 resname = '#%r' % (resid,)
85 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
cicnbrowse.py 69 def open(self, (resid, resname)):
70 if not resname:
71 resname = '#%r' % (resid,)
84 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
oldPICTbrowse.py 64 def open(self, (resid, resname)):
65 if not resname:
66 resname = '#%r' % (resid,)
82 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){
525 fprintf(stderr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName);
551 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
552 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
556 const char *resname = NULL; local
561 resname = res->getKeyString(srBundle);
562 if (resname != NULL && *resname != 0) {
563 sid = getID(id, resname, sid);
572 if (resname != NULL)
    [all...]
wrtjava.cpp 396 const char *resname = res->getKeyString(srBundle); local
402 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
  /toolchain/binutils/binutils-2.27/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 810 const char* resname = bundle->getFileSpecEntry(i); local
812 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
814 fprintf(stderr, "ERROR: dump failed because resource %s not found\n", resname);
820 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
837 const char* resname = bundle->getFileSpecEntry(i); local
838 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
840 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
847 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
    [all...]

Completed in 493 milliseconds