OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ignored
(Results
51 - 75
of
8008
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
attr-cleanup.c
5
extern int g1 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute
ignored
}}
6
int g2 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute
ignored
}}
7
static int g3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute
ignored
}}
14
static int v3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute
ignored
}}
pragma-ms_struct.c
9
#pragma ms_struct // expected-warning {{incorrect use of '#pragma ms_struct on|off' -
ignored
}}
11
#pragma ms_struct on top of spaghetti // expected-warning {{extra tokens at end of '#pragma ms_struct' -
ignored
}}
28
double __attribute__((ms_struct)) d; // expected-warning {{'ms_struct' attribute
ignored
}}
39
} __attribute__((ms_struct)) e1; // expected-warning {{'ms_struct' attribute
ignored
}}
/external/markdown/tests/extensions-x-abbr/
abbr.html
2
ref and REFERENCE should be
ignored
.</p>
abbr.txt
2
ref and REFERENCE should be
ignored
.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java
50
} catch (InterruptedException
ignored
) {
74
} catch (NoSuchMethodException
ignored
) {
75
} catch (InvocationTargetException
ignored
) {
76
} catch (IllegalAccessException
ignored
) {
/external/skia/gm/tests/outputs/intentionally-skipped-tests/output-expected/
json-summary.txt
4
"failure-
ignored
" : null,
/external/skia/gm/tests/outputs/no-readpath/output-expected/
json-summary.txt
4
"failure-
ignored
" : null,
/external/skia/tools/tests/skimage/input/bad-images/
ignore-results.json
4
"failure-
ignored
" : null,
incorrect-results.json
4
"failure-
ignored
" : null,
/external/skia/tools/tests/skimage/input/images-with-known-hashes/
ignore-failures.json
4
"failure-
ignored
" : null,
incorrect-results.json
4
"failure-
ignored
" : null,
/external/skia/tools/tests/skimage/output-expected/create-expectations/
expectations.json
4
"failure-
ignored
" : null,
/external/valgrind/main/massif/tests/
filter_verbose
14
# These
ignored
heap counts could vary from machine to machine.
15
sed "s/\(Massif:
ignored
heap allocs:\).*/\1 .../" |
16
sed "s/\(Massif:
ignored
heap frees:\).*/\1 .../" |
17
sed "s/\(Massif:
ignored
heap reallocs:\).*/\1 .../" |
/ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/
Android.mk
7
# LOCAL_LDFLAGS are always
ignored
for static libraries.
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/
Android.mk
7
# LOCAL_LDLIBS are always
ignored
for static libraries.
/external/clang/test/Parser/
cxx0x-attributes.cpp
44
int & [[unknown]] ref_attr_2 = after_attr; // expected-warning {{unknown attribute 'unknown'
ignored
}}
49
[[test::valid(for 42 [very] **** '+' symbols went on a trip and had a "good"_time; the end.)]] int garbage_attr; // expected-warning {{unknown attribute 'valid'
ignored
}}
50
[[,,,static, class, namespace,, inline, constexpr, mutable,, bitand, bitor::compl(!.*_ Cx.!U^*R),,,]] int more_garbage_attr; // expected-warning {{unknown attribute 'static'
ignored
}} \
51
// expected-warning {{unknown attribute 'class'
ignored
}} \
52
// expected-warning {{unknown attribute 'namespace'
ignored
}} \
53
// expected-warning {{unknown attribute 'inline'
ignored
}} \
54
// expected-warning {{unknown attribute 'constexpr'
ignored
}} \
55
// expected-warning {{unknown attribute 'mutable'
ignored
}} \
56
// expected-warning {{unknown attribute 'bitand'
ignored
}} \
57
// expected-warning {{unknown attribute 'compl'
ignored
}}
[
all
...]
objcxx11-attributes.mm
34
[[int(), noreturn]]; // expected-warning {{unknown attribute 'int'
ignored
}} \
36
[[class, test(foo 'x' bar),,,]]; // expected-warning {{unknown attribute 'test'
ignored
}}\
37
// expected-warning {{unknown attribute 'class'
ignored
}}
40
expected-warning {{unknown attribute 'bitand'
ignored
}}
60
// expected-warning {{unknown attribute 'foo'
ignored
}}
63
// expected-warning {{unknown attribute 'used'
ignored
}}
/external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java
35
private static final String
IGNORED
=
43
assertEquals(
IGNORED
, Ascii.toUpperCase(
IGNORED
));
49
assertEquals(
IGNORED
, Ascii.toUpperCase(
IGNORED
));
53
for (char c :
IGNORED
.toCharArray()) {
/sdk/emulator/qtools/
q2g.cpp
52
BBEvent
ignored
;
local
54
if (GetNextValidEvent(trace, &event, &
ignored
, &sym))
95
eof = GetNextValidEvent(trace, &event, &
ignored
, &sym);
96
if (
ignored
.time != 0 && prev_sym) {
99
gtrace->AddProcExit(prev_sym->filenum, prev_sym->procnum,
ignored
.time,
100
ignored
.pid);
/external/clang/test/SemaTemplate/
overload-candidates.cpp
4
const T& min(const T&, const T&); // expected-note{{candidate template
ignored
: deduced conflicting types for parameter 'T' ('int' vs. 'long')}}
11
R *dyn_cast(const T&); // expected-note{{candidate template
ignored
: couldn't infer template argument 'R'}}
18
void get(const T&); // expected-note{{candidate template
ignored
: invalid explicitly-specified argument for template parameter 'I'}}
20
void get(const T&); // expected-note{{candidate template
ignored
: invalid explicitly-specified argument for 1st template parameter}}
27
typename T::type get_type(const T&); // expected-note{{candidate template
ignored
: substitution failure [with T = int *]: type 'int *' cannot be used prior to '::'}}
29
void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template
ignored
: substitution failure [with T = int]: array size is negative}}
37
const T& min(const T&, const T&); // expected-note{{candidate template
ignored
: deduced conflicting types for parameter 'T' ('int' vs. 'long')}}
48
template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-note{{candidate template
ignored
: disabled by 'enable_if' [with T = char]}}
56
template<typename T> typename llvm::enable_if<is_int<T> >::type if_int(); // expected-note{{candidate template
ignored
: disabled by 'enable_if' [with T = char]}}
77
void foo(NS2::array<A>); // expected-note{{candidate template
ignored
: could not match 'NS2::array' against 'NS1::array'}
[
all
...]
/cts/libs/vogar-expect/src/vogar/util/
IoUtils.java
29
} catch (IOException
ignored
) {
38
} catch (IOException
ignored
) {
/external/chromium_org/content/test/data/accessibility/
readme.txt
9
* Blank lines and lines beginning with # are
ignored
10
* Skipped files: if first line of file begins with #<skip then the entire file is
ignored
,
/external/clang/test/Index/
pragma-diag-reparse.c
1
#pragma clang diagnostic
ignored
"-Wtautological-compare"
7
#pragma clang diagnostic
ignored
"-Wdeprecated-declarations"
/external/clang/test/Lexer/
pragma-region.c
22
__pragma(region) // no sense, but
ignored
25
#pragma region2 // expected-warning {{unknown pragma
ignored
}}
/external/chromium_org/chrome/browser/resources/options/
handler_options.js
54
this.ignoredHandlersList_ = $('
ignored
-handlers-list');
69
* Sets the list of
ignored
handlers shown by the view.
73
$('
ignored
-handlers-section').hidden = handlers.length == 0;
74
$('
ignored
-handlers-list').setHandlers(handlers);
Completed in 456 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>