Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 25) sorted by relevance

/tools/tradefederation/core/javatests/res/testtype/
Drust_output2.txt29 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/
Dheap_print_script.py51 left = 0
53 while left <= right:
54 mid = int((left + right) / 2)
56 left = mid + 1
62 index = left - 1
/tools/netsim/ui/ts/
Ddevice-dropzone.ts55 dropped.style.left = `${ev.clientX - rect.left}px`;
71 id, (ev.clientX - rect.left) / 100, (ev.clientY - rect.top) / 100);
Ddevice-map.ts136 left: `${device.position.x * 100}px`,
168 left: `${device.position.x * 100}px`,
/tools/netsim/ui/dist/js/
Ddevice-dropzone.js1left=e.clientX-t.left+"px",a.style.top=e.clientY-t.top+"px",a.style.opacity="1.0";let i=null===(r=…
Ddevice-map.js8 … 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/
DSparseImageUtil.java79 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/
Daudio_analysis_integrationtest.py56 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/
Daudio_analysis.py199 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/
Dchange_report.py241 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/
Drenderer.h39 float left; member
Drenderer.cpp133 egl.left = -ratio; in initDisplay()
196 if (x + RADIUS >= egl.right || x - RADIUS <= egl.left) { in update()
Dvecmath.cpp345 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()
Dvecmath.h779 static Mat4 Ortho2D(float left, float top, float right, float bottom);
/tools/netsim/guide/src/ui/
DREADME.md36 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/
DFrameDecoderFuzzer2.cpp57 rect.left = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput()
/tools/security/fuzzing/example_fuzzer/
DREADME.md89 Heap left redzone: fa
91 Stack left redzone: f1
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py173 left=edges[:-1],
/tools/tradefederation/core/proto/device/
Ddevice_manager.proto105 // Request devices status. if left empty, all devices status are returned.
/tools/asuite/adevice/src/
Dfingerprint.rs177 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/
Dnetsim_dependencies.cmake102 # This should make sure we have sufficient information left to properly print
/tools/metalava/
DFORMAT.md489 overriding method is left out of the signature file. This basically compares the
DREADME.md281 | Rect.left | 22 |
/tools/dexter/testdata/expected/
Dmedium.compact_cfg36880 .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/
D1.12.0-beta01.txt1495 field public final int left;