HomeSort by relevance Sort by last modified time
    Searched refs:getAddress (Results 51 - 75 of 1021) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OddSpacer.java 43 return (getAddress() & 1);
PositionList.java 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
179 public int getAddress() {
  /dalvik/dx/src/com/android/dx/dex/code/
OddSpacer.java 44 return (getAddress() & 1);
LocalList.java 210 public int getAddress() {
352 state.snapshot(insn.getAddress(), snapshot);
355 state.startLocal(insn.getAddress(), local);
402 Integer.toHexString(e.getAddress()) + ": got " +
410 Integer.toHexString(e.getAddress()));
413 int addr = e.getAddress();
418 if (test.getAddress() != addr) {
610 if (endEntry.getAddress() == address) {
760 if (entry.getAddress() != address) {
801 if (entry.getAddress() == address)
    [all...]
PositionList.java 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
179 public int getAddress() {
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScanResultAdapter.java 61 return mArrayList.get(position).getDevice().getAddress().hashCode();
83 deviceAddressView.setText(scanResult.getDevice().getAddress());
95 if (mArrayList.get(i).getDevice().getAddress().equals(address)) {
110 int existingPosition = getPosition(scanResult.getDevice().getAddress());
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScanResultAdapter.java 61 return mArrayList.get(position).getDevice().getAddress().hashCode();
83 deviceAddressView.setText(scanResult.getDevice().getAddress());
95 if (mArrayList.get(i).getDevice().getAddress().equals(address)) {
110 int existingPosition = getPosition(scanResult.getDevice().getAddress());
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
ScanResultAdapter.java 61 return mArrayList.get(position).getDevice().getAddress().hashCode();
83 deviceAddressView.setText(scanResult.getDevice().getAddress());
95 if (mArrayList.get(i).getDevice().getAddress().equals(address)) {
110 int existingPosition = getPosition(scanResult.getDevice().getAddress());
  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
IntrinsicInst.cpp 56 Value *DbgDeclareInst::getAddress() const {
  /frameworks/base/core/java/android/net/
LinkAddress.java 105 byte[] bytes = address.getAddress();
178 this(interfaceAddress.getAddress(),
265 public InetAddress getAddress() {
327 dest.writeByteArray(address.getAddress());
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsControllerTestBase.java 109 public String getAddress() {
145 mDevice = mBluetoothAdapter.getRemoteDevice(config.getAddress());
147 when(mCachedDevice.getAddress()).thenReturn(config.getAddress());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryPreferenceFragment.java 70 if (currentTargetAddress.equalsIgnoreCase(bt.getAddress()) &&
73 } else if (cancelledAddress.equalsIgnoreCase(bt.getAddress())) {
76 preference.setSummary(bt.getAddress());
78 preference.setKey(bt.getAddress());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
  /packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java 235 if (devInfo.mBluetoothDevice.getAddress().equals(device.getAddress())) {
257 if (devInfo.mBluetoothDevice.getAddress().equals(device.getAddress())) {
277 if (devInfo.mBluetoothDevice.getAddress().equals(device.getAddress())) {
349 if (dev.getAddress().equals(device.getAddress())) {
377 if (dev.getAddress().equals(device.getAddress())) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PServedUser.java 153 return this.getAddress().equals(((PServedUser) other).getAddress());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothDiscoveryHelper.java 61 mListener.addDevice(device.getName(), device.getAddress());
78 mListener.addBondedDevice(device.getName(), device.getAddress());

Completed in 2036 milliseconds

1 23 4 5 6 7 8 91011>>