HomeSort by relevance Sort by last modified time
    Searched full:targetdir (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/tools/gyp/test/win/vs-macros/
targetname.gyp 13 'OutputFile': '$(TargetDir)\\$(TargetName)_plus_something1.exe',
24 'OutputFile': '$(TargetDir)\\$(TargetName)_plus_something2.exe',
35 'OutputFile': '$(TargetDir)\\$(TargetName)_plus_something3.exe',
47 'OutputFile': '$(TargetDir)\\$(TargetName)_plus_something4.exe',
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 28 cp -f perf $(TARGETDIR)/bin
29 cp -f armtime $(TARGETDIR)/bin
30 chmod +x $(TARGETDIR)/bin/armtime
31 chmod +x $(TARGETDIR)/bin/perf
48 rm -f $(TARGETDIR)/bin/perf
49 rm -f $(TARGETDIR)/bin/armtime
  /external/libffi/
configure.ac 40 TARGETDIR="unknown"
43 TARGET=ALPHA; TARGETDIR=alpha;
49 TARGET=ARM; TARGETDIR=arm
53 TARGET=X86_64; TARGETDIR=x86
57 TARGET=LIBFFI_CRIS; TARGETDIR=cris
61 TARGET=FRV; TARGETDIR=frv
65 TARGET=PA_LINUX; TARGETDIR=pa
68 TARGET=PA64_HPUX; TARGETDIR=pa
71 TARGET=PA_HPUX; TARGETDIR=pa
75 TARGET=X86_FREEBSD; TARGETDIR=x8
    [all...]
  /sdk/eclipse/scripts/
build.xml 50 <property name="targetDir" value="${outDir}/target" />
88 <mkdir dir="${targetDir}" />
89 <mkdir dir="${targetDir}/deltapack" />
90 <mkdir dir="${targetDir}/repos" />
92 <unzip src="${targetSrcDir1}/deltapack/eclipse-3.7.2-delta-pack.zip" dest="${targetDir}/deltapack" overwrite="false" />
93 <unzip src="${targetSrcDir1}/platform/org.eclipse.platform-3.7.2.zip" dest="${targetDir}/repos/platform" overwrite="false" />
94 <unzip src="${targetSrcDir2}/cdt/cdt-master-8.0.2.zip" dest="${targetDir}/repos/cdt" overwrite="false" />
95 <unzip src="${targetSrcDir2}/emf/emf-xsd-SDK-M201201231045.zip" dest="${targetDir}/repos/emf" overwrite="false" />
96 <unzip src="${targetSrcDir2}/jdt/org.eclipse.jdt.source-3.7.2.zip" dest="${targetDir}/repos/jdt" overwrite="false" />
97 <unzip src="${targetSrcDir2}/wtp/wtp-repo-R-3.3.2-20120210195245.zip" dest="${targetDir}/repos/wtp" overwrite="false" /
    [all...]
  /pdk/build/
prepare_pdk_tree.py 101 targetDir = argv[1]
116 targetDir = os.path.abspath(targetDir)
121 if targetDir in line:
127 if os.path.exists(targetDir + '/' + UMOUNT_FILE):
135 os.system("mkdir -p " + targetDir)
136 mountf = open(targetDir + '/' + MOUNT_FILE, 'w+')
138 umountf = open(targetDir + '/' + UMOUNT_FILE, 'w+')
141 os.system("mkdir -p " + targetDir + '/' + subdir)
142 mountf.write("mount --bind " + sourceDir + "/" + subdir + " " + targetDir + "/" + subdir +
    [all...]
  /sdk/adtproductbuild/
build.xml 28 <property name="targetDir" value="${outDir}/target" />
99 <mkdir dir="${targetDir}" />
100 <mkdir dir="${targetDir}/deltapack" />
101 <mkdir dir="${targetDir}/repos" />
103 <unzip src="${deltaPackTargetSrcDir}/deltapack/eclipse-4.2.2-delta-pack.zip" dest="${targetDir}/deltapack" overwrite="false" />
104 <unzip src="${targetSrcDir}/platform/org.eclipse.platform-4.2.2.zip" dest="${targetDir}/repos/platform" overwrite="false" />
105 <unzip src="${targetSrcDir}/cdt/cdt-master-8.0.2.zip" dest="${targetDir}/repos/cdt" overwrite="false" />
106 <unzip src="${targetSrcDir}/emf/emf-xsd-SDK-M201201231045.zip" dest="${targetDir}/repos/emf" overwrite="false" />
107 <unzip src="${targetSrcDir}/jdt/org.eclipse.jdt.source-4.2.2.zip" dest="${targetDir}/repos/jdt" overwrite="false" />
108 <unzip src="${targetSrcDir}/wtp/wtp-repo-R-3.3.2-20120210195245.zip" dest="${targetDir}/repos/wtp" overwrite="false" /
    [all...]
  /sdk/monitor/
build.xml 15 <property name="targetDir" value="${outDir}/target" />
67 <mkdir dir="${targetDir}" />
68 <mkdir dir="${targetDir}/deltapack" />
69 <mkdir dir="${targetDir}/repos" />
71 <unzip src="${targetSrcDir}/deltapack/eclipse-3.7.2-delta-pack.zip" dest="${targetDir}/deltapack" overwrite="false" />
72 <unzip src="${targetSrcDir}/platform/org.eclipse.platform-3.7.2.zip" dest="${targetDir}/repos/platform" overwrite="false" />
89 <arg value="-DbaseLocation=${targetDir}/deltapack/eclipse" />
90 <arg value="-DrepoBaseLocation=${targetDir}/repos/" />
91 <arg value="-DtransformedRepoLocation=${targetDir}/transformedRepos/" />
101 <delete dir="${targetDir}" />
    [all...]
  /hardware/ti/omap4xxx/domx/make/
start.mk 45 ifndef TARGETDIR
46 TARGETDIR=$(PROJROOT)/target
53 #all: $(HOSTDIR) $(ROOTFSDIR) $(TARGETDIR)
54 #all: $(TARGETDIR)
build.mk 127 #LIBINCLUDES += $(TARGETDIR) $(TGTROOT)/lib $(TGTROOT)/usr/lib
128 LIBINCLUDES += $(TARGETDIR)/lib $(TARGETDIR)/usr/lib
202 $(OBJDIRS) $(TARGETDIR) :
255 install:: $(TARGETDIR) $(SUBMODULES) $(TARGET)
258 $(INSTALL) -D $(TARGET) $(TARGETDIR)/$(HOSTRELEASE)/$(SH_SONAME)
259 $(RM) -f $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET)
260 ln -s $(SH_SONAME) $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET)
263 $(INSTALL) -D $(TARGETKO) $(TARGETDIR)/$(HOSTRELEASE)/$(TARGETKO)
265 $(INSTALL) -D $(TARGET) $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET
    [all...]
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 110 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 *gencFilePath);
120 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
121 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
405 o.targetDir = options[DESTDIR].value;
407 o.targetDir = "."; /* cwd */
415 o.tmpDir = o.targetDir;
532 char targetDir[SMALL_BUFFER_MAX_SIZE] = "";
543 uprv_strcpy(targetDir, o->install)
    [all...]
