HomeSort by relevance Sort by last modified time
    Searched full:build (Results 651 - 675 of 4575) sorted by null

<<21222324252627282930>>

  /external/bison/build-aux/
Makefile 2 # build-aux/Makefile. Generated from Makefile.in by configure.
38 subdir = build-aux
73 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
79 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
82 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
83 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
84 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
85 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
86 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
130 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinf
176 build = x86_64-unknown-linux-gnu macro
    [all...]
  /external/icu4c/samples/layout/
readme.html 23 <h2>How do I build the layout demo?</h2>First, you need to build ICU,
27 layout will build when you build all. If it doesn't for some reason, just
28 select the layout project in the project toolbar and build it.</p>
32 build when you do "make all install"</p>
34 <p>To build the demo on Windows, just open the layout project in
35 &lt;icu&gt;\source\samples\layout and build it.</p>
37 <p>On Linux systems, connect to &lt;top-build-dir&gt;/samples/layout and do
38 "make all". To build the layout demo on Linux, you'll need th
    [all...]
  /external/libpng/contrib/gregbook/
README 19 providing an appropriate build script.) Build instructions can be found
30 makevms.com OpenVMS build script
62 BUILD INSTRUCTIONS
72 you need to download and build both zlib (on which libpng depends) and
73 libpng. A common build setup is to place the zlib, libpng and pngbook
75 libpng build can refer to files in ../zlib (or ..\zlib or [-.zlib]),
76 and similarly for the pngbook build.
124 and ZLIB lines will build dynamically linked executables instead.
126 Do the build by typin
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 33 * Class to load and save project properties for both ADT and Ant-based build.
58 BUILD("build.properties", BUILD_HEADER),
91 "# To customize properties used by the Ant build system use,\n" +
92 "# \"build.properties\", and override values to adapt the script to your\n" +
98 "# This file is used to override default values used by the Ant build system.\n" +
101 "# integral to the build system of your project.\n" +
113 "# The password will be asked during the build when you use the 'release' target.\n" +
165 * <li>Create a ProjectProperties with {@link PropertyType#BUILD}
168 * overridden by the build.properties file
    [all...]
  /external/icu4c/
configure.in 76 AC_ARG_WITH(cross-build,
77 [ --with-cross-build=dir specify an absolute path to the build directory of an ICU built for the current platform [default=no cross dir]],
83 AC_MSG_ERROR([Error! Cross compiling but no --with-cross-build option specified - please supply the path to an executable ICU's build root])
90 AC_MSG_ERROR([${cross_buildroot}/config/icucross.mk not found. Please build ICU in ${cross_buildroot} first.])
92 AC_MSG_ERROR([No such directory ${cross_buildroot} supplied as the argument to --with-cross-build. Use an absolute path.])
119 # Check if we can build and use 64-bit libraries
138 # Check whether to build shared libraries
139 AC_MSG_CHECKING([whether to build shared libraries]
    [all...]
readme.html 42 <a href="#HowToBuild">How To Build And Install ICU</a>
136 <p>This document describes how to build and install ICU on your machine. For
272 <p>The --enable-64bit-libs and --disable-64bit-libs options are now deprecated. By default, ICU will build binaries using the compiler's default setting. To request 32 or 64 bit libraries, use --with-library-bits=32 or --with-library-bits=64. For the old behavior, of attempting 64 bit libraries if possible, use --with-library-bits=64else32. Intltest now reports the bit width that ICU is currently running under.</p>
418 compiled into binary form during the ICU build process. It contains
420 function. Note that the build process must be run again after any
431 several of the following directories. This is to simplify the build
472 <li><b>out/build/</b> This directory contains intermediate (compiled)
476 <p>If you are creating a special ICU build, you can set the ICU_DATA
477 environment variable to the out/ or the out/build/ directories, but
489 the test suite, see the build instructions specific to your platfor
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 47 .build());
57 u = u.buildUpon().build();
70 Uri u = Uri.parse("bob:lee").buildUpon().scheme("robert").build();
80 Uri b = a.buildUpon().fragment("new").build();
88 .build();
89 b = a.buildUpon().fragment("new").build();
244 .build();
253 .build();
337 uri = uri.buildUpon().appendQueryParameter("a", "b").build();
340 uri = uri.buildUpon().appendQueryParameter("a", "b2").build();
    [all...]
Uri_BuilderTest.java 39 method = "build",
136 uri = builder.appendPath("p2").build();
146 uri = builder.build();
159 .build();
169 .build();
  /external/freetype/include/freetype/config/
ftoption.h 34 /* a standard build of the FreeType library. There are three ways to */
35 /* use this file to build project-specific versions of the library: */
38 /* cases where you would like to build several versions of the */
41 /* - You can put a copy of this file in your build directory, more */
42 /* precisely in `$BUILD/freetype/config/ftoption.h', where `$BUILD' */
46 /* The default FreeType Makefiles and Jamfiles use the build */
50 /* - Copy the file <ft2build.h> to `$BUILD/ft2build.h' and modify it */
52 /* locate this file during the build. For example, */
57 /* will use `$BUILD/myftoptions.h' instead of this file for macro *
    [all...]
  /external/webkit/
Android.mk 32 # up a default engine to build.
47 # the build system.
81 # Build our list of include paths. We include WebKit/android/icu first so that
217 # Redefine LOCAL_PATH here so the build system is not confused
271 # Build the list of shared libraries
296 # Build the list of static libraries
313 # Build the library all at once
317 # Now build libjs as a static library.
340 # Build libjs
344 # Now build the shared library using only the exported jni entry point. Thi
    [all...]
  /external/webkit/WebKitTools/Scripts/
build-webkit 30 # Build script wrapper for the WebKit Open Source Project.
199 Usage: $programName [options] [options to pass to build system]
201 --clean Cleanup the build directory
203 --cairo-win32 Build using Cairo (rather than CoreGraphics) on Windows
204 --chromium Build the Chromium port on Mac/Win/Linux
205 --gtk Build the GTK+ port
206 --qt Build the Qt port
207 --inspector-frontend Copy changes to the inspector front-end files to the build directory
222 # Build usage text and options list from features
340 # Chromium doesn't build by project directories
    [all...]
  /external/stlport/etc/
ChangeLog-5.1 12 * stlport/stl/_stlport_version.h, build/lib/Makefile.inc: Patch
61 * release-shared: build success, as library as unit tests,
66 * stldbg-shared: fail build library, stlport/stl/debug/_hashtable.h:49:
93 method build a key only for chars in the range pass to method.
162 * build/Makefiles/gmake/gcc.mak: Add -Wundef gcc option when building
248 * test/unit/strstream_buffer_read_test.cpp, build/test/unit/Makefile.inc:
257 * build/lib/configure.bat: Restore TARGET_PROC_SUBTYPE definition
304 not with build-in types or enum or union. It avoids MSVC8 warnings.
310 * stlport/stl/config/_prolog.h, build/Makefiles/gmake/bcc.mak,
475 * build/Makefiles/nmake/targetdirs.mak, lib/clean.mak, app/clean.mak
    [all...]
  /ndk/build/core/
add-application.mk 17 # NDK build system, before performing any build whatsoever.
19 # It is included repeatedly from build/core/main.mk and expects a
22 # to describe the application to the build system, and the rest of the
101 $(call ndk_log, Using build script $(APP_BUILD_SCRIPT))
107 $(call __ndk_info,to a valid NDK build script.)
155 # set release/debug build flags. We always use the -g flag because
init.mk 16 # Initialization of the NDK build system. This file is included by
17 # several build scripts.
21 # using the build scripts. See also the definition of ndk_log below.
182 BUILD_AWK := $(NDK_ROOT)/build/awk
191 # The location of the build system files
192 BUILD_SYSTEM := $(NDK_ROOT)/build/core
199 HOST_PREBUILT := $(NDK_ROOT)/build/prebuilt/$(HOST_TAG)
206 # in build/toolchains/<name>/ that will be included here.
213 # book-keeping for the build system.
217 # the build script to include in each toolchain config.m
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 67 DESCRIPTION: This function build a NULL data template to set to the HAL
70 - Build a template & set the template len, the template type is set in the site mgr
100 /* Build Source address */
117 DESCRIPTION: This function build a Death/Disassoc template to set to the HAL
120 - Build a template & set the template len, the template type is set in the site mgr
151 /* Build Source address */
206 DESCRIPTION: This function build a probe request template to set to the HAL in the scan process.
208 - Build a template & set the template len, the template type is set in the site mgr
251 /* Build Source address */
377 DESCRIPTION: This function build a probe response template to set to the HAL
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 141 * Build a {@link ContactsSource} that has various odd constraints for
151 * Build {@link Sources} instance.
158 * Build an {@link Entity} with the requested set of phone numbers.
194 // Build a source and pull specific types
239 // Build a source and pull specific types
268 // Build a source and pull specific types
341 // Build diff, expecting insert for data row and update enforcement
383 // Build diff, expecting insert for data row and update enforcement
408 // Build diff, expecting insert for data row and update enforcement
431 // Build "before" that has empty ro
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 66 DESCRIPTION: This function build a NULL data template to set to the HAL
69 - Build a template & set the template len, the template type is set in the site mgr
100 /* Build Source address */
120 DESCRIPTION: This function build a Death/Disassoc template to set to the HAL
123 - Build a template & set the template len, the template type is set in the site mgr
154 /* Build Source address */
210 DESCRIPTION: This function build a probe request template to set to the HAL in the scan process.
212 - Build a template & set the template len, the template type is set in the site mgr
255 /* Build Source address */
363 DESCRIPTION: This function build a probe response template to set to the HAL
    [all...]
  /build/core/
Makefile 53 # build.prop
54 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
59 # A list of arbitrary tags describing the build configuration.
65 # Apps are always signed with test keys, and may be re-signed in a post-build
70 # A human-readable string that descibes this build in detail.
74 # The string used to uniquely identify this build; used by the OTA server.
85 # release build number or branch.buld_number non-release builds
94 # Non-user builds should show detailed build information
114 BUILDINFO_SH := build/tools/buildinfo.sh
155 # sdk-build.pro
    [all...]
dynamic_binary.mk 6 ## Files including this file must define a rule to build
12 $(error This file should not be used to build host binaries. Included by (or near) $(lastword $(filter-out config/%,$(MAKEFILE_LIST))))
39 # The includer of this file will define a rule to build this target.
74 #TODO: define a rule to build TARGET_SYMBOL_FILTER_FILE, and
94 # Skip prelinker if it is FDO instrumentation build.
  /external/qemu/
android-configure.sh 5 # rebuild if it detects that you're using the Android build system
21 . android/build/common.sh
89 echo " --debug enable debug (-O0 -g) build"
90 echo " --ignore-audio ignore audio messages (may build sound-less emulator)"
92 echo " --try-64 try to build a 64-bit executable (may crash)"
93 echo " --static build a completely static executable"
95 echo " --debug build debug version of the emulator"
108 # Are we running in the Android build system ?
112 # Adjust a few things when we're building within the Android build
168 # we can build the emulator with Cygwin, so enable i
    [all...]
  /external/guava/src/com/google/common/collect/
ImmutableBiMap.java 126 * .build();}</pre>
131 * <p>Builder instances can be reused - it is safe to call {@link #build}
132 * multiple times to build multiple bimaps in series. Each bimap is a superset
145 * keys or values are not allowed, and will cause {@link #build} to fail.
154 * Duplicate keys or values are not allowed, and will cause {@link #build}
169 @Override public ImmutableBiMap<K, V> build() { method in class:ImmutableBiMap.Builder
170 ImmutableMap<K, V> map = super.build();
174 return new RegularImmutableBiMap<K, V>(super.build());
240 * same order as the parameters used to build this map.
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 49 Layout l = b.build();
73 Layout l = b.build();
89 Layout l = b.build();
107 Layout l = b.build();
135 Layout l = b.build();
156 Layout l = b.build();
178 Layout l = b.build();
200 Layout l = b.build();
279 Layout build() { method in class:StaticLayoutTest.LayoutBuilder
  /bootable/recovery/tools/ota/
add-property-tag.c 27 * Normally used to modify build properties to record incremental updates.
67 const char *filename = "/system/build.prop";
68 const char *propname = "ro.build.fingerprint";
86 "flags: -f /dir/file.prop (default /system/build.prop)\n"
87 " -p prop.name (default ro.build.fingerprint)\n"
  /build/
buildspec.mk.default 24 # Choose a product to build for. Look in the products directory for ones
30 # Choose a variant to build. If you don't pick one, the default is eng.
48 # Uncomment this if you want the simulator, otherwise, build for arm
89 # it goes to <build-root>/out
114 # when the build system changes such that this file must be updated, this
  /development/pdk/docs/porting/
source_setup_guide.jd 19 <p>This section provides instructions on how to configure your host system to build Android for mobile devices. While Android is designed as host-environment agnostic, it has been tested and is known to work on the following Linux operating system; Ubuntu 6.06 (Dapper), 7.10 (Gutsy), and 8.04. Cygwin is not recommended. </p>
35 <li>build-essential: This package contains a list of packages considered fundamental to building Debian packages.</li>
44 build-essential
70 build-essential
90 zlib1g-dev build-essential

Completed in 121 milliseconds

<<21222324252627282930>>