/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/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | atomic.hpp | 58 __device__ __forceinline__ int atomicAdd(int* address, int val) in atomicAdd() 63 __device__ __forceinline__ uint atomicAdd(uint* address, uint val) in atomicAdd() 68 __device__ __forceinline__ float atomicAdd(float* address, float val) in atomicAdd() 84 __device__ static double atomicAdd(double* address, double val) in atomicAdd() 104 __device__ __forceinline__ int atomicMin(int* address, int val) in atomicMin() 109 __device__ __forceinline__ uint atomicMin(uint* address, uint val) in atomicMin() 114 __device__ static float atomicMin(float* address, float val) in atomicMin() 132 __device__ static double atomicMin(double* address, double val) in atomicMin() 152 __device__ __forceinline__ int atomicMax(int* address, int val) in atomicMax() 157 __device__ __forceinline__ uint atomicMax(uint* address, uint val) in atomicMax() [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/libchrome/sandbox/win/src/ |
D | policy_engine_params.h | 99 ParameterSet(ArgType real_type, const void* address) in ParameterSet() 130 ParameterSetEx(const void* address) in ParameterSetEx() 137 ParameterSetEx(const void* address) in ParameterSetEx() 145 ParameterSetEx(const void* address) in ParameterSetEx() 152 ParameterSetEx(const void* address) in ParameterSetEx() 159 ParameterSetEx(const void* address) in ParameterSetEx() 166 ParameterSetEx(const void* address) in ParameterSetEx()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | IPAddress.java | 16 String address) in isValid() 29 String address) in isValidWithNetMask() 42 String address) in isValidIPv4() 83 String address) in isValidIPv4WithNetmask() 93 String address) in isValidIPv6WithNetmask() 124 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 | 89 deBool deSocketAddress_setFamily (deSocketAddress* address, deSocketFamily family) in deSocketAddress_setFamily() 95 deSocketFamily deSocketAddress_getFamily (const deSocketAddress* address) in deSocketAddress_getFamily() 100 void deSocketAddress_destroy (deSocketAddress* address) in deSocketAddress_destroy() 106 deBool deSocketAddress_setPort (deSocketAddress* address, int port) in deSocketAddress_setPort() 112 int deSocketAddress_getPort (const deSocketAddress* address) in deSocketAddress_getPort() 117 deBool deSocketAddress_setHost (deSocketAddress* address, const char* host) in deSocketAddress_setHost() 129 const char* deSocketAddress_getHost (const deSocketAddress* address) in deSocketAddress_getHost() 135 deBool deSocketAddress_setType (deSocketAddress* address, deSocketType type) in deSocketAddress_setType() 141 deSocketType deSocketAddress_getType (const deSocketAddress* address) in deSocketAddress_getType() 146 deBool deSocketAddress_setProtocol (deSocketAddress* address, deSocketProtocol protocol) in deSocketAddress_setProtocol() [all …]
|
/external/avahi/avahi-sharp/ |
D | AddressResolver.cs | 30 ResolverEvent revent, IntPtr address, in AddressResolverCallback() 38 private IPAddress address; field in Avahi.HostAddressArgs 50 public HostAddressArgs (string host, IPAddress address) in HostAddressArgs() 63 private IPAddress address; field in Avahi.AddressResolver 75 IntPtr address, LookupFlags flags, in avahi_address_resolver_new() 116 …public AddressResolver (Client client, IPAddress address) : this (client, -1, Protocol.Unspecified, in AddressResolver() 121 …public AddressResolver (Client client, int iface, Protocol proto, IPAddress address, LookupFlags f… in AddressResolver() 173 ResolverEvent revent, IntPtr address, in OnAddressResolverCallback()
|
/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
|
/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/autotest/server/cros/bluetooth/ |
D | bluetooth_device.py | 152 def add_device(self, address, address_type, action): argument 166 def remove_device(self, address, address_type): argument 238 def has_device(self, address): argument 250 def pair_legacy_device(self, address, pin, timeout): argument 266 def connect_device(self, address): argument 279 def device_is_connected(self, address): argument 290 def disconnect_device(self, address): argument
|
/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/autotest/client/cros/bluetooth/ |
D | bluetooth_device_xmlrpc_server.py | 402 def add_device(self, address, address_type, action): argument 417 def remove_device(self, address, address_type): argument 514 def has_device(self, address): argument 526 def _find_device(self, address): argument 610 def pair_legacy_device(self, address, pin, timeout): argument 666 def remove_device_object(self, address): argument 687 def connect_device(self, address): argument 709 def device_is_connected(self, address): argument 725 def disconnect_device(self, address): argument
|
/external/robolectric/v1/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/v8/src/base/platform/ |
D | platform-macos.cc | 187 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit() 192 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit() 197 bool VirtualMemory::Guard(void* address) { in Guard() 217 bool VirtualMemory::CommitRegion(void* address, in CommitRegion() 233 bool VirtualMemory::UncommitRegion(void* address, size_t size) { in UncommitRegion() 243 bool VirtualMemory::ReleaseRegion(void* address, size_t size) { in ReleaseRegion()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/ |
D | ExecDumpClient.java | 96 public ExecFileLoader dump(final String address, final int port) in dump() 112 public ExecFileLoader dump(final InetAddress address, final int port) in dump() 134 private Socket tryConnect(final InetAddress address, final int port) in tryConnect() 168 protected void onConnecting( in onConnecting()
|
/external/v8/src/ic/ |
D | ic-inl.h | 19 Address IC::address() const { in address() function 43 Code* IC::GetTargetAtAddress(Address address, Address constant_pool) { in GetTargetAtAddress() 54 void IC::SetTargetAtAddress(Address address, Code* target, in SetTargetAtAddress() 176 bool IC::AddressIsDeoptimizedCode(Isolate* isolate, Address address) { in AddressIsDeoptimizedCode()
|
/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()
|