Searched refs:has_any (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | install_lib.py | 147 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument 148 if not has_any:
|
/external/python/cpython3/Lib/distutils/command/ |
D | install_lib.py | 143 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument 144 if not has_any:
|
/external/libprotobuf-mutator/examples/libfuzzer/ |
D | libfuzzer_example.cc | 29 if (message->has_any()) { in __anon7841a1170102()
|
D | libfuzzer_bin_example.cc | 29 if (message->has_any()) { in __anon95debcef0102()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_schedule_band.c | 594 static isl_bool has_any(__isl_keep isl_union_set *uset, in has_any() function 628 return has_any(options, &is_isolate); in has_isolate_option() 697 return has_any(options, &is_isolate_loop_type_option); in has_isolate_loop_type_options() 704 return has_any(options, &is_loop_type_option); in has_loop_type_options()
|