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

<<31323334353637383940>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gccinstall.info 84 _Before_ starting the build/install procedure please check the *Note
117 the build procedure. Modifying GCC sources requires additional tools
127 To build all languages in a cross-compiler or other configuration
133 In order to build the Ada compiler (GNAT) you must already have
170 You must have GNU make installed to build GCC.
178 Necessary to build GCC. If you do not have it installed in your
186 Necessary to build GCC. It can be downloaded from
200 Necessary to build GCC with the Graphite loop optimizations. It
207 Necessary to build GCC with the Graphite loop optimizations. It
217 Necessary to build libgcj, the GCJ runtime
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gccinstall.info 84 _Before_ starting the build/install procedure please check the *Note
117 the build procedure. Modifying GCC sources requires additional tools
127 To build all languages in a cross-compiler or other configuration
133 In order to build the Ada compiler (GNAT) you must already have
165 You must have GNU make installed to build GCC.
173 Necessary to build GCC. If you do not have it installed in your
179 Necessary to build GCC. It can be downloaded from
191 Necessary to build libgcj, the GCJ runtime.
241 Necessary when modifying `*.y' files. Necessary to build the
251 Necessary to build GCC during development because the generate
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gccinstall.info 84 _Before_ starting the build/install procedure please check the *Note
117 the build procedure. Modifying GCC sources requires additional tools
127 To build all languages in a cross-compiler or other configuration
133 In order to build the Ada compiler (GNAT) you must already have
165 You must have GNU make installed to build GCC.
173 Necessary to build GCC. If you do not have it installed in your
179 Necessary to build GCC. It can be downloaded from
191 Necessary to build libgcj, the GCJ runtime.
241 Necessary when modifying `*.y' files. Necessary to build the
251 Necessary to build GCC during development because the generate
    [all...]
  /build/tools/releasetools/
