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

1 2 3 4 5 6 7 891011>>

  /external/selinux/libselinux/src/
matchpathcon.c 337 int matchpathcon_init_prefix(const char *path, const char *subset)
346 options[SELABEL_OPT_SUBSET].value = subset;
  /external/skia/gm/
image_pict.cpp 178 // need to copy the subset into a new texture
252 const SkIRect subset = SkIRect::MakeLTRB(50, 50, 100, 100); local
255 fImageSubset = SkImage::MakeFromGenerator(std::move(gen), &subset);
  /external/skia/src/c/
sk_surface.cpp 144 sk_image_t* sk_image_new_from_encoded(const sk_data_t* cdata, const sk_irect_t* subset) {
146 reinterpret_cast<const SkIRect*>(subset)).release());
  /external/skia/src/effects/imagefilters/
SkXfermodeImageFilter.cpp 281 SkIRect bgSubset = background->subset();
298 SkIRect fgSubset = foreground->subset();
  /external/skqp/gm/
image_pict.cpp 178 // need to copy the subset into a new texture
252 const SkIRect subset = SkIRect::MakeLTRB(50, 50, 100, 100); local
255 fImageSubset = SkImage::MakeFromGenerator(std::move(gen), &subset);
  /external/skqp/src/c/
sk_surface.cpp 144 sk_image_t* sk_image_new_from_encoded(const sk_data_t* cdata, const sk_irect_t* subset) {
146 reinterpret_cast<const SkIRect*>(subset)).release());
  /external/skqp/src/effects/imagefilters/
SkXfermodeImageFilter.cpp 279 SkIRect bgSubset = background->subset();
296 SkIRect fgSubset = foreground->subset();
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 268 regs = regs.subset(compatRegs);
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 298 * Returns a new instance, which contains a subset of the elements
306 public RegisterSpecList subset(BitSet exclusionSet) { method in class:RegisterSpecList
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetsTest.java 514 for (Set<Integer> subset : expected) {
515 assertTrue(powerSet.contains(subset));
647 for (Set<E> subset : powerSet) {
648 result.add(new HashSet<E>(subset));
  /external/harfbuzz_ng/src/
hb-ot-hmtx-table.hh 89 bool subset (hb_subset_plan_t *plan) const function in struct:OT::hmtxvmtx
113 DEBUG_MSG(SUBSET, nullptr, "%c%c%c%c in src has %d advances, %d lsbs", HB_UNTAG(T::tableTag), _mtx.num_advances, _mtx.num_metrics - _mtx.num_advances);
114 DEBUG_MSG(SUBSET, nullptr, "%c%c%c%c in dest has %d advances, %d lsbs, %u bytes", HB_UNTAG(T::tableTag), num_advances, gids.len - num_advances, (unsigned int) dest_sz);
145 DEBUG_MSG(SUBSET, nullptr, "gid %d is >= number of source metrics %d",
hb-ot-os2-table.hh 148 bool subset (hb_subset_plan_t *plan) const function in struct:OT::OS2
hb-ot-post-table.hh 76 bool subset (hb_subset_plan_t *plan) const function in struct:OT::post
87 DEBUG_MSG(SUBSET, nullptr, "Invalid source post table with length %d.", post_prime_length);
  /external/python/cpython2/Lib/test/
test_regrtest.py 628 # only run a subset
632 subset = [
638 for name in subset:
643 subset = ['test_method1', 'test_method3']
644 self.assertEqual(methods, subset)
  /external/skia/include/core/
SkBitmap.h     [all...]
  /external/skia/src/gpu/effects/
GrTextureDomain.h 250 const SkIRect& subset,
  /external/skia/src/pdf/
SkPDFFont.cpp 94 * some additional state indicating which subset of the font is used. It
635 const SkPDFGlyphUse& subset = pdfFont.glyphUsage(); local
639 while (lastGlyphID > firstGlyphID && !subset.has(lastGlyphID)) {
674 bool skipGlyph = gID != 0 && !subset.has(gID);
749 &subset,
    [all...]
  /external/skia/tests/
SubsetPath.cpp 27 bool SubsetPath::subset(bool testFailed, SkPath* sub) { function in class:SubsetPath
  /external/skqp/include/core/
SkBitmap.h     [all...]
  /external/skqp/src/gpu/effects/
GrTextureDomain.h 250 const SkIRect& subset,
  /external/skqp/src/pdf/
SkPDFFont.cpp 93 * some additional state indicating which subset of the font is used. It
639 const SkPDFGlyphUse& subset = pdfFont.glyphUsage(); local
643 while (lastGlyphID > firstGlyphID && !subset.has(lastGlyphID)) {
678 bool skipGlyph = gID != 0 && !subset.has(gID);
753 &subset,
    [all...]
  /external/skqp/tests/
SubsetPath.cpp 27 bool SubsetPath::subset(bool testFailed, SkPath* sub) { function in class:SubsetPath
  /external/skia/src/gpu/
SkGpuDevice.cpp 1088 const SkIRect& subset = result->subset(); local
    [all...]
  /external/v8/src/compiler/
types.cc 980 bitset subset = named_bitsets[i]; local
981 if ((bits & subset) == subset) {
984 os << Name(subset);
985 bits -= subset;
    [all...]
  /external/v8/src/objects/
intl-objects.cc 2283 std::vector<std::string> subset; local
2356 Handle<JSArray> subset = factory->NewJSArray(0); local
2435 MaybeHandle<JSObject> subset = local
    [all...]

Completed in 1513 milliseconds

1 2 3 4 5 6 7 891011>>