Searched defs:shadows (Results 1 – 5 of 5) sorted by relevance
150 Class<?>[] shadows() default {}; // DEFAULT_SHADOWS in shadows() method179 private final Class<?>[] shadows; field in Config.Implementation280 Class<?>[] shadows, in Implementation()346 public Class<?>[] shadows() { in shadows() method in Config.Implementation375 protected Class<?>[] shadows = new Class[0]; field in Config.Builder438 public Builder setShadows(Class<?>[] shadows) { in setShadows()503 List<Class<?>> shadows = new ArrayList<>(Arrays.asList(this.shadows)); in overlay() local
23 Class<?>[] shadows() default {}; // DEFAULT_SHADOWS in shadows() method
206 void SetShadows (real64 shadows) in SetShadows()
1309 const YCHAR *new_name, int force, int shadows) in yaffs_change_obj_name()3259 int is_shrink, int shadows, struct yaffs_xattr_mod *xmod) in yaffs_update_oh()
3136 shadow_range shadows() const { in shadows() function