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

  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 153 AutoCloseInputStream in1 = new AutoCloseInputStream(pf); local
155 assertEquals(0, in1.read());
157 in1.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 142 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); local
143 in1.setFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
144 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
145 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
147 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
149 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
152 this.startActivity(in1);
BluetoothOppReceiver.java 80 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); local
81 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
82 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
84 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
86 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
89 in1.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
90 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...]
  /libcore/luni/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetEncoderTest.java 196 CharBuffer in1 = CharBuffer.wrap("\ud800"); local
200 CoderResult result = encoder.encode(in1, out, false);
  /frameworks/base/services/audioflinger/
AudioMixer.cpp 1117 int16_t const *in1; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
nccbtst.c 1697 in1[]={ 0xfe, 0xff, 0x4e, 0x00, 0xfe, 0xff }, local
1733 in1[]={ 0x00, 0x00, 0xfe, 0xff, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x00, 0xfe, 0xff }, local
    [all...]
nucnvtst.c 2001 static const uint8_t in1[]={ local
2171 static const uint8_t in1[]={ local
2391 static const uint16_t in1[] = { local
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 1716 in1[]={ 0xfe, 0xff, 0x4e, 0x00, 0xfe, 0xff }, local
1752 in1[]={ 0x00, 0x00, 0xfe, 0xff, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x00, 0xfe, 0xff }, local
    [all...]
nucnvtst.c 2036 static const uint8_t in1[]={ local
2204 static const uint8_t in1[]={ local
2424 static const uint16_t in1[] = { local
    [all...]
  /external/v8/src/
heap.cc 4175 uint32_t in1 = 0xffffffffu; \/\/ generated by the FPU. local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 1097 milliseconds