/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. */
|
dwarf_cu.h | 15 * unit in the .debug_info section of the mapped ELF file.
74 * the mapped .debug_line section. */
77 /* Pointer to the beginning of the list of include directories in the mapped
85 /* Pointer to the beginning of the list of file information in the mapped
92 /* Start of the "Line Number Program" in the mapped .debug_line section. */
95 /* End of the "Line Number Program" in the mapped .debug_line section. */
117 * hdr - Pointer to compilation unit header inside mapped .debug_info
129 * attr - Attribute list inside the mapped .debug_info section of the ELF
132 * mapped .debug_info section of the ELF file.
135 * Pointer to the next DIE attribute inside the mapped .debug_info section [all...] |
elf_file.h | 32 * NOTE: This class operates on ELF sections that have been mapped to memory.
276 * NOTE: pointer returned from this method points to a mapped section of
296 * NOTE: pointer returned from this method points to a mapped section of
378 * NOTE: pointer returned from this method points to a mapped section of
388 * NOTE: pointer returned from this method points to a mapped section of
398 * NOTE: pointer returned from this method points to a mapped section of
408 * NOTE: pointer returned from this method points to a mapped section of
415 /* Checks, if given address range is contained in the mapped .debug_info
421 * true if given address range is contained in the mapped .debug_info
429 /* Checks, if given address range is contained in the mapped .debug_abbrev [all...] |
elf_mapped_section.cc | 15 * a section of an ELF file, mapped to memory.
|
/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...] |
/external/iptables/extensions/ |
libipt_SNAT.man | 18 mapped to other ports below 512: those between 512 and 1023 inclusive 19 will be mapped to ports below 1024, and other ports will be mapped to
|
libipt_REDIRECT.man | 10 (locally-generated packets are mapped to the 127.0.0.1 address). It
|
/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 */
|
coda_fs_i.h | 23 unsigned int c_mapcount; /* nr of times this inode is mapped */ 37 unsigned int cfi_mapcount; /* nr of times this file is mapped */
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitAllocator.java | 43 /** indexed by old reg; the set of old regs we've mapped */ 44 private final BitSet mapped; field in class:FirstFitAllocator 51 mapped = new BitSet(ssaMeth.getRegCount()); 81 if (mapped.get(i)) { 109 if (mapped.get(j) || isDefinitionMoveParam(j)) { 128 mapped.set(j); 132 mapped.set(i);
|
/external/webkit/JavaScriptCore/wtf/ |
RefPtrHashMap.h | 37 static void translate(ValueType& location, RawKeyType key, const MappedType& mapped) 40 location.second = mapped; 205 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) 208 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped); 213 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped) 215 return m_impl.template add<RawKeyType, MappedType, RawKeyTranslator>(key, mapped); 220 HashMap<RefPtr<T>, U, V, W, X>::set(const KeyType& key, const MappedType& mapped) 222 pair<iterator, bool> result = inlineAdd(key, mapped); 224 // add call above didn't change anything, so set the mapped value 225 result.first->second = mapped; [all...] |
/external/qemu/android/utils/ |
mapfile.h | 93 * size - Number of bytes starting with offset that should be mapped. 95 * accesses are permitted to the data being mapped. This parameter has the 98 * within the mapped section of the file. 100 * mapped. 108 * file_unmap_section reoutine to unmap section mapped with this routine. 118 /* Umaps section of a file previously mapped with mapfile_map routine. 120 * mapped_at - A pointer to the base address of the mapped section of a file
|
/dalvik/libcore/json/src/main/java/org/json/ |
JSONObject.java | 278 * Appends {@code value} to the array already mapped to {@code name}. If 282 * mapped to {@code name}. In aggregate, this allows values to be added to a 322 * @return the value previously mapped by {@code name}, or null if there was 347 * Returns the value mapped by {@code name}. 360 * Returns the value mapped by {@code name}, or null if no such mapping 368 * Returns the value mapped by {@code name} if it exists and is a boolean or 384 * Returns the value mapped by {@code name} if it exists and is a boolean or 392 * Returns the value mapped by {@code name} if it exists and is a boolean or 402 * Returns the value mapped by {@code name} if it exists and is a double or 418 * Returns the value mapped by {@code name} if it exists and is a double o [all...] |
/frameworks/base/opengl/tests/angeles/ |
gpustate.c | 33 printf("GPU base mapped at %p\n", grp_regs);
|
/external/skia/include/core/ |
SkPerspIter.h | 26 @param x The initial X coordinate to be mapped through the matrix 27 @param y The initial Y coordinate to be mapped through the matrix
|
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
AllTests.java | 69 suite.addTestSuite(Charset_MultiByte_ISO_2022_JP.class); // IS HIDDENLY MAPPED TO ASCII OR WHAT?!? 70 // suite.addTestSuite(Charset_MultiByte_ISO_2022_JP_Android.class); // IS HIDDENLY MAPPED TO ASCII OR WHAT?!? 74 suite.addTestSuite(Charset_MultiByte_x_windows_950.class); // IS MAPPED TO Big5!!! 75 // suite.addTestSuite(Charset_MultiByte_x_windows_950_Android.class); // IS MAPPED TO Big5!!! 79 suite.addTestSuite(Charset_MultiByte_GB2312.class); // IS HIDDENLY MAPPED TO ASCII OR WHAT?!? 80 // suite.addTestSuite(Charset_MultiByte_GB2312_Android.class); // IS MAPPED TO GBK!!!
|
/dalvik/libdex/ |
DexFile.h | 29 * All memory-mapped structures are 32-bit aligned unless otherwise noted. 192 * Direct-mapped "header_item" struct. 221 * Direct-mapped "map_item". 231 * Direct-mapped "map_list". 239 * Direct-mapped "string_id_item". 246 * Direct-mapped "type_id_item". 253 * Direct-mapped "field_id_item". 262 * Direct-mapped "method_id_item". 271 * Direct-mapped "proto_id_item". 280 * Direct-mapped "class_def_item" [all...] |
/dalvik/libcore/prefs/src/main/java/java/util/prefs/ |
Preferences.java | 340 * Gets the {@code String} value mapped to the given key or its default 341 * value if no value is mapped or no backing store is available. 344 * case, if there is no value mapped to the given key, the stored default 352 * mapped to the given key or no backing store is available. 353 * @return the preference value mapped to the given key. 362 * Gets the {@code boolean} value mapped to the given key or its default 363 * value if no value is mapped, if the backing store is unavailable, or if 371 * case, if there is no value mapped to the given key, the stored default 379 * mapped to the given key, if the backing store is unavailable, 381 * @return the boolean value mapped to the given key [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
MappedByteBufferTest.java | 56 * wrapped buffer from a mapped byte buffer. 93 // buffer was not mapped in read/write mode 106 //If this buffer was not mapped in read/write mode, then invoking this method has no effect. 108 "Invoking force() should have no effect when this buffer was not mapped in read/write mode", 111 // Buffer was mapped in read/write mode
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
MappedByteBuffer.java | 34 * inaccessible at any time, since the mapped file region can be modified by 96 * Writes all changes of the buffer to the mapped file. If the mapped file
|
/external/tcpdump/missing/ |
addrinfo.h | 64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 65 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 67 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
|
/frameworks/base/include/utils/ |
FileMap.h | 32 * This represents a memory-mapped file. It might be the entire file or 35 * have multiple references to the mapped area without creating additional 41 * an existing FileMap and shares the underlying mapped pages. Requires
|
/external/qemu/hw/ |
smbios.h | 129 /* SMBIOS type 19 - Memory Array Mapped Address */ 138 /* SMBIOS type 20 - Memory Device Mapped Address */
|
/bootable/recovery/minzip/ |
SysUtil.h | 14 * Use this to keep track of mapped segments.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ConcurrentMap.java | 28 * @param <V> the type of mapped values 62 * Removes the entry for a key only if currently mapped to a given value. 84 * Replaces the entry for a key only if currently mapped to a given value. 109 * Replaces the entry for a key only if currently mapped to some value.
|