Searched refs:right (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 194 def mid_is_peak(array, mid, left, right): argument 224 if mid == right: 225 return is_peak, right + 1 229 for index in range(int(right), int(mid), -1): 238 next_peak_candidate_index = right + 1 247 right = min(length - 1, mid + half_window_size) 254 is_peak, next_candidate_idx = mid_is_peak(array, mid, left, right)
|
/tools/test/connectivity/acts/framework/tests/ |
D | audio_analysis_unittest.py | 54 def mid_is_peak(array, mid, left, right): argument 69 for index in range(int(left), int(right) + 1): 79 right = min(length - 1, mid + half_window_size) 80 if mid_is_peak(array, mid, left, right):
|
/tools/tradefederation/core/atest/docs/ |
D | develop_test_finders.md | 23 that is the right time to create a new class. Metadata can be anything like
|
/tools/external/fat32lib/ |
D | NOTICE | 71 …ts to work written entirely by you; rather, the intent is to exercise the right to control the dis… 122 It is not the purpose of this section to induce you to infringe any patents or other property right…
|