Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/rs/script_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
Drs_io.spec37 runtime error.
52 runtime error.
/frameworks/base/cmds/app_process/
Dapp_main.cpp185 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/
DREADME.txt20 ./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
DTEST_MAPPING18 // found in frameworks/ml/nn/runtime/test/TestMain.cpp.
/frameworks/rs/script_api/include/
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
Drs_io.rsh37 * runtime error.
54 * runtime error.
/frameworks/base/packages/SettingsLib/
DAndroid.bp11 "androidx.lifecycle_lifecycle-runtime",
46 "androidx.lifecycle_lifecycle-runtime",
Dcommon.mk27 androidx.lifecycle_lifecycle-runtime \
/frameworks/ml/nn/extensions/
DREADME.md26 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/
DBlasBenchmark.java136 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/
DCPPLINT.cfg1 filter=-runtime/int
/frameworks/av/services/audiopolicy/engineconfigurable/sepolicy/
Dfile.te1 # Policy Engine remote connection for runtime debug of parameter framework
/frameworks/base/packages/SettingsLib/ActionBarShadow/
DAndroid.bp8 "androidx.lifecycle_lifecycle-runtime",
/frameworks/base/core/java/android/os/
DPerformanceCollector.java502 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/
DAndroid.bp367 "frameworks/ml/nn/runtime/",
368 "frameworks/ml/nn/runtime/include/",
442 "frameworks/ml/nn/runtime/",
443 "frameworks/ml/nn/runtime/include/",
/frameworks/ml/
DPREUPLOAD.cfg5 generated_tests = nn/runtime/test/specs/generate_all_tests.sh --hook
/frameworks/base/services/core/java/com/android/server/
DRuntimeService.java21 import android.service.runtime.DebugEntryProto;
22 import android.service.runtime.RuntimeServiceInfoProto;
/frameworks/compile/slang/
DREADME.rst246 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/
DSyncJobService.java141 final long runtime = nowUptime - startUptime; in onStopJob() local
144 if (runtime > 60 * 1000) { in onStopJob()
/frameworks/base/packages/SystemUI/
DAndroid.bp58 "androidx.arch.core_core-runtime",
109 "androidx.arch.core_core-runtime",
/frameworks/layoutlib/bridge/src/dalvik/system/
DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray() argument
/frameworks/base/core/java/android/content/res/
DTypedArray.java141 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/
Dgenerate_api.sh30 NDKDIR=${ANDROID_BUILD_TOP}/frameworks/ml/nn/runtime/include
/frameworks/av/apex/
Dld.config.txt47 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

123