Home
last modified time | relevance | path

Searched defs:is_send (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_print.cpp412 const bool is_send = inst->opcode == BRW_OPCODE_SEND || in brw_print_instruction() local
Dbrw_ir_fs.h365 is_send(const fs_inst *inst) in is_send() function
Dbrw_disasm.c96 is_send(unsigned opcode) in is_send() function
/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Dtraits.rs16 pub is_send: bool, field
/external/rust/android-crates-io/crates/gbm/src/
Dlib.rs191 fn is_send<T: Send>() {} in is_send() function
/external/grpc-grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc163 bool is_client, bool is_send) { in CheckPayload()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc146 auto Interceptor(uint32_t max_length, bool is_send) { in Interceptor()
/external/mesa3d/src/intel/compiler/elk/
Delk_ir_fs.h563 is_send(const elk_fs_inst *inst) in is_send() function
Delk_disasm.c105 is_send(unsigned opcode) in is_send() function
/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c358 size_t session_key_len, int is_send, in get_asymetric_start_key()
/external/rust/android-crates-io/crates/tokio/tests/
Drt_common.rs97 fn is_send<T: Send + Sync>() {} in send_sync_bound() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_bytes.rs11 fn is_send<T: Send>() {} in is_send() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_bytes.rs11 fn is_send<T: Send>() {} in is_send() function
/external/rust/android-crates-io/crates/bytes/tests/
Dtest_bytes.rs14 fn is_send<T: Send>() {} in is_send() function
/external/rust/crates/openssl/src/ssl/test/
Dmod.rs1306 fn is_send<T: Send>() {} in _check_kinds() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc397 const bool is_send = ndef.op() == "_Send"; in TrackFeedsAndFetches() local