/frameworks/native/opengl/tests/ |
D | Android.mk | 44 include $(call all-named-subdir-makefiles, $(dirs))
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestSuiteBuilder.java | 164 public TestSuiteBuilder named(String newSuiteName) { in named() method in TestSuiteBuilder
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 16 Smart Camera / Auto Snapshot (formerly named SimpleCamera) ReadMe
|
/frameworks/base/docs/html/design/style/ |
D | typography.jd | 22 Sandwich introduced a new type family named
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 286 <code>ScriptC_<em>filename</em></code> class with methods named 287 <code>set_<em>globalname</em></code>. For example, in order to set an <code>int</code> named 289 also be set in kernels; for example, the <code>rs_allocation</code> variable named 293 reflected in the same <code>ScriptC_<em>filename</em></code> class with methods named
|
D | advanced.jd | 99 <li>Every <code>.rs</code> file that you create is generated into a class named 119 <li>A <code>struct</code> is reflected into its own class named 439 <p>A <code>get</code> method and a special method named <code>bind_<em>pointer_name</em></code> 645 <p>For example, given the following struct declared in a file named <code>rsfile.rs</code>:</p> 697 <p>For example, given the following pointer to a <code>struct</code> in a file named <code>rsfile.r…
|
/frameworks/base/docs/html/google/play/billing/ |
D | versions.jd | 25 <li>Provides a new Android Interface Definition Language (AIDL) file named {@code IInAppBillingServ…
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | building-ui.jd | 140 <li>Define a <code>hint</code> attribute as a string object named <code>edit_message</code>.</li> 225 <code>res/values/strings.xml</code>. Here, you'll add a new string named 230 <li>Add a line for a string named <code>"edit_message"</code> with the value, "Enter a message". 232 <li>Add a line for a string named <code>"button_send"</code> with the value, "Send".
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | api.jd | 139 …<li>A {@link android.app.Service Service} (named <code>BillingService</code> in the sample applica… 142 …<li>A {@link android.content.BroadcastReceiver BroadcastReceiver} (named <code>BillingReceiver</co… 145 <li>A security component (named <code>Security</code> in the sample application), which performs 153 …<li>A response {@link android.os.Handler Handler} (named <code>ResponseHandler</code> in the sample 156 <li>An observer (named <code>PurchaseObserver</code> in the sample application), which is 170 in-app billing service (named <code>MarketBillingService</code>) using simple IPC method calls. The
|
D | billing_reference.jd | 316 assigns this broadcast intent to a constant named <code>ACTION_RESPONSE_CODE</code>.</p> 335 message details. The sample application assigns this broadcast intent to a constant named 353 sample application assigns this broadcast intent to a constant named
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | preparing-iab-app.jd | 81 <li>In Android Studio: Create a directory named {@code aidl} under {@code src/main}, add a new 88 <li>Build your application. You should see a generated file named {@code IInAppBillingService.java}…
|
/frameworks/base/docs/html/tools/building/ |
D | building-cmdline.jd | 85 directory, named <code><your_module_name>-debug.apk</code>. The file is already signed 155 directory, named <code><em><your_module_name></em>-unsigned.apk</code>.</p> 223 directory, named <code><em><your_module_name></em>-release.apk</code>. This .apk file has
|
D | building-cmdline-ant.jd | 84 …his creates your debug <code>.apk</code> file inside the project <code>bin/</code> directory, named 128 directory, named <code><em><your_project_name></em>-unsigned.apk</code>.</p> 183 directory, named <code><em><your_project_name></em>-release.apk</code>. This .apk file has
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-build.jd | 101 the <code>app/build/outputs/apk/</code> directory contains packages named
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | grid.jd | 80 <li>Start a new project named <em>HelloTableLayout</em>.</li>
|
D | gridview.jd | 38 <li>Start a new project named <em>HelloGridView</em>.</li>
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 237 a- A copy of the original method named SomeClass.MethodName_Original(). The content is the original 241 named SomeClass_Delegate.MethodName(). The implementation of this 'delegate' method is done in
|
/frameworks/base/docs/html/guide/components/ |
D | aidl.jd | 95 {@code .aidl} file. This interface has an inner abstract class named {@code Stub} that extends 203 named after your {@code .aidl} file. The generated interface includes a subclass named {@code Stub}
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | screens.jd | 53 saved into the appropriate resources directory, named with a <code>-<screen_size></code>
|
/frameworks/base/docs/html/tools/help/ |
D | sdk-manager.jd | 118 <p>Any SDK packages available from the site will now be listed under a new item named
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-alias-element.jd | 26 <dd itemprop="description">An alias for an activity, named by the {@code targetActivity}
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 404 final boolean named = mAdapter.hasFilteredItem(); in getTitleForAction() 408 return named ? getString(title.namedTitleRes, mAdapter.getFilteredItem().displayLabel) : in getTitleForAction()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 40 specific device configurations, by grouping them in specially-named resource directories. At 218 <li>Create a new directory in {@code res/} named in the form {@code 233 named exactly the same as the default resource files.</li> 828 the same drawable files for Spain and France, you <em>cannot</em> have a directory named 836 <p>After you save alternative resources into directories named with 957 cannot use the resources named with the new qualifier. For example, if your <a
|
/frameworks/base/docs/html/training/search/ |
D | setup.jd | 44 <p>To add a {@link android.widget.SearchView} widget to the action bar, create a file named
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | voice.jd | 51 named <code>MyNoteActivity</code>:
|