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

  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 54 descriptor = mVpnService.new Builder().addAddress("8.8.8.8", 30).establish();
IpSecManagerTunnelTest.java 651 tunnelIface.addAddress(localInner, innerPrefixLen);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
VpnTestActivity.java 105 descriptor = service.new Builder().addAddress("8.8.8.8", 30).establish();
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 69 builder.addAddress(address, prefixLength);
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 148 builder.addAddress(address, prefixLength);
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnConnection.java 317 builder.addAddress(fields[1], Integer.parseInt(fields[2]));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 229 void addAddress(DIE &Die, dwarf::Attribute Attribute,
DwarfCompileUnit.cpp 310 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
749 addAddress(Die, dwarf::DW_AT_location, Location);
753 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 182 /// addAddress - Add an address attribute to a die based on the location
184 void addAddress(DIE *Die, unsigned Attribute,
DwarfCompileUnit.cpp 207 addAddress(Die, dwarf::DW_AT_location, Location);
240 /// addAddress - Add an address attribute to a die based on the location
242 void CompileUnit::addAddress(DIE *Die, unsigned Attribute,
    [all...]
DwarfDebug.cpp 242 SPCU->addAddress(SPDie, dwarf::DW_AT_frame_base, Location);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 270 void addAddress(DIE &Die, dwarf::Attribute Attribute,
DwarfCompileUnit.cpp 338 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
    [all...]

Completed in 530 milliseconds