/prebuilts/ndk/7/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)
|
/prebuilts/ndk/7/platforms/android-9/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)
|
/prebuilts/ndk/7/platforms/android-9/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)
|
/prebuilts/ndk/8/platforms/android-14/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)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/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)
|
/prebuilts/ndk/8/platforms/android-14/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)
|
/prebuilts/ndk/8/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)
|
/prebuilts/ndk/8/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)
|
/prebuilts/ndk/8/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)
|
/prebuilts/ndk/8/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)
|
/prebuilts/ndk/8/platforms/android-9/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)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/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)
|
/prebuilts/ndk/8/platforms/android-9/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...] |
/external/smack/src/org/xbill/DNS/ |
A6Record.java | 9 * A6 Record - maps a domain name to an IPv6 address (experimental) 31 * @param prefixBits The number of bits in the address prefix 32 * @param suffix The address suffix 41 if (suffix != null && Address.familyOf(suffix) != Address.IPv6) 42 throw new IllegalArgumentException("invalid IPv6 address"); 70 suffix = Address.getByAddress(s, Address.IPv6); 73 throw st.exception("invalid IPv6 address: " + s); 102 /** Returns the address suffix * [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
|
/external/iproute2/include/linux/ |
if_addrlabel.h | 2 * if_addrlabel.h - netlink interface for address labels 16 __u8 ifal_family; /* Address family */
|
/external/regex-re2/ |
AUTHORS | 6 # Name or Organization <email address> 7 # The email address is not required for organizations.
|
/external/valgrind/main/memcheck/tests/ |
buflen_check.stderr.exp-kfail | 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd 7 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/libcore/dom/src/test/resources/ |
nodtdstaff.svg | 9 <address domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
|
/libcore/luni/src/main/java/libcore/icu/ |
NativePluralRules.java | 35 private final int address; field in class:NativePluralRules 37 private NativePluralRules(int address) { 38 this.address = address; 43 finalizeImpl(address); 58 return quantityForIntImpl(address, value); 61 private static native void finalizeImpl(int address); 63 private static native int quantityForIntImpl(int address, int value);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/ |
popup.html | 17 function gclient_geocode(address) { 19 geocoder.getLatLng(address, function(point) { 21 console.log(address + " not found"); 34 var address = chrome.extension.getBackgroundPage().selectedAddress; 35 if (address) 36 gclient_geocode(address);
|