/tools/tradefederation/core/javatests/res/testtype/ |
D | rust_output2.txt | 29 thread 'idents' panicked at 'assertion failed: `(left == right)` 30 left: `"_"`, 34 thread 'literal_string' panicked at 'assertion failed: `(left == right)` 35 left: `"\"didn\'t\""`,
|
/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/netsim/ui/ts/ |
D | device-dropzone.ts | 55 dropped.style.left = `${ev.clientX - rect.left}px`; 71 id, (ev.clientX - rect.left) / 100, (ev.clientY - rect.top) / 100);
|
D | device-map.ts | 136 left: `${device.position.x * 100}px`, 168 left: `${device.position.x * 100}px`,
|
/tools/netsim/ui/dist/js/ |
D | device-dropzone.js | 1 …left=e.clientX-t.left+"px",a.style.top=e.clientY-t.top+"px",a.style.opacity="1.0";let i=null===(r=…
|
D | device-map.js | 8 … style=${s({position:"absolute",left:100*i.position.x+"px",top:100*i.position.y+"px"})} 28 … style=${s({position:"absolute",left:100*i.position.x+"px",top:100*i.position.y+"px"})}
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | SparseImageUtil.java | 79 int left = size; in readFully() local 80 while (left > 0) { in readFully() 81 n = in.read(buf, off, left); in readFully() 86 left -= n; in readFully()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/ |
D | audio_analysis_integrationtest.py | 56 def mid_is_peak(array, mid, left, right): argument 71 for index in range(int(left), int(right) + 1): 80 left = max(0, mid - half_window_size) 82 if mid_is_peak(array, mid, left, right):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 199 def mid_is_peak(array, mid, left, right): argument 223 for index in range(int(left), int(mid)): 251 left = max(0, mid - half_window_size) 259 is_peak, next_candidate_idx = mid_is_peak(array, mid, left, right)
|
/tools/aadevtools/dev/ |
D | change_report.py | 241 lp = pathlib.Path(subdir_dircmp.left) 244 subdir_dircmp.left)) 258 self._process_others(dircmp.left_only, dircmp.left, 293 old_file_path = pathlib.Path(dircmp.left, file)
|
/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/netsim/guide/src/ui/ |
D | README.md | 36 1. On the left top, Click **Change Backgrounds** button. 41 1. On the left top, click **Toggle View** button.
|
/tools/security/fuzzing/llm/frameDecoder_fuzzer2/ |
D | FrameDecoderFuzzer2.cpp | 57 rect.left = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput()
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 89 Heap left redzone: fa 91 Stack left redzone: f1
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 173 left=edges[:-1],
|
/tools/tradefederation/core/proto/device/ |
D | device_manager.proto | 105 // Request devices status. if left empty, all devices status are returned.
|
/tools/asuite/adevice/src/ |
D | fingerprint.rs | 177 pub fn is_metadata_diff(left: &FileMetadata, right: &FileMetadata, diff_mode: DiffMode) -> bool { in is_metadata_diff() 178 let mut cleared_left = left.clone(); in is_metadata_diff()
|
/tools/netsim/cmake/ |
D | netsim_dependencies.cmake | 102 # This should make sure we have sufficient information left to properly print
|
/tools/metalava/ |
D | FORMAT.md | 489 overriding method is left out of the signature file. This basically compares the
|
D | README.md | 281 | Rect.left | 22 |
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 36880 .local v8, "left", int 42630 145| iget v0, v0, com.android.calendar.Event.left 42695 247| iget v0, v0, android.graphics.Rect.left 42749 304| iget v0, v14, com.android.calendar.Event.left 42755 .local v17, "left", int 42924 438| iget v0, v0, android.graphics.Rect.left 43012 560| iget v0, v0, android.graphics.Rect.left 43028 578| iget v0, v3, android.graphics.Rect.left 43230 743| iget v0, v0, com.android.calendar.Event.left 43354 863| iget v0, v0, com.android.calendar.Event.left [all …]
|
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/ |
D | 1.12.0-beta01.txt | 1495 field public final int left;
|