Searched refs:check_exists (Results 1 – 4 of 4) sorted by relevance
/external/autotest/database/ |
D | db_utils.py | 19 check_exists(manager, views, VIEW_TYPE) 35 check_exists(manager, (table for table, _ in mapping.iteritems()), 52 check_exists(src_manager, tables, TABLE_TYPE) 67 def check_exists(manager, names, type): function 113 check_exists(manager, DJANGO_AUTH_TABLES, TABLE_TYPE)
|
D | db_utils_unittest.py | 31 db_utils.check_exists(self.manager, views, db_utils.VIEW_TYPE)
|
/external/dtc/tests/ |
D | check_path.c | 42 int fail_config, exists, check_exists; in main() local 52 check_exists = 1; in main() 54 check_exists = 0; in main() 66 if (exists == check_exists) in main()
|
/external/grpc-grpc/examples/ruby/pubsub/ |
D | pubsub_demo.rb | 120 def check_exists method in NamedActions
|