Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DExpressionParser.java19 import org.antlr.v4.runtime.ANTLRInputStream;
20 import org.antlr.v4.runtime.BaseErrorListener;
21 import org.antlr.v4.runtime.CommonTokenStream;
22 import org.antlr.v4.runtime.ParserRuleContext;
23 import org.antlr.v4.runtime.RecognitionException;
24 import org.antlr.v4.runtime.Recognizer;
25 import org.antlr.v4.runtime.Token;
26 import org.antlr.v4.runtime.misc.Nullable;
27 import org.antlr.v4.runtime.tree.ErrorNode;
28 import org.antlr.v4.runtime.tree.ParseTreeListener;
[all …]
/frameworks/base/tests/CoreTests/android/core/
DHeapTest.java105 Runtime.getRuntime().gc(); in testGcSoftRefs()
115 Runtime.getRuntime().runFinalization(); in testGcSoftRefs()
125 Runtime.getRuntime().runFinalization(); in testGcSoftRefs()
134 Runtime.getRuntime().runFinalization(); in testGcSoftRefs()
148 Runtime.getRuntime().gc(); in xxtestSoftRefPartialClean()
209 Runtime.getRuntime().gc(); in testWeakRefs()
217 Runtime.getRuntime().gc(); in testWeakRefs()
225 Runtime.getRuntime().gc(); in testWeakRefs()
322 Runtime.getRuntime().gc(); in testPhantomRefs()
331 Runtime.getRuntime().gc(); in testPhantomRefs()
[all …]
/frameworks/rs/scriptc/
Drs_core.rsh22 * RenderScript is a high-performance runtime that provides compute operations at the native level.
23 * RenderScript code is compiled on devices at runtime to allow platform-independence as well.
25 * This reference documentation describes the RenderScript runtime APIs, which you can utilize
29 * To use RenderScript, you need to utilize the RenderScript runtime APIs documented here as well
33 * For more information on how to develop with RenderScript and how the runtime and Android
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraExceptionHandler.java22 * A handler for all camera api runtime exceptions.
23 * The default behavior is to throw the runtime exception.
92 * Invoke @{link CameraExceptionCallback} when a runtime exception is thrown by Android camera
95 * @param ex The runtime exception object.
109 * Invoke @{link CameraExceptionCallback} when a runtime exception is thrown by
112 * @param ex The runtime exception object.
/frameworks/rs/api/
Drs_core.spec20 RenderScript is a high-performance runtime that provides compute operations at the native level.
21 RenderScript code is compiled on devices at runtime to allow platform-independence as well.
23 This reference documentation describes the RenderScript runtime APIs, which you can utilize
27 To use RenderScript, you need to utilize the RenderScript runtime APIs documented here as well
31 For more information on how to develop with RenderScript and how the runtime and Android
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd12 <li><a href="#native">RenderScript Runtime Layer</a></li>
43 the framework and the RenderScript runtime, an intermediate layer of code is also
47 RenderScript runtime.</p>
49 <h2 id="native">RenderScript Runtime Layer</h2>
52 …executed in a compact and well-defined runtime layer. The RenderScript runtime APIs offer support …
69 <p>Some key features of the RenderScript runtime libraries include:</p>
88 <p>See the RenderScript runtime API reference for more information on the available functions.
93 to the RenderScript runtime from the Android framework. This layer also provides methods
110 framework. If a global variable is initialized at the RenderScript runtime layer, those
332 by the RenderScript runtime and to interact with <code>struct</code>s
[all …]
/frameworks/av/services/audioflinger/
DServiceUtilities.cpp25 * runtime permissions (protection level dangerous) as they may change at
26 * runtime. All other permissions (protection level normal and dangerous)
59 // IMPORTANT: Don't use PermissionCache - a runtime permission and may change. in recordingAllowed()
74 // for attributing the app op. This will work correctly for runtime permissions in recordingAllowed()
118 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change. in captureHotwordAllowed()
127 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change. in settingsAllowed()
135 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change. in modifyAudioRoutingAllowed()
144 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change. in dumpAllowed()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java27 * memory usage information and measure runtime between calls to begin and end.
32 * measure runtime between calls to start and stop. These functions logically
81 * @param results memory and runtime metrics stored as key/value pairs,
104 * @param results runtime metrics of code block between calls to
315 * @return Memory and runtime metrics stored as key/value pairs. Values are
379 * @return Runtime metrics stored as key/value pairs. Values are of type
407 * @return Runtime metrics stored in a bundle, including all iterations
495 Runtime runtime = Runtime.getRuntime(); in endPerformanceSnapshot() local
497 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
498 long dalvikFree = runtime.freeMemory() / 1024; in endPerformanceSnapshot()
[all …]
DDebug.java72 * @deprecated Accurate counting is a burden on the runtime and may be removed.
1183 * @deprecated Accurate counting is a burden on the runtime and may be removed.
1193 * @deprecated Accurate counting is a burden on the runtime and may be removed.
1201 * Returns the global count of objects allocated by the runtime between a
1204 * @deprecated Accurate counting is a burden on the runtime and may be removed.
1215 * @deprecated Accurate counting is a burden on the runtime and may be removed.
1223 * Returns the global size, in bytes, of objects allocated by the runtime between a
1226 * @deprecated Accurate counting is a burden on the runtime and may be removed.
1237 * @deprecated Accurate counting is a burden on the runtime and may be removed.
1245 * Returns the global count of objects freed by the runtime between a
[all …]
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-testing.jd12 <li><a href="#runtime-permissions">Testing Permissions</a></li>
35 <li><a href="#runtime-permissions">Permissions</a>
42 <h2 id="runtime-permissions">Testing Permissions</h2>
45 The new <a href="{@docRoot}preview/features/runtime-permissions.html">Permissions</a> model
48 at runtime. For users this behavior provides more granular control over each app’s activities, as
101 runtime permissions by changing the app’s {@code targetSdkVersion} to the preview version. For
114 For more information on the behavior of runtime permissions, testing, and best practices, see the
115 <a href="{@docRoot}preview/features/runtime-permissions.html">Permissions</a> developer
/frameworks/rs/cpp/
DRenderScript.h19 * RenderScript is a high-performance runtime that provides
21 * at runtime to allow platform-independence as well.
22 * This reference documentation describes the RenderScript runtime APIs, which you
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
DXMLParserBaseListener.java4 import org.antlr.v4.runtime.ParserRuleContext;
5 import org.antlr.v4.runtime.Token;
6 import org.antlr.v4.runtime.misc.NotNull;
7 import org.antlr.v4.runtime.tree.ErrorNode;
8 import org.antlr.v4.runtime.tree.TerminalNode;
DXMLParserVisitor.java3 import org.antlr.v4.runtime.Token;
4 import org.antlr.v4.runtime.misc.NotNull;
5 import org.antlr.v4.runtime.tree.ParseTreeVisitor;
/frameworks/base/core/java/android/permissionpresenterservice/
DRuntimePermissionPresenterService.java38 * This service presents information regarding runtime permissions that is
39 * used for presenting them in the UI. Runtime permissions are presented as
53 * in its manifest for the system to recognize it as a runtime permission
69 * Gets the runtime permissions for an app.
76 * Gets the apps that use runtime permissions.
/frameworks/wilhelm/src/
Dsllog.c25 // There is no support for configuring the logging level at runtime.
29 /** \brief Default runtime log level */
33 /** \brief Set the runtime log level */
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/marshmallow/
Dandroid-6.0-testing.jd12 <li><a href="#runtime-permissions">测试权限</a></li>
35 <li><a href="#runtime-permissions">权限</a>
49 <h2 id="runtime-permissions">测试权限</h2>
52 新<a href="{@docRoot}preview/features/runtime-permissions.html">权限</a>模型改变了用户向您的应用分配权限的方式。
121 …如需了解有关运行时权限行为、测试和最佳做法的详细信息,请参阅<a href="{@docRoot}preview/features/runtime-permissions.html">权限</a>…
/frameworks/base/docs/html-intl/intl/ja/about/versions/marshmallow/
Dandroid-6.0-testing.jd12 <li><a href="#runtime-permissions">パーミッションをテストする</a></li>
35 <li><a href="#runtime-permissions">パーミッション</a>
49 <h2 id="runtime-permissions">パーミッションをテストする</h2>
52 …<a href="{@docRoot}preview/features/runtime-permissions.html">パーミッション</a> モデルの変更により、ユーザーがアプリにパーミッシ…
121 …スト プラクティスについては、Developer Preview ページの<a href="{@docRoot}preview/features/runtime-permissions.html"…
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd1 page.title=Verifying App Behavior on the Android Runtime (ART)
67 The Android runtime (ART) is the default runtime for devices running Android
68 5.0 (API level 21) and higher. This runtime offers a number of features
89 occurrences or to reduce fragmentation. You can verify which runtime is in use
186 at java.lang.Runtime.nativeLoad(Native Method)
188 at java.lang.Runtime.doLoad(Runtime.java:421)
190 at java.lang.Runtime.loadLibrary(Runtime.java:362)
237 <pre class="no-pretty-print">F/art: art/runtime/thread.cc:435]
/frameworks/base/cmds/app_process/
Dapp_main.cpp4 * Starts the interpreted runtime, then starts up the application.
197 AppRuntime runtime(argv[0], computeArgBlockSize(argc, argv)); in main() local
235 runtime.addOption(strdup(argv[i])); in main()
238 // Parse runtime arguments. Stop at first unrecognized option. in main()
274 runtime.setClassNameAndArgs(className, argc - i, argv + i); in main()
302 runtime.setArgv0(niceName.string()); in main()
307 runtime.start("com.android.internal.os.ZygoteInit", args, zygote); in main()
309 runtime.start("com.android.internal.os.RuntimeInit", args, zygote); in main()
/frameworks/support/samples/Support7Demos/res/layout/
Ddrawer_layout.xml37 <!-- This will be set as the support action bar of the activity at runtime.
38 It needs to be a dynamic runtime call for correct vertical layering of
67 width of drawer will be determined at runtime based on the screen
82 The actual width of drawer will be determined at runtime based on
/frameworks/base/test-runner/src/android/test/
DInstrumentationCoreTestRunner.java145 Runtime runtime = Runtime.getRuntime(); in getAndroidTestRunner()
147 long total = runtime.totalMemory(); in getAndroidTestRunner()
148 long free = runtime.freeMemory(); in getAndroidTestRunner()
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp48 // Runtime exception already pending. in android_media_MediaCodecList_getCodecCount()
58 // Runtime exception already pending. in android_media_MediaCodecList_getCodecName()
87 // Runtime exception already pending. in android_media_MediaCodecList_findCodecByName()
101 // Runtime exception already pending. in android_media_MediaCodecList_isEncoder()
118 // Runtime exception already pending. in android_media_MediaCodecList_getSupportedTypes()
155 // Runtime exception already pending. in android_media_MediaCodecList_getCodecCapabilities()
268 // Runtime exception already pending. in android_media_MediaCodecList_getGlobalSettings()
/frameworks/base/docs/html/about/versions/nougat/
Dandroid-7.0-changes.jd320 described in <a href="{@docRoot}guide/topics/resources/runtime-changes.html">Handling
321 Runtime Changes</a>, just as if the device's orientation had changed.
327 "{@docRoot}guide/topics/resources/runtime-changes.html">Handling
328 Runtime Changes</a>.
439 All apps generate a runtime error when they call an API that is neither
446 the runtime error.
470 Runtime access via dynamic linker
532 Runtime error
550 Runtime error
554 Runtime error
[all …]
/frameworks/base/docs/html/guide/platform/
Dindex.jd22 <a href="#art">Android Runtime</a>
58 <a href="#art">the Android Runtime (ART)</a> relies on the Linux kernel for
88 Android Runtime
94 "http://source.android.com/devices/tech/dalvik/index.html">Android Runtime
120 Prior to Android version 5.0 (API level 21), Dalvik was the Android runtime.
127 Android also includes a set of core runtime libraries that provide most of
/frameworks/base/services/core/java/com/android/server/pm/
DPermissionsState.java38 * and runtime (granted at runtime). Install permissions are granted to
39 * all device users while runtime permissions are granted explicitly to
44 * application may have some runtime permissions granted under the device
172 * Grant a runtime permission for a given device user.
189 * Revoke a runtime permission for a given device user.
206 * Gets whether this state has a given runtime permission for a
230 * user, regardless if this is an install or a runtime permission.
265 * are install time or runtime permissions.
309 * Gets the state for a runtime permission or null if no such.
330 * Gets all runtime permission states.
[all …]

12345678910>>...26