Searched defs:dataName (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkPostParts.cpp27 const char* dataName = name.c_str(); local
29 fParent->fEvent.setS32(dataName, fInt);
31 fParent->fEvent.setScalar(dataName, fFloat);
33 fParent->fEvent.setString(dataName, string);
/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
H A DSaveGame.java34 * @param dataName A unique name for this savegame, e.g. "save_001"
37 public static void saveGame(String gamePath, String dataName, Savable data) { argument
46 File saveFile = new File(daveFolder.getAbsolutePath() + File.separator + dataName);
75 * @param dataName A unique name for this savegame, e.g. "save_001"
78 public static Savable loadGame(String gamePath, String dataName) { argument
79 return loadGame(gamePath, dataName, null);
85 * @param dataName A unique name for this savegame, e.g. "save_001"
89 public static Savable loadGame(String gamePath, String dataName, AssetManager manager) { argument
93 File file = new File(JmeSystem.getStorageFolder().getAbsolutePath() + File.separator + gamePath.replaceAll("/", File.separator) + File.separator + dataName);
/external/skia/src/animator/
H A DSkPostParts.cpp27 const char* dataName = name.c_str(); local
29 fParent->fEvent.setS32(dataName, fInt);
31 fParent->fEvent.setScalar(dataName, fFloat);
33 fParent->fEvent.setString(dataName, string);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c654 char dataName[1024]; local
747 uprv_strcpy(dataName, outputPkg);
748 uprv_strcat(dataName, "_");
749 uprv_strcat(dataName, bundle->fLocale);
753 uprv_strcpy(dataName, bundle->fLocale);
758 mem = udata_create(outputDir, "res", dataName, &dataInfo, (gIncludeCopyright==TRUE)? U_COPYRIGHT_STRING:NULL, status);
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp1330 char dataName[SMALL_BUFFER_MAX_SIZE]; local
1336 newName[0] = dataName[0] = 0;
1358 sprintf(dataName, "%s_%s",
1367 writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile);
/external/icu4c/tools/genrb/
H A Dreslist.c656 char dataName[1024]; local
749 uprv_strcpy(dataName, outputPkg);
750 uprv_strcat(dataName, "_");
751 uprv_strcat(dataName, bundle->fLocale);
755 uprv_strcpy(dataName, bundle->fLocale);
760 mem = udata_create(outputDir, "res", dataName, &dataInfo, (gIncludeCopyright==TRUE)? U_COPYRIGHT_STRING:NULL, status);
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp1479 char dataName[SMALL_BUFFER_MAX_SIZE]; local
1485 newName[0] = dataName[0] = 0;
1507 sprintf(dataName, "%s_%s",
1520 writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile);

Completed in 1227 milliseconds