/tools/tradefederation/core/javatests/res/testtype/ |
D | rust_output2.txt | 29 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/ |
D | audio_analysis.py | 199 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/ |
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/aadevtools/dev/ |
D | change_report.py | 240 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/ |
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): 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/ |
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/asuite/atest/bazel/runner/tests/src/com/android/tradefed/testtype/bazel/ |
D | BazelTestTest.java | 825 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/ |
D | FrameDecoderFuzzer2.cpp | 59 rect.right = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput()
|
/tools/netsim/proto/netsim/ |
D | startup.proto | 60 string id = 2; // optional like "rear-right"
|
D | model.proto | 62 // optional like "rear-right" 222 // optional like "rear-right"
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 174 right=edges[1:],
|
/tools/netsim/guide/src/ui/ |
D | README.md | 18 3. See the **Position** updates on the **Device Info** panel on the right.
|
/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/security/fuzzing/example_fuzzer/ |
D | README.md | 93 Stack right redzone: f3
|
/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() 179 let mut cleared_right = right.clone(); in is_metadata_diff()
|
/tools/netsim/cmake/ |
D | netsim_dependencies.cmake | 172 # Let's bin place everything in the root, with the shared libs in the right
|
/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 | 79 Annotations are included on the same line as the class/field/method, right
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 36807 .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/ |
D | 1.12.0-beta01.txt | 1496 field public final int right;
|