| /external/skia/src/core/ |
| D | SkSpecialSurface.cpp | 19 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps& props) in SkSpecialSurface_Base() 44 SkSpecialSurface::SkSpecialSurface(const SkIRect& subset, in SkSpecialSurface() 69 const SkIRect& subset, in SkSpecialSurface_Raster() 95 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeFromBitmap(const SkIRect& subset, SkBitmap& bm, in MakeFromBitmap() 114 const SkIRect subset = SkIRect::MakeWH(info.width(), info.height()); in MakeRaster() local 126 SkSpecialSurface_Gpu(sk_sp<skgpu::BaseDevice> device, SkIRect subset) in SkSpecialSurface_Gpu() 174 const SkIRect subset = SkIRect::MakeSize(ii.dimensions()); in MakeRenderTarget() local
|
| D | SkSpecialImage.cpp | 40 SkSpecialImage_Base(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps& props) in SkSpecialImage_Base() 87 SkSpecialImage::SkSpecialImage(const SkIRect& subset, in SkSpecialImage() 178 const SkIRect& subset, in MakeFromImage() 208 SkSpecialImage_Raster(const SkIRect& subset, const SkBitmap& bm, const SkSurfaceProps& props) in SkSpecialImage_Raster() 303 sk_sp<SkSpecialImage> SkSpecialImage::MakeFromRaster(const SkIRect& subset, in MakeFromRaster() 326 sk_sp<SkSpecialImage> SkSpecialImage::CopyFromRaster(const SkIRect& subset, in CopyFromRaster() 368 SkSpecialImage_Gpu(GrRecordingContext* context, const SkIRect& subset, in SkSpecialImage_Gpu() 484 const SkRect subset = SkRect::Make(this->subset()); in onAsShader() local 515 const SkIRect& subset, in MakeDeferredFromGpu()
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | TreeMultisetTest.java | 187 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRemove() local 212 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRemoveAll() local 232 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRetainAll() local 252 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetClear() local
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | TreeMultisetTest.java | 187 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRemove() local 212 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRemoveAll() local 232 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetRetainAll() local 252 SortedSet<String> subset = elementSet.subSet("b", "f"); in testElementSetSubsetClear() local
|
| /external/harfbuzz_ng/test/api/ |
| D | test-subset.c | 39 hb_face_t *subset; in test_subset_32_tables() local 61 hb_face_t *subset; in test_subset_no_inf_loop() local 82 hb_face_t *subset; in test_subset_crash() local
|
| /external/skia/tests/ |
| D | SpecialImageTest.cpp | 60 const SkIRect subset = img->subset(); in test_image() local 145 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_TEST() local 170 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in test_specialimage_image() local 205 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| D | ImageFilterCacheTest.cpp | 42 const sk_sp<SkSpecialImage>& subset) { in test_find_existing() 65 const sk_sp<SkSpecialImage>& subset) { in test_dont_find_if_diff_key() 118 const sk_sp<SkSpecialImage>& subset) { in test_explicit_purging() 159 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_TEST() local 180 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in test_image_backed() local 271 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | CacheAsserts.java | 53 public RequestSet subset(String... uriStrings) { in subset() method in CacheAsserts.RequestSet 61 public RequestSet subset(Uri... uris) { in subset() method in CacheAsserts.RequestSet 69 public RequestSet subset(DataSpec... dataSpecs) { in subset() method in CacheAsserts.RequestSet
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | CacheAsserts.java | 53 public RequestSet subset(String... uriStrings) { in subset() method in CacheAsserts.RequestSet 61 public RequestSet subset(Uri... uris) { in subset() method in CacheAsserts.RequestSet 69 public RequestSet subset(DataSpec... dataSpecs) { in subset() method in CacheAsserts.RequestSet
|
| /external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | CacheAsserts.java | 52 public RequestSet subset(String... uriStrings) { in subset() method in CacheAsserts.RequestSet 60 public RequestSet subset(Uri... uris) { in subset() method in CacheAsserts.RequestSet 68 public RequestSet subset(DataSpec... dataSpecs) { in subset() method in CacheAsserts.RequestSet
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-layout-gdef-table.hh | 47 bool subset (hb_subset_context_t *c) const in subset() function 84 bool subset (hb_subset_context_t *c) const in subset() function 129 bool subset (hb_subset_context_t *c) const in subset() function 159 bool subset (hb_subset_context_t *c) const in subset() function 200 bool subset (hb_subset_context_t *c) const in subset() function 316 bool subset (hb_subset_context_t *c) const in subset() function 371 bool subset (hb_subset_context_t *c) const in subset() function 425 bool subset (hb_subset_context_t *c) const in subset() function 478 bool subset (hb_subset_context_t *c) const in subset() function 638 bool subset (hb_subset_context_t *c) const in subset() function
|
| D | hb-ot-color-colr-table.hh | 176 bool subset (hb_subset_context_t *c) const in subset() function 208 bool subset (hb_subset_context_t *c) const in subset() function 232 bool subset (hb_subset_context_t *c) const in subset() function 274 bool subset (hb_subset_context_t *c) const in subset() function 375 bool subset (hb_subset_context_t *c) const in subset() function 404 bool subset (hb_subset_context_t *c) const in subset() function 432 bool subset (hb_subset_context_t *c) const in subset() function 466 bool subset (hb_subset_context_t *c) const in subset() function 500 bool subset (hb_subset_context_t *c) const in subset() function 532 bool subset (hb_subset_context_t *c) const in subset() function [all …]
|
| D | hb-ot-math-table.hh | 201 bool subset (hb_subset_context_t *c) const in subset() function 254 bool subset (hb_subset_context_t *c) const in subset() function 437 bool subset (hb_subset_context_t *c) const in subset() function 496 bool subset (hb_subset_context_t *c) const in subset() function 575 bool subset (hb_subset_context_t *c) const in subset() function 618 bool subset (hb_subset_context_t *c) const in subset() function 678 bool subset (hb_subset_context_t *c) const in subset() function 744 bool subset (hb_subset_context_t *c) const in subset() function 859 bool subset (hb_subset_context_t *c) const in subset() function 1010 bool subset (hb_subset_context_t *c) const in subset() function
|
| /external/tensorflow/tensorflow/python/keras/preprocessing/ |
| D | image.py | 383 subset=None, argument 453 subset=None, argument 567 subset=None, argument 843 subset=None): argument 911 subset=None, argument 1010 subset=None, argument
|
| D | dataset_utils.py | 166 def get_training_or_validation_split(samples, labels, validation_split, subset): argument 219 def check_validation_split_arg(validation_split, subset, shuffle, seed): argument
|
| /external/skia/src/gpu/effects/ |
| D | GrTextureEffect.cpp | 41 const SkRect& subset, in Sampling() 71 auto resolve = [&](int size, Wrap wrap, Span subset, Span domain, float linearFilterInset) { in Sampling() 190 const SkRect& subset, in MakeSubset() 211 const SkRect& subset, in MakeSubset() 228 const SkRect& subset, in MakeCustomLinearFilterInset() 708 float subset[] = {s.fLeft, s.fTop, s.fRight, s.fBottom}; in onSetData() local 712 float subset[] = {c.fLeft, c.fTop, c.fRight, c.fBottom}; in onSetData() local
|
| /external/fonttools/Doc/source/subset/ |
| D | index.rst | 2 subset title
|
| /external/skia/docs/examples/ |
| D | Bitmap_pixelRef.cpp | 7 SkBitmap subset; in draw() local
|
| D | skbug_237_drawImage_with_blur.cpp | 10 auto subset = image->makeSubset({16, 16, 48, 48}); in draw() local
|
| D | Image_encodeToData_2.cpp | 8 SkIRect subset = {136, 32, 200, 96}; in draw() local
|
| D | Bitmap_pixelRefOrigin.cpp | 7 SkBitmap subset; in draw() local
|
| D | Bitmap_getSubset.cpp | 10 SkBitmap subset; in draw() local
|
| D | Image_encodeToData.cpp | 8 SkIRect subset = {0, 0, 16, 64}; in draw() local
|
| D | Bitmap_extractSubset.cpp | 10 SkBitmap subset; in draw() local
|
| /external/harfbuzz_ng/test/ |
| D | meson.build | 3 subdir('subset') subdir
|