Searched refs:hint (Results 1 – 9 of 9) sorted by relevance
54 thread.hint(name = name) in <lambda>()68 hint(name = other.name) in <lambda>()83 fun hint(id: Int = InvalidId, name: String? = null) { in <lambda>() method
28 …fun hint(pid: Int = InvalidId, name: String? = null, tgid: Int = InvalidId, processName: String? =… in hint() method in trebuchet.model.fragments.ThreadModelFragment
335 # Include a hint for the correct naming format with invalid-name336 include-naming-hint=no341 # Naming hint for function names342 function-name-hint=[a-z_][a-z0-9_]{2,30}$347 # Naming hint for variable names348 variable-name-hint=[a-z_][a-z0-9_]{2,30}$353 # Naming hint for constant names354 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$359 # Naming hint for attribute names360 attr-name-hint=[a-z_][a-z0-9_]{2,30}$[all …]
57 thread.process.hint(tgid, name) in <lambda>()80 thread.hint(name = task, tgid = tgid, processName = processName) in <lambda>()87 thread.hint(processName = processName) in <lambda>()
16 # Naming hint for method names17 method-name-hint=(([a-z][a-z0-9_]{2,50})|(_[a-z0-9_]*))$
20 # Naming hint for method names.21 method-name-hint=(([a-z][a-z0-9_]{2,50})|(_[a-z0-9_]*))$
955 long hint = 0l; in getRuntimeHint() local958 hint += ((IRuntimeHintProvider) test).getRuntimeHint(); in getRuntimeHint()960 hint += 60000; in getRuntimeHint()963 return hint; in getRuntimeHint()
449 // This is only a hint. Implementations are free to choose whether to use
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...