/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
connection.py | 85 Return an arbitrary free address for the given family 98 def address_type(address): 100 Return the types of the address 104 if type(address) == tuple: 106 elif type(address) is str and address.startswith('\\\\'): 108 elif type(address) is str: 111 raise ValueError('address type of %r unrecognized' % address) 124 def __init__(self, address=None, family=None, backlog=1, authkey=None) 157 address = property(lambda self: self._listener._address) variable in class:Listener [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/external/clang/test/CodeGen/ |
sanitize-address-field-padding.cpp | 1 // Test -fsanitize-address-field-padding 3 // RUN: echo 'src:*sanitize-address-field-padding.cpp=field-padding' > %t.file.blacklist 4 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsanitize=address -fsanitize-address-field-padding=1 -fsanitize-blacklist=%t.type.blacklist -Rsanitize-address -emit-llvm -o - %s 2>&1 | FileCheck %s 5 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsanitize=address -fsanitize-address-field-padding=1 -fsanitize-blacklist=%t.type.blacklist -Rsanitize-address -emit-llvm -o - %s -O1 -mconstructor-aliases 2>&1 | FileCheck %s --check-prefix=WITH_CTOR_ALIASES 6 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsanitize=address -fsanitize-address-field-padding=1 -fsanitize-blacklist=%t.file.blacklist -Rsanitize-address -emit-llvm -o - %s 2>&1 (…) [all...] |
/external/v8/test/cctest/heap/ |
test-lab.cc | 16 static Address AllocateLabBackingStore(Heap* heap, intptr_t size_in_bytes) { 20 Address adr = HeapObject::cast(obj)->address(); 25 static void VerifyIterable(v8::internal::Address base, 26 v8::internal::Address limit, 49 heap->CreateFillerObjectAt(obj->address(), static_cast<int>(size_in_bytes)); 67 Address base = AllocateLabBackingStore(heap, kLabSize); 68 Address limit = base + kLabSize; 86 Address base = AllocateLabBackingStore(heap, kLabSize); 87 Address limit = base + kLabSize [all...] |
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPolicyMix.cpp | 54 status_t AudioPolicyMixCollection::registerMix(String8 address, AudioMix mix, 57 ssize_t index = indexOfKey(address); 59 ALOGE("registerPolicyMixes(): mix for address %s already registered", address.string()); 64 add(address, policyMix); 73 status_t AudioPolicyMixCollection::unregisterMix(String8 address) 75 ssize_t index = indexOfKey(address); 77 ALOGE("unregisterPolicyMixes(): mix for address %s not registered", address.string()); 85 status_t AudioPolicyMixCollection::getAudioPolicyMix(String8 address, [all...] |
/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/ |
m24lr64e.cxx | 45 if ( (rv = m_i2c.address(m_addr)) != mraa::SUCCESS) 48 ": I2c.address() failed"); 59 // this device actually uses two bytes to address a register 192 mraa::Result M24LR64E::writeByte(unsigned int address, uint8_t data) 194 return EEPROM_Write_Byte(address, data); 197 mraa::Result M24LR64E::writeBytes(unsigned int address, uint8_t* buffer, int len) 199 return EEPROM_Write_Bytes(address, buffer, len); 202 uint8_t M24LR64E::readByte(unsigned int address) 204 return EEPROM_Read_Byte(address); 207 int M24LR64E::readBytes(unsigned int address, uint8_t* buffer, int len [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/external/avahi/man/ |
avahi-autoipd.action.8.xml.in | 32 is called whenever an IP address has been acquired by 33 avahi-autoipd or when it detected an IP address conflict. The 34 script should add or remove the specified address from the 42 UNBIND or STOP. If BIND is passed an IP address has been 45 detected a IP address on the local network, the action script 46 should remove the configured IP address. If UNBIND is passed 47 the IP address should be removed from the interface, too, 48 because a routable address has been configured to the 51 remove the IP address. In short: on BIND the address should b [all...] |
avahi-resolve.1.xml.in | 24 <manpage name="avahi-resolve" section="1" desc="Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon"> 29 <cmd>avahi-resolve --address <arg>address ...</arg></cmd> 30 <cmd>avahi-resolve-address <arg>address ...</arg></cmd> 34 <p>Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon.</p> 41 command line. When passing -a, specify one or more IP address 46 <p>avahi-resolve-address is equivalent to avahi-resolve --address.</p> 54 <p><opt>-a | --address</opt></p [all...] |
/external/dbus/dbus/ |
dbus-address.c | 2 /* dbus-address.c Server address parser. 26 #include "dbus-address.h" 33 * @defgroup DBusAddressInternals Address parsing 45 DBusString method; /**< The address type (unix, tcp, etc.) */ 60 * @param address_problem_type the address type of the bad address or #NULL 61 * @param address_problem_field the missing field of the bad address or #NULL 72 "Server address of type %s was missing argument %s", 76 "Could not parse server address: %s" [all...] |
/external/google-breakpad/src/processor/ |
static_contained_range_map-inl.h | 60 const AddressType &address, const EntryType *&entry) const { 62 // Get an iterator to the child range whose high address is equal to or 63 // greater than the supplied address. If the supplied address is higher 65 // contain a child at address, so return false. If the supplied address 66 // is lower than the base address of the child range, then it is not within 68 MapConstIterator iterator = map_.lower_bound(address); 78 if (address < child_map.base_) 81 // The child in iterator->second contains the specified address. Find ou [all...] |
/external/iproute2/man/man8/ |
ip-tcp_metrics.8 | 21 .BR "ip tcp_metrics delete " [ " address " ] 22 .IR ADDRESS 26 .RB "[ [ " address " ] " 34 stored in a cache keyed by the destination address. The saved 46 .BI address " PREFIX " (default) 47 IPv4/IPv6 prefix or address. If no prefix is provided all entries are shown. 91 .BI address " ADDRESS " (default) 92 IPv4/IPv6 address. The address is a required argument [all...] |
/external/libnl/src/ |
nl-addr-add.c | 20 "Usage: nl-addr-add [OPTION]... [ADDRESS]\n" 23 " --replace Replace the address if it exists.\n" 28 "Address Options\n" 29 " -a, --local=ADDR Address to be considered local.\n" 30 " -d, --dev=DEV Device the address should be assigned to.\n" 31 " --family=FAMILY Address family (normally autodetected).\n" 32 " --broadcast=ADDR Broadcast address of network (IPv4).\n" 33 " --peer=ADDR Peer address (IPv4).\n" 34 " --label=STRING Additional address label (IPv4).\n" 35 " --scope=SCOPE Scope of local address (IPv4).\n [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/ |
BigJavaBean.java | 23 private String address; field in class:BigJavaBean 32 public BigJavaBean(int id, String name, String address, String description) { 35 this.address = address; 49 return address; 80 result = prime * result + ((address == null) ? 0 : address.hashCode()); 98 if (address == null) { 99 if (other.address != null) 101 } else if (!address.equals(other.address) [all...] |
/frameworks/base/media/java/android/media/ |
AudioDevicePort.java | 29 * - the device address (e.g MAC adddress for AD2P sink). 41 int[] formats, AudioGain[] gains, int type, String address) { 47 mAddress = address; 58 * Get the device address. Address format varies with the device type. 60 * {@link AudioManager#DEVICE_IN_USB_DEVICE}) use an address composed of the ALSA card number 64 * use the MAC address of the bluetooth device in the form "00:11:22:AA:BB:CC" as reported by 66 * - Deivces that do not have an address will indicate an empty string "". 68 public String address() { method in class:AudioDevicePort 90 if (mAddress == null && other.address() != null) [all...] |
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Relocation.h | 31 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead 42 Address pAddend, 63 Address pAddend = 0); 71 /// symValue - S value - the symbol address 72 Address symValue() const; 75 Address addend() const { return m_Addend; } 77 /// place - P value - address of the place being relocated 78 Address place() const; 104 void setAddend(Address pAddend) [all...] |
/libcore/luni/src/main/java/libcore/io/ |
MemoryMappedFile.java | 36 private long address; field in class:MemoryMappedFile 42 public MemoryMappedFile(long address, long size) { 43 this.address = address; 53 long address = Libcore.os.mmap(0L, size, PROT_READ, MAP_SHARED, fd, 0); local 55 return new MemoryMappedFile(address, size); 67 if (address != 0) { 68 Libcore.os.munmap(address, size); 69 address = 0; 77 return new NioBufferIterator(address, (int) size, ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) [all...] |