/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter() localVariable 191 has_next: JMethodID, field 201 let has_next = self in get_next() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 188 let has_next = env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter() localVariable 246 has_next: JMethodID, field 284 let has_next = unsafe { in next() localVariable
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/utils/ |
H A D | jni_utils.cc | 39 jmethodID has_next = in StringListToVector() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/ |
D | descriptor.rs | 105 pub fn has_next(&self) -> bool { in has_next() method
|
/aosp_15_r20/external/crosvm/devices/src/virtio/queue/ |
H A D | packed_descriptor_chain.rs | 74 pub fn has_next(&self) -> bool { in has_next() method
|
/aosp_15_r20/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.h | 116 bool has_next() { in has_next() function
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 119 bool has_next() { in has_next() function
|
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | cpp_bindings.h | 119 bool has_next() { in has_next() function
|
/aosp_15_r20/external/webrtc/sdk/android/native_api/jni/ |
H A D | java_types.cc | 68 bool has_next = JNI_Iterator::Java_Iterator_hasNext(jni_, iterator_); in operator ++() local
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 122 bool has_next() { in has_next() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | source_range.h | 130 bool has_next() const { in has_next() function
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 116 bool has_next() { in has_next() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/ |
H A D | metrics.cc | 778 bool has_next = it->stmt.Step(); in ComputeMetrics() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/ |
H A D | trace_processor_impl.cc | 1222 bool has_next = s.Next(); in DisableAndReadMetatrace() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | extent.c | 1277 int has_prev, has_next; in ext2fs_extent_set_bmap() local
|
/aosp_15_r20/external/antlr/runtime/Python/antlr3/ |
H A D | tree.py | 2485 def has_next(self): member in TreeIterator
|
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/ |
H A D | tree.py | 2470 def has_next(self): member in TreeIterator
|