Home
last modified time | relevance | path

Searched refs:right (Results 1 – 23 of 23) sorted by relevance

/tools/tradefederation/core/javatests/res/testtype/
Drust_output2.txt29 thread 'idents' panicked at 'assertion failed: `(left == right)`
31 right: `"_abc"`', external/rust/crates/proc-macro2/tests/test.rs:13:5
34 thread 'literal_string' panicked at 'assertion failed: `(left == right)`
36 right: `"fake"`', external/rust/crates/proc-macro2/tests/test.rs:86:5
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_analysis.py199 def mid_is_peak(array, mid, left, right): argument
229 if mid == right:
230 return is_peak, right + 1
234 for index in range(int(right), int(mid), -1):
243 next_peak_candidate_index = right + 1
252 right = min(length - 1, mid + half_window_size)
259 is_peak, next_candidate_idx = mid_is_peak(array, mid, left, right)
/tools/security/gdb/heap_print/
Dheap_print_script.py52 right = len(address_list) - 1
53 while left <= right:
54 mid = int((left + right) / 2)
60 right = mid - 1
/tools/aadevtools/dev/
Dchange_report.py240 rp = pathlib.Path(subdir_dircmp.right)
243 print('SKIP: symlink: {0} or {1}'.format(subdir_dircmp.right,
249 self._process_others(dircmp.right_only, dircmp.right,
252 self._process_others(dircmp.same_files, dircmp.right,
255 self._process_others(dircmp.funny_files, dircmp.right,
294 new_file_path = pathlib.Path(dircmp.right, file)
/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):
81 right = min(length - 1, mid + half_window_size)
82 if mid_is_peak(array, mid, left, right):
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.h40 float right; member
Drenderer.cpp134 egl.right = 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/asuite/atest/bazel/runner/tests/src/com/android/tradefed/testtype/bazel/
DBazelTestTest.java825 public boolean matches(FailureDescription right) {
826 return right.getErrorIdentifier().equals(error);
840 public boolean matches(FailureDescription right) {
841 return right.getFailureStatus().equals(status);
856 public boolean matches(IInvocationContext right) {
858 if (!right.getAttribute(entry.getKey()).equals(entry.getValue())) {
876 public boolean matches(IInvocationContext right) {
877 return right.getAttribute(key).equals(value);
/tools/security/fuzzing/llm/frameDecoder_fuzzer2/
DFrameDecoderFuzzer2.cpp59 rect.right = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput()
/tools/netsim/proto/netsim/
Dstartup.proto60 string id = 2; // optional like "rear-right"
Dmodel.proto62 // optional like "rear-right"
222 // optional like "rear-right"
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py174 right=edges[1:],
/tools/netsim/guide/src/ui/
DREADME.md18 3. See the **Position** updates on the **Device Info** panel on the right.
/tools/asuite/atest/docs/
Ddevelop_test_finders.md23 that is the right time to create a new class. Metadata can be anything like
/tools/security/fuzzing/example_fuzzer/
DREADME.md93 Stack right redzone: f3
/tools/asuite/adevice/src/
Dfingerprint.rs177 pub fn is_metadata_diff(left: &FileMetadata, right: &FileMetadata, diff_mode: DiffMode) -> bool { in is_metadata_diff()
179 let mut cleared_right = right.clone(); in is_metadata_diff()
/tools/netsim/cmake/
Dnetsim_dependencies.cmake172 # Let's bin place everything in the root, with the shared libs in the right
/tools/external/fat32lib/
DNOTICE71 …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/
DFORMAT.md79 Annotations are included on the same line as the class/field/method, right
/tools/dexter/testdata/expected/
Dmedium.compact_cfg36807 .local v12, "right", int
38107 32| iget v3, v0, android.graphics.Rect.right
42641 162| iget v0, v0, com.android.calendar.Event.right
42702 259| iget v0, v0, android.graphics.Rect.right
42708 263| iget v0, v3, android.graphics.Rect.right
42756 313| iget v0, v14, com.android.calendar.Event.right
42762 .local v33, "right", int
42935 456| iget v0, v0, android.graphics.Rect.right
43020 572| iget v0, v0, android.graphics.Rect.right
43238 754| iget v0, v0, com.android.calendar.Event.right
[all …]
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/
D1.12.0-beta01.txt1496 field public final int right;