Searched defs:mapping (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium/base/
H A Dglobal_descriptors_posix.cc37 // In order to make unittests pass, we define a default mapping from keys to
54 void GlobalDescriptors::Reset(const Mapping& mapping) { argument
55 descriptors_ = mapping;
/external/icu4c/i18n/
H A Ducol_cnt.h48 /*CompactEIntArray *mapping;*/
49 UNewTrie *mapping; member in struct:CntTable
60 /*uprv_cnttab_open(CompactEIntArray *mapping, UErrorCode *status);*/
61 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status);
H A Ducol_cnt.cpp49 /*uprv_cnttab_open(CompactEIntArray *mapping, UErrorCode *status) {*/
50 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status) { argument
59 tbl->mapping = mapping;
217 /*CE = ucmpe32_get(table->mapping, i);*/
218 CE = utrie_get32(table->mapping, i, NULL);
221 /*ucmpe32_set(table->mapping, i, CE);*/
222 utrie_set32(table->mapping, i, CE);
274 r->mapping = t->mapping;
[all...]
H A Ducol_elm.h39 /* This is the maximum trie capacity for the mapping trie.
101 /*CompactEIntArray *mapping; */
102 UNewTrie *mapping; member in struct:__anon6484
/external/icu4c/test/intltest/
H A Dnptrans.h37 Transliterator *mapping; member in class:NamePrepTransform
65 * Map every character in input stream with mapping character
66 * in the mapping table and populate the output stream.
67 * For any individual character the mapping table may specify
H A Dtestidn.cpp52 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
144 uint32_t mapping[40]; local
185 /* parse the mapping string */
186 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
188 /* store the mapping */
189 compareMapping(code,mapping, length,USPREP_MAP);
224 * Initial value stored in the mapping table
325 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
366 if(mapping[
[all...]
/external/apache-http/src/org/apache/commons/codec/language/
H A DRefinedSoundex.java34 * the US_ENGLISH mapping.
54 * English mapping.
61 * Creates a refined soundex instance using a custom mapping. This
62 * constructor can be used to customize the mapping, and/or possibly
63 * provide an internationalized mapping for a non-Western character set.
65 * @param mapping
69 public RefinedSoundex(char[] mapping) { argument
70 this.soundexMapping = mapping;
134 * Returns the mapping code for a given character. The mapping code
[all...]
H A DSoundex.java32 * An instance of Soundex using the US_ENGLISH_MAPPING mapping.
39 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position
51 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position
108 * Creates a soundex instance using the given mapping. This constructor can be used to provide an internationalized
109 * mapping for a non-Western character set.
114 * @param mapping
117 public Soundex(char[] mapping) { argument
118 this.setSoundexMapping(mapping);
194 * Returns the soundex mapping.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DPropertyBoxParserImpl.java36 Properties mapping; field in class:PropertyBoxParserImpl
41 mapping = new Properties();
43 mapping.load(is);
50 mapping.load(customIS);
56 mapping.load(new BufferedInputStream(getClass().getResourceAsStream(customProperty)));
71 public PropertyBoxParserImpl(Properties mapping) { argument
72 this.mapping = mapping;
170 constructor = mapping.getProperty((parent) + "-uuid[" + Hex.encodeHex(userType).toUpperCase() + "]");
172 constructor = mapping
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dfaultstatus.c28 static char volatile *volatile mapping; variable
111 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
/external/webkit/Source/WebCore/inspector/front-end/
H A DScriptFormatterWorker.js34 var mapping = buildMapping(source, formattedSource);
35 postMessage({ formattedSource: formattedSource, mapping: mapping });
52 var mapping = { original: [], formatted: [] };
62 mapping.original.push(position);
63 mapping.formatted.push(match.index + match[1].length);
66 return mapping;
H A DScriptFormatter.js85 callback(result.text, result.mapping);
128 function didFormat(formattedSource, mapping)
131 chunk.mapping = mapping;
140 var mapping = { original: [], formatted: [] };
143 mapping.original.push(chunk.start);
144 mapping.formatted.push(text.length);
148 for (var j = 0; j < chunk.mapping.original.length; ++j) {
149 mapping.original.push(chunk.mapping
[all...]
/external/kernel-headers/original/linux/
H A Dpagemap.h16 * Bits in mapping->flags. The lower __GFP_BITS_SHIFT bits are the page
22 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) argument
24 return (__force gfp_t)mapping->flags & __GFP_BITS_MASK;
28 * This is non-atomic. Only to be used before the mapping is activated.
71 extern struct page * find_get_page(struct address_space *mapping,
73 extern struct page * find_lock_page(struct address_space *mapping,
76 struct address_space *mapping, unsigned long index);
77 extern struct page * find_or_create_page(struct address_space *mapping,
79 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
81 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_
89 grab_cache_page(struct address_space *mapping, unsigned long index) argument
102 read_mapping_page(struct address_space *mapping, unsigned long index, void *data) argument
[all...]
H A Dswap.h187 extern int remove_mapping(struct address_space *mapping, struct page *page);
329 struct address_space *mapping)
328 move_from_swap_cache(struct page *page, unsigned long index, struct address_space *mapping) argument
/external/valgrind/main/none/tests/
H A Dfaultstatus.c51 static char volatile *volatile mapping; variable
110 mapping[0] = 'x';
115 mapping[FILESIZE+10];
150 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
157 T(2, SIGSEGV, SEGV_ACCERR, mapping),
158 T(3, SIGBUS, BUS_ADRERR, &mapping[FILESIZE+10]),
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.c31 static char volatile *volatile mapping; variable
129 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
/external/clang/include/clang/Lex/
H A DPPCallbacks.h161 diag::Mapping mapping, StringRef Str) {
313 diag::Mapping mapping, StringRef Str) {
314 First->PragmaDiagnostic(Loc, Namespace, mapping, Str);
315 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
160 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, diag::Mapping mapping, StringRef Str) argument
312 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, diag::Mapping mapping, StringRef Str) argument
/external/icu4c/test/cintltst/
H A Dsprpdata.c36 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
49 uint32_t mapping[40]; local
78 /* parse the mapping string */
79 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
81 /* compare the mapping */
82 compareMapping(data, code,mapping, length,USPREP_MAP);
115 * Initial value stored in the mapping table
146 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
191 if(mapping[
[all...]
/external/icu4c/tools/gensprep/
H A Dgensprep.c276 uint32_t mapping[40]; local
286 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
292 /* parse the mapping string */
293 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
308 /* store the mapping */
312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
327 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
339 uint32_t mapping[40]; local
404 /* parse the mapping strin
[all...]
H A Dstore.c37 * The file format prepared and written here contains a 16-bit trie and a mapping table.
70 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
71 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
72 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the mapping table
73 * indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START] -- The starting index of 4 UChars mapping index in the mapping table
98 * 1 - ON : The value in the next 14 bits is an index into the mapping tabl
213 UChar* mapping; member in struct:ValueStruct
373 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status) argument
[all...]
/external/openssl/crypto/bio/
H A Dbss_log.c180 mapping[] = local
211 while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
212 priority = mapping[i].log_level;
213 pp = buf + mapping[i].strl;
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.cpp181 HANDLE mapping = WKCACFImageCopyFileMapping(image, &fileMappingSize); local
182 if (!mapping)
185 RefPtr<SharedMemory> sharedMemory = SharedMemory::adopt(mapping, fileMappingSize, SharedMemory::ReadWrite);
187 ::CloseHandle(mapping);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvorbis/lib/
H A Dcodec_internal.h51 int mapping; member in struct:__anon8715
104 blocksize flag and a mapping (along with the mapping setup */
/external/tremolo/Tremolo/
H A Dcodec_internal.h156 unsigned char mapping; member in struct:__anon13442
201 blocksize flag and a mapping (along with the mapping setup */

Completed in 754 milliseconds

123