/external/rust/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter() localVariable 176 has_next, in iter() 191 has_next: JMethodID, field 201 let has_next = self in get_next() localVariable 206 self.has_next, in get_next() 212 if !has_next { in get_next()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api.cc | 41 req->has_next = true; in grpc_gcp_handshaker_req_create() 133 if (req == nullptr || application_protocol == nullptr || req->has_next) { in grpc_gcp_handshaker_req_add_application_protocol() 268 if (req == nullptr || req->has_next) { in grpc_gcp_handshaker_req_set_rpc_versions() 294 req->has_next) { in grpc_gcp_handshaker_req_set_local_endpoint() 314 req->has_next) { in grpc_gcp_handshaker_req_set_remote_endpoint() 341 if (req->has_next) { in grpc_gcp_handshaker_req_set_in_bytes()
|
D | handshaker.pb.h | 141 bool has_next; member
|
/external/tflite-support/tensorflow_lite_support/cc/utils/ |
D | jni_utils.cc | 39 jmethodID has_next = in StringListToVector() local 43 while (env->CallBooleanMethod(j_iterator, has_next)) { in StringListToVector()
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | control_flow.py | 681 has_next = True 684 return (has_next,) + get_state() 687 nonlocal has_next 689 has_next, *loop_vars = aug_loop_vars # pylint:disable=unused-variable 697 nonlocal has_next 699 has_next = opt_iterate.has_value() 719 control_flow_ops.cond(has_next, main_path, noop_path)) 725 main_test = has_next
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | AST.stg | 156 if <referencedElementsDeep:{el|stream_<el>.has_next?}; separator=" || "> 170 while <referencedElements:{el|stream_<el>.has_next?}; separator=" || "> 184 <referencedElements:{el|stream_<el>.has_next?}; separator=" || "> or raise ANTLR3::RewriteEarlyExit 186 while <referencedElements:{el|stream_<el>.has_next?}; separator=" || ">
|
/external/perfetto/src/trace_processor/metrics/ |
D | metrics.cc | 740 auto has_next = it.Next(); in ComputeMetrics() local 746 if (!has_next) { in ComputeMetrics() 763 has_next = it.Next(); in ComputeMetrics() 764 if (has_next) { in ComputeMetrics()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 63 req->has_next = true; in grpc_gcp_handshaker_decoded_req_create() 569 if (l_req->has_next && r_req->has_next) { in grpc_gcp_handshaker_req_equals()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | kernel.h | 298 bool has_next() { return arg_index_ < number_of_arguments_; } 305 if (!has_next()) {
|
/external/webrtc/sdk/android/native_api/jni/ |
D | java_types.cc | 68 bool has_next = JNI_Iterator::Java_Iterator_hasNext(jni_, iterator_); in operator ++() local 69 if (!has_next) { in operator ++()
|
/external/crosvm/devices/src/virtio/ |
D | queue.rs | 222 !self.has_next() || self.next < self.queue_size in is_valid() 226 pub fn has_next(&self) -> bool { in has_next() method 251 if self.has_next() { in next_descriptor()
|
/external/e2fsprogs/lib/ext2fs/ |
D | extent.c | 1277 int has_prev, has_next; in ext2fs_extent_set_bmap() local 1362 has_next = 0; in ext2fs_extent_set_bmap() 1368 has_next = 1; in ext2fs_extent_set_bmap() 1418 } else if (has_next && in ext2fs_extent_set_bmap() 1464 if (has_next && in ext2fs_extent_set_bmap()
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | fake_handshaker_server.cc | 104 } else if (request.has_next()) { in ProcessRequest()
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_impl.cc | 1095 bool has_next = s.Next(); in DisableAndReadMetatrace() local 1096 PERFETTO_CHECK(has_next); in DisableAndReadMetatrace()
|
/external/antlr/runtime/Python3/antlr3/ |
D | tree.py | 2470 def has_next(self): member in TreeIterator 2488 if not self.has_next():
|
/external/antlr/runtime/Python/antlr3/ |
D | tree.py | 2485 def has_next(self): member in TreeIterator 2503 if not self.has_next():
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 331 while (iter.has_next()) { in Launch()
|