/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | RouteSelectorTest.java | 110 Address address = httpAddress(); in singleRoute() local 115 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); in singleRoute() local 127 Address address = httpAddress(); in singleRouteReturnsFailedRoute() local 135 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); in singleRouteReturnsFailedRoute() local 145 Address address = new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, in explicitProxyTriesThatProxysAddressesOnly() local 152 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local 153 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local 161 Address address = new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, in explicitDirectProxy() local 168 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); in explicitDirectProxy() local 169 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort); in explicitDirectProxy() local [all …]
|
/external/sfntly/cpp/src/sfntly/port/ |
D | atomic.h | 24 static inline size_t AtomicIncrement(size_t* address) { in AtomicIncrement() 32 static inline size_t AtomicDecrement(size_t* address) { in AtomicDecrement() 44 static inline size_t AtomicIncrement(size_t* address) { in AtomicIncrement() 48 static inline size_t AtomicDecrement(size_t* address) { in AtomicDecrement() 61 static inline size_t AtomicIncrement(size_t* address) { in AtomicIncrement() 65 static inline size_t AtomicDecrement(size_t* address) { in AtomicDecrement()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | HeaderFactoryExt.java | 64 public ReferredByHeader createReferredByHeader(Address address); in createReferredByHeader() 97 public PAssertedIdentityHeader createPAssertedIdentityHeader(Address address) in createPAssertedIdentityHeader() 121 public PCalledPartyIDHeader createPCalledPartyIDHeader(Address address); in createPCalledPartyIDHeader() 157 public PPreferredIdentityHeader createPPreferredIdentityHeader(Address address); in createPPreferredIdentityHeader() 172 public PathHeader createPathHeader(Address address); in createPathHeader() 189 public ServiceRouteHeader createServiceRouteHeader(Address address); in createServiceRouteHeader() 250 public PProfileKeyHeader createPProfileKeyHeader(Address address); in createPProfileKeyHeader() 256 public PServedUserHeader createPServedUserHeader(Address address); in createPServedUserHeader()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | IPAddress.java | 13 String address) in isValid() 26 String address) in isValidWithNetMask() 39 String address) in isValidIPv4() 80 String address) in isValidIPv4WithNetmask() 90 String address) in isValidIPv6WithNetmask() 121 String address) in isValidIPv6()
|
/external/google-breakpad/src/common/ |
D | dwarf_cfi_to_module.cc | 145 bool DwarfCFIToModule::Entry(size_t offset, uint64 address, uint64 length, in Entry() 192 void DwarfCFIToModule::Record(Module::Address address, int reg, in Record() 212 bool DwarfCFIToModule::UndefinedRule(uint64 address, int reg) { in UndefinedRule() 218 bool DwarfCFIToModule::SameValueRule(uint64 address, int reg) { in SameValueRule() 225 bool DwarfCFIToModule::OffsetRule(uint64 address, int reg, in OffsetRule() 233 bool DwarfCFIToModule::ValOffsetRule(uint64 address, int reg, in ValOffsetRule() 241 bool DwarfCFIToModule::RegisterRule(uint64 address, int reg, in RegisterRule() 249 bool DwarfCFIToModule::ExpressionRule(uint64 address, int reg, in ExpressionRule() 256 bool DwarfCFIToModule::ValExpressionRule(uint64 address, int reg, in ValExpressionRule()
|
D | stabs_to_module.cc | 68 bool StabsToModule::StartCompilationUnit(const char *name, uint64_t address, in StartCompilationUnit() 79 bool StabsToModule::EndCompilationUnit(uint64_t address) { in EndCompilationUnit() 91 uint64_t address) { in StartFunction() 101 bool StabsToModule::EndFunction(uint64_t address) { in EndFunction() 117 bool StabsToModule::Line(uint64_t address, const char *name, int number) { in Line() 133 bool StabsToModule::Extern(const string &name, uint64_t address) { in Extern()
|
D | stabs_reader.h | 181 uint64_t address; member 275 virtual bool StartCompilationUnit(const char *filename, uint64_t address, in StartCompilationUnit() 284 virtual bool EndCompilationUnit(uint64_t address) { return true; } in EndCompilationUnit() 296 virtual bool StartFunction(const string &name, uint64_t address) { in StartFunction() 304 virtual bool EndFunction(uint64_t address) { return true; } in EndFunction() 309 virtual bool Line(uint64_t address, const char *filename, int number) { in Line() 315 virtual bool Extern(const string &name, uint64_t address) { in Extern()
|
/external/deqp/framework/delibs/deutil/ |
D | deSocket.c | 88 deBool deSocketAddress_setFamily (deSocketAddress* address, deSocketFamily family) in deSocketAddress_setFamily() 94 deSocketFamily deSocketAddress_getFamily (const deSocketAddress* address) in deSocketAddress_getFamily() 99 void deSocketAddress_destroy (deSocketAddress* address) in deSocketAddress_destroy() 105 deBool deSocketAddress_setPort (deSocketAddress* address, int port) in deSocketAddress_setPort() 111 int deSocketAddress_getPort (const deSocketAddress* address) in deSocketAddress_getPort() 116 deBool deSocketAddress_setHost (deSocketAddress* address, const char* host) in deSocketAddress_setHost() 128 const char* deSocketAddress_getHost (const deSocketAddress* address) in deSocketAddress_getHost() 134 deBool deSocketAddress_setType (deSocketAddress* address, deSocketType type) in deSocketAddress_setType() 140 deSocketType deSocketAddress_getType (const deSocketAddress* address) in deSocketAddress_getType() 145 deBool deSocketAddress_setProtocol (deSocketAddress* address, deSocketProtocol protocol) in deSocketAddress_setProtocol() [all …]
|
/external/nist-sip/java/gov/nist/core/net/ |
D | NetworkLayer.java | 80 public Socket createSocket(InetAddress address, int port) throws IOException; in createSocket() 91 …public Socket createSocket(InetAddress address, int port, InetAddress localAddress) throws IOExcep… in createSocket() 109 public Socket createSocket(InetAddress address, int port, in createSocket() 121 public SSLSocket createSSLSocket(InetAddress address, int port) throws IOException; in createSSLSocket() 132 …public SSLSocket createSSLSocket(InetAddress address, int port, InetAddress localAddress) throws I… in createSSLSocket()
|
D | DefaultNetworkLayer.java | 74 public Socket createSocket(InetAddress address, int port) in createSocket() 105 public SSLSocket createSSLSocket(InetAddress address, int port) in createSSLSocket() 111 public SSLSocket createSSLSocket(InetAddress address, int port, in createSSLSocket() 117 public Socket createSocket(InetAddress address, int port, in createSocket() 141 public Socket createSocket(InetAddress address, int port, in createSocket()
|
D | SslNetworkLayer.java | 93 public Socket createSocket(InetAddress address, int port) in createSocket() 115 public SSLSocket createSSLSocket(InetAddress address, int port) in createSSLSocket() 121 public SSLSocket createSSLSocket(InetAddress address, int port, in createSSLSocket() 127 public Socket createSocket(InetAddress address, int port, in createSocket() 151 public Socket createSocket(InetAddress address, int port, in createSocket()
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver.cc | 191 MemAddr address = frame->instruction - frame->module->base_address(); in LookupAddress() local 230 MemAddr address = frame->instruction - frame->module->base_address(); in FindWindowsFrameInfo() local 279 MemAddr address = frame->instruction - frame->module->base_address(); in FindCFIFrameInfo() local 323 uint64_t address; in ParseFunction() local 336 uint64_t address; in ParseLine() local 349 uint64_t address; in ParsePublicSymbol() local 448 MemAddr address = strtoul(address_field, NULL, 16); in ParseCFIFrameInfo() local 458 MemAddr address = strtoul(address_field, NULL, 16); in ParseCFIFrameInfo() local 491 bool SymbolParseHelper::ParseFunction(char *function_line, uint64_t *address, in ParseFunction() 526 bool SymbolParseHelper::ParseLine(char *line_line, uint64_t *address, in ParseLine() [all …]
|
D | stackwalker_unittest_utils.h | 67 bool GetMemoryAtAddress(uint64_t address, uint8_t *value) const { in GetMemoryAtAddress() 70 bool GetMemoryAtAddress(uint64_t address, uint16_t *value) const { in GetMemoryAtAddress() 73 bool GetMemoryAtAddress(uint64_t address, uint32_t *value) const { in GetMemoryAtAddress() 76 bool GetMemoryAtAddress(uint64_t address, uint64_t *value) const { in GetMemoryAtAddress() 87 bool GetMemoryLittleEndian(uint64_t address, ValueType *value) const { in GetMemoryLittleEndian() 139 const CodeModule *GetModuleForAddress(uint64_t address) const { in GetModuleForAddress()
|
D | basic_source_line_resolver_unittest.cc | 83 bool GetMemoryAtAddress(uint64_t address, uint8_t *value) const { in GetMemoryAtAddress() 87 bool GetMemoryAtAddress(uint64_t address, uint16_t *value) const { in GetMemoryAtAddress() 91 bool GetMemoryAtAddress(uint64_t address, uint32_t *value) const { in GetMemoryAtAddress() 102 bool GetMemoryAtAddress(uint64_t address, uint64_t *value) const { in GetMemoryAtAddress() 457 uint64_t address; in TEST() local 491 uint64_t address; in TEST() local 533 uint64_t address; in TEST() local 568 uint64_t address; in TEST() local 614 uint64_t address; in TEST() local 645 uint64_t address; in TEST() local
|
D | address_map-inl.h | 48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, in Store() 64 const AddressType &address, in Retrieve()
|
D | stackwalker_selftest.cc | 110 bool GetMemoryAtAddress(uint64_t address, uint8_t* value) const { in GetMemoryAtAddress() 112 bool GetMemoryAtAddress(uint64_t address, uint16_t* value) const { in GetMemoryAtAddress() 114 bool GetMemoryAtAddress(uint64_t address, uint32_t* value) const { in GetMemoryAtAddress() 116 bool GetMemoryAtAddress(uint64_t address, uint64_t* value) const { in GetMemoryAtAddress() 123 template<typename T> bool GetMemoryAtAddressInternal(uint64_t address, in GetMemoryAtAddressInternal()
|
/external/lldb/source/Core/ |
D | ValueObjectConstResult.cpp | 36 lldb::addr_t address) in Create() 47 lldb::addr_t address) : in ValueObjectConstResult() 67 lldb::addr_t address in Create() 81 lldb::addr_t address) : in ValueObjectConstResult() 111 lldb::addr_t address) in Create() 136 lldb::addr_t address) : in ValueObjectConstResult() 159 lldb::addr_t address, in Create() 174 lldb::addr_t address, in ValueObjectConstResult()
|
D | ValueObjectMemory.cpp | 39 const Address &address, in Create() 48 const Address &address, in Create() 56 const Address &address, in ValueObjectMemory() 92 const Address &address, in ValueObjectMemory()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowGeocoder.java | 46 Address address = makeAddress(); in getFromLocation() local 65 Address address = makeAddress(); in getFromLocationName() local 73 Address address = new Address(Locale.getDefault()); in makeAddress() local 87 …public void setSimulatedResponse(String address, String city, String state, String zip, String cou… in setSimulatedResponse() 138 private List<Address> oneElementList(Address address) { in oneElementList()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | LocalList.java | 122 private final int address; field in LocalList.Entry 141 public Entry(int address, Disposition disposition, RegisterSpec spec) { in Entry() 494 private void aboutToProcess(int address, int reg) { in aboutToProcess() 536 public void snapshot(int address, RegisterSpecSet specs) { in snapshot() 572 public void startLocal(int address, RegisterSpec startedLocal) { in startLocal() 695 public void endLocal(int address, RegisterSpec endedLocal) { in endLocal() 707 public void endLocal(int address, RegisterSpec endedLocal, in endLocal() 751 private boolean checkForEmptyRange(int address, in checkForEmptyRange() 849 private void add(int address, Disposition disposition, in add() 873 private void addOrUpdateEnd(int address, Disposition disposition, in addOrUpdateEnd()
|
/external/lzma/C/ |
D | Alloc.c | 38 void MyFree(void *address) in MyFree() 59 void MidFree(void *address) in MidFree() 115 void BigFree(void *address) in BigFree()
|
D | Alloc.h | 28 #define MidFree(address) MyFree(address) argument 30 #define BigFree(address) MyFree(address) argument
|
/external/nist-sip/java/gov/nist/core/ |
D | Host.java | 197 public void setHostAddress(String address) { in setHostAddress() 241 public void setAddress(String address) { in setAddress() 282 private boolean isIPv6Address(String address) { in isIPv6Address() 290 public static boolean isIPv6Reference(String address) { in isIPv6Reference()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | RouteSelector.java | 45 private final Address address; field in RouteSelector 66 private RouteSelector(Address address, URI uri, OkHttpClient client) { in RouteSelector() 76 public static RouteSelector get(Address address, Request request, OkHttpClient client) in get() 201 InetAddress address = socketAddress.getAddress(); in getHostString() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
D | AddressHeaderIms.java | 45 protected AddressImpl address; field in AddressHeaderIms 59 public void setAddress(Address address) { in setAddress()
|