Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/frameworks/wilhelm/tools/hashgen/
DREADME.txt5 * GNU make
14 Type 'make'.
17 its stable location in ../../src/autogen using 'make install'.
19 Then do 'make clean' or 'make distclean' here.
/frameworks/wilhelm/tools/mphtogen/
DREADME.txt5 * GNU make
8 Type 'make'.
11 Then do 'make clean' here.
/frameworks/base/cmds/uiautomator/library/
Dapicheck_msg_current.txt5 To make these errors go away, you have two choices:
10 make update-uiautomator-api
/frameworks/base/docs/html/training/id-auth/
Dindex.jd32 love. One way to make your application lovable is to make it personal. Android
35 make your application a richer, more personal experience.</p>
42 <li>Authenticate the user to make sure they are who they say they are
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dindex.jd3 page.metaDescription=How to make your apps accessible to users with visual, physical, or other limi…
52 make their applications more accessible.</p>
59 <p>The following topics show you how to use the Android framework to make applications more
77 <dd>How to use API features to build services that make other applications more accessible for
/frameworks/base/docs/html/google/play/billing/
Dbilling_testing.jd28 <li>Test purchases, which let test account users make real purchase your published in-app items,
50 <li><strong>Real purchases</strong>, which let regular users make real purchases
53 the users who can make “live” purchases using your implementation. </li>
63 launch. They let authorized user accounts make purchases of your in-app products
77 a test account, and any user of a test account can make test purchases with any
97 <p class="note"><strong>Note</strong>: To make test purchases, the license test
141 <p>As you prepare to launch an app that uses In-app Billing, you can make use of
146 from Google Play and test your in-app products. They can make real purchases
148 payment methods in Google Play to make purchases. Note that if you include test
150 only be able to make test purchases. </p>
[all …]
/frameworks/base/docs/html/distribute/monetize/
Dindex.jd8 There are many ways to make money with your apps on Google Play, and we offer
9 a variety of tools to make it easy. Take advantage of Google Play’s
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd55 <h4 id="make-it-mine">Let me make it mine</h4>
74 <p>Learn peoples' preferences over time. Rather than asking them to make the same choices over and
124 <p>Take your best guess and act rather than asking first. Too many choices and decisions make people
221 <h2 id="make-me-amazing">Make Me Amazing</h2>
245 <p>Be gentle in how you prompt people to make corrections. They want to feel smart when they use yo…
281 example, shortcuts that combine multiple photo effects can make amateur photographs look amazing in
297 <h4 id="make-important-things-fast">Make important things fast</h4>
298 <p>Not all actions are equal. Decide what's most important in your app and make it easy to find and
Dcreative-vision.jd30 <p>Android apps make life easier and are easy to understand. When people use your app for the first
41 <p>It's not enough to make an app that is easy to use. Android apps empower people to try new things
/frameworks/base/core/java/android/text/
DAlteredCharSequence.java34 public static AlteredCharSequence make(CharSequence source, char[] sub, in make() method in AlteredCharSequence
101 return AlteredCharSequence.make(mSource.subSequence(start, end), in subSequence()
/frameworks/compile/mclinker/unittests/
Dtest3.txt38 # the environment to account for automounters. The make variable must not
39 # be called PWDCMD, otherwise the value set here is passed to make
59 make-stds.texi standards.info* configure.texi configure.info* \
63 # When you use `make setup-dirs' or `make taz' you should always redefine
144 # Make links, and run "make diststuff" or "make info" when needed.
167 # of files in the distclean rule. Zack W is planning to make
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
DMainActivity.java28 static Map<String,?> make(String name) { in make() method in MainActivity
37 add(make("List Item: " + i));
/frameworks/base/docs/html/tools/adk/
Dindex.jd7 provided with source code and hardware specifications to make the process of developing your own
16 uses USB, make sure you understand how to implement the AOA protocol to establish communication
/frameworks/base/docs/html/training/in-app-billing/
Dpurchase-iab-products.jd32 …l how the item is consumed in your application, and notify Google Play to make the item available …
37 …seFinishedListener, String)} on your {@code IabHelper} instance. You must make this call from the …
43 …urns this string along with the purchase response. Subsequently, when you make queries about this …
45 <p>The following example shows how you can make a purchase request for a product with ID {@code SKU…
75 …y, make sure to check the returned data signature, the {@code orderId}, and the {@code developerPa…
80 …ery operation has completed and handles the query response. It is safe to make this call fom your …
110 …eted and handles the consumption response from Google Play. It is safe to make this call fom your …
/frameworks/base/core/tests/systemproperties/
Drun_core_systemproperties_test.sh17 make -j4 FrameworksCoreSystemPropertiesTests
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd33 filters that make it much simpler to create conforming icons.</dd>
41 graphics files and templates that will make your designer's life easier.</dd>
/frameworks/base/docs/html/training/game-controllers/
Dindex.jd40 <p>This class shows how to make your game work consistently with game
55 <dd>Learn how to make game controllers behave the same across
/frameworks/base/docs/html/training/accessibility/
Dindex.jd31 <p>This class shows you how to make the most of the accessibility features
42 <dd>Learn to make your Android application accessible. Allow for easy
/frameworks/base/core/tests/inputmethodtests/
Drun_core_inputmethod_test.sh17 make -j4 FrameworksCoreInputMethodTests
/frameworks/multidex/
Dbuild.gradle22 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
144 // before the upload, make sure the repo is ready.
146 // make the mainupload depend on this one.
/frameworks/base/docs/html/design/patterns/
Dswipe-views.jd14 vertical hierarchies and make access to related data items faster and more enjoyable. Swipe views
15 allow the user to efficiently move from item to item using a simple gesture and thereby make
35 …ontent that exceeds the width of the screen such as a wide email message, make sure the user's ini…
/frameworks/support/
Dbuild.gradle23 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
149 // before the upload, make sure the repo is ready.
151 // make the mainupload depend on this one.
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt21 From root: make SmartCamera will build the apk for generic
30 make SmartCamera
/frameworks/base/docs/html/guide/practices/
Dscreens-support-1.5.jd73 need to make some changes to your application in order for it to properly run on newer devices with
74 different screen configurations. You should be able to make these changes to your application such
111 that use the screen sizes and densities that you want to support. When you create the AVDs, make
123 your application code, <span style="color:red">make certain not to use any APIs
135 cases, the reduced screen area and density mean that you need to make tradeoffs in design on those
/frameworks/base/docs/html/distribute/tools/
Dlocalization-checklist.jd78 country. It might make sense to start with a major regional language and add
115 As you create your layouts, make sure that any UI elements that hold text are
146 can also make your apps harder to maintain over time. In general, using a
181 that can vary by locale, make sure to use the system-provided formats, rather
220 Whatever the default language you’re using in your apps, make sure that you
242 a great experience for users and make localization straightforward.
267 As you design and develop your UIs, make sure that you pay close attention to
276 choice</a>. Doing so will make your apps appear more polished to the user and
292 As you declare strings in your strings.xml file, make sure to describe the
431 Translation output quality will depend in part on your input therefore make
[all …]

12345678910>>...22