OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:superset
(Results
1 - 25
of
290
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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/chrome/browser/sync/util/
protobuf_unittest.cc
15
// serialising UnknownFieldsTestB, which is a
superset
of UnknownFieldsTestA,
/external/chromium_org/sync/util/
protobuf_unittest.cc
15
// serialising UnknownFieldsTestB, which is a
superset
of UnknownFieldsTestA,
/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.
/external/clang/include/clang/Frontend/
LangStandard.h
60
/// isC89 - Language is a
superset
of C89.
63
/// isC99 - Language is a
superset
of C99.
66
/// 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/chromium_org/third_party/icu/source/data/unidata/
BidiMirroring.txt
115
2283; 2282 #
SUPERSET
OF
117
2285; 2284 # [BEST FIT] NOT A
SUPERSET
OF
119
2287; 2286 #
SUPERSET
OF OR EQUAL TO
121
2289; 2288 # [BEST FIT] NEITHER A
SUPERSET
OF NOR EQUAL TO
123
228B; 228A # [BEST FIT]
SUPERSET
OF WITH NOT EQUAL TO
149
22D1; 22D0 # DOUBLE
SUPERSET
207
27C4; 27C3 # OPEN
SUPERSET
211
27C9; 27C8 #
SUPERSET
PRECEDING SOLIDUS
323
2ABE; 2ABD #
SUPERSET
WITH DOT
325
2AC0; 2ABF #
SUPERSET
WITH PLUS SIGN BELO
[
all
...]
/external/harfbuzz/contrib/tables/
BidiMirroring.txt
106
2283; 2282 #
SUPERSET
OF
108
2285; 2284 # [BEST FIT] NOT A
SUPERSET
OF
110
2287; 2286 #
SUPERSET
OF OR EQUAL TO
112
2289; 2288 # [BEST FIT] NEITHER A
SUPERSET
OF NOR EQUAL TO
114
228B; 228A # [BEST FIT]
SUPERSET
OF WITH NOT EQUAL TO
140
22D1; 22D0 # DOUBLE
SUPERSET
198
27C4; 27C3 # OPEN
SUPERSET
202
27C9; 27C8 #
SUPERSET
PRECEDING SOLIDUS
314
2ABE; 2ABD #
SUPERSET
WITH DOT
316
2AC0; 2ABF #
SUPERSET
WITH PLUS SIGN BELO
[
all
...]
/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
/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::__anon36021
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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 1178 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>