Searched refs:left (Results 1 – 12 of 12) sorted by relevance
/tools/security/gdb/heap_print/ |
D | heap_print_script.py | 51 left = 0 53 while left <= right: 54 mid = int((left + right) / 2) 56 left = mid + 1 62 index = left - 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): 85 left = max(0, mid - half_window_size) 87 if mid_is_peak(array, mid, left, right):
|
/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 225 for index in range(int(left), int(mid)): 253 left = max(0, mid - half_window_size) 261 is_peak, next_candidate_idx = mid_is_peak(array, mid, left, right)
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | renderer.h | 39 float left; member
|
D | renderer.cpp | 133 egl.left = -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 | 162 left=edges[:-1],
|
/tools/metalava/ |
D | FORMAT.md | 486 overriding method is left out of the signature file. This basically compares the
|
D | README.md | 259 | Rect.left | 22 |
|
/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- ... |