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

12 3 4 5 6 7 8 91011>>

  /hardware/marvell/bt/libbt-vendor/
Android.mk 5 BDROID_DIR := $(TOP_DIR)system/bt
  /hardware/qcom/bt/msm8992/libbt-vendor/
Android.mk 23 BDROID_DIR:= system/bt
33 # if read from bt nv
47 $(TARGET_OUT_HEADERS)/bt/hci_qcomm_init
63 # if read from bt nv
  /hardware/qcom/bt/msm8996/libbt-vendor/
Android.mk 23 BDROID_DIR:= system/bt
33 # if read from bt nv
47 $(TARGET_OUT_HEADERS)/bt/hci_qcomm_init
63 # if read from bt nv
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarToggleTest.py 21 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
22 from acts.test_utils.bt import bt_test_utils
  /external/compiler-rt/test/builtins/Unit/
addvti3_test.c 33 twords bt; local
34 bt.all = b;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
cmpti2_test.c 32 twords bt; local
33 bt.all = b;
35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
ucmpti2_test.c 32 utwords bt; local
33 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
multi3_test.c 28 twords bt; local
29 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BytesDictionaryMatcher.java 44 BytesTrie bt = new BytesTrie(characters, 0); local
49 Result result = bt.first(transform(c));
57 values[count] = bt.getValue();
78 result = bt.next(transform(c));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-1.s 7 bt externsym1 ! { dg-error "undefined symbol" }
  /external/clang/test/CodeGenCXX/
debug-info.cpp 163 typedef b bt; typedef in namespace:pr16214
167 bt *b_ptr_inst;
168 const bt *b_cnst_ptr_inst;
  /hardware/ti/omap4-aah/
heaptracker.c 48 intptr_t bt[MAX_BACKTRACE_DEPTH]; member in struct:hdr
99 void print_backtrace(const intptr_t *bt, int depth)
105 if (!bt) {
107 bt = self_bt;
112 mi = pc_to_mapinfo(milist, bt[cnt], &rel_pc);
114 mi ? rel_pc : bt[cnt],
280 print_backtrace(hdr->bt, hdr->bt_depth);
354 hdr->bt, MAX_BACKTRACE_DEPTH);
370 intptr_t bt[MAX_BACKTRACE_DEPTH]; local
372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH)
418 intptr_t bt[MAX_BACKTRACE_DEPTH]; local
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 48 intptr_t bt[MAX_BACKTRACE_DEPTH]; member in struct:hdr
99 void print_backtrace(const intptr_t *bt, int depth)
105 if (!bt) {
107 bt = self_bt;
112 mi = pc_to_mapinfo(milist, bt[cnt], &rel_pc);
114 mi ? rel_pc : bt[cnt],
280 print_backtrace(hdr->bt, hdr->bt_depth);
354 hdr->bt, MAX_BACKTRACE_DEPTH);
370 intptr_t bt[MAX_BACKTRACE_DEPTH]; local
372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH)
418 intptr_t bt[MAX_BACKTRACE_DEPTH]; local
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 422 Int64BinopTester bt(&m);
423 Node* add = m.Int64AddWithOverflow(bt.param0, bt.param1);
427 bt.AddReturn(ovf);
432 CHECK_EQ(expected_ovf, bt.call(*i, *j));
488 Int64BinopTester bt(&m);
489 Node* add = m.Int64AddWithOverflow(bt.param0, bt.param1);
493 bt.AddReturn(m.Int64Constant(constant));
497 bt.AddReturn(truncated)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryPreferenceFragment.java 64 for (BluetoothDevice bt : devices) {
66 if (currentTargetAddress.equalsIgnoreCase(bt.getAddress()) &&
69 } else if (cancelledAddress.equalsIgnoreCase(bt.getAddress())) {
72 preference.setSummary(bt.getAddress());
74 preference.setKey(bt.getAddress());
75 preference.setTitle(bt.getName());
76 preference.setIcon(getDeviceDrawable(bt));
  /tools/test/connectivity/acts/tests/google/bt/system_tests/
RfcommStressTest.py 26 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
27 from acts.test_utils.bt.bt_test_utils import reset_bluetooth
28 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
29 from acts.test_utils.bt.bt_test_utils import get_bt_mac_address
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
  /tools/test/connectivity/acts/tests/google/ble/scan/
BleBackgroundScanTest.py 22 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
23 from acts.test_utils.bt.BleEnum import BluetoothAdapterState
24 from acts.test_utils.bt.bt_test_utils import bluetooth_off
25 from acts.test_utils.bt.bt_test_utils import bluetooth_on
26 from acts.test_utils.bt.bt_test_utils import cleanup_scanners_and_advertisers
27 from acts.test_utils.bt.bt_test_utils import log_energy_info
28 from acts.test_utils.bt.bt_test_utils import generate_ble_advertise_objects
29 from acts.test_utils.bt.bt_test_utils import generate_ble_scan_objects
30 from acts.test_utils.bt.bt_test_utils import get_advanced_droid_list
31 from acts.test_utils.bt.bt_test_utils import scan_resul
    [all...]
BleOnLostOnFoundTest.py 21 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
22 from acts.test_utils.bt.BleEnum import AdvertiseSettingsAdvertiseMode
23 from acts.test_utils.bt.BleEnum import ScanSettingsCallbackType
24 from acts.test_utils.bt.BleEnum import ScanSettingsMatchMode
25 from acts.test_utils.bt.BleEnum import ScanSettingsMatchNum
26 from acts.test_utils.bt.BleEnum import ScanSettingsScanMode
27 from acts.test_utils.bt.bt_test_utils import adv_succ
28 from acts.test_utils.bt.bt_test_utils import cleanup_scanners_and_advertisers
29 from acts.test_utils.bt.bt_test_utils import get_advanced_droid_list
30 from acts.test_utils.bt.bt_test_utils import log_energy_inf
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/api/
GattApiTest.py 21 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
22 from acts.test_utils.bt.bt_test_utils import log_energy_info
23 from acts.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test
  /tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.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 ScanSettingsScanMode
28 from acts.test_utils.bt.bt_test_utils import adv_succ
29 from acts.test_utils.bt.bt_test_utils import batch_scan_result
30 from acts.test_utils.bt.bt_test_utils import scan_result
31 from acts.test_utils.bt.bt_test_utils import generate_ble_advertise_objects
32 from acts.test_utils.bt.bt_test_utils import generate_ble_scan_objects
33 from acts.test_utils.bt.bt_test_utils import log_energy_info
34 from acts.test_utils.bt.bt_test_utils import reset_bluetoot
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleOnLostOnFoundStressTest.py 24 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
25 from acts.test_utils.bt.BleEnum import AdvertiseSettingsAdvertiseMode
26 from acts.test_utils.bt.BleEnum import ScanSettingsCallbackType
27 from acts.test_utils.bt.BleEnum import ScanSettingsScanMode
28 from acts.test_utils.bt.BleEnum import ScanSettingsMatchMode
29 from acts.test_utils.bt.BleEnum import ScanSettingsMatchNum
30 from acts.test_utils.bt.bt_test_utils import cleanup_scanners_and_advertisers
31 from acts.test_utils.bt.bt_test_utils import get_advanced_droid_list
32 from acts.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection
33 from acts.test_utils.bt.bt_test_utils import reset_bluetoot
    [all...]
  /device/linaro/hikey/wpan/bluedroid_wilink/
Android.mk 21 LOCAL_C_INCLUDES := system/bt/hci/include hardware/libhardware/include
  /external/testng/src/test/java/test/configuration/
SingleConfigurationTest.java 32 public void bt() { method in class:SingleConfigurationTest
  /external/testng/src/test/java/test/hook/
BaseConfigurable.java 25 public void bt() { method in class:BaseConfigurable
  /hardware/qcom/bt/msm8960/libbt-vendor/
Android.mk 23 BDROID_DIR:= system/bt

Completed in 670 milliseconds

12 3 4 5 6 7 8 91011>>