Searched refs:arg2 (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/tests/libs/ |
D | version_selector_test.py | 49 def versioned_func(arg1, arg2): argument 50 return 'function 1', arg1, arg2 54 def versioned_func(arg1, arg2): argument 55 return 'function 2', arg1, arg2 59 def versioned_func(arg1, arg2): argument 60 return 'function 3', arg1, arg2
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLoopbackImageAnalyzer.java | 487 String fmt, String tag, int arg1, int arg2, int arg3) { in handleError() argument 488 final String err = String.format(fmt, tag, arg1, arg2, arg3); in handleError() 494 String fmt, String tag, float arg1, float arg2, float arg3) { in handleError() argument 495 final String err = String.format(fmt, tag, arg1, arg2, arg3); in handleError()
|