Searched refs:in2 (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect122 // in2 = "b"
123 public result_int reduce_my_half_half_0(short[] in1, short[] in2) {
131 // Verify that "in2" is non-null.
132 if (in2 == null) {
133 throw new RSIllegalArgumentException("Array \"in2\" is null!");
136 if (in1.length != in2.length) {
137 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
139 Allocation ain2 = Allocation.createSized(mRSLocal, __F16, in2.length);
141 ain2.copyFrom(in2);
186 // in2
[all...]
/frameworks/rs/
H A DrsCppUtils.h204 T rsMin(T in1, T in2) argument
206 if (in1 > in2) {
207 return in2;
213 T rsMax(T in1, T in2) { argument
214 if (in1 < in2) {
215 return in2;
/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp36 static void compound_helper(const char* in1, const char* in2, const char *in3, argument
41 pseudo.text(String16(String8(in2))) + \
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect264 // in2 = "in2"
265 public result_float reduce_dp_init(float[] in1, float[] in2) {
273 // Verify that "in2" is non-null.
274 if (in2 == null) {
275 throw new RSIllegalArgumentException("Array \"in2\" is null!");
278 if (in1.length != in2.length) {
279 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
281 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
283 ain2.copyFrom(in2);
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp39 static ::testing::AssertionResult compoundHelper(const char* in1, const char* in2, const char *in3, argument
45 pseudo.text(util::utf8ToUtf16(in2)) +
/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect269 // in2 = "in2"
270 public result_float reduce_dp(float[] in1, float[] in2) {
278 // Verify that "in2" is non-null.
279 if (in2 == null) {
280 throw new RSIllegalArgumentException("Array \"in2\" is null!");
283 if (in1.length != in2.length) {
284 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
286 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
288 ain2.copyFrom(in2);
[all...]
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect269 // in2 = "in2"
270 public result_float reduce_dp(float[] in1, float[] in2) {
278 // Verify that "in2" is non-null.
279 if (in2 == null) {
280 throw new RSIllegalArgumentException("Array \"in2\" is null!");
283 if (in1.length != in2.length) {
284 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
286 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
288 ain2.copyFrom(in2);
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1306 void eDiagonalInterpMC(uint8 *in1, uint8 *in2, int inpitch, argument
1464 if (((intptr_t)in2)&0x3)
1466 eCreateAlign(in2, inpitch, -2, &tmp_in[0][0], blkwidth, blkheight + 5);
1467 in2 = &tmp_in[2][0];
1477 for (j = 0; j < blkwidth; j += 4, in2 += 4)
1480 p_ref = in2;
1574 p_ref = in2 + i;
H A Davcenc_lib.h451 void eDiagonalInterpMC(uint8 *in1, uint8 *in2, int inpitch,
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_reduce.java823 private long sumgcd(final int in1[], final int in2[]) { argument
824 assertEquals("sumgcd input lengths", in1.length, in2.length);
828 int a = in1[i], b = in2[i];
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 852 milliseconds