HomeSort by relevance Sort by last modified time
    Searched refs:resname (Results 1 - 7 of 7) 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/chromium_org/third_party/icu/source/tools/genrb/
wrtjava.c 310 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local
314 if(resname != NULL && uprv_strcmp(resname,"Rule")==0)
394 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local
400 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
wrtxml.cpp 470 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){
505 fprintf(stderr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName);
531 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
532 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
537 const char *resname = NULL; local
542 resname = res_getKeyString(srBundle, res, resKeyBuffer);
543 if (resname != NULL && *resname != 0) {
544 sid = getID(id, resname, sid);
553 if (resname != NULL)
    [all...]
  /external/icu/icu4c/source/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 482 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){
517 fprintf(stderr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName);
543 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
544 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
549 const char *resname = NULL; local
554 resname = res_getKeyString(srBundle, res, resKeyBuffer);
555 if (resname != NULL && *resname != 0) {
556 sid = getID(id, resname, sid);
565 if (resname != NULL)
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 130 def ExecLinkWithManifests(self, arch, embed_manifest, out, ldcmd, resname,
149 'resname': resname,
163 ' %(out)s.manifest.rc %(resname)s' % variables)
  /frameworks/base/tools/aapt/
Command.cpp 654 const char* resname = bundle->getFileSpecEntry(i); local
656 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
658 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
664 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
681 const char* resname = bundle->getFileSpecEntry(i); local
682 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
684 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
691 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
    [all...]

Completed in 362 milliseconds