HomeSort by relevance Sort by last modified time
    Searched refs:subset (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 295 * Returns a new instance, which contains a subset of the elements
303 public RegisterSpecList subset(BitSet exclusionSet) { method in class:RegisterSpecList
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils_unittest.cc 35 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
52 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
104 const SkIRect* subset) {
129 const SkIRect* subset) {
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 295 * Decode a rectangle subset in the image.
301 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 268 regs = regs.subset(compatRegs);
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpecList.java 296 * Returns a new instance, which contains a subset of the elements
304 public RegisterSpecList subset(BitSet exclusionSet) { method in class:RegisterSpecList
  /external/skia/include/core/
SkImageDecoder.h 312 * Decode a rectangle subset in the image.
318 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
  /external/opencv/ml/src/
mlboost.cpp 194 const int* subset = node->split->subset; local
201 int d = idx >= 0 ? CV_DTREE_CAT_DIR(idx,subset) : 0;
432 split->subset[idx >> 5] |= 1 << (idx & 31);
563 split->subset[idx >> 5] |= 1 << (idx & 31);
683 split->subset[i >> 5] |= 1 << (i & 31);
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_35.sql 29 /* A subset of "John Doe". Should get discarded. */
  /external/skia/tests/
PictureTest.cpp 90 // Allocate result to be large enough to hold subset, and then draw the picture
91 // into it, offsetting by subset's top/left corner.
92 static void draw(SkPicture* pic, const SkRect& subset, SkBitmap* result) {
94 subset.roundOut(&ir);
  /frameworks/base/data/fonts/
Android.mk 42 # On space-constrained devices, we include a subset of fonts:
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ParseHelper.cpp     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java 729 for (Set<Integer> subset : expected) {
730 assertTrue(powerSet.contains(subset));
880 for (Set<E> subset : powerSet) {
881 result.add(new HashSet<E>(subset));
    [all...]
ImmutableSortedSetTest.java 130 assertSame(set, set.subSet("c", "f"));
181 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet);
182 ASSERT.that(set.subSet("c", "g")).hasContentsInOrder("e");
183 ASSERT.that(set.subSet("e", "g")).hasContentsInOrder("e");
184 assertSame(of(), set.subSet("f", "g"));
185 assertSame(of(), set.subSet("c", "e"));
186 assertSame(of(), set.subSet("c", "d"));
284 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet);
285 ASSERT.that(set.subSet("c", "e")).hasContentsInOrder("c", "d");
286 ASSERT.that(set.subSet("a", "g")).hasContentsInOrder("b", "c", "d", "e", "f")
443 SortedSet<String> subset = set.subSet("c", "e"); local
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 436 // Now repaint that top left pixel by doing a subset of the source image.
437 pp::ImageData subset(instance_, PP_IMAGEDATAFORMAT_BGRA_PREMUL,
441 *subset.GetAddr32(pp::Point(subset_x, subset_y)) = subset_color;
442 dc.PaintImageData(subset, pp::Point(-subset_x, -subset_y),
  /external/skia/src/pdf/
SkPDFDevice.cpp 2233 SkIRect subset = SkIRect::MakeWH(bitmap->width(), bitmap->height()); local
    [all...]
  /ndk/build/core/
definitions-graph.mk 50 # Out: subset of input list, where each item passes the predicate.
75 # Out: subset of input list, where each item doesn't pass the predicate.
100 # Out: subset of input list.
  /external/opencv/ml/include/
ml.h 649 #define CV_DTREE_CAT_DIR(idx,subset) \
650 (2*((subset[(idx)>>5]&(1 << ((idx) & 31)))==0)-1)
660 int subset[2]; member in union:CvDTreeSplit::__anon25797
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js 543 * @returns {Boolean} true if and only if a is a subset of this bit set.
545 subset: function(a) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
BitSet.java 426 public boolean subset(BitSet a) { method in class:BitSet
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlwriter.h 331 const xmlChar * subset);
  /external/libxml2/include/libxml/
xmlwriter.h 331 const xmlChar * subset);
  /build/core/
envsetup.mk 59 # Windows SDK. Only a subset of tools and SDK will manage to build properly.
  /external/chromium_org/v8/src/extensions/i18n/
break-iterator.js 128 * Returns the subset of the given locale list for which this locale list
collator.js 175 * Returns the subset of the given locale list for which this locale list
number-format.js 245 * Returns the subset of the given locale list for which this locale list

Completed in 678 milliseconds

1 2 34 5 6