HomeSort by relevance Sort by last modified time
    Searched full:mapped (Results 1 - 25 of 1656) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
filter_addressable 5 perl -p -e 's/(Bad permissions for mapped region|Access not within mapped region|Non-existent physical address) at address 0x/Bad memory (SIGSEGV or SIGBUS) at address 0x/'
  /external/libselinux/src/
mapping.h 12 * Get real, kernel values from mapped values
22 * Get mapped values from real, kernel values
  /external/chromium/net/disk_cache/
mapped_file.h 19 // This class implements a memory mapped file used to access block-files. The
20 // idea is that the header and bitmap will be memory mapped all the time, and
29 // will be mapped in memory.
47 void* buffer_; // Address of the memory mapped buffer.
  /external/eigen/doc/snippets/
Map_placement_new.cpp 3 cout << "The mapped vector v is: " << v << "\n";
  /external/openfst/src/lib/
Makefile.am 5 symbol-table.cc util.cc symbol-table-ops.cc mapped-file.cc
  /external/qemu/elff/
elf_mapped_section.h 15 * a section of an ELF file, mapped to memory.
24 /* Encapsulates a section of an ELF file, mapped to memory. */
46 * NOTE: if section has already been mapped, this method immediately
51 /* Checks if section has been mapped. */
56 /* Gets address of the beginning of the mapped section. */
82 /* Address of the beginning of the mapped section. */
  /ndk/sources/host-tools/ndk-stack/elff/
elf_mapped_section.h 15 * a section of an ELF file, mapped to memory.
24 /* Encapsulates a section of an ELF file, mapped to memory. */
46 * NOTE: if section has already been mapped, this method immediately
51 /* Checks if section has been mapped. */
56 /* Gets address of the beginning of the mapped section. */
82 /* Address of the beginning of the mapped section. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf-fdpic.h 21 Elf32_Addr addr; /* core address to which mapped */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
42 unsigned long ph_addr; /* mapped PT_PHDR user address */
43 unsigned long map_addr; /* mapped loadmap user address */
44 unsigned long entry_addr; /* mapped entry user address */
46 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf-fdpic.h 21 Elf32_Addr addr; /* core address to which mapped */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
42 unsigned long ph_addr; /* mapped PT_PHDR user address */
43 unsigned long map_addr; /* mapped loadmap user address */
44 unsigned long entry_addr; /* mapped entry user address */
46 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf-fdpic.h 21 Elf32_Addr addr; /* core address to which mapped */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
42 unsigned long ph_addr; /* mapped PT_PHDR user address */
43 unsigned long map_addr; /* mapped loadmap user address */
44 unsigned long entry_addr; /* mapped entry user address */
46 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 92 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each
93 * letter is mapped. This implementation contains a default map for US_ENGLISH
111 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each
112 * letter is mapped. This implementation contains a default map for US_ENGLISH
132 * if a character is not mapped
148 * if a character is not mapped
165 * if the character is not mapped
209 * Thrown if <code>ch</code> is not mapped.
214 throw new IllegalArgumentException("The character is not mapped: " + ch);
247 * if a character is not mapped
258 char last, mapped; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 60 template<typename Key, typename Mapped>
64 && is_simple<Mapped>::value;
106 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash>
113 template<typename Key, typename Mapped, typename _Alloc>
114 struct type_base<Key, Mapped, _Alloc, false>
120 typedef typename _Alloc::template rebind<Mapped> __rebind_m;
122 typedef std::pair<const Key, Mapped> __value_type;
146 template<typename Key, typename Mapped, typename _Alloc>
147 struct type_base<Key, Mapped, _Alloc, true>
153 typedef typename _Alloc::template rebind<Mapped> __rebind_m
    [all...]
container_base_dispatch.hpp 106 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl>
107 struct container_base_dispatch<Key, Mapped, _Alloc, list_update_tag,
118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type;
138 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl>
139 struct container_base_dispatch<Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl>
146 typedef pat_trie_map<Key, Mapped, at1t, _Alloc> type;
164 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl>
165 struct container_base_dispatch<Key, Mapped, _Alloc, rb_tree_tag, Policy_Tl>
175 typedef rb_tree_map<Key, Mapped, at0t, at1t, _Alloc> type;
194 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
BaseCodeCursor.java 46 int mapped = baseAddressMap.get(cursor); local
47 return (mapped >= 0) ? mapped : cursor;
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
BaseCodeCursor.java 46 int mapped = baseAddressMap.get(cursor); local
47 return (mapped >= 0) ? mapped : cursor;
  /external/kernel-headers/original/linux/
backing-dev.h 46 #define BDI_CAP_MAP_COPY 0x00000004 /* Copy can be mapped (MAP_PRIVATE) */
47 #define BDI_CAP_MAP_DIRECT 0x00000008 /* Can be mapped directly (MAP_SHARED) */
48 #define BDI_CAP_READ_MAP 0x00000010 /* Can be mapped for reading */
49 #define BDI_CAP_WRITE_MAP 0x00000020 /* Can be mapped for writing */
50 #define BDI_CAP_EXEC_MAP 0x00000040 /* Can be mapped for execution */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 51 typename Mapped,
61 Mapped,
67 Mapped,
73 Mapped,
78 Mapped,

Completed in 1317 milliseconds

1 2 3 4 5 6 7 8 91011>>