Home
last modified time | relevance | path

Searched defs:subset (Results 1 – 25 of 68) sorted by relevance

123

/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultisetTest.java158 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRemove() local
183 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRemoveAll() local
203 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRetainAll() local
223 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetClear() local
/external/chromium_org/third_party/skia/src/gpu/
DSkGrPixelRef.cpp51 const SkIRect* subset) { in copyToTexturePixelRef()
146 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) { in deepCopy()
160 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels()
/external/skia/src/gpu/
DSkGrPixelRef.cpp51 const SkIRect* subset) { in copyToTexturePixelRef()
146 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) { in deepCopy()
160 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels()
/external/chromium_org/cc/test/
Dskia_common.cc28 const SkIRect* subset) { in deepCopy()
56 const SkIRect* subset) { in deepCopy()
/external/mesa3d/doxygen/
DMakefile29 subset: $(SUBSET:.doxy=.tag) target
/external/chromium_org/third_party/mesa/src/doxygen/
DMakefile29 subset: $(SUBSET:.doxy=.tag) target
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DCharacter_SubsetTest.java44 Character.Subset subset = new Character.Subset(name) { in test_toString() local
/external/chromium_org/third_party/skia/src/core/
DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, in scrollRect()
DSkPixelRef.cpp273 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) { in readPixels()
277 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels()
/external/skia/src/core/
DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, in scrollRect()
DSkPixelRef.cpp273 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) { in readPixels()
277 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels()
/external/skia/src/pdf/
DSkPDFFont.cpp483 const SkPDFGlyphSet* subset, in append_cmap_sections()
546 const SkPDFGlyphSet* subset, in generate_tounicode_cmap()
573 const SkTDArray<uint32_t>& subset, in get_subset_font_stream()
694 SkPDFGlyphSet* subset = getGlyphSetForFont(font); in noteGlyphUsage() local
1036 void SkPDFFont::populateToUnicodeTable(const SkPDFGlyphSet* subset) { in populateToUnicodeTable()
1060 SkPDFFont* SkPDFType0Font::getFontSubset(const SkPDFGlyphSet* subset) { in getFontSubset()
1074 bool SkPDFType0Font::populate(const SkPDFGlyphSet* subset) { in populate()
1097 SkTypeface* typeface, const SkPDFGlyphSet* subset) in SkPDFCIDFont()
1105 const SkTDArray<uint32_t>* subset) { in addFontDescriptor()
1154 bool SkPDFCIDFont::populate(const SkPDFGlyphSet* subset) { in populate()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFFont.cpp483 const SkPDFGlyphSet* subset, in append_cmap_sections()
546 const SkPDFGlyphSet* subset, in generate_tounicode_cmap()
573 const SkTDArray<uint32_t>& subset, in get_subset_font_stream()
694 SkPDFGlyphSet* subset = getGlyphSetForFont(font); in noteGlyphUsage() local
1036 void SkPDFFont::populateToUnicodeTable(const SkPDFGlyphSet* subset) { in populateToUnicodeTable()
1060 SkPDFFont* SkPDFType0Font::getFontSubset(const SkPDFGlyphSet* subset) { in getFontSubset()
1074 bool SkPDFType0Font::populate(const SkPDFGlyphSet* subset) { in populate()
1097 SkTypeface* typeface, const SkPDFGlyphSet* subset) in SkPDFCIDFont()
1105 const SkTDArray<uint32_t>* subset) { in addFontDescriptor()
1154 bool SkPDFCIDFont::populate(const SkPDFGlyphSet* subset) { in populate()
/external/skia/tests/
DToUnicode.cpp37 SkPDFGlyphSet subset; in DEF_TEST() local
DBitmapCopyTest.cpp288 SkBitmap subset; in DEF_TEST() local
393 SkBitmap src, subset; in DEF_TEST() local
DGpuBitmapCopyTest.cpp145 SkBitmap subset; in TestGpuBitmapCopy() local
/external/skia/tools/
DCopyTilesRenderer.cpp54 SkIRect subset; in render() local
/external/chromium_org/third_party/skia/src/effects/
DSkTileImageFilter.cpp39 SkBitmap subset; in onFilterImage() local
/external/skia/src/effects/
DSkTileImageFilter.cpp39 SkBitmap subset; in onFilterImage() local
/external/skia/gm/
Dextractbitmap.cpp57 SkBitmap subset; in onDraw() local
Dbitmapscroll.cpp121 void draw9(SkCanvas* canvas, int x, int y, SkIRect* subset, in draw9()
/external/openfst/src/include/fst/
Ddeterminize.h217 StateId FindState(Subset *subset) { in FindState()
220 if (s != ns) delete subset; // subset found in FindState() local
530 Subset *subset = new Subset; in ComputeStart() local
536 const Subset *subset = state_table_->FindSubset(s); in ComputeFinal() local
550 StateId FindState(Subset *subset) { in FindState()
559 Weight ComputeDistance(const Subset *subset) { in ComputeDistance()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Ddeterminize.h246 Subset *subset = new Subset; in ComputeStart() local
252 Subset *subset = subsets_[s]; in ComputeFinal() local
275 StateId FindState(Subset *subset) { in FindState()
281 delete subset; in FindState() local
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_view.cc156 SkIRect subset; in PaintDetachedView() local
/external/ceres-solver/internal/ceres/
Dparameter_block_test.cc57 SubsetParameterization subset(3, indices); in TEST() local

123