/libcore/luni/src/main/native/ |
java_util_regex_Matcher.cpp | 32 static icu::RegexMatcher* toRegexMatcher(jlong address) { 33 return reinterpret_cast<icu::RegexMatcher*>(static_cast<uintptr_t>(address)); 44 MatcherAccessor(JNIEnv* env, jlong address, jstring javaInput, bool reset) { 45 init(env, address); 65 MatcherAccessor(JNIEnv* env, jlong address) { 66 init(env, address); 98 void init(JNIEnv* env, jlong address) { 101 mMatcher = toRegexMatcher(address); 119 static void Matcher_free(void* address) { 120 delete reinterpret_cast<icu::RegexMatcher*>(address); [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 24 import com.android.emailcommon.mail.Address; 226 * Test for encoding address field. 229 Address noName1 = new Address("noname1@dom1.com"); 230 Address noName2 = new Address("<noname2@dom2.com>", ""); 231 Address simpleName = new Address("address3@dom3.org", "simple long and long long name"); 232 Address dquoteName = new Address("address4@dom4.org", "name,4,long long name") [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ihex.c | 29 16-bit address-field format, for files 64k bytes in length or less. 34 4..5 High byte of the record load address 35 6..7 Low byte of the record load address 45 4..7 Transfer-address (usually "0000") 46 the jump-to address, execution start address 53 MCS-86 format, using a 20-bit address for files larger than 64K bytes. 58 4..5 High byte of the record load address 59 6..7 Low byte of the record load address 66 EXTENDED ADDRESS RECOR [all...] |
/device/google/contexthub/util/stm32_flash/ |
flash.c | 72 uint32_t address = 0x08000000; local 97 printf(" -a <address> (address to write filename to. default: 0x%08x)\n", 98 address); 122 address = strtol(optarg, NULL, 0); 214 write_filename, address); 227 ret = write_memory(handle, address, 231 ret = write_memory(handle, address, 255 ret = read_memory(handle, address, length, buffer); 261 length, read_filename, address); [all...] |
/external/autotest/server/cros/bluetooth/ |
bluetooth_tester.py | 79 ( address, bluetooth_version, manufacturer_id, 105 @param le_public: Whether to detect LE Public Address devices. 106 @param le_random: Whether to detect LE Random Address devices. 109 (address, address_type, rssi, flags, base64-encoded eirdata), 118 (address, address_type, rssi, flags, 120 for address, address_type, rssi, flags, eirdata 140 def connect(self, address): 141 """Connect to device with the given address 143 @param address: Bluetooth address [all...] |
/external/avahi/avahi-python/ |
avahi-bookmarks.in | 36 address = "127.0.0.1" 117 interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.ResolveService(interface, protocol, name, type, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0)) 123 h = "[" + address + "]" 125 h = address 147 print " -a --address ADDRESS Specify the address to bind to (default %s)" % address 154 opts, args = getopt.getopt(sys.argv[1:], "hct:p:a:HAd:", ["help", "cgi", "port=", "timeout=", "address=", "host-names", "addresses", "domain="]) 171 if o in ("-a", "--address") [all...] |
/external/avahi/man/ |
avahi-autoipd.8.xml.in | 24 <manpage name="avahi-autoipd" section="8" desc="IPv4LL network address configuration daemon"> 36 automatic IP address configuration from the link-local 43 <p>avahi-autoipd can be used as stand-alone address allocator 48 address assigned and hosts that only have a routable IP address 72 <optdesc><p>Tell an already running avahi-autoipd to re-announce the acquired IP address on the specified network interface. (Equivalent to sending a SIGHUP)</p></optdesc> 102 <optdesc><p>Try to acquire the specified IP address, which must be from the IPv4LL range 169.254.0.0/16.</p></optdesc> 107 <optdesc><p>Wait until a IP address has been successfully acquired before detaching. Only valid in combination with <opt>--daemonize</opt>.</p></optdesc> 112 <optdesc><p>Acquire an IPv4LL address, even if a routable address has been configured on the interface.</p></optdesc [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
optionstatus.py | 152 :param ip: An IP address or CIDR block you wish to grant access 189 Add the provided ip address or CIDR block to the list of 190 allowable address for the search service. 193 :param ip: An IP address or CIDR block you wish to grant access 201 Add the provided ip address or CIDR block to the list of 202 allowable address for the document service. 205 :param ip: An IP address or CIDR block you wish to grant access 228 Remove the provided ip address or CIDR block from the list of 229 allowable address for the search service. 232 :param ip: An IP address or CIDR block you wish to grant acces [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
optionstatus.py | 137 :param ip: An IP address or CIDR block you wish to grant access 174 Add the provided ip address or CIDR block to the list of 175 allowable address for the search service. 178 :param ip: An IP address or CIDR block you wish to grant access 186 Add the provided ip address or CIDR block to the list of 187 allowable address for the document service. 190 :param ip: An IP address or CIDR block you wish to grant access 213 Remove the provided ip address or CIDR block from the list of 214 allowable address for the search service. 217 :param ip: An IP address or CIDR block you wish to grant acces [all...] |
/external/google-breakpad/src/processor/ |
fast_source_line_resolver_types.h | 64 address = *(reinterpret_cast<const MemAddr*>(raw)); 65 size = *(reinterpret_cast<const MemAddr*>(raw + sizeof(address))); 67 raw + 2 * sizeof(address))); 69 raw + 2 * sizeof(address) + sizeof(source_file_id))); 84 address = *(reinterpret_cast<const MemAddr*>(raw + name_size)); 107 address = *(reinterpret_cast<const MemAddr*>(raw + name_size)); 118 // Looks up the given relative address, and fills the StackFrame struct 130 // If Windows stack walking information is available covering ADDRESS, 137 // If CFI stack walking information is available covering ADDRESS, 175 // STACK CFI records: at a given address, the changes to the registe [all...] |
map_serializers-inl.h | 73 BPLOG(ERROR) << "StdMapSerializer failed: write to NULL address."; 118 template<typename Address, typename Entry> 119 size_t RangeMapSerializer<Address, Entry>::SizeOf( 120 const RangeMap<Address, Entry> &m) const { 125 typename std::map<Address, Range>::const_iterator iter; 127 // Size of key (high address). 129 // Size of base (low address). 137 template<typename Address, typename Entry> 138 char *RangeMapSerializer<Address, Entry>::Write( 139 const RangeMap<Address, Entry> &m, char *dest) const [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldCOFFX86_64.h | 40 return 6; // 2-byte jmp instruction + 32-bit relative address 46 // SectionEntry::Address is the address at which the section has been loaded 48 // the address that the section will have in the target process. 49 // SectionEntry::ObjAddress is the address of the bits for this section in the 50 // original emitted object image (also in the current address space). 53 // SectionEntry::LoadAddress, but they will be applied at an address based 54 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer 57 // The Value parameter here is the load address of the symbol for the 61 // symbol location). For external symbols, Value will be the address of th [all...] |
/external/v8/src/profiler/ |
profile-generator.h | 47 Address instruction_start = NULL); 102 Address instruction_start() const { return instruction_start_; } 127 Address instruction_start_; 264 void AddCode(Address addr, CodeEntry* entry, unsigned size); 265 void MoveCode(Address from, Address to); 266 CodeEntry* FindEntry(Address addr); 267 int GetSharedId(Address addr); 280 typedef Address Key; 292 void Call(const Address& key, const CodeEntryInfo& value) [all...] |
/hardware/akm/AK8975_FS/akmdfs/ |
AK8975Driver.c | 63 specified, the data is written in contiguous locations starting at an address 64 specified in \a address. 67 @param[in] address Specify the address of a register in which data is to be 71 address of the array. 77 const BYTE address, 94 buf[1] = address; 105 AKMDATA(AKMDATA_DRV, "addr(HEX)=%02x data(HEX)=", address); 119 @param[in] address Specify the address of a register from which data is to b [all...] |
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetEncoderICU.java | 69 long address = 0; local 71 address = NativeConverter.openConverter(icuCanonicalName); 72 float averageBytesPerChar = NativeConverter.getAveBytesPerChar(address); 73 float maxBytesPerChar = NativeConverter.getMaxBytesPerChar(address); 74 byte[] replacement = makeReplacement(icuCanonicalName, address); 75 CharsetEncoderICU result = new CharsetEncoderICU(cs, averageBytesPerChar, maxBytesPerChar, replacement, address); 76 address = 0; // CharsetEncoderICU has taken ownership; its finalizer will do the free. 79 if (address != 0) { 80 NativeConverter.closeConverter(address); 85 private static byte[] makeReplacement(String icuCanonicalName, long address) { [all...] |
/prebuilts/go/darwin-x86/src/net/ |
interface_windows.go | 65 iaddr := (*syscall.RawSockaddr)(unsafe.Pointer(&ii.Address)) 68 if iaddr.Family == puni.Address.Sockaddr.Addr.Family { 71 a := (*syscall.RawSockaddrInet4)(unsafe.Pointer(&ii.Address)).Addr 72 if bytesEqualIP(a[:], puni.Address.Sockaddr.Addr.Data[2:]) { 76 a := (*syscall.RawSockaddrInet6)(unsafe.Pointer(&ii.Address)).Addr 77 if bytesEqualIP(a[:], puni.Address.Sockaddr.Addr.Data[2:]) { 164 if sa, err := puni.Address.Sockaddr.Sockaddr(); err == nil { 167 ifa := &IPNet{IP: make(IP, IPv4len), Mask: CIDRMask(int(puni.Address.SockaddrLength), 8*IPv4len)} 171 ifa := &IPNet{IP: make(IP, IPv6len), Mask: CIDRMask(int(puni.Address.SockaddrLength), 8*IPv6len)} 179 if sa, err := pany.Address.Sockaddr.Sockaddr(); err == nil [all...] |
/prebuilts/go/linux-x86/src/net/ |
interface_windows.go | 65 iaddr := (*syscall.RawSockaddr)(unsafe.Pointer(&ii.Address)) 68 if iaddr.Family == puni.Address.Sockaddr.Addr.Family { 71 a := (*syscall.RawSockaddrInet4)(unsafe.Pointer(&ii.Address)).Addr 72 if bytesEqualIP(a[:], puni.Address.Sockaddr.Addr.Data[2:]) { 76 a := (*syscall.RawSockaddrInet6)(unsafe.Pointer(&ii.Address)).Addr 77 if bytesEqualIP(a[:], puni.Address.Sockaddr.Addr.Data[2:]) { 164 if sa, err := puni.Address.Sockaddr.Sockaddr(); err == nil { 167 ifa := &IPNet{IP: make(IP, IPv4len), Mask: CIDRMask(int(puni.Address.SockaddrLength), 8*IPv4len)} 171 ifa := &IPNet{IP: make(IP, IPv6len), Mask: CIDRMask(int(puni.Address.SockaddrLength), 8*IPv6len)} 179 if sa, err := pany.Address.Sockaddr.Sockaddr(); err == nil [all...] |
/external/webrtc/webrtc/p2p/base/ |
stunport.cc | 56 LOG(LS_ERROR) << "Binding response missing mapped address."; 59 LOG(LS_ERROR) << "Binding address has bad family"; 125 const rtc::SocketAddress& address) { 126 if (resolvers_.find(address) != resolvers_.end()) 133 address, resolver)); 138 resolver->Start(address); 245 // Sending binding request to the STUN server if address is available to 255 Connection* UDPPort::CreateConnection(const Candidate& address, 257 if (!SupportsProtocol(address.protocol())) { 261 if (!IsCompatibleAddress(address.address())) [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
sysroff.info | 53 (("address update") (1 byte) ("au")) 55 (("address field length") (4 bits) ("afl")) 66 (("segment address") (segsize bytes) ("sad"))) 67 (("address") (addrsize bytes) ("address"))) 101 (("segment address") (segsize bytes) ("segadd")) 102 (("address") (addrsize bytes) ("addr")) 152 (("symbol address") (addrsize bytes) ("address"))) 164 (("starting address flag") (1 bit) ("saf") [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hfp.cpp | 482 static jboolean connectHfpNative(JNIEnv *env, jobject object, jbyteArray address) { 489 addr = env->GetByteArrayElements(address, NULL); 498 env->ReleaseByteArrayElements(address, addr, 0); 502 static jboolean disconnectHfpNative(JNIEnv *env, jobject object, jbyteArray address) { 508 addr = env->GetByteArrayElements(address, NULL); 517 env->ReleaseByteArrayElements(address, addr, 0); 521 static jboolean connectAudioNative(JNIEnv *env, jobject object, jbyteArray address) { 527 addr = env->GetByteArrayElements(address, NULL); 537 env->ReleaseByteArrayElements(address, addr, 0); 541 static jboolean disconnectAudioNative(JNIEnv *env, jobject object, jbyteArray address) { [all...] |
/external/google-breakpad/src/common/ |
stabs_to_module_unittest.cc | 66 EXPECT_EQ(0xfde4abbed390c394LL, function->address); 71 EXPECT_EQ(0xfde4abbed390c394LL, line->address); 96 EXPECT_EQ((Module::Address)0x1111, extern1->address); 99 EXPECT_EQ((Module::Address)0xaaaa, extern2->address); 102 EXPECT_EQ((Module::Address)0xffff, extern3->address); 132 EXPECT_EQ(0xf2cfda36ecf7f46dLL, function->address); 149 EXPECT_TRUE(h.EndFunction(0)); // unknown function end address [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
DSPProcessor.h | 143 * pMpuAddr : Buffer start address 166 * pMpuAddr : Buffer start address 237 * Maps a MPU buffer to DSP address space. 240 * pMpuAddr : Starting address of the memory region to map. 242 * pReqAddr : Requested DSP start address. Offset-adjusted actual 243 * mapped address is in the last argument. 244 * ppMapAddr : Ptr to DSP side mapped BYTE address. 252 * : address. 295 * Reserve a virtually contiguous region of DSP address space. 298 * ulSize : Size of the address space to reserve [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPProcessor.h | 143 * pMpuAddr : Buffer start address 166 * pMpuAddr : Buffer start address 237 * Maps a MPU buffer to DSP address space. 240 * pMpuAddr : Starting address of the memory region to map. 242 * pReqAddr : Requested DSP start address. Offset-adjusted actual 243 * mapped address is in the last argument. 244 * ppMapAddr : Ptr to DSP side mapped BYTE address. 252 * : address. 295 * Reserve a virtually contiguous region of DSP address space. 298 * ulSize : Size of the address space to reserve [all...] |
/libcore/ojluni/src/main/java/java/net/ |
SocketImpl.java | 58 * The IP address of the remote end of this socket. 60 protected InetAddress address; field in class:SocketImpl 95 * @param address the IP address of the remote host. 100 protected abstract void connect(InetAddress address, int port) throws IOException; 107 * @param address the Socket address of the remote host. 113 protected abstract void connect(SocketAddress address, int timeout) throws IOException; 116 * Binds this socket to the specified local IP address and port number. 118 * @param host an IP address that belongs to a local interface [all...] |
/system/connectivity/shill/ |
device_info.h | 58 : address(IPAddress::kFamilyUnknown), flags(0), scope(0) {} 62 : address(address_in), flags(flags_in), scope(scope_in) {} 63 IPAddress address; member in struct:shill::DeviceInfo::AddressData 102 virtual bool GetMACAddress(int interface_index, ByteString* address) const; 104 // Queries the kernel for a MAC address for |interface_index|. Returns an 108 // Queries the kernel for the MAC address of |peer| on |interface_index|. 124 // but has another non-temporary address of the same family. 128 // Get the preferred globally scoped IPv6 address for |interface_index|. 129 // This method returns true and sets |address| if a primary IPv6 address [all...] |