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

  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 52 descriptor = mVpnService.new Builder().addAddress("8.8.8.8", 30).establish();
  /frameworks/base/core/java/android/net/
VpnService.java 325 public Builder addAddress(InetAddress address, int prefixLength) {
342 * @see #addAddress(InetAddress, int)
344 public Builder addAddress(String address, int prefixLength) {
345 return addAddress(InetAddress.parseNumericAddress(address), prefixLength);
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 306 builder.addAddress(fields[1], Integer.parseInt(fields[2]));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 221 /// addAddress - Add an address attribute to a die based on the location
223 void addAddress(DIE *Die, unsigned Attribute,
DwarfCompileUnit.cpp 243 addAddress(Die, dwarf::DW_AT_location, Location);
276 /// addAddress - Add an address attribute to a die based on the location
278 void CompileUnit::addAddress(DIE *Die, unsigned Attribute,
    [all...]
DwarfDebug.cpp 356 SPCU->addAddress(SPDie, dwarf::DW_AT_frame_base, Location);
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 782 cachedInfo.addAddress(address);
792 cachedInfo.addAddress(address);
    [all...]
DNSRecord.java 209 info.addAddress((Inet4Address) _addr);
254 info.addAddress((Inet6Address) _addr);
    [all...]
ServiceInfoImpl.java 484 void addAddress(Inet4Address addr) {
492 void addAddress(Inet6Address addr) {
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 583 milliseconds