HomeSort by relevance Sort by last modified time
    Searched defs:in1 (Results 1 - 15 of 15) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 143 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); local
144 in1.setFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
145 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
146 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
148 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
150 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
153 this.startActivity(in1);
BluetoothOppReceiver.java 77 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); local
78 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
79 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
81 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
83 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
86 in1.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
87 context.startActivity(in1);
  /external/bluetooth/bluez/sbc/
sbc_primitives_neon.c 301 int32_t *in0, *in1; local
314 * %[in1] - samples for shannel 1
325 "vld1.32 {d18, d19}, [%[in1], :128], %[inc]\n"
357 * %[in1] - value set by calc_scalefactors macro
360 "sub %[out1], %[in1], %[inc]\n"
362 "sub %[in1], %[in1], %[inc], asl #1\n"
364 "vld1.32 {d18, d19}, [%[in1], :128]\n"
380 "vst1.32 {d20, d21}, [%[in1], :128], %[inc]\n"
382 "vld1.32 {d18, d19}, [%[in1], :128]\n
    [all...]
  /external/clang/test/CodeGen/
mult-alt-generic.c 45 register int in1 = 1; local
47 asm("foo %1,%0" : "=r" (out0) : "<r" (in1));
49 asm("foo %1,%0" : "=r" (out0) : "r<" (in1));
56 register int in1 = 1; local
58 asm("foo %1,%0" : "=r" (out0) : ">r" (in1));
60 asm("foo %1,%0" : "=r" (out0) : "r>" (in1));
67 register int in1 = 1; local
69 asm("foo %1,%0" : "=r" (out0) : "r" (in1));
115 register int in1 = 1; local
117 asm("foo %1,%0" : "=r" (out0) : "g" (in1));
128 register int in1 = 1; local
178 register int in1 = 1; local
189 register int in1 = 1; local
200 register int in1 = 1; local
248 register int in1 = 1; local
261 register int in1 = 1; local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 224 AutoCloseInputStream in1 = new AutoCloseInputStream(pf); local
226 assertEquals(0, in1.read());
228 in1.close();
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetEncoderTest.java 159 CharBuffer in1 = CharBuffer.wrap("\ud800"); local
163 CoderResult result = encoder.encode(in1, out, false);
  /external/libyuv/files/source/
convert.cc 328 const uint8* in1 = src_y; local
339 out1[0] = in1[0];
341 out1[2] = in1[1];
352 in1 += 2;
355 in1 += 2 * src_stride_y - width;
368 mov eax, DWORD PTR [in1] ;1939.33
380 movdqu xmm3, XMMWORD PTR [eax] ;in1
382 punpcklbw xmm1, xmm6 ;in1, src_u, in1, src_v
392 punpckhbw xmm3, xmm6 ;in1, src_u, in1, src_v agai
    [all...]
  /frameworks/base/services/audioflinger/
AudioMixer.cpp 1140 int16_t const *in1; local
    [all...]
  /external/webp/src/dec/
dsp_sse2.c 49 __m128i in0, in1, in2, in3; local
52 in1 = _mm_loadl_epi64((__m128i*)&in[4]);
65 in1 = _mm_unpacklo_epi64(in1, inB1);
81 // c = MUL(in1, K2) - MUL(in3, K1) = MUL(in1, k2) - MUL(in3, k1) + in1 - in3
82 const __m128i c1 = _mm_mulhi_epi16(in1, k2);
84 const __m128i c3 = _mm_sub_epi16(in1, in3);
87 // d = MUL(in1, K1) + MUL(in3, K2) = MUL(in1, k1) + MUL(in3, k2) + in1 + in
    [all...]
  /external/webp/src/enc/
dsp_sse2.c 97 __m128i in0, in1, in2, in3; local
100 in1 = _mm_loadl_epi64((__m128i*)&in[4]);
113 in1 = _mm_unpacklo_epi64(in1, inB1);
129 // c = MUL(in1, K2) - MUL(in3, K1) = MUL(in1, k2) - MUL(in3, k1) + in1 - in3
130 const __m128i c1 = _mm_mulhi_epi16(in1, k2);
132 const __m128i c3 = _mm_sub_epi16(in1, in3);
135 // d = MUL(in1, K1) + MUL(in3, K2) = MUL(in1, k1) + MUL(in3, k2) + in1 + in
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 1715 in1[]={ 0xfe, 0xff, 0x4e, 0x00, 0xfe, 0xff }, local
1751 in1[]={ 0x00, 0x00, 0xfe, 0xff, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x00, 0xfe, 0xff }, local
    [all...]
nucnvtst.c 2046 static const uint8_t in1[]={ local
2214 static const uint8_t in1[]={ local
2434 static const uint16_t in1[] = { local
    [all...]
  /external/v8/src/
heap.cc 5814 uint32_t in1 = 0xffffffffu; \/\/ generated by the FPU. local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 7031 milliseconds