/external/grpc-grpc/tools/codegen/core/ |
D | gen_server_registered_method_bad_client_test_body.py | 45 is_end = frame_length == len( variable 49 if is_end else 0, 0, 0, 0, 1] + payload[0:frame_length] 53 'succeeds' if is_end else 'fails', text, '0' 54 if is_end else 'GRPC_BAD_CLIENT_DISCONNECT')
|
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_server_registered_method_bad_client_test_body.py | 45 is_end = frame_length == len( variable 48 (frame_length) & 0xff, 0, 1 if is_end else 0, 0, 0, 0, 1 53 'succeeds' if is_end else 'fails', text, 54 '0' if is_end else 'GRPC_BAD_CLIENT_DISCONNECT')
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-write.h | 233 lws_write_ws_flags(int initial, int is_start, int is_end) in lws_write_ws_flags() argument 242 if (!is_end) in lws_write_ws_flags()
|
/external/libchrome/base/ |
D | observer_list.h | 151 return (is_end() && other.is_end()) || 204 bool is_end() const { return !list_ || index_ == clamped_max_index(); } in is_end() function
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | node_to_instr.c | 205 node->instr->is_end = true; in ppir_do_one_node_to_instr() 278 if (node->is_end) in ppir_do_node_to_instr() 279 node->instr->is_end = true; in ppir_do_node_to_instr()
|
D | node.c | 621 if (node->is_end) { in ppir_node_insert_mov_local() 622 node->is_end = false; in ppir_node_insert_mov_local() 623 move->is_end = true; in ppir_node_insert_mov_local()
|
D | ppir.h | 164 bool is_end; member 316 bool is_end; member
|
D | nir.c | 356 node->is_end = 1; in ppir_emit_intrinsic() 379 alu_node->node.is_end = 1; in ppir_emit_intrinsic() 821 if (node->is_end || in ppir_add_ordering_deps()
|
D | instr.c | 287 printf("%c%03d: ", instr->is_end ? '*' : ' ', instr->index); in ppir_instr_print_list()
|
D | regalloc.c | 141 if (node->is_end) in ppir_regalloc_update_reglist_ssa()
|
D | codegen.c | 752 if (instr->is_end) in encode_instr()
|
/external/rust/crates/regex/src/ |
D | input.rs | 29 pub fn is_end(&self) -> bool { in is_end() method 299 if c2.is_none() && !at.is_end() { in is_empty_match() 313 if c2.is_none() && !at.is_end() { in is_empty_match()
|
/external/autotest/client/common_lib/ |
D | base_job.py | 530 def is_end(self): member in status_log_entry 647 if log_entry.is_end(): 692 elif log_entry.is_end():
|
D | base_job_unittest.py | 1123 def is_end(self): member in test_status_logger.make_dummy_entry.dummy_entry
|
/external/autotest/site_utils/ |
D | generate_test_report | 215 def _CollectEndTimes(self, status_raw, status_re='', is_end=True): argument 237 'END' if is_end else 'START', status_re, localtime_re)) 351 is_end=False)
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 772 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) in IteratorImpl() argument 776 current_(is_end ? end_ : begin_) { in IteratorImpl()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 775 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) in IteratorImpl() argument 779 current_(is_end ? end_ : begin_) { in IteratorImpl()
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 839 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) in IteratorImpl() argument 843 current_(is_end ? end_ : begin_) { in IteratorImpl()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 815 bool is_end) in IteratorImpl() argument 818 current_(is_end ? end_ : begin_) { in IteratorImpl()
|
/external/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 168 uint32_t is_end : 1; member 376 marker.is_end = 1; in radv_write_end_general_api_marker()
|
/external/libxml2/ |
D | xmlreader.c | 5865 int is_end = 0; /* the end of the base64 was found */ in xmlBase64Decode() local 5899 is_end = 1; in xmlBase64Decode() 5911 if (is_end) { in xmlBase64Decode()
|