Home
last modified time | relevance | path

Searched defs:no_filter (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libdav1d/src/x86/
H A Dloopfilter_sse.asm2062 .no_filter: label
2155 .no_filter: label
2248 .no_filter: label
2325 .no_filter: label
H A Dloopfilter16_avx2.asm1066 .no_filter: label
1150 .no_filter: label
H A Dloopfilter16_sse.asm1585 .no_filter: label
1772 .no_filter: label
H A Dloopfilter_avx2.asm1491 .no_filter: label
1559 .no_filter: label
H A Dloopfilter16_avx512.asm826 .no_filter: label
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dheader_abi_linker.cpp128 static llvm::cl::opt<bool> no_filter( variable
360 auto no_filter = [](const std::string &symbol) { return true; }; in LinkTypes() local
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dheader_checker.cpp76 static llvm::cl::opt<bool> no_filter( variable
/aosp_15_r20/system/extras/simpleperf/
H A DRecordFilter_test.cpp63 TEST_F(RecordFilterTest, no_filter) { in TEST_F() argument
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-record.c100 static bool no_filter = false; variable