Home
last modified time | relevance | path

Searched defs:has_next (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Djmap.rs128 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/
Djmap.rs188 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 Djni_utils.cc39 jmethodID has_next = in StringListToVector() local
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/
Ddescriptor.rs105 pub fn has_next(&self) -> bool { in has_next() method
/aosp_15_r20/external/crosvm/devices/src/virtio/queue/
H A Dpacked_descriptor_chain.rs74 pub fn has_next(&self) -> bool { in has_next() method
/aosp_15_r20/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h116 bool has_next() { in has_next() function
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h119 bool has_next() { in has_next() function
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcpp_bindings.h119 bool has_next() { in has_next() function
/aosp_15_r20/external/webrtc/sdk/android/native_api/jni/
H A Djava_types.cc68 bool has_next = JNI_Iterator::Java_Iterator_hasNext(jni_, iterator_); in operator ++() local
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcpp_bindings.h122 bool has_next() { in has_next() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsource_range.h130 bool has_next() const { in has_next() function
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcpp_bindings.h116 bool has_next() { in has_next() function
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/
H A Dmetrics.cc778 bool has_next = it->stmt.Step(); in ComputeMetrics() local
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc1222 bool has_next = s.Next(); in DisableAndReadMetatrace() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dextent.c1277 int has_prev, has_next; in ext2fs_extent_set_bmap() local
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dtree.py2485 def has_next(self): member in TreeIterator
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Dtree.py2470 def has_next(self): member in TreeIterator