/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | RouteSelectorTest.java | 82 Address address = httpAddress(); in singleRoute() local 87 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRoute() local 99 Address address = httpAddress(); in singleRouteReturnsFailedRoute() local 107 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRouteReturnsFailedRoute() local 117 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, in explicitProxyTriesThatProxysAddressesOnly() local 123 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local 124 assertRoute(routeSelector.next(), address, proxyA, dns.address(1), proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local 132 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, in explicitDirectProxy() local 138 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in explicitDirectProxy() local 139 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | IPAddress.java | 18 String address) in isValid() 31 String address) in isValidWithNetMask() 44 String address) in isValidIPv4() 85 String address) in isValidIPv4WithNetmask() 95 String address) in isValidIPv6WithNetmask() 126 String address) in isValidIPv6()
|
/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/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/google-breakpad/src/common/ |
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 | 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_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/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 | 305 def add_device(self, address, address_type, action): argument 319 def remove_device(self, address, address_type): argument 373 def get_device_properties(self, address): argument 450 def has_device(self, address): argument 462 def device_is_paired(self, address): argument 473 def device_services_resolved(self, address): argument 484 def set_trusted(self, address, trusted=True): argument 496 def pair_legacy_device(self, address, pin, trusted, timeout): argument 513 def remove_device_object(self, address): argument 527 def connect_device(self, address): argument [all …]
|
/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/v8/src/base/ |
D | page-allocator.cc | 41 void* PageAllocator::AllocatePages(void* address, size_t size, size_t alignment, in AllocatePages() 47 bool PageAllocator::FreePages(void* address, size_t size) { in FreePages() 51 bool PageAllocator::ReleasePages(void* address, size_t size, size_t new_size) { in ReleasePages() 57 bool PageAllocator::SetPermissions(void* address, size_t size, in SetPermissions()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | connection.py | 98 def address_type(address): argument 124 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument 157 address = property(lambda self: self._listener._address) variable in Listener 161 def Client(address, family=None, authkey=None): argument 251 def __init__(self, address, family, backlog=1): argument 297 def SocketClient(address): argument 335 def __init__(self, address, backlog=None): argument 375 def _finalize_pipe_listener(queue, address): argument 380 def PipeClient(address): argument
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator.cc | 115 void* AllocPages(void* address, in AllocPages() 184 void FreePages(void* address, size_t length) { in FreePages() 197 void SetSystemPagesInaccessible(void* address, size_t length) { in SetSystemPagesInaccessible() 208 bool SetSystemPagesAccessible(void* address, size_t length) { in SetSystemPagesAccessible() 217 void DecommitSystemPages(void* address, size_t length) { in DecommitSystemPages() 233 void RecommitSystemPages(void* address, size_t length) { in RecommitSystemPages() 242 void DiscardSystemPages(void* address, size_t length) { in DiscardSystemPages()
|
/external/u-boot/arch/arc/lib/ |
D | interrupts.c | 83 void do_memory_error(unsigned long address, struct pt_regs *regs) in do_memory_error() 89 void do_instruction_error(unsigned long address, struct pt_regs *regs) in do_instruction_error() 95 void do_machine_check_fault(unsigned long address, struct pt_regs *regs) in do_machine_check_fault() 119 void do_tlb_prot_violation(unsigned long address, struct pt_regs *regs) in do_tlb_prot_violation() 151 void do_divzero(unsigned long address, struct pt_regs *regs) in do_divzero() 163 void do_maligned(unsigned long address, struct pt_regs *regs) in do_maligned()
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 59 void* address = self->next->alloc_function(self->next, size, context); in AllocFn() local 68 void* address = in AllocZeroInitializedFn() local 79 void* address = in AllocAlignedFn() local 86 void* address, in ReallocFn() 96 void FreeFn(const AllocatorDispatch* self, void* address, void* context) { in FreeFn() 102 void* address, in GetSizeEstimateFn() 132 void* address, in FreeDefiniteSizeFn() 152 void PartitionAllocHook(void* address, size_t size, const char*) { in PartitionAllocHook() 156 void PartitionFreeHook(void* address) { in PartitionFreeHook() 289 void SamplingHeapProfiler::RecordAlloc(void* address, in RecordAlloc() [all …]
|
/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 …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowDateIntervalFormat.java | 17 private static long address; field in ShadowDateIntervalFormat 28 public static void destroyDateIntervalFormat(long address) { in destroyDateIntervalFormat() 34 public static String formatDateInterval(long address, long fromDate, long toDate) { in formatDateInterval()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | custom_call_target_registry.h | 53 explicit RegisterCustomCallTarget(const std::string& name, void* address) { in RegisterCustomCallTarget() 60 #define REGISTER_CUSTOM_CALL_TARGET_WITH_SYM_HELPER(symbol, address, counter) \ argument 65 #define REGISTER_CUSTOM_CALL_TARGET_WITH_SYM(symbol, address) \ argument
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_device_xmlrpc_server.py | 607 def add_device(self, address, address_type, action): argument 622 def remove_device(self, address, address_type): argument 681 def get_device_by_address(self, address): argument 765 def has_device(self, address): argument 789 def _find_device(self, address): argument 810 def _get_device_path(self, address): argument 879 def device_is_paired(self, address): argument 953 def set_trusted(self, address, trusted=True): argument 973 def pair_legacy_device(self, address, pin, trusted, timeout=60): argument 1042 def remove_device_object(self, address): argument [all …]
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/ |
D | TransportBenchmark.java | 88 InetSocketAddress address = new InetSocketAddress("localhost", pickUnusedPort()); in setUp() local 97 LocalAddress address = new LocalAddress(name); in setUp() local 107 InetSocketAddress address = new InetSocketAddress("localhost", pickUnusedPort()); in setUp() local 133 InetSocketAddress address = new InetSocketAddress("localhost", port); in setUp() local
|
/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() 137 private Socket tryConnect(final InetAddress address, final int port) in tryConnect() 171 protected void onConnecting( in onConnecting()
|
/external/v8/src/ |
D | allocation.h | 129 inline bool SetPermissions(Address address, size_t size, in SetPermissions() 158 VirtualMemory(Address address, size_t size) in VirtualMemory() 175 Address address() const { in address() function 206 bool InVM(Address address, size_t size) { in InVM()
|