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

  /external/skia/src/animator/
SkPostParts.cpp 27 const char* dataName = name.c_str();
29 fParent->fEvent.setS32(dataName, fInt);
31 fParent->fEvent.setScalar(dataName, fFloat);
33 fParent->fEvent.setString(dataName, string);
  /external/webkit/Source/WebCore/bindings/js/
JSImageDataCustom.cpp 49 Identifier dataName(exec, "data");
52 wrapper->putDirect(exec->globalData(), dataName, new (exec) JSByteArray(exec, cpaStructure.get(), imageData->data()->data()), DontDelete | ReadOnly);
  /external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
SaveGame.java 34 * @param dataName A unique name for this savegame, e.g. "save_001"
37 public static void saveGame(String gamePath, String dataName, Savable data) {
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) {
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) {
93 File file = new File(JmeSystem.getStorageFolder().getAbsolutePath() + File.separator + gamePath.replaceAll("/", File.separator) + File.separator + dataName);
  /external/icu4c/tools/toolutil/
writesrc.h 73 const char *indexName, const char *dataName,
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 967 String dataName = "data" + format.name();
971 oc.write((FloatBuffer) roData, dataName, null);
975 oc.write((ShortBuffer) roData, dataName, null);
980 oc.write((ByteBuffer) roData, dataName, null);
984 oc.write((IntBuffer) roData, dataName, null);
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 68 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
69 if (dataName.startsWith("bug-")) {
CtsXmlResultReporter.java 164 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
166 File logFile = getLogFileSaver().saveAndZipLogData(dataName, dataType,
170 CLog.e("Failed to write log for %s", dataName);
  /external/icu4c/tools/pkgdata/
pkgdata.cpp     [all...]
  /external/icu4c/tools/genrb/
reslist.c 654 char dataName[1024];
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);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 263 String dataName = baseName + TRACE_DATA_EXT;
265 FileEntry dataEntry = parentEntry.findChild(dataName);
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1696 milliseconds