Home
last modified time | relevance | path

Searched refs:Java (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/compile/slang/
DREADME.rst18 * Reflected APIs for Java. As a result, Android's Java developers can
47 The option *-p* denotes the directory for outputting the reflected Java files.
69 Java and Renderscript, we can find the following command line in the build
105 The ScriptC_[SCRIPT_NAME].java has to be packaged so that Java
133 variables to Android's Java side. That is, scripts are accessible from
134 Java.
187 For the generated Java files, using ScriptC_fountain.java as an
237 4. Summary of the Java Reflection above
242 * In terms of a script's global functions, they can be called from Java.
245 is necessary to wait for a function to complete, the Java application
[all …]
/frameworks/base/packages/SystemUI/
Dproguard_kotlin.flags3 # These checks are generally applied to Java platform types (values returned
4 # from Java code that don't have nullness annotations), but we remove them to
15 # When a Java platform type is returned and passed to Kotlin NonNull method,
21 # back Java platform type.
25 # Null check for accessing a field from a parent class written in Java.
/frameworks/libs/modules-utils/
DREADME.md8 ## Java code
10 This project uses a single source path for Java code. All Java code should go
/frameworks/base/tools/app_metadata_bundles/
DREADME.md8 * A pure Java library, and
9 * A pure Java command-line tool.
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect127 mOut = null; // make Java object eligible for garbage collection
133 mTempIns = null; // make Java objects eligible for garbage collection
163 mOut = null; // make Java object eligible for garbage collection
169 mTempIns = null; // make Java objects eligible for garbage collection
204 mOut = null; // make Java object eligible for garbage collection
210 mTempIns = null; // make Java objects eligible for garbage collection
245 mOut = null; // make Java object eligible for garbage collection
251 mTempIns = null; // make Java objects eligible for garbage collection
281 mOut = null; // make Java object eligible for garbage collection
287 mTempIns = null; // make Java objects eligible for garbage collection
[all …]
/frameworks/compile/slang/tests/P_reduce_general_struct/
Dreduce_general_struct.rscript7 // No Java array method reflection for kernel with struct input (only Allocation method reflection)
12 // No Java reflection at all for kernel with struct result
/frameworks/base/core/proto/
DREADME.md5 1. For protos based on Java files, use the same package as the Java file. For
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
DScriptC_reduce_general_examples_halter.java.expect58 mOut = null; // make Java object eligible for garbage collection
64 mTempIns = null; // make Java objects eligible for garbage collection
94 mOut = null; // make Java object eligible for garbage collection
100 mTempIns = null; // make Java objects eligible for garbage collection
/frameworks/base/tools/hoststubgen/hoststubgen/
Dframework-policy-override.txt3 # "impl" jars, without using Java annotations.
30 # Directions on auto-generated classes, where we can't use Java annotations (yet).
73 # We don't use Log's native code, yet. Instead, the following line enables the Java substitution.
74 # Comment it out to disable Java substitution of Log's native methods.
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/
DOWNERS1 # Android > Android OS & Apps > Framework (Java + Native) > Window Manager > WM Shell > Split Screen
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/
DOWNERS1 # Android > Android OS & Apps > Framework (Java + Native) > Window Manager > WM Shell > Split Screen
/frameworks/compile/slang/tests/F_reflection3264_package_mismatch/
Dstderr.txt.expect1 error: in file 'reflection3264_package_mismatch.rscript' Java package name is 'thirty_two' for 32-b…
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/
Dstderr.txt.expect5 reflection3264_reduce_mismatch.rscript:52:12: error: reduction kernel 'ee' is reflected in Java onl…
8 reflection3264_reduce_mismatch.rscript:53:12: error: reduction kernel 'ff' is reflected in Java onl…
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/desktopmode/
DOWNERS1 # Android > Android OS & Apps > Framework (Java + Native) > Window Manager > WM Shell > Freeform
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
DScriptC_reduce_general_examples_explicit.java.expect67 mOut = null; // make Java object eligible for garbage collection
73 mTempIns = null; // make Java objects eligible for garbage collection
103 mOut = null; // make Java object eligible for garbage collection
109 mTempIns = null; // make Java objects eligible for garbage collection
139 mOut = null; // make Java object eligible for garbage collection
145 mTempIns = null; // make Java objects eligible for garbage collection
/frameworks/native/opengl/tests/gl2_java/
DAndroid.bp2 // OpenGL ES 2.0 Java sample
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
DImmutable.md13 - Immutability is implemented leveraging the Java/Kotlin type system.
54 Java/Kotlin collection interfaces, so that we can enforce that a number of standard Java/Kotlin
55 utilities that may be bad for performance or generate interface calls (e.g. Java 8 streams,
202Java collection interfaces | Two classes with straightfo…
203Java collection interfaces, `Snappable` and `Watchable` interface and `instanceof` check for `Snap…
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
DScriptC_reduce_general_examples_backward.java.expect69 mOut = null; // make Java object eligible for garbage collection
75 mTempIns = null; // make Java objects eligible for garbage collection
105 mOut = null; // make Java object eligible for garbage collection
111 mTempIns = null; // make Java objects eligible for garbage collection
141 mOut = null; // make Java object eligible for garbage collection
147 mTempIns = null; // make Java objects eligible for garbage collection
177 mOut = null; // make Java object eligible for garbage collection
183 mTempIns = null; // make Java objects eligible for garbage collection
/frameworks/compile/slang/tests/P_reduce_general_examples/
DScriptC_reduce_general_examples.java.expect69 mOut = null; // make Java object eligible for garbage collection
75 mTempIns = null; // make Java objects eligible for garbage collection
105 mOut = null; // make Java object eligible for garbage collection
111 mTempIns = null; // make Java objects eligible for garbage collection
141 mOut = null; // make Java object eligible for garbage collection
147 mTempIns = null; // make Java objects eligible for garbage collection
177 mOut = null; // make Java object eligible for garbage collection
183 mTempIns = null; // make Java objects eligible for garbage collection
/frameworks/native/libs/gui/tests/
DOWNERS1 # Android > Android OS & Apps > Framework (Java + Native) > Window Manager > Surfaces
/frameworks/base/startop/apps/ColorChanging/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
/frameworks/compile/slang/lit-tests/padding/
Dsmall_struct.rscript15 // RUN: %scriptc-filecheck-wrapper --lang=Java --type=small_struct --check-prefix=CHECK-JAVA-STRUCT…
24 // RUN: %scriptc-filecheck-wrapper --lang=Java --check-prefix=CHECK-JAVA-INVOKE %s
/frameworks/av/media/tests/SampleVideoEncoder/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
/frameworks/rs/script_api/
Drs_object_info.spec21 or Sampler object. These objects are created from Java. You can't create them from a
60 …er.android.com/reference/android/renderscript/Element.Builder.html'>Element.Builder</a> Java class.
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.

1234