Searched full:build (Results 1 – 25 of 8431) sorted by relevance
12345678910>>...338
5 build line_128x4_class0 0-2566 build line_128x4_0sub0 0-47 build line_128x4_0sub1 4-108 build line_128x4_0sub2 10-259 build line_128x4_0sub3 25-6411 build line_256x4_class0 0-25612 build line_256x4_0sub0 0-413 build line_256x4_0sub1 4-1014 build line_256x4_0sub2 10-2515 build line_256x4_0sub3 25-64[all …]
5 build line_256x7_class0 0-646 build line_256x7_class1 0-2567 build line_256x7_0sub1 1-98 build line_256x7_0sub2 9-259 build line_256x7_0sub3 25-6410 build line_256x7_1sub1 1-911 build line_256x7_1sub2 9-2512 build line_256x7_1sub3 25-6414 build line_512x17_class1 0-815 build line_512x17_class2 0-64[all …]
4 # Clear and recreate build directory.5 rm -r build6 mkdir -p build/classes7 mkdir -p build/tck8 mkdir -p build/dist9 mkdir -p build/tck/classes10 mkdir -p build/tck/dist13 javac -g -d build/classes `find src -name *.java`14 javac -g -classpath build/classes:lib/junit.jar -d build/tck/classes \25 -sourcepath src -d build/javadoc javax.inject[all …]
96 .build(); in testLite()120 TestAllTypesLite.NestedMessage.newBuilder().setBb(7).build()) in testLiteExtensions()121 .build(); in testLiteExtensions()126 TestAllExtensionsLite message2 = message.toBuilder().build(); in testLiteExtensions()172 TestAllTypesLite message = builder.build(); in testSanityCopyOnWrite()177 messageAfterBuild = builder.build(); in testSanityCopyOnWrite()184 message = builder.build(); in testSanityCopyOnWrite()188 messageAfterBuild = builder.build(); in testSanityCopyOnWrite()197 message = builder.build(); in testSanityCopyOnWrite()201 messageAfterBuild = builder.build(); in testSanityCopyOnWrite()[all …]
1 # This file is used by the GN meta build system to find the root of the source5 # The location of the build configuration file.6 buildconfig = "//build/config/BUILDCONFIG.gn"9 # GN build files are placed when they can not be placed directly11 secondary_source = "//build/secondary/"23 "//build/config/android/BUILD.gn",24 "//build/config/android/config.gni",25 "//build/config/android/internal_rules.gni",26 "//build/config/android/rules.gni",27 "//build/config/BUILD.gn",[all …]
9 <fileset dir="${lib.dir}/build" includes="*.jar"/>17 <pathelement location="${build.dir}/classes"/>21 <target name="jar" depends="jar.withdeps, manifest" description="Build jar.">22 <jar jarfile="${build.dir}/dist/guice-${version}.jar"23 manifest="${build.dir}/META-INF/MANIFEST.MF">24 <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/>29 description="Build entire distribution.">30 <ant antfile="extensions/servlet/build.xml" target="distjars" inheritAll="false"/>31 <ant antfile="extensions/spring/build.xml" target="distjars" inheritAll="false"/>32 <ant antfile="extensions/struts2/build.xml" target="distjars" inheritAll="false"/>[all …]
24 import android.os.Build;41 @TargetApi(Build.VERSION_CODES.LOLLIPOP)52 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in isLayoutRtl()64 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in getLayoutDirection()76 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT; in isPrintingSupported()84 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP; in isElevationSupported()91 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in setLayoutDirection()102 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in setTextAlignment()113 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in setTextDirection()124 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in setLabelFor()[all …]
9 # The location of the build configuration file.10 buildconfig = "//build/config/BUILDCONFIG.gn"13 # GN build files are placed when they can not be placed directly15 secondary_source = "//build/secondary/"27 "//build/config/android/BUILD.gn",28 "//build/config/android/config.gni",29 "//build/config/android/internal_rules.gni",30 "//build/config/android/rules.gni",31 "//build/config/compiler/BUILD.gn",32 "//build/config/gcc/gcc_version.gni",[all …]
5 <title>scan-build: running the analyzer from the command line</title>16 <h1>scan-build: running the analyzer from the command line</h1>22 <p><b>scan-build</b> is a command line utility that enables a user to run the23 static analyzer over their codebase as part of performing a regular build (from27 <p>During a project build, as source files are compiled they are also analyzed30 <p>Upon completion of the build, results are then presented to the user within a33 <h3>Will it work with any build system?</h3>34 <p><b>scan-build</b> has little or no knowledge about how you build your code.36 (hopefully) change your build to use a "fake" compiler instead of the37 one that would normally build your project. This fake compiler executes either [all …]
9 # The location of the build configuration file.10 buildconfig = "//build/config/BUILDCONFIG.gn"13 # GN build files are placed when they can not be placed directly15 secondary_source = "//build/secondary/"27 "//build/config/BUILD.gn",28 "//build/config/android/BUILD.gn",29 "//build/config/android/config.gni",30 "//build/config/android/internal_rules.gni",31 "//build/config/android/rules.gni",32 "//build/config/compiler/BUILD.gn",[all …]
3 <property name="version" value="SNAPSHOT" description="Version number to use in build files"/>4 …<property name="haltonfailure" value="true" description="Whether to halt the build if the tests fa…5 <property name="debug" value="true" description="Whether to build with debug information"/>7 … <tstamp><format property="build.timestamp" pattern="yyyy-MM-dd HH:mm:ss" timezone="GMT"/></tstamp>11 …<target name="all" depends="clean, bigjar, javadoc" description="Performs clean build, runs tests …14 <delete dir="build"/>17 <target name="api" description="Build Hamcrest APIs">25 <target name="generator" depends="api" description="Build code generator tool">26 …<path id="cp-hamcrest-generator-main" path="lib/generator/qdox-2.0-M2.jar;build/hamcrest-api-${ver…34 …<copy file="build/hamcrest-generator-${version}.jar" tofile="build/hamcrest-generator-${version}-n…[all …]
... .build public abstract org.eclipse.pde.build.Constants extends java.lang.Object { public ...
21 class="org.eclipse.pde.internal.build.tasks.BrandTask">26 class="org.eclipse.pde.internal.build.publisher.BrandP2Task">31 class="org.eclipse.pde.internal.build.publisher.GatherBundleTask">36 class="org.eclipse.pde.internal.build.publisher.GatherFeatureTask">41 class="org.eclipse.pde.internal.build.tasks.FetchTask">46 class="org.eclipse.pde.internal.build.tasks.BuildScriptGeneratorTask">51 class="org.eclipse.pde.internal.build.tasks.FeatureGeneratorTask">56 class="org.eclipse.pde.internal.build.tasks.BuildManifestTask">61 class="org.eclipse.pde.internal.build.tasks.PackagerTask">66 class="org.eclipse.pde.internal.build.tasks.IdReplaceTask">[all …]
... internal/ org/eclipse/pde/internal/build/ org/eclipse/pde/internal/build ...
2 # Microsoft Developer Studio Generated Build File, Format Version 6.008 !MESSAGE This is not a valid makefile. To build this project using NMAKE,57 # PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug"58 # PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug\src"62 # PROP Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug"63 # PROP Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug\src"74 …debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\curld.exe" /pdbtype:con /libpath:"…75 …debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\curld.exe" /pdbtype:con /libpath:"…81 # PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL"82 # PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\src"[all …]
77 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Debug|Win32.Build.0 = Debug|Win3279 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Debug|x64.Build.0 = Debug|x6481 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Release|Win32.Build.0 = Release|Win3283 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Release|x64.Build.0 = Release|x6485 {3D1246AE-1B32-479B-BECA-AEFA97BE2321}.Debug|Win32.Build.0 = Debug|Win3287 {3D1246AE-1B32-479B-BECA-AEFA97BE2321}.Debug|x64.Build.0 = Debug|x6489 {3D1246AE-1B32-479B-BECA-AEFA97BE2321}.Release|Win32.Build.0 = Release|Win3291 {3D1246AE-1B32-479B-BECA-AEFA97BE2321}.Release|x64.Build.0 = Release|x6493 {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Debug|Win32.Build.0 = Debug|Win3295 {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Debug|x64.Build.0 = Debug|x64[all …]
5 # This Makefile normally builds in a 'build' subdir, but use7 # make BUILD=<dir>38 # We should only run pwd once, not every time we refer to ${BUILD}.41 BUILD = ${SRCDIR}/build macro42 export BUILD72 TEST_INSTALL_DIR = ${BUILD}/install_for_test192 COV_INFO = ${BUILD}/coverage.info226 # Path to build output for running tests is same as for building227 BUILD_RUN = ${BUILD}231 # Path to build output for running tests is different in the chroot[all …]
1 scan-build4 A package designed to wrap a build so that all calls to gcc/clang are6 the clang static analyzer. Includes intercept-build tool, which logs7 the build, as well as scan-build tool, which logs the build and runs30 $ scan-build <your build command>34 $ intercept-build <your build command>39 $ analyze-build47 Generally speaking, the `intercept-build` and `analyze-build` tools together48 does the same job as `scan-build` does. So, you can expect the same output49 from this line as simple `scan-build` would do:[all …]
66 {DEEADF02-9C14-4854-A395-E505D2904D65}.Debug|Win32.Build.0 = Debug|Win3268 {DEEADF02-9C14-4854-A395-E505D2904D65}.Debug|x64.Build.0 = Debug|x6470 {DEEADF02-9C14-4854-A395-E505D2904D65}.Release|Win32.Build.0 = Release|Win3272 {DEEADF02-9C14-4854-A395-E505D2904D65}.Release|x64.Build.0 = Release|x6474 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Debug|Win32.Build.0 = Debug|Win3276 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Debug|x64.Build.0 = Debug|x6478 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Release|Win32.Build.0 = Release|Win3280 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Release|x64.Build.0 = Release|x6482 {2316BE8C-189D-4C8B-B506-9D9EE25AC46D}.Debug|Win32.Build.0 = Debug|Win3284 {2316BE8C-189D-4C8B-B506-9D9EE25AC46D}.Debug|x64.Build.0 = Debug|x64[all …]
20 'Build-Mac-Clang-arm64-Debug-iOS',21 'Build-Mac-Clang-mipsel-Debug-GN_Android',22 'Build-Mac-Clang-x64-Release-iOS',23 'Build-Mac-Clang-x86_64-Debug-CommandBuffer',24 'Build-Mac-Clang-x86_64-Release-GN',25 'Build-Ubuntu-Clang-arm64-Debug-GN_Android-Trybot',26 'Build-Ubuntu-Clang-arm64-Debug-GN_Android_FrameworkDefs',27 'Build-Ubuntu-Clang-arm64-Release-GN_Android',28 'Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan',29 'Build-Ubuntu-Clang-x86_64-Debug-ASAN',[all …]
224 …eleonMan", "third_party\PowerVR_SDK\Examples\Advanced\ChameleonMan\OGLES2\Build\WindowsVC2010\OGLE…230 …2HelloAPI", "third_party\PowerVR_SDK\Examples\Beginner\01_HelloAPI\OGLES2\Build\WindowsVC2010\OGLE…236 …ESBasicTnL", "third_party\PowerVR_SDK\Examples\Beginner\04_BasicTnL\OGLES\Build\WindowsVC2010\OGLE…242 …ing", "third_party\PowerVR_SDK\Examples\Intermediate\ColourGrading\OGLES3\Build\WindowsVC2010\OGLE…248 …p", "third_party\PowerVR_SDK\Examples\Intermediate\DisplacementMap\OGLES2\Build\WindowsVC2010\OGLE…254 …11-00A0C91BC942}") = "OGLES2Tools", "third_party\PowerVR_SDK\Tools\OGLES2\Build\WindowsVC2010\OGLE…256 …11-00A0C91BC942}") = "OGLES3Tools", "third_party\PowerVR_SDK\Tools\OGLES3\Build\WindowsVC2010\OGLE…269 {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Debug|Win32.Build.0 = Debug|Win32271 {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Debug|x64.Build.0 = Debug|x64273 {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|Win32.Build.0 = Profile|Win32[all …]
20 BUILD=$(mktemp -d '/tmp/boringssl.XXXXXX')29 cd "$BUILD"35 cp -r "$BUILD"/* "$BUILD_SRC"36 mkdir "$BUILD/callgrind/"39 go run "$SRC/util/all_tests.go" -build-dir "$BUILD" -callgrind -num-workers 1640 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info"42 go run "util/all_tests.go" -build-dir "$BUILD"45 go test -shim-path "$BUILD/ssl/test/bssl_shim" -num-workers 148 lcov -c -d "$BUILD" -b "$BUILD" -o "$BUILD/lcov.info"49 lcov -r "$BUILD/lcov.info" -o "$BUILD/filtered.info" "*_test.c" "*_test.cc" "*/third_party/googlete…[all …]
100 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|Mixed Platforms.Build.0 = Debug|x64102 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|Win32.Build.0 = Debug|Win32104 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|x64.Build.0 = Debug|x64107 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|Mixed Platforms.Build.0 = Release|x64109 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|Win32.Build.0 = Release|Win32111 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|x64.Build.0 = Release|x64114 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|Mixed Platforms.Build.0 = Debug|x64116 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|Win32.Build.0 = Debug|Win32118 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|x64.Build.0 = Debug|x64121 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Release|Mixed Platforms.Build.0 = Release|x64[all …]
7 This script runs every build as the first hook (See DEPS). If it detects that8 the build should be clobbered, it will delete the contents of the build13 build is clobbered.36 Returns output directory absolute path dependent on build and targets.38 r'c:\b\build\slave\win\build\src\out'39 '/mnt/data/b/build/slave/linux/build/src/out'40 '/b/build/slave/ios_rel_device/build/src/xcodebuild'42 Keep this function in sync with tools/build/scripts/slave/compile.py56 ret = os.path.join(SRC_DIR, 'build')63 """Extracts from a build.ninja the commands to run GN.[all …]
67 {219EC965-228A-1824-174D-96449D05F88A}.Debug|Win32.Build.0 = Debug|Win3269 {219EC965-228A-1824-174D-96449D05F88A}.Debug|x64.Build.0 = Debug|x6471 {219EC965-228A-1824-174D-96449D05F88A}.DebugDLL|Win32.Build.0 = DebugDLL|Win3273 {219EC965-228A-1824-174D-96449D05F88A}.DebugDLL|x64.Build.0 = DebugDLL|x6475 {219EC965-228A-1824-174D-96449D05F88A}.Release|Win32.Build.0 = Release|Win3277 {219EC965-228A-1824-174D-96449D05F88A}.Release|x64.Build.0 = Release|x6479 {219EC965-228A-1824-174D-96449D05F88A}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win3281 {219EC965-228A-1824-174D-96449D05F88A}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x6483 {245603E3-F580-41A5-9632-B25FE3372CBF}.Debug|Win32.Build.0 = Debug|Win3285 {245603E3-F580-41A5-9632-B25FE3372CBF}.Debug|x64.Build.0 = Debug|x64[all …]