/external/llvm/test/Bindings/Ocaml/ |
executionengine.ml | 1 (* RUN: rm -rf %t.builddir 2 * RUN: mkdir -p %t.builddir 3 * RUN: cp %s %t.builddir 4 * RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %t.builddir/executionengine.ml -o %t
|
ipo_opts.ml | 1 (* RUN: rm -rf %t.builddir 2 * RUN: mkdir -p %t.builddir 3 * RUN: cp %s %t.builddir 4 * RUN: %ocamlopt -warn-error A llvm.cmxa llvm_ipo.cmxa llvm_target.cmxa %t.builddir/ipo_opts.ml -o %t
|
scalar_opts.ml | 1 (* RUN: rm -rf %t.builddir 2 * RUN: mkdir -p %t.builddir 3 * RUN: cp %s %t.builddir 4 * RUN: %ocamlopt -warn-error A llvm.cmxa llvm_scalar_opts.cmxa llvm_target.cmxa %t.builddir/scalar_opts.ml -o %t
|
target.ml | 1 (* RUN: rm -rf %t.builddir 2 * RUN: mkdir -p %t.builddir 3 * RUN: cp %s %t.builddir 4 * RUN: %ocamlopt -g -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %t.builddir/target.ml -o %t
|
/external/chromium_org/chrome/installer/linux/rpm/ |
build.sh | 8 # builds don't add the "${BUILDDIR}/installer/" files needed for packaging. 60 process_template "${BUILDDIR}/installer/common/rpmrepo.cron" \ 103 DETECTED_DEPENDS="$(echo "${BUILDDIR}/chrome" | /usr/lib/rpm/find-requires | 175 echo "-b dir build input directory [${BUILDDIR}]" 224 BUILDDIR=$(readlink -f "${OPTARG}") 271 BUILDDIR=${BUILDDIR:=$(readlink -f "${SCRIPTDIR}/../../../../out/Release")} 273 source ${BUILDDIR}/installer/common/installer.include 278 source "${BUILDDIR}/installer/common/google-chrome.info" 280 source "${BUILDDIR}/installer/common/chromium-browser.info [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
make_simple.py | 23 'INTERMEDIATE_DIR': '$(BUILDDIR)/$(BUILDTYPE)/obj', 25 'PRODUCT_DIR': '$(BUILDDIR)/$(BUILDTYPE)', 75 BUILDDIR = build 86 \trm -rf $(BUILDDIR) 90 TARGET = $(BUILDDIR)/$(BUILDTYPE)/%(target)s.stamp 112 $(BUILDDIR)/$(BUILDTYPE)/obj_%(target)s/%%.o: %%.c 116 $(BUILDDIR)/$(BUILDTYPE)/obj_%(target)s/%%.o: %%.cc 234 dirname = target_info.get('product_dir', '$(BUILDDIR)/$(BUILDTYPE)') 243 builddir = '$(BUILDDIR)/$(BUILDTYPE)/obj_%s' % target_info['target_name' variable [all...] |
/external/deqp/android/scripts/ |
build.py | 48 buildDir = getNativeBuildDir(buildRoot, nativeLib, buildType) 50 srcLibFile = os.path.join(buildDir, common.NATIVE_LIB_NAME) 54 if not os.path.exists(buildDir): 55 os.makedirs(buildDir) 56 os.chdir(buildDir) 71 os.chdir(buildDir)
|
/external/smali/smali/ |
build.gradle | 39 ext.antlrOutput = file("${buildDir}/generated-sources/antlr3") 42 ext.jflexOutput = file("${buildDir}/generated-sources/jflex") 45 ext.testAntlrOutput = file("${buildDir}/generated-test-sources/antlr3") 54 excludeDirs -= buildDir 55 if (buildDir.exists()) { 56 excludeDirs.addAll(buildDir.listFiles())
|
/frameworks/multidex/ |
build.gradle | 25 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build').getCanonicalFile() 28 buildDir = file('../../out/host/gradle/frameworks/support/build') 32 ext.supportRepoOut = new File(buildDir, 'support_repo') 127 // Change buildDir first so that all plugins pick up the new value. 128 project.buildDir = project.file("$project.parent.buildDir/../$project.name/build")
|
/frameworks/support/ |
build.gradle | 26 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build').getCanonicalFile() 32 buildDir = file('../../out/host/gradle/frameworks/support/build') 36 ext.supportRepoOut = new File(buildDir, 'support_repo') 132 // Change buildDir first so that all plugins pick up the new value. 133 project.buildDir = project.file("$project.parent.buildDir/../$project.name/build")
|
/sdk/eclipse/scripts/ |
build.xml | 53 <property name="buildDir" value="${outDir}/build" /> 76 <mkdir dir="${buildDir}" /> 77 <copy todir="${buildDir}" preservelastmodified="true"> 109 <arg value="${buildDir}/workspace" /> 111 <arg value="${buildDir}/configuration" /> 115 <arg value="-DbuildDirectory=${buildDir}" />
|
/sdk/monitor/ |
build.xml | 18 <property name="buildDir" value="${outDir}/build" /> 55 <mkdir dir="${buildDir}" /> 56 <copy todir="${buildDir}" preservelastmodified="true"> 83 <arg value="${buildDir}/workspace" /> 85 <arg value="${buildDir}/configuration" /> 88 <arg value="-DbuildDirectory=${buildDir}" />
|
/external/bison/build-aux/ |
gnu-web-doc-update | 41 -C, --builddir=DIR location of (configured) Makefile (default: .) 108 builddir=. 123 -C|--builddir) shift; builddir=$1; shift ;; 134 pkg=$(sed -n 's/^PACKAGE = \(.*\)/\1/p' $builddir/Makefile) \ 159 cd "$builddir" 170 $RSYNC -avP "$builddir"/doc/manual/ $tmp/$pkg/manual
|
do-release-commit-and-tag | 50 -C, --builddir=DIR location of (configured) Makefile (default: $builddir) 87 builddir=. 104 -C|--builddir) shift; builddir=$1; shift ;; 149 Makefile=$builddir/Makefile
|
/external/clang/tools/libclang/ |
CXCompilationDatabase.cpp | 13 clang_CompilationDatabase_fromDirectory(const char *BuildDir, 19 CompilationDatabase *db = CompilationDatabase::loadFromDirectory(BuildDir,
|
/external/llvm/utils/ |
llvm-compilers-check | 48 # --prefix=/home/greened/install --builddir=/home/greened/build 140 parser.add_option("--builddir", 265 self.build_prefix = options.builddir 461 + builddir) 465 builddir = self.build_prefix + "/" + comp + "/" + build_suffix 476 self.logger.info("Configuring " + component + " in " + builddir) 477 configrc = self.configure(component, srcdir, builddir, 485 self.logger.info("Building " + component + " in " + builddir) 487 buildrc = self.make(component, srcdir, builddir, 495 self.logger.info("Testing " + component + " in " + builddir) [all...] |
/ndk/build/tools/ |
build-host-gdb.sh | 146 local BUILDDIR=$BH_BUILD_DIR/build-expat-2.0.1-$1 156 mkdir -p "$BUILDDIR" && rm -rf "$BUILDDIR"/* && 157 cd "$BUILDDIR" && 175 local BUILDDIR=$BH_BUILD_DIR/build-gdb-$1-$2-$3 209 mkdir -p "$BUILDDIR" && rm -rf "$BUILDDIR"/* && 210 cd "$BUILDDIR" &&
|
build-gnu-libstdc++.sh | 114 local BUILDDIR="$2" 124 INSTALLDIR=$BUILDDIR/install-$ABI-$GCC_VERSION/$THUMB 125 BUILDDIR=$BUILDDIR/$LIBTYPE-${ABI}${THUMB}-$GCC_VERSION 245 mkdir -p $BUILDDIR && rm -rf $BUILDDIR/* && 246 cd $BUILDDIR && 280 local BUILDDIR="$2" 286 local SDIR="$BUILDDIR/install-$ABI-$GCC_VERSION"
|
/external/deqp/scripts/build/ |
config.py | 16 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): 18 self.buildDir = buildDir 26 return self.buildDir
|
/ndk/build/tools/toolchain-patches-host/mingw-w64/ |
mingw-w64-widl.patch | 13 +$(warning "srcdir != builddir, debugging comments in idl files will be sub-optimal") 32 +@HAVE_WIDL_TRUE@@SRCDIR_NEQ_BUILDDIR_TRUE@$(warning "srcdir != builddir, debugging comments in idl files will be sub-optimal") 55 + if test ! "$srcdir" = "$builddir"; then 87 +AM_CONDITIONAL([SRCDIR_NEQ_BUILDDIR],[test ! "$srcdir" = "$builddir"])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 36 builddir = self.mkdtemp() 37 destination = os.path.join(builddir, "installation") 41 dist.script_name = os.path.join(builddir, "setup.py") 43 build_base=builddir, 44 build_lib=os.path.join(builddir, "lib"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 36 builddir = self.mkdtemp() 37 destination = os.path.join(builddir, "installation") 41 dist.script_name = os.path.join(builddir, "setup.py") 43 build_base=builddir, 44 build_lib=os.path.join(builddir, "lib"),
|
/hardware/ti/omap4-aah/domx/make/ |
build.mk | 97 BUILDDIR = .obj/ 130 OBJDIRS := $(addprefix $(BUILDDIR),$(SRCDIRS)) $(BUILDDIR) 133 OBJECTS := $(addprefix $(BUILDDIR), $(BASEOBJ)) 239 $(BUILDDIR)%.o:%.c 240 # echo Compiling $(patsubst $(BUILDDIR)%.o,%.c, $@) 241 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $(patsubst $(BUILDDIR)%.o,%.c, $@) 246 $(BUILDDIR)%.o:%.S 247 # echo Compiling $(patsubst $(BUILDDIR)%.o,%.S, $@) 248 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $(patsubst $(BUILDDIR)%.o,%.S, $@ [all...] |
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 97 BUILDDIR = .obj/ 130 OBJDIRS := $(addprefix $(BUILDDIR),$(SRCDIRS)) $(BUILDDIR) 133 OBJECTS := $(addprefix $(BUILDDIR), $(BASEOBJ)) 239 $(BUILDDIR)%.o:%.c 240 # echo Compiling $(patsubst $(BUILDDIR)%.o,%.c, $@) 241 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $(patsubst $(BUILDDIR)%.o,%.c, $@) 246 $(BUILDDIR)%.o:%.S 247 # echo Compiling $(patsubst $(BUILDDIR)%.o,%.S, $@) 248 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $(patsubst $(BUILDDIR)%.o,%.S, $@ [all...] |
/external/chromium_org/third_party/icu/source/tools/genren/ |
Makefile | 15 BUILDDIR = $(top_builddir) 30 include $(BUILDDIR)/icudefs.mk
|