Searched refs:other_idx (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_dump_manager_unittest.cc | 617 int other_idx = (mdps.front() == mdp); in TEST_F() local 621 threads[other_idx]->task_runner(); in TEST_F() 622 MockMemoryDumpProvider* other_mdp = mdps[other_idx].get(); in TEST_F() 666 int other_idx = (mdps.front() == mdp); in TEST_F() local 667 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F()
|
/external/adhd/cras/client/libcras/src/ |
D | cras_shm.rs | 340 let other_idx = (idx ^ 1) as usize; in check_buffer_offset() localVariable 343 .get(other_idx) in check_buffer_offset() 354 idx, other_idx, other_start, other_end in check_buffer_offset() 361 idx, start, end, other_idx, other_start, other_end, in check_buffer_offset()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 1585 signed other_idx = -1; in pan_emit_general_varying() local 1589 other_idx = j; in pan_emit_general_varying() 1594 if (other_idx < 0) { in pan_emit_general_varying() 1599 unsigned offset = gen_offsets[other_idx]; in pan_emit_general_varying() 1603 enum mali_format alt = other->varyings[other_idx]; in pan_emit_general_varying() 1624 gen_formats[other_idx] = format; in pan_emit_general_varying()
|
/external/python/funcsigs/funcsigs/ |
D | __init__.py | 635 other_idx = other_positions[param_name] 639 if (idx != other_idx or
|
/external/rust/crates/serde_derive/src/ |
D | de.rs | 1186 let other_idx = deserialized_variants.position(|(_, variant)| variant.attrs.other()); in prepare_enum_variant_enum() localVariable 1199 other_idx, in prepare_enum_variant_enum() 1903 other_idx: Option<usize>, in deserialize_generated_identifier() 1912 } else if let Some(other_idx) = other_idx { in deserialize_generated_identifier() 1913 let ignore_variant = fields[other_idx].1.clone(); in deserialize_generated_identifier()
|