/libcore/luni/src/test/resources/ |
staffEntRes.xml | 23 <address dmstc:domestic="Yes">1230 North Ave. Dallas, Texas 98551</address> 33 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3; 34 98554</address> 43 <address dmstc:domestic="Yes" street="No">PO Box 27 Irving, texas 98553</address> 50 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address> 58 <address street="Yes" xmlns="http://www.nist.gov">1821 Nordic. Road, Irving Texas 98558</address> [all...] |
/external/opencv/cv/src/ |
cvoptflowhs.cpp | 98 int i, j, k, address; local 237 address = 0; 260 II[address].xx = GradX * GradX; 261 II[address].xy = GradX * GradY; 262 II[address].yy = GradY * GradY; 263 II[address].xt = GradX * GradT; 264 II[address].yt = GradY * GradT; 266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy) [all...] |
cvoptflowlk.cpp | 281 int address; local 298 address = BufferAddress; 316 II[address].xx = GradX * GradX; 317 II[address].xy = GradX * GradY; 318 II[address].yy = GradY * GradY; 319 II[address].xt = GradX * GradT; 320 II[address].yt = GradY * GradT; 321 address++; 336 II[address].xx = GradX * GradX; 337 II[address].xy = GradX * GradY 457 int address; local [all...] |
/frameworks/base/location/java/android/location/ |
Address.java | 29 * A class representing an Address, i.e, a set of Strings describing a location. 31 * The addres format is a simplified version of xAL (eXtensible Address Language) 34 public class Address implements Parcelable { 60 * Constructs a new Address object set to the given Locale and with all 63 public Address(Locale locale) { 68 * Returns the Locale associated with this address. 75 * Returns the largest index currently in use to specify an address line. 76 * If no address lines are specified, -1 is returned. 83 * Returns a line of the address numbered by the given index 96 * Sets the line of the address numbered by index (starting at 0) to th [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerX86.h | 60 void add32(TrustedImm32 imm, AbsoluteAddress address) 62 m_assembler.addl_im(imm.m_value, address.m_ptr); 65 void addWithCarry32(TrustedImm32 imm, AbsoluteAddress address) 67 m_assembler.adcl_im(imm.m_value, address.m_ptr); 70 void and32(TrustedImm32 imm, AbsoluteAddress address) 72 m_assembler.andl_im(imm.m_value, address.m_ptr); 75 void or32(TrustedImm32 imm, AbsoluteAddress address) 77 m_assembler.orl_im(imm.m_value, address.m_ptr); 80 void sub32(TrustedImm32 imm, AbsoluteAddress address) 82 m_assembler.subl_im(imm.m_value, address.m_ptr) [all...] |
MacroAssemblerARM.h | 89 void add32(TrustedImm32 imm, Address address) 91 load32(address, ARMRegisters::S1); 93 store32(ARMRegisters::S1, address); 101 void add32(Address src, RegisterID dest) 208 void sub32(TrustedImm32 imm, Address address) 210 load32(address, ARMRegisters::S1); 212 store32(ARMRegisters::S1, address); 215 void sub32(Address src, RegisterID dest [all...] |
MacroAssemblerSH4.h | 116 void add32(TrustedImm32 imm, Address address) 119 load32(address, scr); 121 store32(scr, address); 125 void add32(Address src, RegisterID dest) 236 void sub32(TrustedImm32 imm, AbsoluteAddress address, RegisterID scratchReg) 240 m_assembler.loadConstant(reinterpret_cast<uint32_t>(address.m_ptr), scratchReg); 254 void sub32(TrustedImm32 imm, AbsoluteAddress address) 259 m_assembler.loadConstant(reinterpret_cast<uint32_t>(address.m_ptr), scratchReg); 274 void add32(TrustedImm32 imm, AbsoluteAddress address, RegisterID scratchReg [all...] |
/external/chromium/net/base/ |
ip_endpoint.cc | 21 IPEndPoint::IPEndPoint(const IPAddressNumber& address, int port) 22 : address_(address), 39 NOTREACHED() << "Bad IP address"; 45 bool IPEndPoint::ToSockAddr(struct sockaddr* address, 47 DCHECK(address); 54 struct sockaddr_in* addr = reinterpret_cast<struct sockaddr_in*>(address); 66 reinterpret_cast<struct sockaddr_in6*>(address); 74 NOTREACHED() << "Bad IP address"; 81 bool IPEndPoint::FromSockAddr(const struct sockaddr* address, 83 DCHECK(address); [all...] |
/external/valgrind/main/coregrind/ |
link_tool_exe_linux.in | 4 # statically and at an alternative load address. 9 # address is needed because Valgrind itself will load the client at 10 # whatever address it specifies, which is almost invariably the 11 # default load address. Hence we can't allow Valgrind itself (viz, 12 # the tool executable) to be loaded at that address. 15 # alternative address', so these link_tool_exe_*.in scripts handle 20 # the alternative load address 33 # set the text segment address. 37 # notes section which ends up at the default load address and 38 # so defeats our attempts to keep that address clear for th [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalList.java | 121 /** {@code >= 0;} address */ 122 private final int address; field in class:LocalList.Entry 136 * @param address {@code >= 0;} address 141 public Entry(int address, Disposition disposition, RegisterSpec spec) { 142 if (address < 0) { 143 throw new IllegalArgumentException("address < 0"); 160 this.address = address; 168 return Integer.toHexString(address) + " " + disposition + " " [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalList.java | 121 /** {@code >= 0;} address */ 122 private final int address; field in class:LocalList.Entry 136 * @param address {@code >= 0;} address 141 public Entry(int address, Disposition disposition, RegisterSpec spec) { 142 if (address < 0) { 143 throw new IllegalArgumentException("address < 0"); 160 this.address = address; 168 return Integer.toHexString(address) + " " + disposition + " " [all...] |
CodeAddress.java | 23 * Pseudo-instruction which is used to track an address within a code 30 /** If this address should bind closely to the following real instruction */ 34 * Constructs an instance. The output address of this instance is initially 44 * Constructs an instance. The output address of this instance is initially 48 * @param bindsClosely if the address should bind closely to the following 71 return "code-address"; 75 * Gets whether this address binds closely to the following "real" 83 * If bindsClosely is true, the address will point to the instruction 86 * @return true if this address binds closely to the next real instruction
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
LocalList.java | 121 /** {@code >= 0;} address */ 122 private final int address; field in class:LocalList.Entry 136 * @param address {@code >= 0;} address 141 public Entry(int address, Disposition disposition, RegisterSpec spec) { 142 if (address < 0) { 143 throw new IllegalArgumentException("address < 0"); 160 this.address = address; 168 return Integer.toHexString(address) + " " + disposition + " " [all...] |
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothGattServerCallback.aidl | 27 void onScanResult(in String address, in int rssi, in byte[] advData); 29 in boolean connected, in String address); 32 void onCharacteristicReadRequest(in String address, in int transId, 37 void onDescriptorReadRequest(in String address, in int transId, 43 void onCharacteristicWriteRequest(in String address, in int transId, 51 void onDescriptorWriteRequest(in String address, in int transId, 60 void onExecuteWrite(in String address, in int transId, in boolean execWrite);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsAddress.java | 31 public String address; field in class:SmsAddress 35 * Returns the address of the SMS message in String form or null if unavailable 38 return address; 42 * Returns true if this is an alphanumeric address 49 * Returns true if this is a network address 59 // So we just attempt to treat any message from an address length <= 4 62 return address.length() <= 4;
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
RoomListenerMultiplexor.java | 99 public void addRoom(String address, PacketMultiplexListener roomListener) { 100 filter.addRoom(address); 101 listener.addRoom(address, roomListener); 135 public void removeRoom(String address) { 136 filter.removeRoom(address); 137 listener.removeRoom(address); 152 * <code>Connection</code> the address for that chat room 168 public void addRoom(String address) { 169 if (address == null) { 172 roomAddressTable.put(address.toLowerCase(), address) local [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
addrcache.cc | 16 // Implementation of the Address Cache and Address Encoding 105 // This method will be called whenever an address is calculated for an 114 // address: This must be a valid address between 0 and 118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { 120 near_addresses_[next_slot_] = address; 124 same_addresses_[address % (same_cache_size_ * 256)] = address; 128 // Determines the address mode that yields the most compact encodin [all...] |
/external/llvm/lib/Target/Mips/Disassembler/ |
MipsDisassembler.cpp | 63 uint64_t address, 82 uint64_t address, 93 uint64_t Address, 98 uint64_t Address, 103 uint64_t Address, 108 uint64_t Address, 113 uint64_t Address, 118 uint64_t Address, 123 uint64_t Address, 128 uint64_t Address, [all...] |
/external/open-vcdiff/src/ |
addrcache.cc | 16 // Implementation of the Address Cache and Address Encoding 105 // This method will be called whenever an address is calculated for an 114 // address: This must be a valid address between 0 and 118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { 120 near_addresses_[next_slot_] = address; 124 same_addresses_[address % (same_cache_size_ * 256)] = address; 128 // Determines the address mode that yields the most compact encodin [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
DynamicAnnotations.h | 36 * instruction and/or to a particular object (address) in the program. 52 /* Tell data race detector that we're not interested in reports on the given address range. */ 53 #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description) 73 #define WTF_ANNOTATE_HAPPENS_BEFORE(address) WTFAnnotateHappensBefore(__FILE__, __LINE__, address) 74 #define WTF_ANNOTATE_HAPPENS_AFTER(address) WTFAnnotateHappensAfter(__FILE__, __LINE__, address) 81 void WTFAnnotateHappensBefore(const char* file, int line, const volatile void* address); 82 void WTFAnnotateHappensAfter(const char* file, int line, const volatile void* address); [all...] |
/device/asus/flo/conn_init/ |
wfc_util_qcom.c | 77 * Station Mode MAC Address 85 * AP Mode MAC Address 123 * Bit 1 - Fields(including product ID, product bands, number of Tx/Rx chains, MAC address, manufacturing board number) 166 * return : it will return 1 if mac_add is default mac address, 167 * 2 if mac_add is RFT mac address 183 * default mac address array 195 wfc_util_log_error("This is default MAC address [%s]", mac_add_buff[i]); 202 wfc_util_log_error("This is Random MAC address"); 208 wfc_util_log_error("This is RFT MAC address [%s]", WFC_UTIL_CFG_DEFAULT_MAC_RFT); 218 * Station Mode MAC Address [all...] |
/device/lge/mako/conn_init/ |
wfc_util_qcom.c | 75 * Station Mode MAC Address 83 * AP Mode MAC Address 121 * Bit 1 - Fields(including product ID, product bands, number of Tx/Rx chains, MAC address, manufacturing board number) 164 * return : it will return 1 if mac_add is default mac address, 165 * 2 if mac_add is RFT mac address 181 * default mac address array 193 wfc_util_log_error("This is default MAC address [%s]", mac_add_buff[i]); 200 wfc_util_log_error("This is Random MAC address"); 206 wfc_util_log_error("This is RFT MAC address [%s]", WFC_UTIL_CFG_DEFAULT_MAC_RFT); 216 * Station Mode MAC Address [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
RecordRoute.java | 31 import gov.nist.javax.sip.address.*; 55 * @param address address to set 57 public RecordRoute(AddressImpl address) { 59 this.address = address; 78 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) { 81 address.encode(buffer); 82 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAssertedIdentity.java | 37 import gov.nist.javax.sip.address.AddressImpl; 57 * @param address address to set 59 public PAssertedIdentity(AddressImpl address) { 61 this.address = address; 77 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) { 80 retval.append(address.encode()); 81 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
|
PCalledPartyID.java | 37 import gov.nist.javax.sip.address.AddressImpl; 52 * @param address address to set 54 public PCalledPartyID(AddressImpl address) { 56 this.address = address; 72 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) { 75 retval.append(address.encode()); 76 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
|