edify_generator.py 71 """Assert that the current system build fingerprint is one of *fp."""
75 ' ||\0'.join([('file_getprop("/system/build.prop", '
76 '"ro.build.fingerprint") == "%s"')
82 """Assert that the build on the device is older (or the same as)
85 'getprop("ro.build.date.utc")));') % (timestamp,))
90 'getprop("ro.build.product") == "%s");' % (device, device))
  /development/apps/Development/res/values/
strings.xml 46 <string name="build_id_label">Build ID</string>
47 <string name="build_date_label">Build Date</string>
48 <string name="build_type_label">Build Type</string>
49 <string name="build_product_label">Build Product</string>
50 <string name="build_user_label">Build Label</string>
51 <string name="build_host_label">Build Host</string>
  /external/gtest/scripts/
gtest-config.in 18 flags to connect with Google C++ Testing Framework, both in a build prior to
202 # it's not, we provide variables pointing to the source and build tree rather
210 # assume that we are in a build tree.
220 # We provide hooks to include from either the source or build dir, where the
221 # build dir is always preferred. This will potentially allow us to write
222 # build rules for generated headers and have them automatically be preferred
  /external/stlport/stlport/stl/config/
host.h 35 * Changing default will require you to change makefiles in "build" accordingly
37 * On UNIX, this has no effect, see build/lib/README for make tags.
38 * See STLport configuration file (build/lib/configure.bat) for help in building
48 * Changing default will require you to change makefile in "build" accordingly
50 * On UNIX, this has no effect, see build/lib/README for make tags.
51 * See STLport configuration file (build/lib/configure.bat) for help in building
  /frameworks/base/cmds/dumpstate/
dumpstate.c 45 char build[PROPERTY_VALUE_MAX], fingerprint[PROPERTY_VALUE_MAX]; local
49 property_get("ro.build.display.id", build, "(unknown)");
50 property_get("ro.build.fingerprint", fingerprint, "(unknown)");
61 printf("Build: %s\n", build);
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.os.html 120 <A NAME="Build"></A>
121 <nobr><A HREF="android.os.Build.html">Build</A></nobr>
127 <A NAME="Build.VERSION_CODES"></A>
128 <nobr><A HREF="android.os.Build.VERSION_CODES.html">Build.VERSION_CODES</A></nobr>
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 30 public final static String PROP_BUILD_VERSION = "ro.build.version.release";
31 public final static String PROP_BUILD_API_LEVEL = "ro.build.version.sdk";
32 public final static String PROP_BUILD_CODENAME = "ro.build.version.codename";
42 /** Device change bit mask: build info change. */
90 * tree build), this method will return "<code>&lt;build&gt;</code>".
  /development/docs/
howto_use_cupcake_sdk.txt 1 Subject: How to build use a Cupcake Android SDK & ADT Eclipse plugin.
53 First you will need to grab the zip of the SDK for your platform or build it
60 Grab the new ADT Eclipse plugin zip file or build it yourself. Keep it
108 from your code repository, these projects will fail to build at first.
114 - Do a clean build.
128 simply remove the "gen" folder from the build path of the project.
156 A- build.xml has changed
159 You must re-create your build.xml file.
161 First if you had customized your build.xml, make a copy of it:
164 $ cp build.xml build.xml.ol
    [all...]
  /external/iproute2/
ChangeLog 126 * Fix build issues with netem tables (parallel make and HOSTCC)
151 * Make ematch bison/lex build with common flex
155 * Fix Gcc 4.0 build warnings signed/unsigned
262 * don't build with extra debug info (-g) [from FC3]
385 * fix build problems with arpd and pthread
463 * HTB API changed and won't build with mismatched version.
464 Rather than sticking user with a build error, just don't
465 build it in on mismatch.
479 * Fix if_ether.h to fix arpd build
490 * build netem as shared library (more for testing/example
    [all...]
  /frameworks/base/docs/html/guide/appendix/faq/
troubleshooting.jd 21 <li><a href="#build">Help! My project won't build in Eclipse</a></li>
27 <li><a href="#signingcalendar">I can't compile my app because the build tools generated an expired debug certificate</a></li>
130 <a name="build"></a><h2>Help! My project won't build in Eclipse</h2>
131 <p>If your project doesn't build, you may notice symptoms such as new
161 To clean the project (a good idea with any kind of build error), select
289 <h2 id="signingcalendar">I can't compile my app because the build tools generated an expired debug certificate</h2>
291 <p>If your development machine uses a locale that has a non-Gregorian calendar, you may encounter problems when first trying to compile and run your application. Specifically, you may find that the Android build tools won't compile your application because the debug key is expired. </p>
293 <p>The problem occurs because the Keytool utility &mdash; included in the JDK and used by the Android build tools &mdash; fails to properly handle non-Gregorian locales and may create validity dates that ar (…)
    [all...]
  /frameworks/base/docs/html/resources/faq/
troubleshooting.jd 21 <li><a href="#build">Help! My project won't build in Eclipse</a></li>
27 <li><a href="#signingcalendar">I can't compile my app because the build tools generated an expired debug certificate</a></li>
130 <a name="build"></a><h2>Help! My project won't build in Eclipse</h2>
131 <p>If your project doesn't build, you may notice symptoms such as new
161 To clean the project (a good idea with any kind of build error), select
289 <h2 id="signingcalendar">I can't compile my app because the build tools generated an expired debug certificate</h2>
291 <p>If your development machine uses a locale that has a non-Gregorian calendar, you may encounter problems when first trying to compile and run your application. Specifically, you may find that the Android build tools won't compile your application because the debug key is expired. </p>
293 <p>The problem occurs because the Keytool utility &mdash; included in the JDK and used by the Android build tools &mdash; fails to properly handle non-Gregorian locales and may create validity dates that ar (…)
    [all...]
  /external/webkit/WebKitLibraries/
ChangeLog 30 Windows build fix for projects not defining WebKitLibrariesDir.
53 Unreviewed build fix.
55 The WinCairo build requires this script to be executable.
68 More Windows build fixing.
147 Not reviewed, build fix.
214 Add QuartzCore build files to OpenSource tree
228 Windows build fix for checkouts with a space in the path
316 Build correction. No review.
318 The WinCairo build requires ENABLE_FILTERS to work properly.
358 Fixes for new Debug_All Windows build configuration
    [all...]
  /build/core/
config.mk 38 SRC_TARGET_DIR := $(TOPDIR)build/target
42 SRC_DROIDDOC_DIR := $(TOPDIR)build/tools/droiddoc
48 # Build system internal files
116 # arm build
121 # are specific to the user's build configuration.
209 MKTARBALL := build/tools/mktarball.sh
214 JAVATAGS := build/tools/java-event-log-tags.py
216 # ACP is always for the build OS, not for the host OS
prebuilt.mk 47 # the test key throughout the build process, but we expect the final
57 # It is now a build error to add a prebuilt .apk without
  /cts/tools/host/src/com/android/cts/
TestSessionLogBuilder.java 60 public TestSessionLog build(final String resultFilePath) throws SAXException, IOException, method in class:TestSessionLogBuilder
93 TestSession sessionFromPlan = TestSessionBuilder.getInstance().build(planFilePath);
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXBuilderParameters.java 30 * algorithm used to {@link CertPathBuilder#build(CertPathParameters) build}
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertPathBuilder1Test.java 362 * Test for <code>build(CertPathParameters params)</code> method
367 notes = "Verifies that build method throws InvalidAlgorithmParameterException if a parameter is null.",
368 method = "build",
382 certPB[i].build(null); method
392 method="build",
403 CertPathBuilderResult result = builder.build(params);
437 certPB.build(null);
445 certPB.build(null);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 26 import android.os.Build;
127 bufferLogEvent(mPowerLogTag, Build.FINGERPRINT);
  /development/pdk/docs/porting/
porting_toc.cs 12 <div><a href="<?cs var:toroot ?>porting/build_system.html">Build System</a></div>
15 <li><a href="<?cs var:toroot ?>porting/build_cookbook.html">Build Cookbook</a></li>
  /device/sample/frameworks/PlatformLibrary/
Android.mk 17 # This makefile shows how to build your own shared library that can be
52 # Also build all of the sub-targets under this one: the library's
  /external/clearsilver/java-jni/
Android.mk 75 # bit java build, just build this in 64 bit.
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cfg.h 1 /* This is the build config file.
3 * With this you can setup what to inlcude/exclude automatically during any build. Just comment

Completed in 98 milliseconds

<<31323334353637383940>>