Searched refs:IGNORED (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl16.c | 56 //#define SKIP SKIPVAL, 0, 0L, 0L, IGNORED 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}, [all...] |
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataCppFromXmlTest.java | 42 private static final String IGNORED = "IGNORED"; field in BuildMetadataCppFromXmlTest 63 BuildMetadataCppFromXml.Options.parse("MyCommand", new String[] { IGNORED }); in parseBadOptions() 73 new String[] { IGNORED, INPUT_PATH_XML, OUTPUT_DIR, "test_alternate_format" }); in parseGoodOptions() 83 IGNORED, INPUT_PATH_XML, OUTPUT_DIR, "metadata" }; in generateMetadata() 102 IGNORED, INPUT_PATH_XML, OUTPUT_DIR, "lite_metadata" }; in generateLiteMetadata() 121 IGNORED, INPUT_PATH_XML, OUTPUT_DIR, "alternate_format" }; in generateAlternateFormat()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | info.py | 21 IGNORED = _misc.Labeled('IGNORED') variable 70 if resolved in (UNKNOWN, IGNORED): 94 if typedecl in (UNKNOWN, IGNORED): 221 if self.typedecl in (UNKNOWN, IGNORED):
|
H A D | analyze.py | 12 IGNORED, 53 types[decl] = IGNORED 139 elif types[typedecl] is IGNORED: 217 if types[decl] in (UNKNOWN, IGNORED):
|
/third_party/icu/tools/unicode/c/genuts46/ |
H A D | genuts46.cpp | 85 DISALLOWED, IGNORED, MAPPED, DEVIATION, VALID, enumerator 305 status=IGNORED; in main()
|
/third_party/python/Tools/scripts/ |
H A D | generate_global_objects.py | 11 IGNORED = { variable 296 if name not in IGNORED:
|
Completed in 3 milliseconds