Home
last modified time | relevance | path

Searched refs:targetDir (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/tools/pkgdata/
Dpkgdata.cpp111 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
117 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode…
120 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF…
121 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi…
122 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
406 o.targetDir = options[DESTDIR].value; in main()
408 o.targetDir = "."; /* cwd */ in main()
416 o.tmpDir = o.targetDir; in main()
532 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
543 uprv_strcpy(targetDir, o->install); in pkg_executeOptions()
[all …]
Dpkgtypes.h114 const char *targetDir; /* dir for packaged data to go */ member
/external/emma/core/java12/com/vladium/util/
DFiles.java278 final File targetDir = target.getParentFile (); in renameFile() local
279 if ((targetDir != null) && ! targetDir.equals (source.getParentFile ())) in renameFile()
280 targetDir.mkdirs (); // TODO: clean this up on failure? in renameFile()
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DChaseCamera.java91 protected final Vector3f targetDir = new Vector3f(); field in ChaseCamera
329 targetDir.set(targetLocation).subtractLocal(prevPos); in updateCamera()
330 float dist = targetDir.length(); in updateCamera()
368 Vector3f a = targetDir.negate().normalizeLocal(); in updateCamera()
374 if (targetDir.z > 0) { in updateCamera()