Searched refs:mapping (Results 51 - 75 of 148) sorted by relevance

123456

/external/libvorbis/lib/
H A Dsynthesis.c86 type=ci->map_type[ci->mode_param[mode]->mapping];
89 mapping]));
H A Dcodec_internal.h51 int mapping; member in struct:__anon8122
104 blocksize flag and a mapping (along with the mapping setup */
/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/webkit/Source/WebCore/platform/graphics/chromium/
H A DTransparencyWin.cpp250 AffineTransform mapping;
251 mapping.translate(-m_transformedSourceRect.x(), -m_transformedSourceRect.y());
253 // Compute the inverse mapping from the canvas space to the
255 mapping *= m_orgTransform.inverse();
257 compositeToCopy(*m_destContext, *m_drawContext, mapping);
/external/icu4c/tools/gennorm2/
H A Dgennorm2.cpp226 fprintf(stderr, "gennorm2 error: parsing remove-mapping %s\n", line);
238 fprintf(stderr, "gennorm2 error: parsing mapping string from %s\n", line);
241 UnicodeString mapping(FALSE, uchars, length);
245 "gennorm2 error: round-trip mapping for more than 1 code point on %s\n",
249 builder.setRoundTripMapping((UChar32)startCP, mapping);
252 builder.setOneWayMapping(c, mapping);
/external/icu4c/i18n/
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:__anon5891
H A Ducol_elm.cpp149 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY,
162 t->contractions = uprv_cnttab_open(t->mapping, status);
239 /* mapping */
240 if(t->mapping != NULL) {
241 /*r->mapping = ucmpe32_clone(t->mapping, status);*/
242 r->mapping = utrie_clone(NULL, t->mapping, NULL, 0);
279 r->contractions->mapping = r->mapping;
1310 uprv_uca_getMaxExpansionJamo(UNewTrie *mapping, MaxExpansionTable *maxexpansion, MaxJamoExpansionTable *maxjamoexpansion, UBool jamospecial, UErrorCode *status) argument
1427 UNewTrie *mapping = t->mapping; local
[all...]
/external/kernel-headers/original/linux/
H A Dfs.h359 /* Write back some dirty pages from this mapping. */
365 int (*readpages)(struct file *filp, struct address_space *mapping,
409 * of struct page's "mapping" pointer be used for PAGE_MAPPING_ANON.
464 int mapping_tagged(struct address_space *mapping, int tag);
469 static inline int mapping_mapped(struct address_space *mapping) argument
471 return !prio_tree_empty(&mapping->i_mmap) ||
472 !list_empty(&mapping->i_mmap_nonlinear);
481 static inline int mapping_writably_mapped(struct address_space *mapping) argument
483 return mapping->i_mmap_writable != 0;
1518 unsigned long invalidate_mapping_pages(struct address_space *mapping,
1697 xip_truncate_page(struct address_space *mapping, loff_t from) 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
H A Dblkdev.h167 * will actually have to deal with after DMA mapping is done.
637 static inline void blk_run_address_space(struct address_space *mapping) argument
639 if (mapping)
640 blk_run_backing_dev(mapping->backing_dev_info, NULL);
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java28 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping;
29 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping;
349 SourceMapping mapping = new SuffixMapping( "g", Collections.EMPTY_SET );
351 scan.addSourceMapping( mapping );
/external/tremolo/Tremolo/
H A Dcodec_internal.h156 unsigned char mapping; member in struct:__anon12849
201 blocksize flag and a mapping (along with the mapping setup */
H A Dtreminfo.c296 ci->mode_param[i].mapping=(unsigned char)oggpack_read(opb,8);
297 if(ci->mode_param[i].mapping>=ci->maps)goto err_out;
/external/libvorbis/doc/
H A D04-codec.tex104 configurations, channel mapping configurations and mode
180 multichannel audio with varying channel mapping applications. Vorbis I
181 uses a single mapping type (0), with implicit PCM channel mappings.
189 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers:
191 \item read the mapping type: 16 bits as unsigned integer. There's no reason to save the mapping type in Vorbis I.
192 \item If the mapping type is nonzero, the stream is undecodable
193 \item If the mapping type is zero:
204 \item if set, square polar channel mapping is in use:
238 \item save this mapping configuratio
[all...]
/external/valgrind/main/memcheck/tests/
H A Dvarinfo6.stdout.exp9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
H A Dorigin5-bz2.stdout.exp10 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
H A Dvcpu_bz2.stdout.exp9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
/external/stressapptest/src/
H A Dos.cc510 // Use dynamic mapping for allocations larger than that.
515 // Do a full mapping here otherwise.
591 // Prepare the target memory. It may requre mapping in, or this may be a noop.
598 void * mapping = mmap64(NULL, length, PROT_READ | PROT_WRITE, local
602 void * mapping = mmap(NULL, length, PROT_READ | PROT_WRITE,
606 if (mapping == MAP_FAILED) {
613 return mapping;
/external/valgrind/main/gdbserver_tests/
H A Dmcsignopass.stdoutB.exp57 115 mapping[FILESIZE+10];
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc397 // Make sure the path mapping vector is setup so we can collapse paths.
602 for (PathMapping::const_iterator mapping = path_mapping_.begin();
603 mapping != path_mapping_.end(); ++mapping) {
604 string16 prefix = mapping->first;
606 string16 new_location = mapping->second +
608 size_t length = new_location.length() - mapping->second.length();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm883 // Create the mapping.
884 UnicodeMapping mapping;
886 if (GetTextEncodingFromScriptInfo(scriptCode, kTextLanguageDontCare, kTextRegionDontCare, &mapping.otherEncoding) != noErr)
889 mapping.unicodeEncoding = CreateTextEncoding(kTextEncodingUnicodeDefault, kTextEncodingDefaultVariant, kTextEncodingDefaultFormat);
890 mapping.mappingVersion = kUnicodeUseLatestMapping;
895 if (CreateUnicodeToTextInfo(&mapping, &textInfo) != noErr)
/external/icu4c/common/
H A Dnormalizer2impl.h414 const uint16_t *mapping=getMapping(norm16); local
415 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
416 return (uint8_t)mapping[1];
441 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
442 return list+ // mapping pointer
443 1+ // +1 to skip the first unit with the mapping lenth
444 (*list&MAPPING_LENGTH_MASK)+ // + mapping length
679 * with a decomposition mapping, that is, with NF*D_QC=No.
681 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
698 * which means it has a two-way (round-trip) decomposition mapping
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.stdout.exp9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1026 milliseconds

123456