HomeSort by relevance Sort by last modified time
    Searched refs:bt (Results 76 - 100 of 513) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-sh-1.s 15 bt/s .L2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
registers.d 34 0+0064 <[^>]*> 06401ec4 movi bt,123
44 0+008c <[^>]*> 06401ec4 movi bt,123
  /tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py 22 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
23 from acts.test_utils.bt.bt_test_utils import reset_bluetooth
24 from acts.test_utils.bt.GattEnum import GattCharacteristic
25 from acts.test_utils.bt.GattEnum import GattDescriptor
26 from acts.test_utils.bt.GattEnum import GattService
27 from acts.test_utils.bt.GattEnum import MtuSize
28 from acts.test_utils.bt.GattEnum import GattCbStrings
29 from acts.test_utils.bt.bt_gatt_utils import disconnect_gatt_connection
30 from acts.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection
31 from acts.test_utils.bt.bt_gatt_utils import setup_gatt_characteristic
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/concurrency/
ConcurrentBleScanningTest.py 25 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
26 from acts.test_utils.bt.BleEnum import AdvertiseSettingsAdvertiseMode
27 from acts.test_utils.bt.BleEnum import ScanSettingsCallbackType
28 from acts.test_utils.bt.BleEnum import ScanSettingsScanMode
29 from acts.test_utils.bt.bt_test_utils import adv_succ
30 from acts.test_utils.bt.bt_test_utils import generate_ble_advertise_objects
31 from acts.test_utils.bt.bt_test_utils import get_advanced_droid_list
32 from acts.test_utils.bt.bt_test_utils import reset_bluetooth
33 from acts.test_utils.bt.bt_test_utils import scan_failed
34 from acts.test_utils.bt.bt_test_utils import scan_resul
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
mix-noexp-1.d 11 [ ]+0:[ ]+89 01 bt 6 <forw>
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_gatt_utils.py 18 from acts.test_utils.bt.bt_test_utils import get_mac_address_of_generic_advertisement
19 from acts.test_utils.bt.GattEnum import GattCbErr
20 from acts.test_utils.bt.GattEnum import GattCbStrings
21 from acts.test_utils.bt.GattEnum import GattConnectionState
22 from acts.test_utils.bt.GattEnum import GattCharacteristic
23 from acts.test_utils.bt.GattEnum import GattDescriptor
24 from acts.test_utils.bt.GattEnum import GattService
25 from acts.test_utils.bt.GattEnum import GattConnectionPriority
bt_test_utils.py 29 from acts.test_utils.bt.BleEnum import AdvertiseSettingsAdvertiseMode
30 from acts.test_utils.bt.BleEnum import ScanSettingsCallbackType
31 from acts.test_utils.bt.BleEnum import ScanSettingsMatchMode
32 from acts.test_utils.bt.BleEnum import ScanSettingsMatchNum
33 from acts.test_utils.bt.BleEnum import ScanSettingsScanResultType
34 from acts.test_utils.bt.BleEnum import ScanSettingsScanMode
35 from acts.test_utils.bt.BleEnum import ScanSettingsReportDelaySeconds
36 from acts.test_utils.bt.BleEnum import AdvertiseSettingsAdvertiseType
37 from acts.test_utils.bt.BleEnum import AdvertiseSettingsAdvertiseTxPower
38 from acts.test_utils.bt.BleEnum import ScanSettingsMatchNu
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/native/
BtNativeTest.py 20 from acts.test_utils.bt.native_bt_test_utils import setup_native_bluetooth
21 from acts.test_utils.bt.bt_test_utils import generate_id_by_size
63 self.log.info("Found BT address: {}".format(result))
  /tools/test/connectivity/acts/tests/google/bt/test_tools/
BtReconnectTest.py 19 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
20 from acts.test_utils.bt.bt_test_utils import *
59 self.log.info("Toggling BT state off...")
63 self.log.info("Toggling BT state on...")
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py 25 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
26 from acts.test_utils.bt.bt_test_utils import generate_ble_advertise_objects
27 from acts.test_utils.bt.bt_test_utils import generate_ble_scan_objects
28 from acts.test_utils.bt.bt_test_utils import get_advanced_droid_list
29 from acts.test_utils.bt.bt_test_utils import reset_bluetooth
30 from acts.test_utils.bt.bt_test_utils import scan_result
  /system/core/logd/
LogKlog.cpp 609 const char *bt, *et, *cp; local
611 bt = p;
614 bt = p + 6;
617 for(et = bt; taglen && *et && (*et != ':') && !isspace(*et); ++et, --taglen) {
631 tag = bt;
635 size = et - bt;
637 (*bt == *cp) && // ubber fast<strncmp> pair
638 fast<strncmp>(bt + 1, cp + 1, size - 1)) {
640 if (!fast<strncmp>(bt + size - 5, "_host", 5)
641 && !fast<strncmp>(bt + 1, cp + 1, size - 6))
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/system_tests/
RfcommLongevityTest.py 27 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
28 from acts.test_utils.bt.bt_test_utils import reset_bluetooth
29 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
30 from acts.test_utils.bt.bt_test_utils import rfcomm_accept
31 from acts.test_utils.bt.bt_test_utils import rfcomm_connect
32 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
33 from acts.test_utils.bt.bt_test_utils import write_read_verify_data
  /external/testng/src/main/java/org/testng/internal/annotations/
AnnotationHelper.java 60 IConfigurationAnnotation bt = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeTest.class); local
69 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
72 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
84 IConfigurationAnnotation bt = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeTest.class); local
93 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
96 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
104 IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag,
117 if (bt != null) {
119 finishInitialize(result, bt);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 104 BluetoothAdapter bt = BluetoothAdapter.getDefaultAdapter(); local
105 if(bt == null) {
118 rfcommSocket = bt.listenUsingRfcommOn(rfcommChannel);
121 l2capSocket = bt.listenUsingL2capOn(l2capPsm);
128 // Need to break out of this loop if BT is being turned off.
129 int state = bt.getState();
132 Log.w(STAG, "initServerSockets failed as BT is (being) turned off");
288 * Run until shutdown of BT.
  /development/ndk/platforms/android-21/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon2097
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon2098
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon55056
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon55057
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon55823
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon55824
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon56602
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon56603
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon57380
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon57381
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon58156
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon58157
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon58933
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon58934
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon59703
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon59704
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon60470
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon60471
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon61249
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon61250
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
videodev2.h 697 #define V4L2_DV_BT_BLANKING_WIDTH(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699 #define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
700 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) (bt->vfrontporch + bt->vsync + bt->vbackporch + bt->il_vfrontporch + bt->il_vsync + bt->il_vbackporch
706 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon62027
742 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon62028
    [all...]

Completed in 1406 milliseconds

1 2 34 5 6 7 8 91011>>