/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARMv7.h | 143 // may often be a memory location (explictly described using an Address 167 void add32(TrustedImm32 imm, Address address) 169 load32(address, dataTempRegister); 181 store32(dataTempRegister, address); 184 void add32(Address src, RegisterID dest) 190 void add32(TrustedImm32 imm, AbsoluteAddress address) 192 load32(address.m_ptr, dataTempRegister); 204 store32(dataTempRegister, address.m_ptr); 326 void sub32(TrustedImm32 imm, Address address [all...] |
/external/qemu/ |
ioport.c | 57 static uint32_t ioport_read(int index, uint32_t address) 64 IOPortReadFunc *func = ioport_read_table[index][address]; 67 return func(ioport_opaque[address], address); 70 static void ioport_write(int index, uint32_t address, uint32_t data) 77 IOPortWriteFunc *func = ioport_write_table[index][address]; 80 func(ioport_opaque[address], address, data); 83 static uint32_t default_ioport_readb(void *opaque, uint32_t address) 85 LOG_UNUSED_IOPORT("unused inb: port=0x%04"PRIx32"\n", address); [all...] |
/external/v8/src/ |
frames-inl.h | 51 inline Address StackHandler::address() const { function in class:v8::internal::StackHandler 52 return reinterpret_cast<Address>(const_cast<StackHandler*>(this)); 58 return FromAddress(Memory::Address_at(address() + offset)); 62 inline bool StackHandler::includes(Address address) const { 63 Address start = this->address(); 64 Address end = start + StackHandlerConstants::kSize; 65 return start <= address && address <= end [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeBreakIterator.cpp | 35 static BreakIteratorPeer* fromAddress(jint address) { 36 return reinterpret_cast<BreakIteratorPeer*>(static_cast<uintptr_t>(address)); 112 static UBreakIterator* breakIterator(jint address) { 113 return BreakIteratorPeer::fromAddress(address)->breakIterator(); 145 static void NativeBreakIterator_closeBreakIteratorImpl(JNIEnv* env, jclass, jint address) { 146 BreakIteratorPeer* peer = BreakIteratorPeer::fromAddress(address); 151 static jint NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jint address) { 152 return BreakIteratorPeer::fromAddress(address)->clone(env)->toAddress(); 155 static void NativeBreakIterator_setTextImpl(JNIEnv* env, jclass, jint address, jstring javaText) { 156 BreakIteratorPeer* peer = BreakIteratorPeer::fromAddress(address); [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
socketaddress.h | 41 // Records an IP address and port, which are 32 and 16 bit integers, 45 // Creates a nil address. 48 // Creates the address with the given host and port. If use_dns is true, 55 // Creates the address with the given IP and port. 58 // Creates a copy of the given address. 61 // Resets to the nil address. 64 // Determines if this is a nil address (empty hostname, any IP, null port) 70 // Replaces our address with the given one. 73 // Changes the IP of this address to the given one, and clears the hostname. 76 // Changes the hostname of this address to the given one [all...] |
/bionic/libc/kernel/common/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/development/ndk/platforms/android-3/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/external/clang/test/Analysis/ |
stack-addr-ps.cpp | 3 // FIXME: Only the stack-address checking in Sema catches this right now, and 7 return s; // expected-warning{{Address of stack memory associated with local variable 's' returned}} expected-warning{{reference to stack memory associated with local variable 's' returned}} 13 return s2; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}} 20 return s3; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}} 25 const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated with temporary object of type 'const int' returned}} expected-warning {{returning reference to local temporary}} 29 return x; // expected-warning{{Address of stack memory associated with temporary object of type 'const int' returned}} expected-warning {{returning reference to local temporary}} 35 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'const int' returned}} expected-warning {{returning reference to local temporary}} 47 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}} 53 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack (…) [all...] |
/external/nist-sip/java/javax/sip/header/ |
AlertInfoHeader.java | 3 import javax.sip.address.URI;
|
CallInfoHeader.java | 3 import javax.sip.address.URI;
|
/external/valgrind/main/memcheck/tests/ |
execve2.stderr.exp | 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/external/chromium/chrome/browser/ui/webui/options/ |
autofill_options_handler.h | 32 // Loads the strings for the address and credit card overlays. 39 // Removes an address from the PersonalDataManager. 40 // |args| - A string, the GUID of the address to remove. 47 // Requests profile data for a specific address. Calls into WebUI with the 48 // loaded profile data to open the address editor. 49 // |args| - A string, the GUID of the address to load. 57 // Adds or updates an address, depending on the GUID of the profile. If the 58 // GUID is empty, a new address is added to the WebDatabase; otherwise, the 59 // address with the matching GUID is updated. Called from WebUI. 60 // |args| - an array containing the GUID of the address followed by th [all...] |
/external/chromium/chrome/common/ |
multi_process_lock_linux.cc | 38 struct sockaddr_un address; local 44 COMPILE_ASSERT(sizeof(address.sun_path) 47 memset(&address, 0, sizeof(address)); 48 int print_length = snprintf(&address.sun_path[1], 60 address.sun_path[0] = '@'; 61 size_t length = SUN_LEN(&address); 65 address.sun_path[0] = 0; 66 address.sun_family = AF_LOCAL; 75 reinterpret_cast<sockaddr *>(&address), [all...] |
/dalvik/vm/compiler/template/armv5te-vfp/ |
funop.S | 8 * r0 = target dalvik register address 9 * r1 = src dalvik register address
|
funopNarrower.S | 8 * r0 = target dalvik register address 9 * r1 = src dalvik register address
|
funopWider.S | 8 * r0 = target dalvik register address 9 * r1 = src dalvik register address
|