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

<<31323334353637383940>>

  /external/zlib/contrib/masmx64/
readme.txt 21 Build instructions
  /frameworks/base/core/jni/android/graphics/
PorterDuff.cpp 19 // Any changes made to this file will be discarded by the build.
Rasterizer.cpp 19 // Any changes made to this file will be discarded by the build.
  /frameworks/base/core/tests/coretests/res/layout/
list_with_button_above.xml 17 <!-- Simple layout with a button and a list below, can be used to build more
  /frameworks/base/core/tests/hosttests/
Android.mk 30 # Build the test APKs using their own makefiles
  /frameworks/base/docs/html/guide/topics/views/
intro.jd 10 <p>The View class serves as a base class for <em>widgets </em> &mdash; a set of fully implemented subclasses that draw interactive screen elements. Widgets handle their own measuring and drawing, so you can use them to build your UI more quickly. The list of widgets available includes Text, EditText, InputMethod, MovementMethod, Button, RadioButton, Checkbox, and ScrollView.</p>
14 <p>A viewgroup is an object of class {@link android.view.ViewGroup android.view.Viewgroup}. As its name indicates, a viewgroup is a special type of view object whose function is to contain and manage a subordinate set of views and other viewgroups, Viewgroups let you add structure to your UI and build up complex screen elements that can be addressed as a single entity. </p>
16 <p>The Viewgroup class serves as a base class for <em>layouts</em> &mdash; a set of fully implemented subclasses that provide common types of screen layout. The layouts give you a way to build a structure for a set of views. </p>
20 <p>On the Android platform, you define an Activity's UI using a tree of view and viewgroup nodes, as shown in the diagram below. The tree can be as simple or complex as you need to make it, and you can build it up using Android's set of predefined widgets and layouts or custom view types that you create yourself. </p>
  /frameworks/base/docs/html/resources/articles/
zipalign.jd 59 <li>The <em>Ant</em> build script (starting from Android 1.6) can align
61 aligned by the <em>Ant</em> build script and need to be manually aligned.</li>
68 <code>build.properties</code>. The name of the properties are
71 passwords during the build, and the script will sign and then align the apk
  /frameworks/base/graphics/java/android/graphics/
ColorFilter.java 18 // Any changes made to this file will be discarded by the build.
LightingColorFilter.java 18 // Any changes made to this file will be discarded by the build.
Rasterizer.java 18 // Any changes made to this file will be discarded by the build.
Xfermode.java 18 // Any changes made to this file will be discarded by the build.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
bktrace.h 27 /// need to use a debug build with symbols and with frame pointers. For
  /frameworks/base/opengl/libagl/
Android.mk 4 # Build the software OpenGL ES library
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
SmokeTestSuiteBuilderTest.java 28 .includeAllPackagesUnderHere().build();
TestSuiteBuilderTest.java 94 assertEquals(2, getTestCaseNames(testSuiteBuilder.build()).size());
114 TestSuite testSuite = testSuiteBuilder.build();
121 testSuiteBuilder.build();
168 TestSuite suite = builder.build();
  /ndk/
GNUmakefile 36 include $(NDK_ROOT)/build/core/main.mk
  /ndk/build/awk/
extract-platform.awk 16 # its default.properties file. It is called from build/core/add-application.mk
  /ndk/build/core/
setup-abi.mk 16 # this file is included multiple times by build/core/setup-app.mk
  /ndk/build/tools/
download-toolchain-sources.sh 52 binaries from scratch with build/tools/build-gcc.sh."
120 toolchain_clone build
135 # they create countless little problems during the build
find-case-duplicates.sh 22 # location of the root ndk directory. we assume this script is under build/tools
  /packages/apps/Browser/tests/
Android.mk 18 # We only want this apk build for tests.
  /packages/apps/Camera/tests/src/com/android/camera/
UnitTests.java 34 .build();
  /packages/apps/Email/
Android.mk 35 # additionally, build unit tests in a separate .apk
  /packages/apps/Email/tests/
Android.mk 18 # We only want this apk build for tests.
  /packages/apps/Email/tests/src/com/android/email/
SmallTests.java 38 .build();

Completed in 64 milliseconds

<<31323334353637383940>>