HomeSort by relevance Sort by last modified time
    Searched refs:superset (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 110 public void assertEqualsOrSuperset(Set big, Set tiny, boolean superset) {
111 if (!superset) {
135 CodecCapabilities big, CodecCapabilities tiny, boolean superset) {
137 assertEqualsOrSuperset(asSet(big.colorFormats), asSet(tiny.colorFormats), superset); local
138 assertEqualsOrSuperset(asSet(big.profileLevels), asSet(tiny.profileLevels), superset); local
151 MediaCodecInfo big, MediaCodecInfo tiny, boolean superset) {
155 asSet(big.getSupportedTypes()), asSet(tiny.getSupportedTypes()), superset); local
160 superset); local
165 assertEqualsOrSuperset(big, tiny, true /* superset */);
169 assertEqualsOrSuperset(big, tiny, false /* superset */);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java 66 private Target superset; field in class:CollectionRetainAllTester
86 superset
89 "superset");
166 // retainAll(superset)
170 expectReturnsFalse(superset);
176 expectReturnsFalseOrThrows(superset);
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 45 ** "superset" points to the parent string handle.
47 struct hdl *superset; /* see above */ member in union:hdl::__anon23106
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 378 def is_subset(subset, superset, message):
380 if subset[i] not in superset:
  /external/chromium_org/third_party/simplejson/
__init__.py 352 Note that currently only encodings that are a superset of ASCII work,
408 Note that currently only encodings that are a superset of ASCII work,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 463 * than covering superset) set of following tokens.
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 4384 milliseconds