Home
last modified time | relevance | path

Searched defs:value3 (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DRuntimeColorFilter.java131 float value3) { in setFloatUniform()
144 float value3, float value4) { in setFloatUniform()
161 float value3, float value4, int count) { in setFloatUniform()
165 nativeUpdateUniforms(getNativeInstance(), uniformName, value1, value2, value3, value4, in setFloatUniform() local
208 public void setIntUniform(@NonNull String uniformName, int value1, int value2, int value3) { in setIntUniform()
220 int value3, int value4) { in setIntUniform()
242 private void setIntUniform(@NonNull String uniformName, int value1, int value2, int value3, in setIntUniform()
247 nativeUpdateUniforms(getNativeInstance(), uniformName, value1, value2, value3, value4, in setIntUniform() local
314 long colorFilter, String uniformName, float value1, float value2, float value3, in nativeUpdateUniforms()
319 long colorFilter, String uniformName, int value1, int value2, int value3, in nativeUpdateUniforms()
H A DRuntimeXfermode.java136 float value3) { in setFloatUniform()
149 float value3, float value4) { in setFloatUniform()
166 float value3, float value4, int count) { in setFloatUniform()
213 public void setIntUniform(@NonNull String uniformName, int value1, int value2, int value3) { in setIntUniform()
225 int value3, int value4) { in setIntUniform()
247 private void setIntUniform(@NonNull String uniformName, int value1, int value2, int value3, in setIntUniform()
321 long builder, String uniformName, float value1, float value2, float value3, in nativeUpdateUniforms()
326 long builder, String uniformName, int value1, int value2, int value3, in nativeUpdateUniforms()
H A DRuntimeShader.java363 float value3) { in setFloatUniform()
376 float value3, float value4) { in setFloatUniform()
393 float value3, float value4, int count) { in setFloatUniform()
445 public void setIntUniform(@NonNull String uniformName, int value1, int value2, int value3) { in setIntUniform()
458 int value3, int value4) { in setIntUniform()
481 private void setIntUniform(@NonNull String uniformName, int value1, int value2, int value3, in setIntUniform()
595 long shaderBuilder, String uniformName, float value1, float value2, float value3, in nativeUpdateUniforms()
600 long shaderBuilder, String uniformName, int value1, int value2, int value3, in nativeUpdateUniforms()
H A DMesh.java216 @NonNull String uniformName, float value1, float value2, float value3) { in setFloatUniform()
232 @NonNull String uniformName, float value1, float value2, float value3, float value4) { in setFloatUniform()
250 String uniformName, float value1, float value2, float value3, float value4, int count) { in setFloatUniform()
304 public void setIntUniform(@NonNull String uniformName, int value1, int value2, int value3) { in setIntUniform()
320 @NonNull String uniformName, int value1, int value2, int value3, int value4) { in setIntUniform()
351 String uniformName, int value1, int value2, int value3, int value4, int count) { in setIntUniform()
378 float value2, float value3, float value4, int count); in nativeUpdateUniforms()
384 int value2, int value3, int value4, int count); in nativeUpdateUniforms()
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImmutableSparseArrayTest.java55 final Object value3 = new Object(); in testCloneWithPutOrSelf_appendingFromEmpty() local
111 final Object value3 = new Object(); in testCloneWithPutOrSelf_updateExistingValue() local
151 final Object value3 = new Object(); in testCloneWithRemoveOrSelf_firstItem() local
176 final Object value3 = new Object(); in testCloneWithRemoveOrSelf_lastItem() local
199 final Object value3 = new Object(); in testCloneWithRemoveOrSelf_middleItem() local
222 final Object value3 = new Object(); in testCloneWithRemoveOrSelf_nonExistentItem() local
241 final Object value3 = new Object(); in testForEach() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dipc_wait_test_helpers.hpp74 explicit notify_one_test(T value1, T value2, T value3) : in notify_one_test()
164 inline void test_notify_one(T value1, T value2, T value3) in test_notify_one()
289 void test_wait_notify_api(T value1, T value2, T value3, boost::true_type) in test_wait_notify_api()
297 inline void test_wait_notify_api(T value1, T value2, T value3, boost::false_type) in test_wait_notify_api()
303 inline void test_wait_notify_api(T value1, T value2, T value3) in test_wait_notify_api()
Dwait_test_helpers.hpp71 explicit notify_one_test(T value1, T value2, T value3) : in notify_one_test()
152 inline void test_notify_one(T value1, T value2, T value3) in test_notify_one()
274 void test_wait_notify_api(T value1, T value2, T value3) in test_wait_notify_api()
/aosp_15_r20/external/javassist/src/test/test3/
H A DEmptyConstructor.java14 public int value3; field in EmptyConstructor3
21 public int value3; field in EmptyConstructor4
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/async/
DFutures2.java45 ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception; in apply()
59 TResult apply(T1 value1, T2 value2, T3 value3); in apply()
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
H A DTestVoteResolver.java179 String value3 = VoteResolver.reviseInheritanceAsNeeded(path, anyOtherValue, cldrFile); in testSamePath() local
196 String value3 = VoteResolver.reviseInheritanceAsNeeded(path, anyOtherValue, cldrFile); in testDifferentPath() local
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestDateTimeBuilderCombinations.java80 …TemporalField field3, Number value3, TemporalField field4, Number value4, TemporalQuery<?> query, … in test_derive()
117 TemporalField field3, Number value3, TemporalField query, Number expectedVal) { in test_normalized()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeRuntimeShader.java191 float value3, in nativeUpdateUniforms()
209 int value3, in nativeUpdateUniforms()
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dnested-template.cpp49 static Y value3; member
89 Y Outer<X>::Inner1<Y>::ReallyInner::value3 = Y(); member in Outer<X>::Inner1<Y>::ReallyInner
/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
H A DFrame.java294 V value3; in execute() local
654 V value3 = pop(); in executeDupX2() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DRuntimeXfermode.cpp63 jfloat value3, jfloat value4, jint count) { in RuntimeXfermode_updateFloatUniforms()
80 jint value3, jint value4, jint count) { in RuntimeXfermode_updateIntUniforms()
H A DColorFilter.cpp125 jfloat value2, jfloat value3, jfloat value4, in RuntimeColorFilter_updateUniformsFloats()
148 jint value3, jint value4, jint count) { in RuntimeColorFilter_updateUniformsInts()
H A Dandroid_graphics_Mesh.cpp130 jfloat value1, jfloat value2, jfloat value3, jfloat value4, in updateFloatUniforms()
162 jint value1, jint value2, jint value3, jint value4, jint count) { in updateIntUniforms()
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDasm-analysis-8.0.1.jarMETA-INF/ META-INF/MANIFEST.MF module-info.class <Unknown> ...
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DEndianUtils.java126 final int value3 = read(input); in readSwappedInteger() local
208 final int value3 = read(input); in readSwappedUnsignedInteger() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/ow2/asm/asm-analysis/9.6/
HDasm-analysis-9.6.jarMETA-INF/ META-INF/MANIFEST.MF module-info.class <Unknown> ...
/aosp_15_r20/out/soong/.intermediates/external/ow2-asm/ow2-asm-analysis/linux_glibc_common/local-javac-header/
Dow2-asm-analysis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/ow2-asm/ow2-asm-analysis/linux_glibc_common/javac/
Dow2-asm-analysis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/ ...
/aosp_15_r20/prebuilts/misc/common/asm/
HDasm-analysis-9.6.jarMETA-INF/ META-INF/MANIFEST.MF module-info.class <Unknown> ...
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DSymbolTable.java1368 final int tag, final String value1, final String value2, final int value3) { in hash()
1373 final int tag, final String value1, final String value2, final String value3) { in hash()
1381 final String value3, in hash()
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/
H A DTCKDateTimeParseResolver.java223 …lField field1, long value1, TemporalField field2, long value2, TemporalField field3, long value3) { in test_resolveThreeNoChange()
238 assertEquals(accessor.getLong(field3), value3); in test_resolveThreeNoChange() local
506 TemporalField field3, long value3, in test_resolveThreeToDate()
537 TemporalField field3, long value3, in test_resolveFourToDate()

12345678910>>...20