HomeSort by relevance Sort by last modified time
    Searched refs:BUILD (Results 1 - 25 of 45) sorted by null

1 2

  /external/srec/srec/include/
buildopt.h 29 #if BUILD & BUILD_SHIP
  /external/zlib/nintendods/
Makefile 13 # BUILD is the directory where object files & intermediate files will be placed
19 BUILD := build
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
58 export DEPSDIR := $(CURDIR)/$(BUILD)
84 -I$(CURDIR)/$(BUILD)
86 .PHONY: $(BUILD) clean all
89 all: $(BUILD)
96 $(BUILD): lib
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefil
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationVisibility.java 26 BUILD("build"),
  /development/simulator/app/
Semaphore.h 13 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
LocalBiChannel.h 10 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
Shmem.h 10 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
Pipe.h 24 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
MessageStream.h 17 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
GNUmakefile 32 # Windows build
50 # Linux build
84 rm -rf build
93 BUILD := xcodebuild
99 # Executable is located in build/Debug/dhd
101 $(BUILD) -project $(PROJECT) -target $(PROJTGT) -configuration Debug build
105 rm -rf build
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 7 BUILD=${BUILD:-1}
55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 1 $! VMS build procedure for flex 2.5.x;
5 $! $ @[.MISC.VMS]BUILD.COM compiler parser [test]
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 37 /** annotation visibility constant: visible at build time only */
199 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
  /external/e2fsprogs/debian/
rules 45 stdbuilddir=${debdir}/BUILD-STD
46 bfbuilddir=${debdir}/BUILD-BF
47 staticbuilddir=${debdir}/BUILD-STATIC
48 mipsbuilddir=${debdir}/BUILD-MIPS
49 mipsbuilddir64=${debdir}/BUILD-MIPS-64
67 BUILDSTDSTAMP=${STAMPSDIR}/build-std-stamp
68 BUILDBFSTAMP=${STAMPSDIR}/build-bf-stamp
69 BUILDSTATICSTAMP=${STAMPSDIR}/build-static-stamp
91 BUILD_STATIC = build-static
145 --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 203 // create a build.properties file with just the application package
205 PropertyType.BUILD);
350 /* Make AndroidManifest.xml and build.xml files */
360 installTemplate("build.template",
390 // create the map for place-holders of values to replace in the build file template
403 installTemplate("build.export.template",
459 * <li> Build.xml: create if not present or no <androidinit(\w|/>) in it
500 "The build system for this project target (%1$s) does not support libraries",
606 // Build.xml: create if not present or no <androidinit/> in it
660 installTemplate("build.template"
    [all...]
ProjectProperties.java 42 * Class representing project properties for both ADT and Ant-based build.
88 BUILD(SdkConstants.FN_BUILD_PROPERTIES, BUILD_HEADER, new String[] {
153 "# To customize properties used by the Ant build system use,\n" +
154 "# \"build.properties\", and override values to adapt the script to your\n" +
160 "# This file is used to override default values used by the Ant build system.\n" +
163 "# integral to the build system of your project.\n" +
175 "# The password will be asked during the build when you use the 'release' target.\n" +
193 "# The password will be asked during the build when you use the 'release' target.\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 300 // build jobs are run after other interactive jobs
301 markerJob.setPriority(Job.BUILD);
328 // build jobs are run after other interactive jobs
329 markerJob.setPriority(Job.BUILD);
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 618 ap.parseAnnotationAttribute(AnnotationVisibility.BUILD);
652 ap.parseParameterAttribute(AnnotationVisibility.BUILD);
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 3 # it uses Makerules.env for build env vars and optional branding.inc
35 # Set up the build environment variables
237 BUILD = build -ceZ
  /external/srec/srec/crec/
word_lattice.c 298 #if BUILD&BUILD_DEBUG
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 59 * <li>Imports the build rules located in the resolved target so that the build actually does
63 * This is used in build.xml/template.
189 // check that this version of the custom Ant task can build this target
196 + "WARNING: This platform requires Ant build rules not supported by your SDK Tools.\n"
197 + "WARNING: Attempting to use older build rules instead, but result may not be correct.\n"
339 throw new BuildException(String.format("Build rules file '%s' is missing.",
488 "The build system for this project target (%1$s) does not support libraries",
498 // "source.dir" in build.properties.
501 PropertyType.BUILD);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 280 // get the SDK location and build id.
378 // build jobs are run after other interactive jobs
379 pingJob.setPriority(Job.BUILD);
755 * Prints one or more build messages to the android console, filtered by Build output verbosity.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 507 job.setPriority(Job.BUILD); // build jobs are run after other interactive jobs
    [all...]
  /external/libffi/
ltconfig 209 build=NONE
317 --build configure for building on BUILD [BUILD=HOST]
319 --disable-shared do not build shared libraries
320 --disable-static do not build static libraries
347 --build) prev=build ;;
348 --build=*) build="$optarg" ;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 542 group.setText("Build Target");
    [all...]
  /external/clearsilver/
configure 312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP LN_S AR RANLIB ac_ct_RANLIB SET_MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os _ACJNI_JAVAC USE_MINGW32 APXS_PATH PERL RUBY BUILD_WRAPPERS JAVA_PATH JAVA_INCLUDE_PATH PYTHON PYTHON_INC PYTHON_LIB PYTHON_SITE EXTRA_UTL_SRC EXTRA_UTL_OBJS CSHARP_PATH LIBOBJS LTLIBOBJS'
374 -build | --build | --buil | --bui | --bu)
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
684 build=$build_alias
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
835 --build=BUILD configure for building on BUILD [guessed
    [all...]

Completed in 649 milliseconds

1 2