Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 97) sorted by relevance

1234

/frameworks/native/opengl/tests/
DAndroid.mk44 include $(call all-named-subdir-makefiles, $(dirs))
/frameworks/rs/api/
Drs_for_each.spec57 You can access the context by adding a special parameter named "context" and of type
99 Invoke the kernel named "root" of the specified script. Like other kernels, this root()
175 You can access the context by adding a special parameter named "context" and of
Drs_value_types.spec54 equal to the number of entries named.
/frameworks/rs/scriptc/
Drs_for_each.rsh60 * You can access the context by adding a special parameter named "context" and of type
99 * Invoke the kernel named "root" of the specified script. Like other kernels, this root()
164 * You can access the context by adding a special parameter named "context" and of
314 * You can access it by adding a special parameter named "context" and of
Drs_value_types.rsh56 * equal to the number of entries named.
84 * The types are named rs_matrix2x2, rs_matrix3x3, and rs_matrix4x4. See
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestSuiteBuilder.java164 public TestSuiteBuilder named(String newSuiteName) { in named() method in TestSuiteBuilder
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt16 Smart Camera / Auto Snapshot (formerly named SimpleCamera) ReadMe
/frameworks/base/docs/html/ndk/reference/
Dstruct_a_native_activity.jd78 <p>IMPORTANT NOTE: This member is mis-named. It should really be named 'activity' instead of 'clazz…
/frameworks/base/docs/html/ndk/guides/
Dcpp-support.jd156 <p>The shared library file is named {@code libstlport_shared.so} instead of {@code libstdc++.so}
170 named {@code libgnustl_shared.so}.</p>
175 shared library file is named {@code libc++_shared.so}.</p>
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd337 <code>ScriptC_<em>filename</em></code> class with methods named
338 <code>set_<em>globalname</em></code>. For example, in order to set an <code>int</code> named
340 also be set in kernels; for example, the <code>rs_allocation</code> variable named
344 reflected in the same <code>ScriptC_<em>filename</em></code> class with methods named
Dadvanced.jd99 <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/training/basics/firstapp/
Dbuilding-ui.jd140 <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/
Dversions.jd45 <li>Provides a new Android Interface Definition Language (AIDL) file named {@code IInAppBillingServ…
/frameworks/base/docs/html/google/play/billing/v2/
Dapi.jd139 …<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
Dbilling_reference.jd316 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/
Dpreparing-iab-app.jd81 <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/training/wearables/data-layer/
Dmessages.jd75 <li>Add a resource named <code>android_wear_capabilities</code> to <code>wear.xml</code>.
85 <p>The following example shows how to add a capability named <code>voice_transcription</code> to
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd86 directory, named <code>&lt;your_module_name&gt;-debug.apk</code>. The file is already signed
156 directory, named <code><em>&lt;your_module_name&gt;</em>-unsigned.apk</code>.</p>
224 directory, named <code><em>&lt;your_module_name&gt;</em>-release.apk</code>. This .apk file has
Dbuilding-cmdline-ant.jd92 …his creates your debug <code>.apk</code> file inside the project <code>bin/</code> directory, named
136 directory, named <code><em>&lt;your_project_name&gt;</em>-unsigned.apk</code>.</p>
191 directory, named <code><em>&lt;your_project_name&gt;</em>-release.apk</code>. This .apk file has
/frameworks/base/docs/html/sdk/installing/
Dstudio-build.jd101 the <code>app/build/outputs/apk/</code> directory contains packages named
/frameworks/base/docs/html/guide/topics/ui/layout/
Dgrid.jd80 <li>Start a new project named <em>HelloTableLayout</em>.</li>
/frameworks/base/tools/layoutlib/create/
DREADME.txt237 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/topics/renderscript/reference/
Drs_for_each.jd215 <p> You can access the kernel context by adding a special parameter named "context" of type
310 <p> Invoke the kernel named "root" of the specified script. Like other kernels, this root()
361 <p> You can access the kernel context by adding a special parameter named "context" of
646 <p> You can access it by adding a special parameter named "context" of
/frameworks/base/docs/html/guide/components/
Daidl.jd95 {@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/tools/performance/profile-gpu-rendering/
Dindex.jd167 While this tool is named Profile GPU Rendering, all monitored processes actually

1234