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

1 2 3 45 6 7 8 91011>>

  /external/qemu/android/utils/
mapfile.h 92 * offset - Offset in the file where mapping should begin.
103 * mapping, containing mapping of the requested section of a file. Note that
105 * of the requested section mapping. Use value returned in mapped_offset
107 * mapping. Value returned from this routine must eventually be passed to
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 79 * Removes a label from the label-to-index mapping
87 * Adds a label and index to the label-to-index mapping
126 * Rebuilds the label-to-index mapping after a shrinkToFit().
  /dalvik/libdex/
SysUtil.h 44 size_t baseLength; /* length of mapping */
74 * mapping a file on a FAT filesystem, the result may be fully writable.)
87 * Create a private anonymous mapping, useful for large allocations.
  /external/icu4c/common/unicode/
symtable.h 40 * <p>The second kind of mapping is between character values and
75 * there is no mapping for s.
85 * character, or NULL if there is no mapping for ch.
  /external/icu4c/i18n/
ucol_elm.h 38 /* This is the maximum trie capacity for the mapping trie.
101 /*CompactEIntArray *mapping; */
102 UNewTrie *mapping; member in struct:__anon2228
uspoof_buildconf.h 30 // by the confusable mapping data (confusables.txt from Unicode.org)
89 UnicodeSet *fKeySet; // A set of all keys (UChar32s) that go into the four mapping tables.
116 // get a UnicodeString with the corresponding mapping.
uspoof_buildconf.cpp 52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
267 // We have a good input line. Extract the key character and mapping string, and
268 // put them into the appropriate mapping table.
292 // Add the UChar -> string mapping to the appropriate table.
357 // For each key code point, check which mapping tables it applies to,
360 // The four logical mapping tables are conflated into one combined table.
361 // If multiple logical tables have the same mapping for some key, they
363 // If more than one mapping exists for the same key code point, multiple
493 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
507 // No mapping for this key character
    [all...]
  /external/oprofile/daemon/
opd_stats.c 53 printf("Nr. samples lost due to no permanent mapping: %lu\n",
57 print_if("Nr. samples lost due to no mapping: %u\n",
59 print_if("Nr. backtraces skipped due to no file mapping: %u\n",
opd_sfile.h 52 /** anonymous mapping */
84 /** clear any sfiles for the given anon mapping */
  /external/svox/pico/lib/
picopam.h 19 * Phonetic to Acoustic Mapping PU - Header file
31 * <b> Phonetic to acoustic mapping module </b>\n
33 * This module is responsible for mapping the phonetic domain features generated from text analysis
  /external/v8/src/
compilation-cache.h 61 // overwrite an existing mapping.
66 // with the boilerplate. This may overwrite an existing mapping.
73 // This may overwrite an existing mapping.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
package.html 36 <p>XML mapping from characters to entity references is defined in
37 XMLEntities.res. HTML entity reference mapping is defined in HTMLEntities.res.
  /external/clearsilver/
README.python 30 mechanism for mapping form submit buttons to method names. Here is an
50 This is an object to relational database mapping tool. It makes
  /packages/apps/Gallery3D/src/com/cooliris/media/
LongSparseArray.java 58 * such mapping has been made.
66 * no such mapping has been made.
80 * Removes the mapping from the specified key, if there was any.
128 * Adds a mapping from the specified key to the specified value, replacing
129 * the previous mapping from the specified key if there was one.
192 * from the <code>index</code>th key-value mapping that this SparseArray
205 * from the <code>index</code>th key-value mapping that this SparseArray
219 * for the <code>index</code>th key-value mapping that this SparseArray
  /frameworks/base/core/java/android/view/
ViewDebug.java 179 * A mapping can be defined to map int values to specific strings. For
181 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
185 * @ViewDebug.ExportedProperty(mapping = {
197 IntToString[] mapping() default { };
200 * A mapping can be defined to map array indices to specific strings.
201 * A mapping can be used to see human readable values for the indices
216 * @see #mapping()
221 * A flags mapping can be defined to map flags encoded in an integer to
222 * specific strings. A mapping can be used to see human readable values
261 * Defines a mapping from an int value to a String. Such a mapping can be use
1354 final IntToString[] mapping = property.mapping(); local
1422 final IntToString[] mapping = property.mapping(); local
1503 final IntToString[] mapping = property.mapping(); local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
AbstractMap.java 106 * Returns a set containing all of the mappings in this map. Each mapping is
160 * Returns the value of the mapping with the specified key.
164 * @return the value of the mapping with the specified key, or {@code null}
165 * if no mapping for the specified key is found.
266 * @return the value of any previous mapping with the specified key or
267 * {@code null} if there was no mapping.
284 * Copies every mapping in the specified map to this map.
306 * Removes a mapping with the specified key from this Map.
309 * the key of the mapping to remove.
310 * @return the value of the removed mapping or {@code null} if no mappin
    [all...]
  /external/icu4c/common/
ucnv_ext.h 41 * It is an error if a base file contains any regular (not extension) mapping
42 * from the same sequence as a mapping in the extension file
43 * because the base mapping would hide the extension mapping.
72 * and a base table entry is a prefix of a multi-character mapping, then
79 * of UChars or bytes in a mapping to
203 * does not start any mapping input.
208 * Contains toUnicode mapping results, stored as sequences of UChars.
229 * return no mapping, but request for <subchar1>;
259 * to indicate no mapping
    [all...]
locmap.h 9 * File locmap.h : Locale Mapping Classes
  /bootable/recovery/minzip/
SysUtil.h 21 size_t baseLength; /* length of mapping */
  /build/tools/soslim/
symfilter.h 29 void *mmap; /* symbol-fiter-file memory mapping */
  /dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java 28 * essentially preserving the original mapping and remaining agnostic
  /dalvik/libcore/luni/src/main/java/java/net/
FileNameMap.java 21 * Defines a scheme for mapping a filename type to a MIME content type. Mainly
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/
types.properties 18 # mapping between file extensions and MIME types. It uses
  /external/clearsilver/csharp/
README 30 - do something better about mapping hdferror to exceptions
  /external/dropbear/
common-chansession.c 27 /* Mapping of signal values to ssh signal strings */

Completed in 297 milliseconds

1 2 3 45 6 7 8 91011>>