![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
_IsValidFunctionName (function, filename) | |
_FindFunction (function_snippet, filename) | |
_GetExportsFromHeader (dirname, filename) | |
_GetFunctionsFromPublicHeaders (src_path) | |
_CheckSorted (functions) | |
_GetFunctionsFromTest (api_test_path) | |
_FindDuplicates (functions) | |
_CheckAndPrintFailures (failure_list, failure_message) | |
main () |
Verifies exported functions in public/*.h are in fpdf_view_c_api_test.c. This script gathers a list of functions from public/*.h that contain FPDF_EXPORT. It then gathers a list of functions from fpdfsdk/fpdf_view_c_api_test.c. It then verifies both lists do not contain duplicates, and they match each other. It also checks that the order in fpdf_view_c_api_test.c is alphabetical within each section.
|
protected |
Definition at line 105 of file api_check.py.
References print().
Referenced by main().
|
protected |
Definition at line 74 of file api_check.py.
References set.
Referenced by main().
|
protected |
Definition at line 101 of file api_check.py.
Referenced by main().
|
protected |
Definition at line 30 of file api_check.py.
References _IsValidFunctionName().
Referenced by _GetExportsFromHeader().
|
protected |
Definition at line 38 of file api_check.py.
References _FindFunction(), open(), and split().
Referenced by _GetFunctionsFromPublicHeaders().
|
protected |
Definition at line 65 of file api_check.py.
References _GetExportsFromHeader().
Referenced by main().
|
protected |
Definition at line 83 of file api_check.py.
References open().
Referenced by main().
|
protected |
Definition at line 20 of file api_check.py.
Referenced by _FindFunction().
testing.tools.api_check.main | ( | ) |
Definition at line 115 of file api_check.py.
References _CheckAndPrintFailures(), _CheckSorted(), _FindDuplicates(), _GetFunctionsFromPublicHeaders(), _GetFunctionsFromTest(), main(), print(), and set.
Referenced by main().