Home
last modified time | relevance | path

Searched refs:Ignore (Results 1 – 7 of 7) sorted by relevance

/art/test/
Dvalgrind-target-suppressions.txt33 # Clang/LLVM uses memcpy for *x = *y, even though x == y (which is undefined behavior). Ignore.
44 # ANDROID_DATA. Ignore all setenv leaks.
/art/
DCPPLINT.cfg26 # Ignore the following categories of errors, as specified by the filter:
/art/cmdline/
Dcmdline_parser_test.cc73 template <typename T, typename ... Ignore>
75 const Ignore& ... more ATTRIBUTE_UNUSED, in UsuallyEquals()
Dcmdline_parser.h384 Builder& Ignore(std::initializer_list<const char*> ignore_list) { in Ignore() function
DREADME.md172 `Ignore` function which takes a list of argument definition names.
/art/dex2oat/
DAndroid.bp177 // Ignore frame-size increase resulting from instrumentation.
/art/runtime/
Dparsed_options.cc339 .Ignore({ in MakeParser()