/frameworks/rs/script_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
|
D | rs_io.spec | 37 runtime error. 52 runtime error.
|
/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 185 AppRuntime runtime(argv[0], computeArgBlockSize(argc, argv)); in main() local 223 runtime.addOption(strdup(argv[i])); in main() 249 runtime.addOption(strdup(argv[i])); in main() 292 runtime.setClassNameAndArgs(className, argc - i, argv + i); in main() 332 runtime.setArgv0(niceName.string(), true /* setProcName */); in main() 336 runtime.start("com.android.internal.os.ZygoteInit", args, zygote); in main() 338 runtime.start("com.android.internal.os.RuntimeInit", args, zygote); in main()
|
/frameworks/ml/nn/ |
D | README.txt | 20 ./runtime: Implementation of the NN API runtime. 22 ./runtime/include: The header files that an external developer would use. 25 ./runtime/test: Test files. 32 e.g. runtime, driver, or tests. Includes source code and
|
D | TEST_MAPPING | 18 // found in frameworks/ml/nn/runtime/test/TestMain.cpp.
|
/frameworks/rs/script_api/include/ |
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
|
D | rs_io.rsh | 37 * runtime error. 54 * runtime error.
|
/frameworks/base/packages/SettingsLib/ |
D | Android.bp | 11 "androidx.lifecycle_lifecycle-runtime", 46 "androidx.lifecycle_lifecycle-runtime",
|
D | common.mk | 27 androidx.lifecycle_lifecycle-runtime \
|
/frameworks/ml/nn/extensions/ |
D | README.md | 26 The allowlist is enforced from the NNAPI runtime shared library. This library 51 `runtime/include/NeuralNetworks.h`. 100 The `runtime/include/NeuralNetworksExtensions.h` (C API) file provides runtime 197 runtime can't validate particular extension operations and data types. 200 which the runtime treats as a raw data blob of arbitrary size.
|
/frameworks/rs/tests/java_api/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/native/services/vr/performanced/ |
D | CPPLINT.cfg | 1 filter=-runtime/int
|
/frameworks/av/services/audiopolicy/engineconfigurable/sepolicy/ |
D | file.te | 1 # Policy Engine remote connection for runtime debug of parameter framework
|
/frameworks/base/packages/SettingsLib/ActionBarShadow/ |
D | Android.bp | 8 "androidx.lifecycle_lifecycle-runtime",
|
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 502 Runtime runtime = Runtime.getRuntime(); in endPerformanceSnapshot() local 504 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot() 505 long dalvikFree = runtime.freeMemory() / 1024; in endPerformanceSnapshot()
|
/frameworks/ml/nn/runtime/test/ |
D | Android.bp | 367 "frameworks/ml/nn/runtime/", 368 "frameworks/ml/nn/runtime/include/", 442 "frameworks/ml/nn/runtime/", 443 "frameworks/ml/nn/runtime/include/",
|
/frameworks/ml/ |
D | PREUPLOAD.cfg | 5 generated_tests = nn/runtime/test/specs/generate_all_tests.sh --hook
|
/frameworks/base/services/core/java/com/android/server/ |
D | RuntimeService.java | 21 import android.service.runtime.DebugEntryProto; 22 import android.service.runtime.RuntimeServiceInfoProto;
|
/frameworks/compile/slang/ |
D | README.rst | 246 may call the runtime finish() method, which will wait for all the script 265 indicates to the runtime when the function should be called again to 268 positive integer indicates a time in milliseconds that the runtime should 292 implicitly by the Renderscript runtime during script teardown. 300 make them accessible to the Java runtime. If the script declares a 321 runtime that the script will not modify the contents of an allocation. 322 This may allow the runtime to make more effective use of threads. 334 This allows the runtime to support vector version of the basic math
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncJobService.java | 141 final long runtime = nowUptime - startUptime; in onStopJob() local 144 if (runtime > 60 * 1000) { in onStopJob()
|
/frameworks/base/packages/SystemUI/ |
D | Android.bp | 58 "androidx.arch.core_core-runtime", 109 "androidx.arch.core_core-runtime",
|
/frameworks/layoutlib/bridge/src/dalvik/system/ |
D | VMRuntime_Delegate.java | 31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray() argument
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 141 final VMRuntime runtime = VMRuntime.getRuntime(); in resize() local 143 mData = (int[]) runtime.newNonMovableArray(int.class, dataLen); in resize() 144 mDataAddress = runtime.addressOf(mData); in resize() 145 mIndices = (int[]) runtime.newNonMovableArray(int.class, indicesLen); in resize() 146 mIndicesAddress = runtime.addressOf(mIndices); in resize()
|
/frameworks/ml/nn/tools/api/ |
D | generate_api.sh | 30 NDKDIR=${ANDROID_BUILD_TOP}/frameworks/ml/nn/runtime/include
|
/frameworks/av/apex/ |
D | ld.config.txt | 47 namespace.platform.search.paths += /apex/com.android.runtime/${LIB} 50 namespace.platform.asan.search.paths += /apex/com.android.runtime/${LIB} 61 namespace.platform.permitted.paths = /apex/com.android.runtime/${LIB}/bionic 62 namespace.platform.asan.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
|