HomeSort by relevance Sort by last modified time
    Searched full:getaddress (Results 51 - 75 of 470) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/unittests/Support/
DataExtractorTest.cpp 42 EXPECT_EQ(0x8090FFFF80000000ULL, DE.getAddress(&offset));
64 EXPECT_EQ(0xFFFF9080U, DE.getAddress(&offset));
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PServedUser.java 153 return this.getAddress().equals(((PServedUser) other).getAddress());
AddressHeaderIms.java 51 public Address getAddress() {
  /frameworks/base/core/java/android/net/
InterfaceConfiguration.java 109 for (byte b : mAddr.getAddress().getAddress()) {
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 140 assertTrue(BluetoothAdapter.checkBluetoothAddress(adapter.getAddress()));
166 assertTrue(BluetoothAdapter.checkBluetoothAddress(device.getAddress()));
200 assertEquals("00:11:22:AA:BB:CC", device.getAddress());
204 assertEquals("01:02:03:04:05:06", device.getAddress());
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OddSpacer.java 43 return (getAddress() & 1);
LocalList.java 211 public int getAddress() {
353 state.snapshot(insn.getAddress(), snapshot);
356 state.startLocal(insn.getAddress(), local);
359 state.endLocal(insn.getAddress(), local);
406 Integer.toHexString(e.getAddress()) + ": got " +
414 Integer.toHexString(e.getAddress()));
417 int addr = e.getAddress();
422 if (test.getAddress() != addr) {
614 if (endEntry.getAddress() == address) {
764 if (entry.getAddress() != address)
    [all...]
  /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);
358 state.endLocal(insn.getAddress(), local);
405 Integer.toHexString(e.getAddress()) + ": got " +
413 Integer.toHexString(e.getAddress()));
416 int addr = e.getAddress();
421 if (test.getAddress() != addr) {
613 if (endEntry.getAddress() == address) {
763 if (entry.getAddress() != address)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc 196 DVLOG(1) << "Ignoring event for adapter " << adapter->GetAddress();
205 DVLOG(1) << "Ignoring event for adapter " << adapter->GetAddress();
214 DVLOG(1) << "Ignoring event for adapter " << adapter->GetAddress();
231 DVLOG(1) << "Ignoring event for adapter " << adapter->GetAddress();
  /external/chromium_org/chrome/browser/usb/
usb_interface.h 55 int GetAddress() const;
  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 28 virtual std::string GetAddress() const OVERRIDE;
bluetooth_service_record_mac.mm 53 [device_ getAddress]));
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OddSpacer.java 44 return (getAddress() & 1);
LocalList.java 211 public int getAddress() {
353 state.snapshot(insn.getAddress(), snapshot);
356 state.startLocal(insn.getAddress(), local);
359 state.endLocal(insn.getAddress(), local);
406 Integer.toHexString(e.getAddress()) + ": got " +
414 Integer.toHexString(e.getAddress()));
417 int addr = e.getAddress();
422 if (test.getAddress() != addr) {
614 if (endEntry.getAddress() == address) {
764 if (entry.getAddress() != address)
    [all...]
  /external/smack/src/org/xbill/DNS/
ISDNRecord.java 73 getAddress() {
NSAPRecord.java 92 getAddress() {
X25Record.java 72 getAddress() {
  /external/stlport/test/eh/
SortClass.h 51 SortClass* GetAddress() const { return addr; }
test_algo.cpp 118 EH_ASSERT( p->GetAddress() > p[-1].GetAddress() );
164 || p->value() == p[-1].value() && p->GetAddress() > p[-1].GetAddress() );
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsRfcommTransport.java 76 return mSocket.getRemoteDevice().getAddress();
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 57 final String number = c.getAddress();
175 number = conn.getAddress();
185 // In cdma getAddress() is not always equals to getOrigDialString().
188 number = conn.getAddress();
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 202 lte.code_address.getAddress());
214 CatchTable.Entry entry = new CatchTable.Entry(from.getAddress(), to
215 .getAddress(), chl);
  /external/llvm/lib/Object/
Object.cpp 141 if (error_code ec = (*unwrap(SI))->getAddress(ret))
187 if (error_code ec = (*unwrap(SI))->getAddress(ret))
209 if (error_code ec = (*unwrap(RI))->getAddress(ret))

Completed in 600 milliseconds

1 23 4 5 6 7 8 91011>>