Searched refs:fMap (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2006-03-01-GimplifyCrash.cpp9 PrefMapElem* fMap; local
10 if (fMap[0].fPrefId == 1)
/external/chromium_org/third_party/icu/source/i18n/
H A Dcasetrn.cpp94 fMap(map)
111 fCsp(o.fCsp), fMap(o.fMap)
121 fMap = o.fMap;
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
162 // fMap() tried to look beyond the context limit
H A Dcasetrn.h86 UCaseMapFull *fMap; member in class:CaseMapTransliterator
/external/icu/icu4c/source/i18n/
H A Dcasetrn.cpp94 fMap(map)
111 fCsp(o.fCsp), fMap(o.fMap)
121 fMap = o.fMap;
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
162 // fMap() tried to look beyond the context limit
H A Dcasetrn.h86 UCaseMapFull *fMap; member in class:CaseMapTransliterator
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h56 const SkTDArray<FontGlyphSetPair>* fMap; member in class:SkPDFGlyphSetMap::F2BIter
69 SkTDArray<FontGlyphSetPair> fMap; member in class:SkPDFGlyphSetMap
H A DSkPDFFont.cpp674 if (fIndex >= fMap->count()) {
677 return &((*fMap)[fIndex++]);
681 fMap = &(map.fMap);
693 for (int i = 0; i < usage.fMap.count(); ++i) {
694 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
695 myUsage->merge(*(usage.fMap[i].fGlyphSet));
700 for (int i = 0; i < fMap.count(); ++i) {
701 delete fMap[i].fGlyphSet; // Should not be NULL.
703 fMap
[all...]
/external/skia/src/pdf/
H A DSkPDFFont.h56 const SkTDArray<FontGlyphSetPair>* fMap; member in class:SkPDFGlyphSetMap::F2BIter
69 SkTDArray<FontGlyphSetPair> fMap; member in class:SkPDFGlyphSetMap
H A DSkPDFFont.cpp660 if (fIndex >= fMap->count()) {
663 return &((*fMap)[fIndex++]);
667 fMap = &(map.fMap);
679 for (int i = 0; i < usage.fMap.count(); ++i) {
680 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
681 myUsage->merge(*(usage.fMap[i].fGlyphSet));
686 for (int i = 0; i < fMap.count(); ++i) {
687 delete fMap[i].fGlyphSet; // Should not be NULL.
689 fMap
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h103 SkTDict<SkPdfNativeObject*>* fMap; member in class:SkPdfNativeObject
135 , fMap(NULL)
192 delete fMap;
505 obj->fMap = new SkTDict<SkPdfNativeObject*>(1);
551 return fMap->set((const char*)key, len, value);
587 fMap->find((const char*)key, len, &ret);
632 fMap->find((const char*)key, len, &ret);
1236 SkTDict<SkPdfNativeObject*>::Iter iter(*fMap);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h103 SkTDict<SkPdfNativeObject*>* fMap; member in class:SkPdfNativeObject
135 , fMap(NULL)
192 delete fMap;
505 obj->fMap = new SkTDict<SkPdfNativeObject*>(1);
551 return fMap->set((const char*)key, len, value);
587 fMap->find((const char*)key, len, &ret);
632 fMap->find((const char*)key, len, &ret);
1236 SkTDict<SkPdfNativeObject*>::Iter iter(*fMap);
/external/llvm/lib/IR/
H A DAsmWriter.cpp319 /// fMap - The slot map for the function level data.
320 ValueMap fMap; member in class:llvm::SlotTracker
563 fMap.clear(); // Simply discard the function level map
597 ValueMap::iterator FI = fMap.find(V);
598 return FI == fMap.end() ? -1 : (int)FI->second;
632 fMap[V] = DestSlot;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 233 milliseconds