Lines Matching refs:default

17    format adds new information, such as annotations, parameter names and default
229 We need to include annotation member methods, as well as their default values
236 method public abstract String category() default "";
237 method public abstract boolean deepExport() default false;
238 method public abstract android.view.ViewDebug.FlagToString[] flagMapping() default {};
239 method public abstract boolean formatToHexString() default false;
240 method public abstract boolean hasAdjacentMapping() default false;
241 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {};
242 method public abstract android.view.ViewDebug.IntToString[] mapping() default {};
243 method public abstract String prefix() default "";
244 method public abstract boolean resolveId() default false;
287 (and this allows us to specify the default value).
291 Kotlin supports default values for parameters, and these are a part of the API
321 In addition to named parameters, Kotlin also supports default values. These are
322 also be part of the v2 signature since (as an example) removing a default value
325 Therefore, the v2 format allows default values to be specified after the type
332 For Kotlin code, the default parameter values are extracted automatically, and
334 record the default value for usage from languages that support default parameter
402 public/protected/private default static final abstract synchronized transient volatile
408 public/protected/internal/private abstract default static final transient volatile synchronized