HomeSort by relevance Sort by last modified time
    Searched refs:subset (Results 226 - 250 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableRangeSetTest.java 349 for (Set<Range<Integer>> subset : Sets.powerSet(ranges)) {
354 for (Range<Integer> range : subset) {
446 assertEquals(expectedSet.subSet(i, false, j, false),
447 asSet.subSet(i, false, j, false));
448 assertEquals(expectedSet.subSet(i, true, j, false),
449 asSet.subSet(i, true, j, false));
450 assertEquals(expectedSet.subSet(i, false, j, true),
451 asSet.subSet(i, false, j, true));
452 assertEquals(expectedSet.subSet(i, true, j, true),
453 asSet.subSet(i, true, j, true))
    [all...]
SetsTest.java 801 for (Set<Integer> subset : expected) {
802 assertTrue(powerSet.contains(subset));
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 449 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
458 if (!r.intersect(srcRect, subset)) {
SkRecorder.cpp 349 bool SkRecorder::onDoSaveBehind(const SkRect* subset) {
350 this->append<SkRecords::SaveBehind>(this->copy(subset));
SkRecords.h 183 Optional<SkRect> subset);
SkPicturePlayback.cpp 530 const SkRect* subset = nullptr; local
534 subset = &storage;
536 SkCanvasPriv::SaveBehind(canvas, subset);
  /external/skia/src/effects/imagefilters/
SkArithmeticImageFilter.cpp 312 SkIRect bgSubset = background->subset();
329 SkIRect fgSubset = foreground->subset();
  /external/skia/src/gpu/
SkGr.cpp 222 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, bm->width(), bm->height()); local
223 GrMakeKeyFromImageID(result, bm->getGenerationID(), subset);
  /external/skqp/src/core/
SkBitmap.cpp 417 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
426 if (!r.intersect(srcRect, subset)) {
SkRecorder.cpp 345 bool SkRecorder::onDoSaveBehind(const SkRect* subset) {
346 this->append<SkRecords::SaveBehind>(this->copy(subset));
SkRecords.h 182 Optional<SkRect> subset);
  /external/skqp/src/effects/imagefilters/
SkArithmeticImageFilter.cpp 311 SkIRect bgSubset = background->subset();
328 SkIRect fgSubset = foreground->subset();
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.cpp 643 // Otherwise, make a copy for the requested subset.
644 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height()); local
648 return GrSurfaceProxy::Copy(context, texProxy.get(), mipMapped, subset, SkBackingFit::kExact,
SkGr.cpp 220 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, bm->width(), bm->height()); local
221 GrMakeKeyFromImageID(result, bm->getGenerationID(), subset);
  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 625 static const char *subset[] = { local
638 if ( isa > sizeof (subset)/sizeof(subset[0]) ) {
642 return subset[isa];
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 32 #include "hb-subset-glyf.hh"
84 bool subset (hb_subset_plan_t *plan) const function in struct:OT::glyf
323 DEBUG_MSG(SUBSET, nullptr, "Bad flag");
346 DEBUG_MSG(SUBSET, nullptr, "Expect %d coords to have flags, got flags for %d", nCoordinates, coordsWithFlags);
415 DEBUG_MSG(SUBSET, nullptr, "Invalid instruction offset, %d is outside [%d, %d]", *instruction_start, start_offset, end_offset);
424 DEBUG_MSG(SUBSET, nullptr, "Glyph size is too short, missing field instructionLength.");
433 DEBUG_MSG(SUBSET, nullptr, "The instructions array overruns the glyph's boundaries.");
  /external/python/cpython3/Lib/test/
test_regrtest.py     [all...]
  /external/vixl/tools/test_generator/
parser.py 346 # Override the top-level mnemonics list with a subset.
353 "Overriding mnemonic list should a subset of the top-level list")
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 371 Rect subset = new Rect(0, 0, TILE_SIZE, TILE_SIZE); local
411 Bitmap reuseResult = decoder.decodeRegion(subset, reuseOpts);
418 Bitmap defaultResult = decoder.decodeRegion(subset, defaultOpts);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationCoordinatesTests.cpp 274 // Check that all points in subset are (approximately) present also in superset.
278 const std::vector<tcu::Vec3>& subset,
289 for (int subNdx = 0; subNdx < static_cast<int>(subset.size()); ++subNdx)
291 const tcu::Vec3& subPt = subset[subNdx];
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java 119 assertSame(set, set.subSet("c", "f"));
163 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet);
164 assertThat(set.subSet("c", "g")).has().item("e");
165 assertThat(set.subSet("e", "g")).has().item("e");
166 assertSame(of(), set.subSet("f", "g"));
167 assertSame(of(), set.subSet("c", "e"));
168 assertSame(of(), set.subSet("c", "d"));
259 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet);
260 assertThat(set.subSet("c", "e")).has().exactly("c", "d").inOrder();
261 assertThat(set.subSet("a", "g")).has().exactly("b", "c", "d", "e", "f").inOrder()
386 SortedSet<String> subset = set.subSet("c", "e"); local
    [all...]
  /external/libxml2/
testlimits.c 716 * Does this document has an internal subset
731 * Does this document has an external subset
746 * Does this document has an internal subset
762 * Does this document has an external subset
1606 int subset = 0; local
    [all...]
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
clustering_ops.py 624 the specified `kmc2_chain_length`. On each subset, a single Markov chain of
626 are less than `kmc2_chain_length` points in the subset, a single center is
638 # Maximum number of subsets such that the size of each subset is at least
651 """Body that adds a single new center based on a subset."""
665 # Extract the subset from the underlying batch.
668 subset = first_shard[start:end]
669 # Compute the distances from points in the subset to previous centers.
671 subset, self._cluster_centers, 1)
676 newly_sampled_center = array_ops.reshape(subset[new_center_index],
    [all...]
  /external/tensorflow/tensorflow/python/ops/
clustering_ops.py 623 the specified `kmc2_chain_length`. On each subset, a single Markov chain of
625 are less than `kmc2_chain_length` points in the subset, a single center is
637 # Maximum number of subsets such that the size of each subset is at least
650 """Body that adds a single new center based on a subset."""
664 # Extract the subset from the underlying batch.
667 subset = first_shard[start:end]
668 # Compute the distances from points in the subset to previous centers.
670 subset, self._cluster_centers, 1)
675 newly_sampled_center = array_ops.reshape(subset[new_center_index],
    [all...]
  /external/skia/tests/
ImageFilterTest.cpp 1701 SkIRect subset = SkIRect::MakeXYWH(25, 20, 50, 50); local
    [all...]

Completed in 876 milliseconds

1 2 3 4 5 6 7 8 91011>>