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

  /external/srec/srec/include/
duk_args.h 110 int resource_arg_parse(const char *resname, char *module, int avc,
112 void save_parsed_args(const char *resname, char *module, int avc,
  /external/icu4c/tools/genrb/
wrtjava.c 309 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local
313 if(resname != NULL && uprv_strcmp(resname,"Rule")==0)
389 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local
395 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
wrtxml.cpp 472 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){
507 fprintf(stderr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName);
533 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
534 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
539 const char *resname = NULL; local
544 resname = res_getKeyString(srBundle, res, resKeyBuffer);
545 if (resname != NULL && *resname != 0) {
546 sid = getID(id, resname, sid);
555 if (resname != NULL)
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 496 const char* resname = bundle->getFileSpecEntry(i); local
498 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
500 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
506 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
523 const char* resname = bundle->getFileSpecEntry(i); local
525 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
527 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
533 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
    [all...]

Completed in 89 milliseconds