/external/openssl/ |
check-all-builds.sh | 169 --build-dir=*) 170 BUILD_DIR=${OPT##--build-dir=} 196 "Usage: $PROGNAME [options] [<build-type> ...] 198 This script is used to ensure that all OpenSSL build variants compile 201 the build. 203 A <build-type> is a description of a given build of the library and its 212 By default, it rebuilds the sources for the following build types: 222 launches 'make' in it to build all binaries in parallel. In case of 223 problem, you can use the --build-dir=<path> option to specify a custo [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationItem.java | 37 /** annotation visibility constant: visible at build time only */ 199 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationItem.java | 34 /** annotation visibility constant: visible at build time only */ 196 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.cpp | 26 #error ONLY BUILD THIS SOURCE FILE FOR WINDOWS!
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonToken.pm | 71 sub BUILD {
|
BitSet.pm | 43 sub BUILD {
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
AnnotationItem.java | 35 /** annotation visibility constant: visible at build time only */ 197 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.cpp | 26 #error ONLY BUILD THIS SOURCE FILE FOR WINDOWS!
|
/external/e2fsprogs/debian/ |
rules | 80 stdbuilddir=${debdir}/BUILD-STD 81 bfbuilddir=${debdir}/BUILD-BF 82 staticbuilddir=${debdir}/BUILD-STATIC 83 mipsbuilddir=${debdir}/BUILD-MIPS 84 mipsbuilddir64=${debdir}/BUILD-MIPS-64 104 BUILDSTDSTAMP=${STAMPSDIR}/build-std-stamp 105 BUILDBFSTAMP=${STAMPSDIR}/build-bf-stamp 106 BUILDSTATICSTAMP=${STAMPSDIR}/build-static-stamp 122 BUILD_STATIC = build-static 195 --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) [all...] |
/external/chromium_org/third_party/sqlite/src/ |
publish.sh | 17 # Get the current version number - needed to help build filenames 37 # Build the sqlite.so and tclsqlite.so shared libraries 60 # Build the tclsqlite3.dll and sqlite3.dll shared libraries. 69 # Build the sqlite.exe executable for windows. 77 # Build a source archive useful for windows. 106 # Build RPMS (binary) and Source RPM 109 # Make sure we are properly setup to build RPMs 114 mkdir $HOME/rpm/BUILD 126 # build all the rpms 129 # copy the RPMs into the build directory [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 31 import com.android.ide.eclipse.adt.internal.build.DexWrapper; 586 * Adds or edit a build tools marker from the given project. This is done through a Job. 591 Job markerJob = new Job("Android SDK: Build Tools Marker") { 619 // build jobs are run after other interactive jobs 620 markerJob.setPriority(Job.BUILD); 723 job.setPriority(Job.BUILD); // build jobs are run after other interactive jobs [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 123 BUILD = 'b' # call __setstate__ or __dict__.update() 125 DICT = 'd' # build a dict from stack items 130 INST = 'i' # build & push class instance 132 LIST = 'l' # build list from topmost stack items 134 OBJ = 'o' # build & push class instance 139 TUPLE = 't' # build tuple from topmost stack items 150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple 154 TUPLE1 = '\x85' # build 1-tuple from stack top 155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items 156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack item [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 123 BUILD = 'b' # call __setstate__ or __dict__.update() 125 DICT = 'd' # build a dict from stack items 130 INST = 'i' # build & push class instance 132 LIST = 'l' # build list from topmost stack items 134 OBJ = 'o' # build & push class instance 139 TUPLE = 't' # build tuple from topmost stack items 150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple 154 TUPLE1 = '\x85' # build 1-tuple from stack top 155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items 156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack item [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
AdtStartup.java | 287 // build jobs are run after other interactive jobs 288 pingJob.setPriority(Job.BUILD);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
Utils.java | 108 * Creates a Variations object using build id pattern, config and jvm. 118 variations.put(PerformanceTestPlugin.BUILD, buildIdPatterns); 242 * Returns the date/time from the build id in format yyyymmddhm 260 // if release build, expect <release>_<release date and 273 // if regular build, expect <buildType><date>-<time> format
|
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 17 # dspbridge/mpu_api/make/build.mk 19 # DSP-BIOS Bridge build rules. 63 ifeq ($(BUILD),deb) 142 # BUILD ARGUMENTS 192 # if this is driver module level , build KO file too 224 # Build target 287 # clean - Remove build directory and target files 288 # Linux : Removes object and dependency files in build folder 289 # DOS : Removes object dirs in build folder
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
BaseBuilder.java | 17 package com.android.ide.eclipse.adt.internal.build.builders; 24 import com.android.ide.eclipse.adt.internal.build.BuildHelper; 25 import com.android.ide.eclipse.adt.internal.build.Messages; 73 * The build tool to use to build. This is guaranteed to be non null after a call to 305 * Aborts the build if the SDK/project setups are broken. This does not 343 "No \"Build Tools\" package available; use SDK Manager to install one."); 347 String.format("Using default Build Tools revision %s", 379 // don't stop, something's really screwed up and the build will break later with 386 * This should generally be followed by exiting the build process [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
StdAttributeFactory.java | 616 ap.parseAnnotationAttribute(AnnotationVisibility.BUILD); 650 ap.parseParameterAttribute(AnnotationVisibility.BUILD);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 83 sub BUILD { 218 sub BUILD { 645 /** What to emit when there is no rewrite. For auto build 997 sub BUILD { [all...] |
/external/srec/srec/crec/ |
word_lattice.c | 298 #if BUILD&BUILD_DEBUG
|
/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.test.performance_3.6.0.v20091014.jar | |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |
/external/clang/tools/scan-build/ |
scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 27 my $Prog = "scan-build"; 209 die "No build command." if (scalar(@$Args) == 0); 523 # Scan each report file and build an index. 644 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n" 856 # RunBuildCommand - Run the build command. 1039 USAGE: $Prog [options] <build command> [build options] 1044 print "ANALYZER BUILD: $BuildName ($BuildDate)\n\n"; 1070 Add a "keep on going" option to the specified build command. This optio [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 242 // get the SDK location and build id. [all...] |