HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 51 - 75 of 1560) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
cacheflush.h 23 #define flush_dcache_mmap_lock(mapping) do { } while (0)
24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
cacheflush.h 23 #define flush_dcache_mmap_lock(mapping) do { } while (0)
24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /frameworks/base/include/utils/
FileMap.h 18 // Encapsulate a shared file mapping.
33 * only part of it. This requires a little bookkeeping because the mapping
50 * Create a new mapping on an open file.
86 * Call this when mapping is no longer needed.
126 HANDLE mFileMapping; // Win32 file mapping handle
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
mmc_tnetw1150_api.c 83 SDIO_FUNC1AddressMap mapping; variable
117 request.buffer=&mapping.scr_space[from];
134 printk("SDIO:0x%04lx(SCR:0x%04lx): %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x\n", from, (!second_part)?(from+p1_offset):(from-p2_offset+SDIO_REG_PARTITION_START), mapping.scr_space[from], mapping.scr_space[from+1], mapping.scr_space[from+2], mapping.scr_space[from+3], mapping.scr_space[from+4], mapping.scr_space[from+5], mapping.scr_space[from+6], mapping.scr_space[from+7], mapping.scr_space[from+8], mapping.scr_space[from+9], mapping.scr_space[from+10 (…)
    [all...]
  /dalvik/libcore/json/src/main/java/org/json/
JSONObject.java 198 * mapping with the same name.
209 * mapping with the same name.
222 * mapping with the same name.
233 * mapping with the same name.
244 * mapping with the same name. If the value is {@code null}, any existing
245 * mapping for {@code name} is removed.
279 * this object has no mapping for {@code name}, this inserts a new mapping.
280 * If the mapping exists but its value is not an array, the existing
283 * mapping one at a time
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLData.java 21 * An interface for the custom mapping of an SQL <i>User Defined Type</i> (UDT)
30 * mapping. The application can use this object just like any other Java object
32 * {@link PreparedStatement#setObject} method which performs the reverse mapping
35 * Normally the implementation of a custom mapping is generated by
55 * @return a string with UDT type name for this object mapping, passed to
83 * read for the custom mapping.
108 * the custom mapping.
Ref.java 51 * @return a Java object whose type is defined by the mapping for the SQL
59 * Returns the associated object and uses the relevant mapping to convert it
63 * the mapping for type conversion.
64 * @return a Java object whose type is defined by the mapping for the SQL
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 50 * if no such mapping has been made.
58 * if no such mapping has been made.
71 * Removes the mapping from the specified key, if there was any.
84 * Adds a mapping from the specified key to the specified value,
85 * replacing the previous mapping from the specified key if there
132 * the key from the <code>index</code>th key-value mapping that this
141 * the value from the <code>index</code>th key-value mapping that this
  /dalvik/libcore/luni/src/main/java/java/util/
Map.java 34 * {@code Map.Entry} is a key/value mapping contained in a {@code Map}.
115 * Returns a {@code Set} containing all of the mappings in this {@code Map}. Each mapping is
137 * Returns the value of the mapping with the specified key.
141 * @return the value of the mapping with the specified key, or {@code null}
142 * if no mapping for the specified key is found.
180 * @return the value of any previous mapping with the specified key or
181 * {@code null} if there was no mapping.
196 * Copies every mapping in the specified {@code Map} to this {@code Map}.
214 * Removes a mapping with the specified key from this {@code Map}.
217 * the key of the mapping to remove
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 43 * <p>The table below defines the mapping between XML Schema 1.0
54 * Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation
248 * @param year value constraints summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
252 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
266 * @param year value constraints are summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
276 * @param month value constraints summarized in <a href="#datetimefield-month">month field of date/time field mapping table</a>.
280 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
289 * @param day value constraints summarized in <a href="#datetimefield-day">day field of date/time field mapping table</a>.
293 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
303 * timezone field of date/time field mapping table</a>
    [all...]
  /external/proguard/docs/manual/retrace/
introduction.html 38 <td class="whiteblock">Mapping file</td>
56 look like without obfuscation. The restoration is based on the mapping file
57 that ProGuard can write out during obfuscation. The mapping file links the
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server_base.py 56 for mapping in self.mappings:
57 if 'sslcert' in mapping:
62 url = 'http%s://127.0.0.1:%d/' % (http_suffix, mapping['port'])
  /external/icu4c/tools/toolutil/
ucm.c 87 /* mapping comparisons ------------------------------------------------------ */
286 /* add the mapping to the extension table */
290 /* remove this mapping: move the last base mapping down and overwrite the current one */
354 * mapping in base but not in ext, move it
367 /* mark this mapping to be moved to the extension table */
372 "ucm error: the base table contains a mapping whose input sequence\n"
373 " is a prefix of the input sequence of an extension mapping\n");
383 * same output: remove the extension mapping,
392 /* mapping in base but not in ext, move it *
    [all...]
  /external/icu4c/test/intltest/
testidn.cpp 52 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
146 uint32_t mapping[40]; local
187 /* parse the mapping string */
188 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
190 /* store the mapping */
191 compareMapping(code,mapping, length,USPREP_MAP);
226 * Initial value stored in the mapping table
327 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
368 if(mapping[j] > 0xFFFF)
    [all...]
nptrans.h 37 Transliterator *mapping; member in class:NamePrepTransform
69 * Map every character in input stream with mapping character
70 * in the mapping table and populate the output stream.
71 * For any individual character the mapping table may specify
  /bionic/libc/kernel/arch-arm/asm/
cacheflush.h 86 #define flush_dcache_mmap_lock(mapping) write_lock_irq(&(mapping)->tree_lock)
87 #define flush_dcache_mmap_unlock(mapping) write_unlock_irq(&(mapping)->tree_lock)
  /bionic/libc/kernel/common/linux/
dma-mapping.h 36 #include <asm/dma-mapping.h>
  /external/freetype/src/cff/
cffcmap.h 5 /* CFF character mapping table (cmap) support (specification). */
  /external/icu4c/i18n/
tolowtrn.h 24 * case mapping.
toupptrn.h 24 * case mapping.
  /external/icu4c/samples/case/
ucase.c 35 printf("** C Case Mapping Sample\n");
37 /* uchar.h APIs, single character case mapping */
47 /* ustring.h APIs, UChar * string case mapping with a Turkish locale */
60 /* ustring.h APIs, UChar * string case mapping with a Engish locale */
  /external/oprofile/daemon/
opd_stats.h 23 OPD_LOST_NO_MAPPING, /**< nr samples lost due to no mapping */
  /frameworks/base/opengl/tests/angeles/
gpustate.c 15 perror("cannot open %s for mapping");
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 86 #define flush_dcache_mmap_lock(mapping) write_lock_irq(&(mapping)->tree_lock)
87 #define flush_dcache_mmap_unlock(mapping) write_unlock_irq(&(mapping)->tree_lock)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
dma-mapping.h 36 #include <asm/dma-mapping.h>

Completed in 436 milliseconds

1 23 4 5 6 7 8 91011>>