Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.c393 void check_config(unsigned int min_nodes) in check_config() function
/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/src/
Divi-id-agent.c214 check_config(struct db_elem *curr_db_elem, struct ivi_id_agent *ida) in check_config() function
/third_party/grpc/test/core/end2end/fixtures/
Dh2_tls.cc244 grpc_tls_server_authorization_check_config* check_config = in create_tls_channel_credentials() local
/third_party/python/Lib/test/
Dtest_embed.py665 def check_config(self, configs, expected): member in InitConfigTests