Searched refs:check_fn (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/ |
D | setup_links.py | 263 source_path, link_path, check_fn=os.path.isfile, check_msg='files') 266 source_dir, None, check_fn=os.path.isdir, 350 def _ActionForPath(source_path, link_path=None, check_fn=None, argument 377 assert check_fn 384 if os.path.exists(source_path) and not check_fn:
|
/external/webrtc/ |
D | setup_links.py | 284 source_path, link_path, check_fn=os.path.isfile, check_msg='files') 287 source_dir, None, check_fn=os.path.isdir, 371 def _ActionForPath(source_path, link_path=None, check_fn=None, argument 398 assert check_fn 405 if os.path.exists(source_path) and not check_fn:
|
/external/libpng/contrib/tools/ |
D | genpng.c | 178 shape_fn_ptr check_fn; member 301 switch (arg->check_fn(arg, x, y)) in alpha_calc() 681 arg->check_fn = shape_of(argv[2], arg->width, FN_CHECK); in parse_arg()
|
/external/dtc/ |
D | checks.c | 43 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); typedef 47 check_fn fn;
|
/external/u-boot/scripts/dtc/ |
D | checks.c | 43 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); typedef 47 check_fn fn;
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3811 for check_fn in extra_check_functions: 3812 check_fn(filename, clean_lines, line, error)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4529 for check_fn in extra_check_functions: 4530 check_fn(filename, clean_lines, line, error)
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 4529 for check_fn in extra_check_functions: 4530 check_fn(filename, clean_lines, line, error)
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 121 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \ argument 124 if (check_fn(py_value)) { \
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5805 for check_fn in extra_check_functions: 5806 check_fn(filename, clean_lines, line, error)
|