Home
last modified time | relevance | path

Searched defs:FixErrors (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/tools_webrtc/
Dgn_check_autofix.py60 def FixErrors(filename, missing_deps, deleted_sources): function
/external/cpu_features/src/
Dcpuinfo_arm.c119 static void FixErrors(ArmInfo* const info, in FixErrors() function
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp122 static cl::opt<bool> FixErrors("fix-errors", cl::desc(R"( variable
/external/pigweed/pw_kvs/
Dkey_value_store.cc1175 Status KeyValueStore::FixErrors() { in FixErrors() function in pw::kvs::KeyValueStore