HomeSort by relevance Sort by last modified time
    Searched full:superset (Results 1 - 25 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 44 t1 = &s2; // expected-error {{not superset}} expected-error {{incompatible type}}
45 t1 = &s3; // expected-error {{not superset}} expected-error {{incompatible type}}
46 void (&t2)() throw() = s2; // expected-error {{not superset}}
51 t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible type}}
56 t1 = t3; // expected-error {{not superset}} expected-error {{incompatible type}}
59 t6 = t4; // expected-error {{not superset}} expected-error {{incompatible type}}
62 t1 = t5; // expected-error {{not superset}} expected-error {{incompatible type}}
84 void (Str1::*pfn3)() throw() = &Str1::f; // expected-error {{not superset}}
template.cpp 9 void (*t2)() throw() = &f1<0>; // expected-error {{not superset}}
12 void (*t4)() noexcept = &f2<0>; // expected-error {{not superset}}
  /build/make/core/combo/arch/arm/
armv8-a.mk 4 # Many libraries are not aware of armv8-a, and AArch32 is (almost) a superset
  /external/freetype/include/freetype/
ftwinfnt.h 63 * subdirectory. cp1361 is roughly a superset of
105 * A superset of Thai TIS 620 and ISO 8859-11.
108 * A superset of Japanese Shift-JIS (with minor deviations).
111 * A superset of simplified Chinese GB 2312-1980 (with different
115 * A superset of Korean Hangul KS~C 5601-1987 (with different
119 * A superset of traditional Chinese Big~5 ETen (with different
123 * A superset of East European ISO 8859-2 (with slightly different
127 * A superset of Russian ISO 8859-5 (with different ordering).
130 * ANSI encoding. A superset of ISO 8859-1.
133 * A superset of Greek ISO 8859-7 (with minor modifications)
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftwinfnt.h 63 * subdirectory. cp1361 is roughly a superset of
105 * A superset of Thai TIS 620 and ISO 8859-11.
108 * A superset of Japanese Shift-JIS (with minor deviations).
111 * A superset of simplified Chinese GB 2312-1980 (with different
115 * A superset of Korean Hangul KS~C 5601-1987 (with different
119 * A superset of traditional Chinese Big~5 ETen (with different
123 * A superset of East European ISO 8859-2 (with slightly different
127 * A superset of Russian ISO 8859-5 (with different ordering).
130 * ANSI encoding. A superset of ISO 8859-1.
133 * A superset of Greek ISO 8859-7 (with minor modifications)
    [all...]
  /pdk/
README 3 PDK release includes only necessary components for developing android HAL (Hardware Abstraction Layer). Note that the full android release is a superset of PDK release, and there is no separate PDK release to public as the full platform release includes everything in PDK.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
iomemconquery.py 42 addr_superset If true, the criteria will match if it is a superset
44 addr_proper If true, use proper superset/subset operations.
64 range_superset If true, the criteria will match if it is a superset
66 range_proper If true, use proper superset/subset operations.
106 "subset: {0.addr_subset}, superset: {0.addr_superset}, "
ioportconquery.py 42 ports_superset If true, the criteria will match if it is a superset
44 ports_proper If true, use proper superset/subset operations.
64 range_superset If true, the criteria will match if it is a superset
66 range_proper If true, use proper superset/subset operations.
106 "subset: {0.ports_subset}, superset: {0.ports_superset}, "
portconquery.py 46 ports_superset If true, the criteria will match if it is a superset
48 ports_proper If true, use proper superset/subset operations.
68 range_superset If true, the criteria will match if it is a superset
70 range_proper If true, use proper superset/subset operations.
122 "subset: {0.ports_subset}, superset: {0.ports_superset}, "
util.py 114 def match_range(obj, criteria, subset, overlap, superset, proper):
122 superset If true, the criteria will match if it is a superset of the obj's range.
123 proper If true, use proper superset/subset operations.
137 elif superset:
devicetreeconquery.py 53 range_superset If true, the criteria will match if it is a superset
55 range_proper If true, use proper superset/subset operations.
initsidquery.py 51 range_superset If true, the criteria will match if it is a superset
53 range_proper If true, use proper superset/subset operations.
netifconquery.py 52 range_superset If true, the criteria will match if it is a superset
54 range_proper If true, use proper superset/subset operations.
  /external/clang/include/clang/Frontend/
LangStandard.h 61 /// isC89 - Language is a superset of C89.
64 /// isC99 - Language is a superset of C99.
67 /// isC11 - Language is a superset of C11.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 62 /// isC89 - Language is a superset of C89.
65 /// isC99 - Language is a superset of C99.
68 /// isC11 - Language is a superset of C11.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 62 /// isC89 - Language is a superset of C89.
65 /// isC99 - Language is a superset of C99.
68 /// isC11 - Language is a superset of C11.
  /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);
  /external/clang/test/Lexer/
has_extension.c 9 // Arbitrary feature to test that has_extension is a superset of has_feature
  /external/llvm/test/CodeGen/AMDGPU/
liveness.mir 3 # We currently maintain a main liveness range which operates like a superset of
  /frameworks/native/libs/nativewindow/include/vndk/
hardware_buffer.h 20 // vndk is a superset of the NDK
  /packages/apps/TimeZoneData/testing/xts/
Android.mk 19 # own test suite. At runtime the LOCAL_JAVA_LIBRARIES below (or a superset) must be present.
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 119 public void assertEqualsOrSuperset(Set big, Set tiny, boolean superset) {
120 if (!superset) {
144 CodecCapabilities big, CodecCapabilities tiny, boolean superset) {
146 assertEqualsOrSuperset(asSet(big.colorFormats), asSet(tiny.colorFormats), superset); local
147 assertEqualsOrSuperset(asSet(big.profileLevels), asSet(tiny.profileLevels), superset); local
160 MediaCodecInfo big, MediaCodecInfo tiny, boolean superset) {
164 asSet(big.getSupportedTypes()), asSet(tiny.getSupportedTypes()), superset); local
169 superset); local
174 assertEqualsOrSuperset(big, tiny, true /* superset */);
178 assertEqualsOrSuperset(big, tiny, false /* superset */);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
cpu-m68k.c 179 int superset = 0, subset = 0; local
195 superset = ix;
202 superset = ix;
205 return superset ? superset : subset;
  /external/parameter-framework/upstream/
SetVersion.cmake 70 set(PF_VERSION_SHA1 ${CMAKE_MATCH_6}) # Skip the 5th: it is a superset of the 6th
71 set(PF_VERSION_DIRTY ${CMAKE_MATCH_8}) # Skip the 7th: it is a superset of the 8th
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
LangStandard.h 66 /// isC99 - Language is a superset of C99.
69 /// isC11 - Language is a superset of C11.

Completed in 1915 milliseconds

1 2 3 4 5 6 7 8 91011>>