OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignored
(Results
176 - 200
of
1659
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/npapi/
npapi.target.linux-mips.mk
52
-Wno-
ignored
-qualifiers \
135
-Wno-
ignored
-qualifiers \
npapi.target.linux-x86.mk
53
-Wno-
ignored
-qualifiers \
137
-Wno-
ignored
-qualifiers \
/external/chromium_org/v8/test/mjsunit/
override-read-only-property.js
57
// Assignment to read-only property on the object itself is
ignored
.
62
//
ignored
.
/external/clang/test/Sema/
format-strings.c
193
#pragma GCC diagnostic
ignored
"-Wformat-nonliteral"
356
//
Ignored
flags
357
printf("% +f", 1.23); // expected-warning{{flag ' ' is
ignored
when flag '+' is present}}
358
printf("%+ f", 1.23); // expected-warning{{flag ' ' is
ignored
when flag '+' is present}}
359
printf("%0-f", 1.23); // expected-warning{{flag '0' is
ignored
when flag '-' is present}}
360
printf("%-0f", 1.23); // expected-warning{{flag '0' is
ignored
when flag '-' is present}}
414
#pragma GCC diagnostic
ignored
"-Wformat-security"
446
#pragma clang diagnostic
ignored
"-Wformat-invalid-specifier"
516
printf(kFormat16, 5); // expected-warning{{flag '0' is
ignored
when flag '-' is present}}
517
printf("%-0d", 5); // expected-warning{{flag '0' is
ignored
when flag '-' is present}
[
all
...]
/external/clang/test/SemaTemplate/
nested-name-spec-template.cpp
93
template<class
ignored
> struct TypedefProvider;
/external/llvm/test/MC/ARM/
eh-directive-personality.s
61
@ The .handlerdata directive is intentionally
ignored
. The .fnend @ directive should create the EXTAB entry and flush the unwind opcodes.
/external/llvm/utils/
clang-parse-diagnostics-file
19
parser.add_option("-i", "--
ignored
", action="store_true", dest="
ignored
",
20
default=False, help="dump '
ignored
' messages.")
30
levels = {'error': False, 'fatal error': False, '
ignored
': False,
36
if opts.
ignored
:
37
levels['
ignored
'] = True
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java
207
} catch (IOException
ignored
) {
222
} catch (IOException
ignored
) {
257
} catch (IOException
ignored
) {
430
} catch (IOException
ignored
) {
/external/v8/test/mjsunit/
override-read-only-property.js
55
// Assignment to read-only property on the object itself is
ignored
.
60
//
ignored
.
/frameworks/base/core/java/android/net/http/
HttpResponseCache.java
243
} catch (IOException
ignored
) {
/frameworks/base/core/java/android/util/
ReflectiveProperty.java
85
} catch (NoSuchMethodException
ignored
) {
/libcore/crypto/src/main/java/org/conscrypt/
TrustedCertificateIndex.java
109
} catch (Exception
ignored
) {
/libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofBinaryToAscii.java
152
} catch (IOException
ignored
) {