Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java84 public Script.KernelID getKernelIDClear() { in getKernelIDClear()
115 public Script.KernelID getKernelIDSrc() { in getKernelIDSrc()
149 public Script.KernelID getKernelIDDst() { in getKernelIDDst()
179 public Script.KernelID getKernelIDSrcOver() { in getKernelIDSrcOver()
209 public Script.KernelID getKernelIDDstOver() { in getKernelIDDstOver()
239 public Script.KernelID getKernelIDSrcIn() { in getKernelIDSrcIn()
269 public Script.KernelID getKernelIDDstIn() { in getKernelIDDstIn()
299 public Script.KernelID getKernelIDSrcOut() { in getKernelIDSrcOut()
329 public Script.KernelID getKernelIDDstOut() { in getKernelIDDstOut()
429 public Script.KernelID getKernelIDXor() { in getKernelIDXor()
[all …]
H A DScriptGroup.java52 Script.KernelID mKID;
55 IO(Script.KernelID s) { in IO()
61 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) { in ConnectLine()
67 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) { in ConnectLine()
73 Script.FieldID mToF;
74 Script.KernelID mToK;
75 Script.KernelID mFrom;
80 Script mScript;
81 ArrayList<Script.KernelID> mKernels = new ArrayList<Script.KernelID>();
88 Node(Script s) { in Node()
[all …]
H A DScriptIntrinsicResize.java79 public Script.FieldID getFieldID_Input() { in getFieldID_Input()
108 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic()
117 public Script.KernelID getKernelID_bicubic() { in getKernelID_bicubic()
H A DScriptIntrinsicBlur.java112 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
125 public Script.KernelID getKernelID() { in getKernelID()
134 public Script.FieldID getFieldID_Input() { in getFieldID_Input()
H A DScriptIntrinsicConvolve3x3.java123 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
132 public Script.KernelID getKernelID() { in getKernelID()
141 public Script.FieldID getFieldID_Input() { in getFieldID_Input()
H A DScriptIntrinsicConvolve5x5.java125 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
135 public Script.KernelID getKernelID() { in getKernelID()
144 public Script.FieldID getFieldID_Input() { in getFieldID_Input()
H A DScriptIntrinsicHistogram.java90 public void forEach(Allocation ain, Script.LaunchOptions opt) { in forEach()
191 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { in forEach_Dot()
212 public Script.KernelID getKernelID_Separate() { in getKernelID_Separate()
221 public Script.FieldID getFieldID_Input() { in getFieldID_Input()
H A DScript.java31 public class Script extends BaseObj { class
42 Script mScript;
45 KernelID(long id, RenderScript rs, Script s, int slot, int sig) { in KernelID()
83 Script mScript;
85 InvokeID(long id, RenderScript rs, Script s, int slot) { in InvokeID()
121 Script mScript;
123 FieldID(long id, RenderScript rs, Script s, int slot) { in FieldID()
333 Script(long id, RenderScript rs) { in Script() method in Script
H A DScriptIntrinsicYuvToRGB.java82 public Script.KernelID getKernelID() { in getKernelID()
91 public Script.FieldID getFieldID_Input() { in getFieldID_Input()
H A DScriptIntrinsic3DLUT.java102 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
112 public Script.KernelID getKernelID() { in getKernelID()
H A DScriptIntrinsicLUT.java145 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
158 public Script.KernelID getKernelID() { in getKernelID()
H A DScriptIntrinsic.java32 public abstract class ScriptIntrinsic extends Script {
H A DScriptIntrinsicColorMatrix.java249 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
282 public Script.KernelID getKernelID() { in getKernelID()
H A DScriptC.java34 public class ScriptC extends Script {
H A DRenderScriptGL.java291 public void bindRootScript(Script s) { in bindRootScript()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorStrategyImplTest.java275 Script script = new Script().simulateConfigurationInternalChange(configInternal); in testSuggestTelephonyTime_systemClockThreshold()
414 Script script = new Script() in testSuggestTelephonyTime_autoTimeDisabled_suggestionMatchesSystemClock()
518 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored()
587 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_timeDetectionToggled()
687 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_rejectedBelowLowerBound()
971 Script script = new Script() in testSuggestNetworkTime_autoTimeEnabled()
1001 Script script = new Script() in testSuggestNetworkTime_autoTimeDisabled()
1027 Script script = new Script() in testClearLatestNetworkSuggestion()
1085 Script script = new Script() in testSuggestNetworkTime_rejectedBelowLowerBound()
1967 Script script = new Script() in suggestionsFromNetworkOriginNotInPriorityList_areNotUsed()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java411 Script script = new Script() in testEmptyTelephonySuggestions()
458 Script script = new Script() in testTelephonySuggestionsWhenTimeZoneUninitialized()
521 Script script = new Script(); in testTogglingAutoDetection_autoTelephony()
576 Script script = new Script() in testTelephonySuggestionsSingleSlotId()
642 Script script = new Script() in testTelephonySuggestionMultipleSlotIndexSuggestionScoringAndSlotIndexBias()
730 Script script = new Script() in testTelephonySuggestionStrategyDoesNotAssumeCurrentSetting_autoTelephony()
781 Script script = new Script() in checkManualSuggestion_unrestricted_autoDetectionEnabled()
798 Script script = new Script() in testManualSuggestion_autoDetectNotSupported()
822 Script script = new Script() in testManualSuggestion_autoTimeEnabled_userRestrictions()
844 Script script = new Script() in testManualSuggestion_autoTimeDisabled_userRestrictions()
[all …]
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38613 @Deprecated public class Script extends android.renderscript.BaseObj {
38642 @Deprecated public static class Script.Builder {
38645 @Deprecated public static class Script.FieldBase {
38646 ctor @Deprecated protected Script.FieldBase();
38666 @Deprecated public static final class Script.LaunchOptions {
38667 ctor @Deprecated public Script.LaunchOptions();
38679 @Deprecated public class ScriptC extends android.renderscript.Script {
38699 …ction(android.renderscript.Type, android.renderscript.Script.KernelID, android.renderscript.Script
38700 …ction(android.renderscript.Type, android.renderscript.Script.KernelID, android.renderscript.Script
38731 method @Deprecated public android.renderscript.Script.KernelID getKernelID();
[all …]
/aosp14/system/core/init/
H A DREADME.md1030 Host Init Script Verification
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46672 Landroid/renderscript/Script$FieldID;-><init>(JLandroid/renderscript/RenderScript;Landroid/rendersc…
46673 Landroid/renderscript/Script$FieldID;->mScript:Landroid/renderscript/Script;
46674 Landroid/renderscript/Script$FieldID;->mSlot:I
46675 Landroid/renderscript/Script$InvokeID;-><init>(JLandroid/renderscript/RenderScript;Landroid/renders…
46676 Landroid/renderscript/Script$InvokeID;->mScript:Landroid/renderscript/Script;
46677 Landroid/renderscript/Script$InvokeID;->mSlot:I
46678 Landroid/renderscript/Script$KernelID;-><init>(JLandroid/renderscript/RenderScript;Landroid/renders…
46679 Landroid/renderscript/Script$KernelID;->mScript:Landroid/renderscript/Script;
46680 Landroid/renderscript/Script$KernelID;->mSig:I
46681 Landroid/renderscript/Script$KernelID;->mSlot:I
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6587 android.renderscript.Script
H A Dboot-image-profile.txt29377 Landroid/renderscript/Script;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6591 android.renderscript.Script
H A Dboot-image-profile.txt39484 Landroid/renderscript/Script;