Home
last modified time | relevance | path

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

/external/icu4c/tools/pkgdata/
Dpkgdata.cpp66 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
72 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode…
75 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF…
76 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi…
77 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
399 o.targetDir = options[DESTDIR].value; in main()
401 o.targetDir = "."; /* cwd */ in main()
409 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/chromium_org/third_party/icu/source/tools/pkgdata/
Dpkgdata.cpp110 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
116 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode…
119 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF…
120 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi…
121 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
405 o.targetDir = options[DESTDIR].value; in main()
407 o.targetDir = "."; /* cwd */ in main()
415 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()