HomeSort by relevance Sort by last modified time
    Searched refs:out4 (Results 1 - 18 of 18) sorted by null

  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 31 String out4 = mDevice.executeShellCommand(cmd2); local
32 assertOutputs(out3, out4);
  /external/chromium_org/chrome/browser/google_apis/
test_util.h 218 OutputParams(T1* out1, T2* out2, T3* out3, T4* out4)
219 : out1(out1), out2(out2), out3(out3), out4(out4) {}
223 T4* out4; member in struct:google_apis::test_util::internal::OutputParams
238 *output.out4 = CopyResultCallbackHelper<T4>::Move(&in4);
270 CreateCopyResultCallback(T1* out1, T2* out2, T3* out3, T4* out4) {
273 internal::OutputParams<T1, T2, T3, T4>(out1, out2, out3, out4));
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 88 INT32 out1, out2, out3, out4, out5; \
122 out4 = ((SRC_SAMPLE(10) + SRC_SAMPLE(-10)) * 306) \
126 out4 = out4 / 30000; \
128 out5 = out1 + out2 - out3 - out4; \
142 INT32 out1, out2, out3, out4, out5; \
177 out4 = ((SRC_SAMPLE(11) + SRC_SAMPLE(-11)) * 201); \
179 out4 = out4 / 30000; \
181 out5 = out1 - out2 + out3 - out4; \
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 200 final float out4 = cycleInterpolator.getInterpolation(0.375f); local
208 final float delta3 = out4 - out3;
209 final float delta4 = out5 - out4;
  /external/oprofile/module/ia64/
IA64syscallstub.h 100 mov out4 = in3; \
182 mov out4 = in4; \
  /external/chromium_org/ipc/
ipc_sync_message_unittest.cc 107 std::string* out3, bool* out4) {
114 *out4 = false;
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.c 250 long in4[4], out4[4]; local
257 inv_q_mult(q_temp1, q_temp2, out4);
258 memcpy(out, &out4[1], 3 * sizeof(long));
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-ia64.S 337 add out4=3,in0 };;
341 ld1 out1=[out4],4 };; // s0
345 ld1 out3=[out4],4 };; // s1
349 ld1 out5=[out4],4 };; // s2
353 ld1 out7=[out4] };; // s3
716 add out4=3,in0 };;
720 ld1 out1=[out4],4 };; // s0
724 ld1 out3=[out4],4 };; // s1
728 ld1 out5=[out4],4 };; // s2
732 ld1 out7=[out4] };; // s
    [all...]
  /external/openssl/crypto/aes/asm/
aes-ia64.S 337 add out4=3,in0 };;
341 ld1 out1=[out4],4 };; // s0
345 ld1 out3=[out4],4 };; // s1
349 ld1 out5=[out4],4 };; // s2
353 ld1 out7=[out4] };; // s3
716 add out4=3,in0 };;
720 ld1 out1=[out4],4 };; // s0
724 ld1 out3=[out4],4 };; // s1
728 ld1 out5=[out4],4 };; // s2
732 ld1 out7=[out4] };; // s
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 250 long in4[4], out4[4]; local
257 inv_q_mult(q_temp1, q_temp2, out4);
258 memcpy(out, &out4[1], 3 * sizeof(long));
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 1189 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
    [all...]
  /external/libffi/src/ia64/
unix.S 82 ld8 out4 = [in0], 16
  /external/v8/test/cctest/
test-regexp.cc 1137 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-ia64.S 95 #define M0_ out4
  /external/openssl/crypto/md5/asm/
md5-ia64.S 95 #define M0_ out4
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 1742 out4[]={ UTF16_LEAD(0x10203), UTF16_TRAIL(0x10203), 0xfffd, 0x4e00 }; local
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 1748 out4[]={ U16_LEAD(0x10203), U16_TRAIL(0x10203), 0xfffd, 0x4e00 }; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 325 out0, out1, out2, out3, out4, out5, out6, out7) \
349 out4 = _mm_unpacklo_epi64(tr1_1, tr1_5); \
356 out0, out1, out2, out3, out4, out5, out6, out7) \
372 out4 = out5 = out6 = out7 = zero; \
    [all...]

Completed in 1016 milliseconds