Searched refs:IGNORED (Results 1 – 25 of 29) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl16.c | 62 #define IGNORED 0 macro 79 {{F_WRLCK, 0, 0L, 0L, IGNORED}, 89 {F_RDLCK, 0, 0L, 0L, IGNORED}, 94 {{F_WRLCK, 0, 0L, 0L, IGNORED}, 105 {F_WRLCK, 0, 0L, 0L, IGNORED}, 110 {{F_WRLCK, 0, 0L, 0L, IGNORED}, 121 {F_RDLCK, 0, 3L, 5L, IGNORED}, 126 {{F_WRLCK, 0, 0L, 0L, IGNORED}, 137 {F_RDLCK, 0, 5L, 5L, IGNORED}, 142 {{F_WRLCK, 0, 0L, 0L, IGNORED}, [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | AsciiTest.java | 36 private static final String IGNORED = field in AsciiTest 44 assertEquals(IGNORED, Ascii.toLowerCase(IGNORED)); in testToLowerCase() 51 assertEquals(IGNORED, Ascii.toUpperCase(IGNORED)); in testToUpperCase() 56 for (char c : IGNORED.toCharArray()) { in testCharsIgnored() 131 assertTrue(Ascii.equalsIgnoreCase(new String(IGNORED), new String(IGNORED))); in testEqualsIgnoreCase()
|
/external/clang/test/Modules/ |
D | ignored_macros.m | 16 // make it ignored. There should be no failure, IGNORED is defined in 20 …s -fimplicit-module-maps -I %S/Inputs -include-pch %t.pch -fmodules-ignore-macro=IGNORED %s -verify 22 // Fourth trial: pass -DIGNORED=1 and -fmodules-ignore-macro=IGNORED 23 // to both invocations, so modules will be built without the IGNORED 26 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules-ignore-macro=IGNORED -fmod… 27 …icit-module-maps -I %S/Inputs -include-pch %t.pch -fmodules-ignore-macro=IGNORED -DNO_IGNORED_ANYW… 29 // Fifth trial: pass -DIGNORED=1 and -fmodules-ignore-macro=IGNORED=1 30 // to both invocations, so modules will be built without the IGNORED 33 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules-ignore-macro=IGNORED=1 -fm… 34 …icit-module-maps -I %S/Inputs -include-pch %t.pch -fmodules-ignore-macro=IGNORED=1 -DNO_IGNORED_AN…
|
/external/clang/test/Modules/Inputs/ |
D | ignored_macros.h | 5 #ifdef IGNORED
|
/external/scapy/scapy/ |
D | main.py | 27 IGNORED = list(six.moves.builtins.__dict__) variable 90 global IGNORED 91 return x[0] != "_" and not x in IGNORED
|
/external/v8/tools/ |
D | isolate_driver.py | 122 IGNORED = ( 129 if ext in IGNORED:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-atomic-128.ll | 193 ; CHECK: ldaxp xzr, [[IGNORED:x[0-9]+]], [x2] 205 ; CHECK: ldxp xzr, [[IGNORED:x[0-9]+]], [x2] 217 ; CHECK: ldxp xzr, [[IGNORED:x[0-9]+]], [x2]
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | tensor_bundle.proto | 60 // "shard_id", "offset", "size", "crc32c": all IGNORED.
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 18 * "IGNORED BY IE6" comments. 161 /* IGNORED BY IE6 */ 179 /* IGNORED BY IE6 */ 192 /* IGNORED BY IE6 */ 247 /* IGNORED BY IE6 */ 275 /* IGNORED BY IE6 */ 290 /* IGNORED BY IE6 */ 295 /* IGNORED BY IE6 */ 346 /* IGNORED BY IE6 */ 451 /* IGNORED BY IE6 */
|
/external/icu/icu4c/source/data/ |
D | Makefile.in | 804 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 139 d XML_PARSER_IGNORE... In IGNORED section
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 2782 msgid "IGNORED"
|
D | sr.po | 3022 msgid "IGNORED"
|
D | uk.po | 3029 msgid "IGNORED"
|
D | zh_CN.po | 2894 msgid "IGNORED"
|
D | it.po | 2989 msgid "IGNORED"
|
D | eo.po | 2914 msgid "IGNORED"
|
D | da.po | 2862 msgid "IGNORED"
|
D | id.po | 2940 msgid "IGNORED"
|
D | pl.po | 2936 msgid "IGNORED"
|
D | de.po | 3049 msgid "IGNORED"
|
D | tr.po | 2982 msgid "IGNORED"
|
D | sv.po | 2982 msgid "IGNORED"
|
D | nl.po | 3004 msgid "IGNORED"
|
D | es.po | 3052 msgid "IGNORED"
|
12