pkgtypes.h 114 const char *targetDir; /* dir for packaged data to go */
  /external/chromium_org/tools/gyp/test/win/
gyptest-macro-targetname.py 8 Make sure macro expansion of $(TargetName) and $(TargetDir) are handled.
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 66 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 *gencFilePath);
76 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
77 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
399 o.targetDir = options[DESTDIR].value;
401 o.targetDir = "."; /* cwd */
409 o.tmpDir = o.targetDir;
532 char targetDir[SMALL_BUFFER_MAX_SIZE] = "";
543 uprv_strcpy(targetDir, o->install)
    [all...]
  /external/chromium_org/third_party/icu/source/data/
build.xml 126 <remap sourcePath="/Keys" targetDir="lang" />
127 <remap sourcePath="/Languages" targetDir="lang" />
128 <remap sourcePath="/LanguagesShort" targetDir="lang" />
129 <remap sourcePath="/Scripts" targetDir="lang" />
130 <remap sourcePath="/Types" targetDir="lang" />
131 <remap sourcePath="/Variants" targetDir="lang" />
132 <remap sourcePath="/codePatterns" targetDir="lang" />
133 <remap sourcePath="/localeDisplayPattern" targetDir="lang" />
134 <remap sourcePath="/Countries" targetDir="region" />
135 <remap sourcePath="/Currencies" targetDir="curr" /
    [all...]
  /external/icu4c/data/
