OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGNORE
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/cts/libs/vogar-expect/src/vogar/
ResultValue.java
24
IGNORE
,
/external/valgrind/unittest/
run_output_tests.sh
13
IGNORE
=
14
if [ -f output_tests/${TEST}.
ignore
]; then
15
IGNORE
=--
ignore
=output_tests/${TEST}.
ignore
18
CMD="$TSAN $SUPP $
IGNORE
-- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output.py output_tests/${TEST}.tmpl"
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/
Makefile
2
.
IGNORE
: module_dependencies.svg module_dependencies.pdf
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Makefile
2
.
IGNORE
: module_dependencies.svg module_dependencies.pdf
/external/chromium/base/allocator/
prep_libc.sh
37
LIB /NOLOGO /
IGNORE
:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2005}${FILE} $OUTCMT
38
LIB /NOLOGO /
IGNORE
:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2008}${FILE} $OUTCMT
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CodingErrorActionTest.java
46
assertNotNull(CodingErrorAction.
IGNORE
);
49
assertNotSame(CodingErrorAction.
IGNORE
, CodingErrorAction.REPLACE);
50
assertNotSame(CodingErrorAction.
IGNORE
, CodingErrorAction.REPORT);
58
assertTrue(CodingErrorAction.
IGNORE
.toString().indexOf("
IGNORE
") != -1);
CharsetEncoderTest.java
92
assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.
IGNORE
));
93
assertSame(encoder, encoder.onUnmappableCharacter(CodingErrorAction.
IGNORE
));
116
assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.
IGNORE
));
118
.onUnmappableCharacter(CodingErrorAction.
IGNORE
));
569
.println("Don't support GBK encoding,
ignore
current test");
653
encoder.onMalformedInput(CodingErrorAction.
IGNORE
);
678
encoder.onUnmappableCharacter(CodingErrorAction.
IGNORE
);
854
encoder.onMalformedInput(CodingErrorAction.
IGNORE
);
883
encoder.onUnmappableCharacter(CodingErrorAction.
IGNORE
);
973
encoder.onMalformedInput(CodingErrorAction.
IGNORE
);
[
all
...]
CharsetDecoderTest.java
154
decoder.onMalformedInput(CodingErrorAction.
IGNORE
);
155
assertSame(CodingErrorAction.
IGNORE
, decoder.malformedInputAction());
169
decoder.onUnmappableCharacter(CodingErrorAction.
IGNORE
);
170
assertSame(CodingErrorAction.
IGNORE
, decoder
254
decoder.onMalformedInput(CodingErrorAction.
IGNORE
);
278
decoder.onUnmappableCharacter(CodingErrorAction.
IGNORE
);
420
decoder.onUnmappableCharacter(CodingErrorAction.
IGNORE
);
473
decoder.onMalformedInput(CodingErrorAction.
IGNORE
);
/libcore/luni/src/main/java/java/nio/charset/
CodingErrorAction.java
21
* errors. Currently three actions are defined: {@code
IGNORE
}, {@code REPLACE}
27
* Denotes the action to
ignore
any errors.
29
public static final CodingErrorAction
IGNORE
= new CodingErrorAction(
30
"
IGNORE
");
/external/elfutils/src/
ldlex.l
94
%x
IGNORE
106
BEGIN (
IGNORE
); }
109
BEGIN (
IGNORE
); }
112
<
IGNORE
>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
114
<
IGNORE
>^"#"else/[[:space:]\n] { eat_to_eol (true);
123
<
IGNORE
>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
131
<
IGNORE
>^"#"endif/[[:space:]\n] { eat_to_eol (true);
133
<
IGNORE
>.|\n { /* nothing */ }
202
{WHITE} { /*
IGNORE
*/ }
294
return prepdepth == 0 ? INITIAL :
IGNORE
;
[
all
...]
/external/chromium_org/v8/src/
win32-headers.h
96
#undef
IGNORE
/external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java
221
int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4,
IGNORE
= 5;
248
mode =
IGNORE
; //
Ignore
whitespace on the next line
285
mode =
IGNORE
; //
Ignore
whitespace on the next line
313
mode =
IGNORE
;
315
if (buffer.length() == 0 || mode ==
IGNORE
) {
323
if (mode ==
IGNORE
|| mode == CONTINUE) {
/libcore/support/src/test/java/tests/support/
Support_Configuration.java
305
int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4,
IGNORE
= 5;
332
mode =
IGNORE
; //
Ignore
whitespace on the next line
369
mode =
IGNORE
; //
Ignore
whitespace on the next line
397
mode =
IGNORE
;
399
if (buffer.length() == 0 || mode ==
IGNORE
) {
407
if (mode ==
IGNORE
|| mode == CONTINUE) {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java
59
config.setSeverity(usuallyEnabledIssue, Severity.
IGNORE
);
95
otherConfig.setSeverity(usuallyEnabledIssue, Severity.
IGNORE
);
104
otherConfig.setSeverity(usuallyDisabledIssue, Severity.
IGNORE
);
110
config.setSeverity(usuallyDisabledIssue, Severity.
IGNORE
);
115
otherConfig.setSeverity(usuallyEnabledIssue, Severity.
IGNORE
);
146
config.setSeverity(usuallyEnabledIssue, Severity.
IGNORE
);
/bootable/recovery/
ui.h
82
enum KeyAction { ENQUEUE, TOGGLE, REBOOT,
IGNORE
};
/external/v8/src/
win32-headers.h
97
#undef
IGNORE
/libcore/luni/src/main/java/libcore/icu/
NativeConverter.java
46
} else if (action == CodingErrorAction.
IGNORE
) {
/libcore/luni/src/main/java/java/util/
Properties.java
87
KEY_DONE = 4,
IGNORE
= 5;
323
mode =
IGNORE
; //
Ignore
whitespace on the next line
365
mode =
IGNORE
; //
Ignore
whitespace on the next line
400
mode =
IGNORE
;
403
if (offset == 0 || offset == keyLength || mode ==
IGNORE
) {
411
if (mode ==
IGNORE
|| mode == CONTINUE) {
/external/elfutils/libebl/
eblauxvinfo.c
64
TYPE (
IGNORE
, "") \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py
47
IGNORE
= "
ignore
"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py
47
IGNORE
= "
ignore
"
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfiguration.java
86
return Severity.
IGNORE
;
/development/build/tools/
mk_sources_zip.py
43
#
IGNORE
is a list of namespaces to
ignore
. Must be java
45
self.
IGNORE
= [ "sun.", "libcore.", "dalvik.",
144
# Should we
ignore
this package?
148
for
ignore
in p.
IGNORE
:
149
if pkg2.startswith(
ignore
):
150
verbose("
Ignore
package %s [%s]", pkg, filepath)
190
verbose("
Ignore
duplicate archive path %s", arc_path)
/frameworks/base/packages/Keyguard/scripts/
new_merge.py
56
IGNORE
=["LockHotnessActivity.java", "unified_lock_activity.xml", "optionmenu.xml"]
138
#
Ignore
any lines containing the
ignore
string ("import com.android.internal.R;) and
139
#
ignore
any lines containing only whitespace.
154
for
ignore
in
IGNORE
:
155
if file.find(
ignore
) >= 0:
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java
223
IGNORE
, BUFFER, STORE, END
254
case
IGNORE
:
376
action = NALActions.
IGNORE
;
386
action = NALActions.
IGNORE
;
396
action = NALActions.
IGNORE
;
Completed in 1181 milliseconds
1
2
3
4