HomeSort by relevance Sort by last modified time
    Searched full:superset (Results 1 - 25 of 293) 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}}
  /external/chromium_org/third_party/freetype/include/freetype/
ftwinfnt.h 63 * roughly a superset of MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT.
104 * A superset of Thai TIS 620 and ISO 8859-11.
107 * A superset of Japanese Shift-JIS (with minor deviations).
110 * A superset of simplified Chinese GB 2312-1980 (with different
114 * A superset of Korean Hangul KS~C 5601-1987 (with different
118 * A superset of traditional Chinese Big~5 ETen (with different
122 * A superset of East European ISO 8859-2 (with slightly different
126 * A superset of Russian ISO 8859-5 (with different ordering).
129 * ANSI encoding. A superset of ISO 8859-1.
132 * A superset of Greek ISO 8859-7 (with minor modifications)
    [all...]
  /external/freetype/include/
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...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftwinfnt.h 63 * roughly a superset of MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT.
104 * A superset of Thai TIS 620 and ISO 8859-11.
107 * A superset of Japanese Shift-JIS (with minor deviations).
110 * A superset of simplified Chinese GB 2312-1980 (with different
114 * A superset of Korean Hangul KS~C 5601-1987 (with different
118 * A superset of traditional Chinese Big~5 ETen (with different
122 * A superset of East European ISO 8859-2 (with slightly different
126 * A superset of Russian ISO 8859-5 (with different ordering).
129 * ANSI encoding. A superset of ISO 8859-1.
132 * A superset of Greek ISO 8859-7 (with minor modifications)
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftwinfnt.h 63 * roughly a superset of MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT.
104 * A superset of Thai TIS 620 and ISO 8859-11.
107 * A superset of Japanese Shift-JIS (with minor deviations).
110 * A superset of simplified Chinese GB 2312-1980 (with different
114 * A superset of Korean Hangul KS~C 5601-1987 (with different
118 * A superset of traditional Chinese Big~5 ETen (with different
122 * A superset of East European ISO 8859-2 (with slightly different
126 * A superset of Russian ISO 8859-5 (with different ordering).
129 * ANSI encoding. A superset of ISO 8859-1.
132 * A superset of Greek ISO 8859-7 (with minor modifications)
    [all...]
  /external/chromium_org/sync/util/
protobuf_unittest.cc 15 // serialising UnknownFieldsTestB, which is a superset of UnknownFieldsTestA,
  /external/chromium_org/ui/app_list/
app_list_switches.h 34 // instead use AppListViewDelegate::ShouldCenterWindow. It checks a superset of
  /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.
  /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/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.
  /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/bison/m4/
snprintf.m4 9 dnl must guarantee that the decision for replacing snprintf is a superset
vsnprintf.m4 9 dnl must guarantee that the decision for replacing vsnprintf is a superset
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoViewClient.java 12 * This contains the superset of callbacks that must be implemented by the embedder.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSetElement.h 28 // SVGAnimateElement implements superset of the functionality.
  /external/clang/test/Lexer/
has_extension.c 9 // Arbitrary feature to test that has_extension is a superset of has_feature
  /external/llvm/tools/llvm-config/
CMakeLists.txt 19 # Use the C++ link flags, since they should be a superset of C link flags.
  /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
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 154 example 'replace single middle then overlapping superset' do
249 example 'replace then replace superset' do
260 example 'replace then replace lower indexed superset' do
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_iterator_base_types.h 95 /// Forward iterators support a superset of input iterator operations.
98 /// Bidirectional iterators support a superset of forward iterator
102 /// Random-access iterators support a superset of bidirectional

Completed in 991 milliseconds

1 2 3 4 5 6 7 8 91011>>