/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 201 def mid_is_peak(array, mid, left, right): argument 231 if mid == right: 232 return is_peak, right + 1 236 for index in range(int(right), int(mid), -1): 245 next_peak_candidate_index = right + 1 254 right = min(length - 1, mid + half_window_size) 261 is_peak, next_candidate_idx = mid_is_peak(array, mid, left, right)
|
/tools/security/gdb/heap_print/ |
D | heap_print_script.py | 52 right = len(address_list) - 1 53 while left <= right: 54 mid = int((left + right) / 2) 60 right = mid - 1
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/ |
D | audio_analysis_integrationtest.py | 61 def mid_is_peak(array, mid, left, right): argument 76 for index in range(int(left), int(right) + 1): 86 right = min(length - 1, mid + half_window_size) 87 if mid_is_peak(array, mid, left, right):
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | renderer.h | 40 float right; member
|
D | renderer.cpp | 134 egl.right = ratio; in initDisplay() 196 if (x + RADIUS >= egl.right || x - RADIUS <= egl.left) { in update()
|
D | vecmath.cpp | 345 Mat4 Mat4::Ortho2D(float left, float top, float right, float bottom) { in Ortho2D() argument 350 const float inv_x = 1.0f / (right - left); in Ortho2D() 368 result.f_[12] = -(right + left) * inv_x; in Ortho2D()
|
D | vecmath.h | 779 static Mat4 Ortho2D(float left, float top, float right, float bottom);
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 163 right=edges[1:],
|
/tools/asuite/atest-py2/docs/ |
D | develop_test_finders.md | 23 that is the right time to create a new class. Metadata can be anything like
|
/tools/asuite/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…
|
/tools/metalava/ |
D | FORMAT.md | 75 Annotations are included on the same line as the class/field/method, right
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-isolation.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
D | tradefed-test-framework.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |