HomeSort by relevance Sort by last modified time
    Searched refs:check_fn (Results 1 - 11 of 11) sorted by null

  /external/libyuv/files/
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,
363 check_fn: A function returning true if the type of filesystem object is
377 assert check_fn
384 if os.path.exists(source_path) and not check_fn:
  /external/webrtc/
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,
384 check_fn: A function returning true if the type of filesystem object is
398 assert check_fn
405 if os.path.exists(source_path) and not check_fn:
  /external/libpng/contrib/tools/
genpng.c 166 * check_fn: returns;
178 shape_fn_ptr check_fn; member in struct:arg
301 switch (arg->check_fn(arg, x, y))
681 arg->check_fn = shape_of(argv[2], arg->width, FN_CHECK);
  /external/dtc/
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/
checks.c 43 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); typedef
47 check_fn fn;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /external/libaom/libaom/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 121 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \
124 if (check_fn(py_value)) { \
    [all...]
  /art/runtime/
class_linker.cc 7246 auto check_fn = [&](bool log_warn) REQUIRES_SHARED(Locks::mutator_lock_) { local
    [all...]

Completed in 325 milliseconds