Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 28) sorted by relevance

12

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dpgtable-32.h55 #define __pgd_offset(address) pgd_index(address) argument
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
62 #define __pte_offset(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
64 #define pte_offset(dir, address) ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address)) argument
65 #define pte_offset_kernel(dir, address) ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address)) argument
66 #define pte_offset_map(dir, address) ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(addr… argument
Dtlb.h24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpgtable_32.h151address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && d… argument
156 …vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (pt… argument
165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
169 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
170 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
171 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
172 #define pte_offset_kernel(dir, address) ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address)) argument
176 #define pte_offset_map(dir, address) ((pte_t *)page_address(pmd_page(*(dir))) + pte_index(address argument
177 #define pte_offset_map_nested(dir, address) pte_offset_map(dir, address) argument
[all …]
Ddesc_defs.h72 unsigned long address; member
Ddesc_32.h32 unsigned long address __attribute__((packed)); member
/development/ndk/platforms/android-3/include/asm-generic/
D4level-fixup.h24 …ine pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? … argument
26 #define pud_alloc(mm, pgd, address) (pgd) argument
Dtlb.h30 …ne tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry… argument
Dpgtable-nopmd.h41 #define pmd_alloc_one(mm, address) NULL argument
Dpgtable-nopud.h33 #define pud_alloc_one(mm, address) NULL argument
/development/tools/axl/
DudpServer.py19 data, address = svrsocket.recvfrom(8192)
23 print 'Sending packet', count, 'to', address[0]
24 svrsocket.sendto("%3.3s%s" % (count, buf), address)
DudpEater.py40 data, address = svrsocket.recvfrom(8192)
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java58 public void connectToServer(InetAddress address, int port) { in connectToServer() argument
59 mChatClient = new ChatClient(address, port); in connectToServer()
152 InetAddress address = mSocket.getInetAddress(); in run() local
153 connectToServer(address, port); in run()
174 public ChatClient(InetAddress address, int port) { in ChatClient() argument
177 this.mAddress = address; in ChatClient()
/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java89 mAddress = (TextView) findViewById(R.id.address); in onCreate()
361 Address address = addresses.get(0); in doInBackground() local
364 address.getMaxAddressLineIndex() > 0 ? address.getAddressLine(0) : "", in doInBackground()
365 address.getLocality(), in doInBackground()
366 address.getCountryName()); in doInBackground()
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnClient.java38 mServerAddress = (TextView) findViewById(R.id.address); in onCreate()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DDeviceListActivity.java163 String address = info.substring(info.length() - 17);
167 intent.putExtra(EXTRA_DEVICE_ADDRESS, address);
DBluetoothChat.java321 String address = data.getExtras() in connectDevice() local
324 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(address); in connectDevice()
/development/ndk/platforms/android-9/include/
Dthread_db.h158 psaddr_t * address);
/development/ndk/platforms/android-3/include/linux/
Dfd.h180 unsigned long address; member
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java436 final String address) { in buildAddressLayout() argument
464 addressTextView.setText(address); in buildAddressLayout()
473 new Intent(Intent.ACTION_VIEW, constructGeoUri(address)); in buildAddressLayout()
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
Dhubmd.h420 address: 29, member
444 address: 29, member
/development/ndk/platforms/android-9/arch-x86/src/
Dcrtbegin_dynamic.S50 # - address of the constructor list
Dcrtbegin_static.S50 # - address of the constructor list
/development/ndk/sources/android/libportable/arch-mips/
Dsetjmp.S78 REG_S ra, JB_PC(a0) # sc_pc = return address
/development/ndk/platforms/android-4/samples/san-angeles/jni/
DREADME.txt24 available from this address: http://jet.ro/files/angeles.zip
/development/ndk/platforms/android-3/include/
Dzlib.h78 typedef void (*free_func) OF((voidpf opaque, voidpf address));

12