Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 216) sorted by relevance

123456789

/frameworks/base/docs/html/tools/help/
Dhprof-conv.jd8 generated by the Android SDK tools to a standard format so you
23 process. To convert a heap dump to standard HPROF format in Android Studio, right-click a heap
24 snapshot in the <em>Captures</em> view and select <strong>Export to standard .hprof</strong>. </p>
Detc1tool.jd8 images to the ETC1 compression standard and decode ETC1 compressed images back to PNG.</p>
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
DMediaSizeUtils.java63 String standard = sMediaSizeToStandardMap.get(mediaSize); in getStandardForMediaSize() local
64 return (standard != null) ? standard : context.getString( in getStandardForMediaSize()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc46 "conflicting procedure call standard config in input %0.",
47 "conflicting procedure call standard config in input %0.")
/frameworks/base/tools/layoutlib/bridge/resources/bars/
DREADME3 The resources are not arranged as per the standard resources configuration.
/frameworks/base/docs/html/distribute/googleplay/edu/
Dabout.jd21 Teachers can search for approved apps by grade, subject and standard,
46 content by curriculum, grade, and standard &mdash; discovering the
70 purchases using standard institutional payment mechanisms and then
/frameworks/base/docs/html-intl/intl/ja/guide/topics/
Dfundamentals.jd367 <p style="margin-left: 2em">"{@code standard}"(デフォルト モード)<br>"{@code singleTop}"<br>"{@code singleT…
375 <li><b>インテントに応答するアクティビティをどのタスクに保持するか</b>。"{@code standard}" および "{@code singleTop}" モードの場合は、そのインテント…
381 <li><p><b>アクティビティのインスタンスを複数生成できるか</b>。"{@code standard}" または "{@code singleTop}" アクティビティは複数回インスタンス化…
391 …は、常にタスクのルート アクティビティになりますが、同じタスクに割り当てることになる別のアクティビティを開始することができます。"{@code standard}" および "{@code sin…
394 <li><b>クラスの新しいインスタンスを起動して新しいインテントを処理するかどうか</b>。デフォルトの "{@code standard}" モードの場合は、新しいインテントに応答するときには必…
397 …B-C-D で D が最上位です。ここに、アクティビティのタイプが D のインテントが届きます。D の起動モードがデフォルトの "{@code standard}" である場合は、そのクラスの新し…
401 一方、届いたインテントのアクティビティ タイプが B だった場合は、B のモードが "{@code standard}" であっても "{@code singleTop}"であっても B の新しいイ…
450 …されます。指定されたアクティビティの起動モードが "{@code standard}" である場合は、そのアクティビティもスタックから削除され、新しいインスタンスが起動してインテントを処理します。…
/frameworks/base/docs/html/training/system-ui/
Dindex.jd78 Guide</a>, you know the importance of designing your apps to conform to standard Android UI
81 standard way of navigating a device and viewing its status.</p>
/frameworks/base/docs/html/training/tv/discovery/
Din-app-search.jd30 library</a> provides a set of classes to enable a standard search interface within your app that
44 browsing interface, you can enable a search interface as a standard part of the user
/frameworks/rs/api/
Drs_debug.spec34 This function prints a message to the standard log, followed by the provided values.
Drs_object_types.spec179 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
/frameworks/base/docs/html/ndk/guides/
Dstable_apis.jd51 <p>For all API levels, the build system automatically links the standard C libraries, the
52 standard C++ libraries, real-time extensions, and {@code pthread}; you do not need
146 <p>The C library headers for Android 1.5 are available through their standard names, such as
196 <p>The standard OpenGL ES headers {@code gl.h} and {@code glext.h} contain
237 <p>The standard OpenGL ES 2.0 headers {@code &lt;GLES2/gl2.h&gt;} and {@code &lt;GLES2/gl2ext.h&gt;}
342 <p>The standard OpenSL ES headers {@code OpenSLES.h} and {@code OpenSLES_Platform.h} contain
406 <p>The standard OpenMAX AL headers {@code &lt;OMXAL/OpenMAXAL.h&gt;} and
431 <p>The standard OpenGL ES 3.0 headers {@code gl3.h} and {@code gl3ext.h} contain the declarations
470 <p>The standard OpenGL ES 3.1 headers {@code gl31.h} and {@code gl3ext.h} contain the declarations
/frameworks/base/docs/html/design/patterns/
Dhelp.jd43 <h3 id="standard-design">Follow the standard design for navigating to help</h3>
57 …<p>We've established this standard design so that when users are desperate for help, they won't ha…
104 …are extremely apparent just by looking at the UI, or behaviors that are standard for the platform.…
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd3 …er devices over Bluetooth, NFC, Wi-Fi P2P, USB, and SIP, in addition to standard network connectio…
/frameworks/base/docs/html/training/wearables/apps/
Dlayouts.jd39 <p>If the standard notification styles don't work for you (such as
46 standard notification APIs (API Level 20) instead of the Support Library.
89 …displays it with a standard template that it generates from the notification's semantic data. This…
/frameworks/base/docs/html/guide/topics/manifest/
Daction-element.jd27 <dd>The name of the action. Some standard actions are defined in the
/frameworks/base/docs/html/tools/projects/
Dprojects-cmdline.jd155 <p>A library project is a standard Android project, so you can create a new one in the same way
168 <p>The <code>create lib-project</code> command creates a standard project structure that includes
185 just as would a standard Android application. For more information, see the documentation for
291 standard Gradle build commands and compile modes, as described in <a href=
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java333 String standard = parser.getAttributeValue(null, ATTR_STANDARD); in getPatternMatcherFromXmlParser() local
334 return new ShortCodePatternMatcher(pattern, premium, free, standard); in getPatternMatcherFromXmlParser()
/frameworks/base/docs/html/design/style/
Ddevices-displays.jd60 standard (normal size and <acronym title="Medium density (160 dpi)">MDPI</acronym>) and scale it up…
/frameworks/base/docs/html/training/swipe/
Dindex.jd39 provide a standard user experience for requesting updates, the Android
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in98 /* Define to necessary symbol if this constant uses a non-standard name on
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd25 just as it does for standard in-app products and app
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_subscriptions.jd61 <p>With subscriptions, your app uses the standard In-app Billing application
68 <p>Your app also uses the standard In-app Billing components &mdash; a billing
79 app will use the standard set of in-app billing requests and receive the same
223 handle the request as a standard in-app purchase (one-time purchase).</li>
295 token, by sending a standard <code>GET_PURCHASE_INFORMATION</code> request. The
/frameworks/base/docs/html/training/graphics/opengl/
Dindex.jd33 <p>The Android framework provides plenty of standard tools for creating attractive, functional
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd14 framework APIs are based around a <a href="http://www.nfc-forum.org/">NFC Forum</a> standard

123456789