Searched refs:build (Results 51 - 75 of 628) sorted by relevance

1234567891011>>

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dqueries.py145 red_build = builder.build(builder_status["build_number"])
148 self._print_builder_line(builder.name(), name_width, "FAIL (error loading build information)")
156 if (regression_window.failing_build() == builder.build(builder_status["build_number"])):
200 build = builder.build_for_revision(args[0], allow_failed_lookups=True)
201 self._print_layout_test_results(build.layout_test_results())
227 build = builder.build_for_revision(revision_to_test, allow_failed_lookups=True)
228 layout_test_results = build.layout_test_results()
235 last_build_with_results = build
241 print "No build for %s" % revision_to_test
243 build
[all...]
/external/stlport/
H A Dconfigure.bat26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
27 echo # >> build\Makefiles\nmake\config.mak
28 echo # config.mak generated with command line: >> build\Makefiles\nmake\config.mak
29 echo # configure %1 %2 %3 %4 %5 %6 %7 %8 %9 >> build\Makefiles\nmake\config.mak
30 echo # >> build\Makefiles\nmake\config.mak
82 REM build without STLport
121 echo You must run the WCE*.BAT file you wish to build STLport for before
168 echo Use this option to add any compilation flag to the build system. For instance
186 echo Option specially targetting build of the unit tests project without STLport. This
191 echo Removes the build configuratio
[all...]
/external/v8/
H A DMakefile39 # Special build flags. Use them like this: "make library=shared"
107 # - default (no target specified): build all DEFAULT_ARCHES and MODES
108 # - "check": build all targets and run all tests
121 GYPFILES = build/all.gyp build/common.gypi build/standalone.gypi \
146 # Defines how to build a particular target (e.g. ia32.release).
214 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
219 build/gy
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot.py86 def build(self, build_number): member in class:Builder
93 build = self._fetch_build(build_number)
94 self._builds_cache[build_number] = build
95 return build
101 return self.build(latest_build_number)
127 # FIXME: This is a poor way to do revision -> build mapping.
129 print "Loading revision/build list from %s." % self.results_url()
137 # This assumes there was only one build per revision, which is false but we don't care for now.
148 # This assumes there can be only one build per revision, which is false, but we don't care for now.
154 build
[all...]
/external/libvorbis/doc/
H A DMakefile.am75 doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) doxygen-build.stamp
77 doc_DATA = $(static_docs) doxygen-build.stamp
119 doxygen-build.stamp: Doxyfile $(top_srcdir)/include/vorbis/*.h
121 touch doxygen-build.stamp
123 doxygen-build.stamp:
125 touch doxygen-build.stamp
128 install-data-local: doxygen-build.stamp
147 if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
/external/webkit/Source/WebKit/wx/bindings/python/
H A Dwscript26 # wxWebKit Python bindings build script for the waf build system
57 def build(bld):
65 import wx.build.config
66 wx_swig_args += wx.build.config.swig_args
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... eclipse/pde/ org/eclipse/pde/internal/ org/eclipse/pde/internal/build/ org/eclipse/pde/internal/build/generator/ org/eclipse/pde/internal ...
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DThreadFactoryBuilderTest.java57 ThreadFactory threadFactory = builder.build();
83 ThreadFactory threadFactory2 = builder.build();
98 ThreadFactory factory = builder.setNameFormat(NAME_FORMAT).build();
106 ThreadFactory factory = builder.setDaemon(false).build();
112 ThreadFactory factory = builder.setDaemon(true).build();
119 ThreadFactory factory = builder.setPriority(i).build();
143 builder.setUncaughtExceptionHandler(UNCAUGHT_EXCEPTION_HANDLER).build()
148 ThreadFactory factory1 = builder.setPriority(1).build();
151 ThreadFactory factory2 = builder.setPriority(2).build();
157 builder.build(); // thi
[all...]
/external/clang/
H A Dclang.mk7 CLANG_HOST_BUILD_MK := $(CLANG_ROOT_PATH)/clang-host-build.mk
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
H A Dbuild.properties13 buildId=build
/external/webkit/Tools/Scripts/
H A Dbuild-api-tests39 Usage: $programName [options] [options to pass to build system]
41 --clean Clean up the build directory
H A Dbuild-webkittestrunner39 Usage: $programName [options] [options to pass to build system]
41 --clean Clean up the build directory
67 # Qt builds everything in one shot. No need to build anything here.
H A Dwebkit-build-directory29 # A script to expose WebKit's build directory detection logic to non-perl scripts.
45 --configuration Show the build directory for a specific configuration (e.g. Debug, Release. Defaults to the active configuration set by set-webkit-configuration)
47 --top-level Show the top-level build directory
/external/chromium/build/
H A Dbuild_config.h41 #error Please add support for your platform in build/build_config.h
100 #error Please add support for your compiler in build/build_config.h
126 #error Please add support for your architecture in build/build_config.h
145 #error Please add support for your compiler in build/build_config.h
/external/chromium-trace/trace-viewer/
H A DPRESUBMIT.py8 import build.generate_about_tracing_contents as generator1 namespace
9 import build.generate_deps_js_contents as generator2 namespace
10 import build.parse_deps namespace
15 except build.parse_deps.DepsException, ex:
21 ' ./build/calcdeps.py')]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteTest.java71 .build();
95 TestAllTypesLite.NestedMessage.newBuilder().setBb(7).build())
96 .build();
101 TestAllExtensionsLite message2 = message.toBuilder().build();
H A DMessageTest.java57 .build();
63 .setOptionalForeignMessage(ForeignMessage.newBuilder().setC(3).build())
65 .build();
80 .mergeFrom(MERGE_SOURCE).build();
93 .mergeFrom(DynamicMessage.newBuilder(MERGE_SOURCE).build())
94 .build();
103 .mergeFrom(DynamicMessage.newBuilder(MERGE_SOURCE).build())
104 .build();
115 TestRequired.newBuilder().setA(1).setB(2).setC(3).build();
203 TestRequired.newBuilder().build();
[all...]
H A DAbstractMessageTest.java107 public AbstractMessageWrapper build() { method in class:AbstractMessageTest.AbstractMessageWrapper.Builder
108 return new AbstractMessageWrapper(wrappedBuilder.build());
186 .clear().build();
193 .mergeFrom(TestUtil.getAllSet()).build();
219 builder.mergeFrom(TestUtil.getAllSet().toByteString()).build();
238 builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build();
257 builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build();
266 builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build();
274 builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build();
282 TestOptimizedForSize.newBuilder().setI(1).build();
[all...]
/external/qemu/
H A DMakefile27 # even if we're not using the Android build system.
30 BUILD_SYSTEM := android/build
/external/qemu/distrib/
H A Dmake-distrib.sh3 # this script is used to build a source distribution package for the Android emulator
33 mv $QEMUDIR/distrib/build-emulator.sh $TMPDIR/build-emulator.sh
/external/skia/src/core/
H A DSkEdgeBuilder.h23 int build(const SkPath& path, const SkIRect* clip, int shiftUp);
/external/webkit/Source/WebCore/svg/
H A DSVGFEFloodElement.h40 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFEMergeElement.h39 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
/external/libvpx/build/make/
H A Dgen_asm_deps.sh29 --build-pfx=*) pfx="${optval}"
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc"
60 # Handle generated includes in the build root (which may not exist yet)
/external/mksh/src/
H A DMakefile28 .if !make(test-build)
75 test-build: .PHONY
76 -rm -rf build-dir
77 mkdir -p build-dir
79 cp ${BSDSRCDIR}/usr.bin/printf/printf.c build-dir/
81 cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \
89 -rm -rf build-dir regress-dir printf.o printf.ln

Completed in 409 milliseconds

1234567891011>>