Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/external/pthreadpool/src/
Dthreadpool-atomics.h36 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_relaxed_uint32_t()
42 pthreadpool_atomic_size_t* address) in pthreadpool_load_relaxed_size_t()
48 pthreadpool_atomic_void_p* address) in pthreadpool_load_relaxed_void_p()
54 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_acquire_uint32_t()
60 pthreadpool_atomic_size_t* address) in pthreadpool_load_acquire_size_t()
66 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_relaxed_uint32_t()
73 pthreadpool_atomic_size_t* address, in pthreadpool_store_relaxed_size_t()
80 pthreadpool_atomic_void_p* address, in pthreadpool_store_relaxed_void_p()
87 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_release_uint32_t()
94 pthreadpool_atomic_size_t* address, in pthreadpool_store_release_size_t()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteSelectorTest.java82 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/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DMemory.java127 public static native byte peekByte(long address); in peekByte()
128 public static int peekInt(long address, boolean swap) { in peekInt()
136 private static native int peekIntNative(long address); in peekIntNative()
137 public static long peekLong(long address, boolean swap) { in peekLong()
145 private static native long peekLongNative(long address); in peekLongNative()
147 public static short peekShort(long address, boolean swap) { in peekShort()
155 private static native short peekShortNative(long address); in peekShortNative()
156 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount); in peekByteArray()
157 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray()
158 …public static native void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCou… in peekDoubleArray()
[all …]
/external/OpenCSD/decoder/tests/snapshots-ete/001-ack_test/
Dcpu_0.ini15 address=0x010029d8 key
20 address=0x01002d50 key
25 address=0x00010000 key
30 address=0x01000b08 key
35 address=0x01000218 key
40 address=0x01002750 key
45 address=0x010029f0 key
50 address=0x01003d64 key
55 address=0x01000930 key
60 address=0x01004678 key
[all …]
/external/sfntly/cpp/src/sfntly/port/
Datomic.h24 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/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dtarget_atomic.h18 template <typename T> INLINE T __kmpc_atomic_add(T *address, T val) { in __kmpc_atomic_add()
22 template <typename T> INLINE T __kmpc_atomic_inc(T *address, T val) { in __kmpc_atomic_inc()
26 template <typename T> INLINE T __kmpc_atomic_max(T *address, T val) { in __kmpc_atomic_max()
30 template <typename T> INLINE T __kmpc_atomic_exchange(T *address, T val) { in __kmpc_atomic_exchange()
34 template <typename T> INLINE T __kmpc_atomic_cas(T *address, T compare, T val) { in __kmpc_atomic_cas()
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dhip_atomics.h16 template <typename T> DEVICE T atomicAdd(T *address, T val) { in atomicAdd()
20 template <typename T> DEVICE T atomicMax(T *address, T val) { in atomicMax()
24 template <typename T> DEVICE T atomicExch(T *address, T val) { in atomicExch()
30 template <typename T> DEVICE T atomicCAS(T *address, T compare, T val) { in atomicCAS()
36 INLINE uint32_t atomicInc(uint32_t *address, uint32_t max) { in atomicInc()
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryExt.java64 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/OpenCSD/decoder/tests/snapshots-ete/ete_mem/
Dcpu_0.ini15 address=0x010003d4 key
20 address=0x010000b8 key
25 address=0x00010000 key
30 address=0x80000438 key
35 address=0x80100fe0 key
40 address=0x010000a8 key
45 address=0x01000298 key
50 address=0x01000090 key
55 address=0x00090000 key
60 address=0x70000008 key
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DIPAddress.java18 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/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DIPAddress.java18 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/
DIPAddress.java16 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/
Ddwarf_cfi_to_module.cc145 bool DwarfCFIToModule::Entry(size_t offset, uint64_t address, uint64_t length, in Entry()
192 void DwarfCFIToModule::Record(Module::Address address, int reg, in Record()
212 bool DwarfCFIToModule::UndefinedRule(uint64_t address, int reg) { in UndefinedRule()
218 bool DwarfCFIToModule::SameValueRule(uint64_t address, int reg) { in SameValueRule()
225 bool DwarfCFIToModule::OffsetRule(uint64_t address, int reg, in OffsetRule()
233 bool DwarfCFIToModule::ValOffsetRule(uint64_t address, int reg, in ValOffsetRule()
241 bool DwarfCFIToModule::RegisterRule(uint64_t address, int reg, in RegisterRule()
249 bool DwarfCFIToModule::ExpressionRule(uint64_t address, int reg, in ExpressionRule()
256 bool DwarfCFIToModule::ValExpressionRule(uint64_t address, int reg, in ValExpressionRule()
Dstabs_to_module.cc68 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()
102 bool StabsToModule::EndFunction(uint64_t address) { in EndFunction()
118 bool StabsToModule::Line(uint64_t address, const char *name, int number) { in Line()
134 bool StabsToModule::Extern(const string &name, uint64_t address) { in Extern()
Dstabs_reader.h180 uint64_t address; member
274 virtual bool StartCompilationUnit(const char *filename, uint64_t address, in StartCompilationUnit()
283 virtual bool EndCompilationUnit(uint64_t address) { return true; } in EndCompilationUnit()
295 virtual bool StartFunction(const string &name, uint64_t address) { in StartFunction()
303 virtual bool EndFunction(uint64_t address) { return true; } in EndFunction()
308 virtual bool Line(uint64_t address, const char *filename, int number) { in Line()
314 virtual bool Extern(const string &name, uint64_t address) { in Extern()
/external/deqp/framework/delibs/deutil/
DdeSocket.c89 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/capstone/arch/M680X/
DM680XDisassembler.c155 static bool read_byte(const m680x_info *info, uint8_t *byte, uint16_t address) in read_byte()
167 uint16_t address) in read_byte_sign_extended()
181 static bool read_word(const m680x_info *info, uint16_t *word, uint16_t address) in read_word()
194 uint16_t address) in read_sdword()
623 uint16_t *address, uint8_t post_byte, insn_desc *insn_description) in is_indexed09_post_byte_valid()
669 uint16_t *address, uint8_t post_byte, insn_desc *insn_description, in is_indexed12_post_byte_valid()
739 static bool is_sufficient_code_size(const m680x_info *info, uint16_t address, in is_sufficient_code_size()
922 static bool decode_insn(const m680x_info *info, uint16_t address, in decode_insn()
1007 static void illegal_hdlr(MCInst *MI, m680x_info *info, uint16_t *address) in illegal_hdlr()
1019 static void inherent_hdlr(MCInst *MI, m680x_info *info, uint16_t *address) in inherent_hdlr()
[all …]
/external/nist-sip/java/gov/nist/core/net/
DNetworkLayer.java80 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()
/external/OpenCSD/decoder/tests/snapshots-ete/trace_file_cid_vmid/
Dcpu_0.ini15 address=0x00010000 key
20 address=0x01000000 key
25 address=0x010000b8 key
30 address=0x02800000 key
35 address=0x00090000 key
40 address=0x010000a8 key
45 address=0x01000090 key
50 address=0x01001000 key
/external/OpenCSD/decoder/tests/snapshots-ete/ete_ip/
Dcpu_0.ini15 address=0x00010000 key
20 address=0x00090000 key
25 address=0x02800000 key
30 address=0x001a0000 key
35 address=0x02000000 key
40 address=0x00300000 key
45 address=0x01000000 key
50 address=0x00120000 key
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc48 void* AllocPagesIncludingReserved(void* address, in AllocPagesIncludingReserved()
103 void* AllocPages(void* address, in AllocPages()
185 void FreePages(void* address, size_t length) { in FreePages()
192 bool TrySetSystemPagesAccess(void* address, in TrySetSystemPagesAccess()
199 void SetSystemPagesAccess(void* address, in SetSystemPagesAccess()
206 void DecommitSystemPages(void* address, size_t length) { in DecommitSystemPages()
211 bool RecommitSystemPages(void* address, in RecommitSystemPages()
219 void DiscardSystemPages(void* address, size_t length) { in DiscardSystemPages()
Dpage_allocator_internals_win.h70 void* address, in TrySetSystemPagesAccessInternal()
80 void* address, in SetSystemPagesAccessInternal()
102 void FreePagesInternal(void* address, size_t length) { in FreePagesInternal()
106 void DecommitSystemPagesInternal(void* address, size_t length) { in DecommitSystemPagesInternal()
110 bool RecommitSystemPagesInternal(void* address, in RecommitSystemPagesInternal()
116 void DiscardSystemPagesInternal(void* address, size_t length) { in DiscardSystemPagesInternal()
Dpage_allocator.h153 constexpr ALWAYS_INLINE uintptr_t RoundUpToSystemPage(uintptr_t address) { in RoundUpToSystemPage()
159 constexpr ALWAYS_INLINE uintptr_t RoundDownToSystemPage(uintptr_t address) { in RoundDownToSystemPage()
166 RoundUpToPageAllocationGranularity(uintptr_t address) { in RoundUpToPageAllocationGranularity()
174 RoundDownToPageAllocationGranularity(uintptr_t address) { in RoundDownToPageAllocationGranularity()
/external/OpenCSD/decoder/tests/snapshots-ete/trace_file_vmid/
Dcpu_0.ini15 address=0x00010000 key
20 address=0x01000000 key
25 address=0x010000b8 key
30 address=0x02800000 key
35 address=0x00090000 key
40 address=0x010000a8 key
45 address=0x01000090 key
50 address=0x01001000 key
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py98 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

12345678910>>...55