Searched refs:Build (Results 1 - 25 of 129) sorted by relevance

123456

/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
H A D__init__.py4 # It's unclear if Builder and Build need to be public.
5 from .buildbot import BuildBot, Builder, Build namespace
/external/antlr/antlr-3.4/runtime/Perl5/
H A DBuild.PL1 use Module::Build;
3 my $build = Module::Build->new(
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dplugin.properties11 pluginName = Plug-in Development Environment Build Support
/external/chromium/chrome/browser/ui/tabs/
H A Dtab_menu_model.h30 void Build(bool is_pinned);
31 void Build(TabStripModel* tab_strip, int index);
H A Dtab_menu_model.cc15 Build(is_pinned);
22 Build(tab_strip, index);
35 void TabMenuModel::Build(bool is_pinned) { function in class:TabMenuModel
62 void TabMenuModel::Build(TabStripModel* tab_strip, int index) { function in class:TabMenuModel
/external/webkit/Tools/Scripts/
H A Dbuild-dumprendertree45 --gtk Build the GTK+ port
46 --qt Build the Qt port
47 --wx Build the wxWindows port
48 --chromium Build the Chromium port
65 # Build
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dfailuremap_unittest.py31 from webkitpy.common.net.buildbot import Build namespace
41 build1a = Build(builder1, build_number=22, revision=1233, is_green=True)
42 build1b = Build(builder1, build_number=23, revision=1234, is_green=False)
43 build2a = Build(builder2, build_number=89, revision=1233, is_green=True)
44 build2b = Build(builder2, build_number=90, revision=1235, is_green=False)
/external/webkit/Source/WebCore/tests/
H A DAndroid.mk0 # Build the unit tests.
5 # Build the unit tests.
48 # Build the manual test programs.
/external/elfutils/tests/
H A Drun-readelf-test3.sh35 Build ID: 34072edcd87ef6728f4b4a7956167b2fcfc3f1d3
/external/xmp_toolkit/XMPCore/
H A DAndroid.mk12 # Build a static jar file.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBundleTest.java3 import android.os.Build;
109 int previousApiLevel = Build.VERSION.SDK_INT;
110 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
111 Build.VERSION_CODES.BASE);
119 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
126 int previousApiLevel = Build.VERSION.SDK_INT;
127 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
128 Build.VERSION_CODES.HONEYCOMB_MR1);
134 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
141 int previousApiLevel = Build
[all...]
/external/clang/docs/analyzer/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finishe
[all...]
/external/clang/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finishe
[all...]
/external/llvm/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finishe
[all...]
/external/clang/include/clang/Analysis/
H A DCFGStmtMap.h38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php21 echo "<title>Build Notes for $buildType $buildName </title>";
28 <p><b><font face="Verdana" size="+3">Build Notes</font></b> </p>
33 Build Notes for <?php echo "$buildType $buildName"; ?></font></b></td>
/external/eigen/test/eigen2/
H A Druntest.sh23 echo -e $red Build of target $1 failed: $black
/external/oauth/core/src/main/java/
H A DAndroid.mk13 # Build the actual static library
/external/oprofile/pp/
H A DAndroid.mk38 # Build opreport on host
55 # Build opannotate on host
72 # Build opgprof
89 # Build oparchive
/external/svox/pico/lib/
H A DAndroid.mk0 # Build Base Generic SVOX Pico Library
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Ddownload.py65 class Build(AbstractSequencedCommand): class in inherits:AbstractSequencedCommand
71 steps.Build,
84 steps.Build,
99 steps.Build,
123 steps.Build,
209 steps.Build,
221 steps.Build,
263 steps.Build,
404 steps.Build,
/external/chromium/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.h40 void Build();
54 void Build();
65 void Build(Browser* browser);
125 void Build();
/external/dexmaker/
H A DAndroid.mk26 # Build a static jar file.
29 # Build Dexmaker's MockMaker, a plugin to Mockito
/external/easymock/
H A DAndroid.mk19 # Build an easymock.jar to use for host side tests
28 # Build an easymocklib.jar to use on device
/external/mdnsresponder/
H A DMakefile2 # Top level makefile for Build & Integration.
24 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Build\ Some

Completed in 1390 milliseconds

123456