Searched refs:hint (Results 1 – 8 of 8) sorted by relevance
/tools/repohooks/tools/ |
D | pylintrc | 335 # Include a hint for the correct naming format with invalid-name 336 include-naming-hint=no 341 # Naming hint for function names 342 function-name-hint=[a-z_][a-z0-9_]{2,30}$ 347 # Naming hint for variable names 348 variable-name-hint=[a-z_][a-z0-9_]{2,30}$ 353 # Naming hint for constant names 354 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$ 359 # Naming hint for attribute names 360 attr-name-hint=[a-z_][a-z0-9_]{2,30}$ [all …]
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | ProcessModelFragment.kt | 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
|
D | ThreadModelFragment.kt | 28 …fun hint(pid: Int = InvalidId, name: String? = null, tgid: Int = InvalidId, processName: String? =… in hint() method
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterState.kt | 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>()
|
/tools/asuite/ |
D | pylintrc | 20 # Naming hint for method names. 21 method-name-hint=(([a-z][a-z0-9_]{2,50})|(_[a-z0-9_]*))$
|
/tools/asuite/atest/unittest_data/ |
D | AndroidTest.xml.data | 14 <option name="runtime-hint" value="11m20s" />
|
D | AndroidDalvikTest.xml.data | 14 <option name="runtime-hint" value="11m20s" />
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 449 // This is only a hint. Implementations are free to choose whether to use
|