Home
last modified time | relevance | path

Searched refs:tweak (Results 1 – 2 of 2) sorted by relevance

/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DCMakeCompatibleVersion.kt33 val tweak: Int? constant in com.android.ndkports.CMakeCompatibleVersion
36 if (tweak != null) {
46 listOfNotNull(major, minor, patch, tweak).joinToString(".") in toString()
/tools/dexter/slicer/export/slicer/
Dinstrumentation.h57 explicit EntryHook(const ir::MethodId& hook_method_id, Tweak tweak) in EntryHook() argument
58 : hook_method_id_(hook_method_id), tweak_(tweak) { in EntryHook()
97 explicit ExitHook(const ir::MethodId& hook_method_id, Tweak tweak) in ExitHook() argument
98 : hook_method_id_(hook_method_id), tweak_(tweak) { in ExitHook()