/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
D | ExpressionParser.java | 19 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 …]
|
D | ExpressionVisitor.java | 21 import org.antlr.v4.runtime.ParserRuleContext; 22 import org.antlr.v4.runtime.misc.NotNull; 23 import org.antlr.v4.runtime.tree.ParseTree; 24 import org.antlr.v4.runtime.tree.ParseTreeListener; 25 import org.antlr.v4.runtime.tree.TerminalNode;
|
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/ |
D | XMLLexer.java | 4 import org.antlr.v4.runtime.CharStream; 5 import org.antlr.v4.runtime.Lexer; 6 import org.antlr.v4.runtime.atn.ATN; 7 import org.antlr.v4.runtime.atn.ATNDeserializer; 8 import org.antlr.v4.runtime.atn.LexerATNSimulator;
|
D | XMLParserBaseListener.java | 4 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;
|
D | XMLParserVisitor.java | 3 import org.antlr.v4.runtime.Token; 4 import org.antlr.v4.runtime.misc.NotNull; 5 import org.antlr.v4.runtime.tree.ParseTreeVisitor;
|
D | XMLParserBaseVisitor.java | 3 import org.antlr.v4.runtime.Token; 4 import org.antlr.v4.runtime.misc.NotNull; 5 import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;
|
D | XMLParserListener.java | 3 import org.antlr.v4.runtime.Token; 4 import org.antlr.v4.runtime.misc.NotNull; 5 import org.antlr.v4.runtime.tree.ParseTreeListener;
|
D | XMLParser.java | 3 import org.antlr.v4.runtime.atn.*; 4 import org.antlr.v4.runtime.dfa.DFA; 5 import org.antlr.v4.runtime.*; 6 import org.antlr.v4.runtime.misc.*; 7 import org.antlr.v4.runtime.tree.*; 266 while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { in content()
|
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/ |
D | BindingExpressionLexer.java | 3 import org.antlr.v4.runtime.Lexer; 4 import org.antlr.v4.runtime.CharStream; 5 import org.antlr.v4.runtime.Token; 6 import org.antlr.v4.runtime.TokenStream; 7 import org.antlr.v4.runtime.*; 8 import org.antlr.v4.runtime.atn.*; 9 import org.antlr.v4.runtime.dfa.DFA; 10 import org.antlr.v4.runtime.misc.*;
|
D | BindingExpressionBaseListener.java | 4 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;
|
D | BindingExpressionVisitor.java | 3 import org.antlr.v4.runtime.Token; 4 import org.antlr.v4.runtime.misc.NotNull; 5 import org.antlr.v4.runtime.tree.ParseTreeVisitor;
|
D | BindingExpressionBaseVisitor.java | 3 import org.antlr.v4.runtime.Token; 4 import org.antlr.v4.runtime.misc.NotNull; 5 import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;
|
D | BindingExpressionListener.java | 3 import org.antlr.v4.runtime.Token; 4 import org.antlr.v4.runtime.misc.NotNull; 5 import org.antlr.v4.runtime.tree.ParseTreeListener;
|
/frameworks/rs/api/ |
D | rs_core.spec | 20 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/cmds/app_process/ |
D | app_main.cpp | 197 AppRuntime runtime(argv[0], computeArgBlockSize(argc, argv)); in main() local 235 runtime.addOption(strdup(argv[i])); 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/rs/scriptc/ |
D | rs_core.rsh | 22 * 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/base/docs/html-intl/intl/ko/about/versions/marshmallow/ |
D | android-6.0-testing.jd | 12 <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">…
|
/frameworks/base/docs/html-intl/intl/ja/about/versions/marshmallow/ |
D | android-6.0-testing.jd | 12 <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-intl/intl/zh-cn/about/versions/marshmallow/ |
D | android-6.0-testing.jd | 12 <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/guide/topics/renderscript/ |
D | advanced.jd | 43 the framework and the RenderScript runtime, an intermediate layer of code is also 47 RenderScript runtime.</p> 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 359 notifies the RenderScript runtime that you intend on accessing the data in the 373 the array. The RenderScript runtime automatically has access to the newly written memory. [all …]
|
/frameworks/base/test-runner/src/android/test/ |
D | InstrumentationCoreTestRunner.java | 145 Runtime runtime = Runtime.getRuntime(); in getAndroidTestRunner() 147 long total = runtime.totalMemory(); in getAndroidTestRunner() 148 long free = runtime.freeMemory(); in getAndroidTestRunner()
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0-testing.jd | 12 <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/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 293 final VMRuntime runtime = VMRuntime.getRuntime(); in preloadClasses() local 327 float defaultUtilization = runtime.getTargetHeapUtilization(); in preloadClasses() 328 runtime.setTargetHeapUtilization(0.8f); in preloadClasses() 379 runtime.setTargetHeapUtilization(defaultUtilization); in preloadClasses() 383 runtime.preloadDexCaches(); in preloadClasses() 406 final VMRuntime runtime = VMRuntime.getRuntime(); in preloadResources() local 492 final VMRuntime runtime = VMRuntime.getRuntime(); in gcAndFinalize() local 498 runtime.runFinalizationSync(); in gcAndFinalize()
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BlasBenchmark.java | 136 float runtime = 1.f; in getBenchmark() local 138 runtime = 10.f; in getBenchmark() 146 Result r = runBenchmarkLoop(runtime); in getBenchmark()
|
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 495 Runtime runtime = Runtime.getRuntime(); in endPerformanceSnapshot() local 497 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot() 498 long dalvikFree = runtime.freeMemory() / 1024; in endPerformanceSnapshot()
|