Searched refs:hint (Results 1 – 3 of 3) sorted by relevance
260 # Include a hint for the correct naming format with invalid-name261 include-naming-hint=no266 # Naming hint for function names267 function-name-hint=[a-z_][a-z0-9_]{2,30}$272 # Naming hint for variable names273 variable-name-hint=[a-z_][a-z0-9_]{2,30}$278 # Naming hint for constant names279 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$284 # Naming hint for attribute names285 attr-name-hint=[a-z_][a-z0-9_]{2,30}$[all …]
7 # Naming hint for method names8 method-name-hint=(([a-z][a-z0-9_]{2,50})|(_[a-z0-9_]*))$
693 long hint = 0l; in getRuntimeHint() local696 hint += ((IRuntimeHintProvider) test).getRuntimeHint(); in getRuntimeHint()698 hint += 60000; in getRuntimeHint()701 return hint; in getRuntimeHint()