build.xml 130 <remap sourcePath="/Keys" targetDir="lang" />
131 <remap sourcePath="/Languages" targetDir="lang" />
132 <remap sourcePath="/LanguagesShort" targetDir="lang" />
133 <remap sourcePath="/Scripts" targetDir="lang" />
134 <remap sourcePath="/Scripts%stand-alone" targetDir="lang" />
135 <remap sourcePath="/Types" targetDir="lang" />
136 <remap sourcePath="/Variants" targetDir="lang" />
137 <remap sourcePath="/codePatterns" targetDir="lang" />
138 <remap sourcePath="/localeDisplayPattern" targetDir="lang" />
139 <remap sourcePath="/Countries" targetDir="region" /
    [all...]
  /bootable/recovery/minzip/
Zip.h 187 * targetDir, which must exist and be a writable directory.
190 * children of targetDir; e.g., if the archive contains the entries
216 const char *zipDir, const char *targetDir,
Zip.c 853 const char *targetDir;
861 /* Given the values of targetDir and zipDir in the helper,
870 /* target file <-- targetDir + / + entry[zipDirLen:]
890 memcpy(p, helper->targetDir, helper->targetDirLen);
912 * targetDir, which must exist and be a writable directory.
915 * children of targetDir; e.g., if the archive contains the entries
931 const char *zipDir, const char *targetDir,
940 if (targetDir[0] != '/') {
941 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");
973 helper.targetDir = targetDir
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
C.vcproj 420 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
516 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
555 Outputs="$(TargetDir)$(TargetName)_dll.lib"
609 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
646 Outputs="$(TargetDir)$(TargetName)_dll.lib"
701 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
Cvs2005.vcproj 417 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
514 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
556 Outputs="$(TargetDir)$(TargetName)_dll.lib"
608 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
648 Outputs="$(TargetDir)$(TargetName)_dll.lib"
701 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib"
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 815 local ($targetdir) = @_;
819 $ch = substr ($targetdir, length ($targetdir) - 1);
822 $targetdir = substr ($targetdir, 0, length ($targetdir) - 1);
826 if (! -e $targetdir)
831 &remove_directory_tree_inner ("RDT00", $targetdir) || return 0;
834 rmdir $targetdir || return 0;
842 local ($dirhandle, $targetdir) = @_
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 185 File targetDir = new File(getTempDir(), getClass().getSimpleName() + "_" + getName());
186 addCleanupDir(targetDir);
187 return targetDir;
  /external/icu4c/samples/ufortune/
ufortune.vcxproj 240 copy Fortune_Resources.DLL "$(TargetDir)"
245 copy Fortune_Resources.DLL "$(TargetDir)"
250 copy Fortune_Resources.DLL "$(TargetDir)"
255 copy Fortune_Resources.DLL "$(TargetDir)"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
278 0, 1, directory="TARGETDIR")
282 target = "TARGETDIR" + version
346 target_dir_prop = "TARGETDIR" + ver
375 [("Python" + ver, 0, "NOT TARGETDIR" + ver)])
590 c.event("[TARGETDIR]", "[SourceDir]", ordering=order)
593 c.event("[TARGETDIR]", "[TARGETDIR%s]" % version,
616 "TARGETDIR" + ver, None, "Next", None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
278 0, 1, directory="TARGETDIR")
282 target = "TARGETDIR" + version
346 target_dir_prop = "TARGETDIR" + ver
375 [("Python" + ver, 0, "NOT TARGETDIR" + ver)])
590 c.event("[TARGETDIR]", "[SourceDir]", ordering=order)
593 c.event("[TARGETDIR]", "[TARGETDIR%s]" % version,
616 "TARGETDIR" + ver, None, "Next", None)
    [all...]
  /external/emma/core/java12/com/vladium/util/
Files.java 278 final File targetDir = target.getParentFile ();
279 if ((targetDir != null) && ! targetDir.equals (source.getParentFile ()))
280 targetDir.mkdirs (); // TODO: clean this up on failure?

Completed in 945 milliseconds

1 2