Home
last modified time | relevance | path

Searched defs:accept (Results 76 - 100 of 156) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.cpp275 void AluGroup::accept(ConstInstrVisitor& visitor) const in accept() function in r600::AluGroup
280 void AluGroup::accept(InstrVisitor& visitor) in accept() function in r600::AluGroup
H A Dsfn_instr.cpp280 void Block::accept(ConstInstrVisitor& visitor) const in accept() function in Block
285 void Block::accept(InstrVisitor& visitor) in accept() function in Block
H A Dsfn_instr_export.cpp67 void ExportInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::ExportInstr
72 void ExportInstr::accept(InstrVisitor& visitor) in accept() function in r600::ExportInstr
185 void ScratchIOInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::ScratchIOInstr
190 void ScratchIOInstr::accept(InstrVisitor& visitor) in accept() function in r600::ScratchIOInstr
353 void StreamOutInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::StreamOutInstr
358 void StreamOutInstr::accept(InstrVisitor& visitor) in accept() function in r600::StreamOutInstr
440 void MemRingOutInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::MemRingOutInstr
445 void MemRingOutInstr::accept(InstrVisitor& visitor) in accept() function in r600::MemRingOutInstr
[all...]
H A Dsfn_instr_tex.cpp55 void TexInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::TexInstr
60 void TexInstr::accept(InstrVisitor& visitor) in accept() function in r600::TexInstr
H A Dsfn_instr_mem.cpp67 void GDSInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::GDSInstr
72 void GDSInstr::accept(InstrVisitor& visitor) in accept() function in r600::GDSInstr
345 void RatInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::RatInstr
350 void RatInstr::accept(InstrVisitor& visitor) in accept() function in r600::RatInstr
H A Dsfn_instr_fetch.cpp91 void FetchInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::FetchInstr
96 void FetchInstr::accept(InstrVisitor& visitor) in accept() function in r600::FetchInstr
/third_party/python/Lib/test/
H A Dmock_socket.py77 def accept(self): member in MockSocket
/third_party/python/Lib/
H A Dsocket.py287 def accept(self): member in socket
H A Dasyncore.py347 def accept(self): member in dispatcher
/third_party/skia/src/sksl/
H A DSkSLDSLParser.h281 void accept() { in accept() function in SkSL::DSLParser::Checkpoint
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs323 pub fn accept<S>(&self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in accept() functions
/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp567 int32_t StkController::SendCallSetupRequestResult(bool accept) in SendCallSetupRequestResult() argument
/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.cpp417 bool accept = true; in JsIsCookieAllowed() local
441 bool accept; in JsPutAcceptCookieEnabled() local
462 bool accept = true; in JsIsThirdPartyCookieAllowed() local
486 bool accept; JsPutAcceptThirdPartyCookieEnabled() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp304 int32_t Opp::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation() argument
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp89 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() argument
94 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp33 bool node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept() function in r600_sb::node
34 bool container_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept() function in r600_sb::container_node
35 bool alu_group_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept() function in r600_sb::alu_group_node
36 bool alu_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept() function in r600_sb::alu_node
37 bool cf_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept() function in r600_sb::cf_node
38 bool fetch_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept() function in r600_sb::fetch_node
39 bool region_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept() function in r600_sb::region_node
41 bool repeat_node::accept(vpass& p, bool enter) { in accept() function in r600_sb::repeat_node
45 bool depart_node::accept(vpass& p, bool enter) { in accept() function in r600_sb::depart_node
48 bool if_node::accept(vpas in accept() function in r600_sb::if_node
49 bool bb_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } accept() function in r600_sb::bb_node
50 bool alu_packed_node::accept(vpass& p, bool enter) { accept() function in r600_sb::alu_packed_node
[all...]
/third_party/lwip/src/core/
H A Daltcp.c225 altcp_accept(struct altcp_pcb *conn, altcp_accept_fn accept) in altcp_accept() argument
/third_party/node/deps/openssl/openssl/
H A De_os.h390 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) macro
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java492 public void accept(List<String> row) { in accept() method in CsvTable.TableParser
/third_party/openssl/
H A De_os.h390 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) macro
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test_util.cpp521 bool accept = true; in SendCallSetupRequestResultTestFunc() local
530 bool accept = true; in SendCallSetupRequestResultTestFunc1() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp535 int accept = GAP_NOT_ACCEPT; in GapLeLocalEncryptionKeyReqEvent() local
564 int accept = GAP_NOT_ACCEPT; in GapLeRemoteEncryptionKeyReqEvent() local
606 int accept = GAP_NOT_ACCEPT; in GapRequestSigningAlgorithmInfoEvt() local
[all...]
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp108 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() argument
113 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() argument
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp419 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() argument
425 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c156 bool accept = true; in GapLeSecureConnectionOOBProcess() local
571 int GAP_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType) in GAP_LeRemoteEncryptionKeyRsp() argument
617 GAP_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType) GAP_LeLocalEncryptionKeyRsp() argument
644 GAP_RequestSigningAlgorithmInfoRsp(const BtAddr *addr, uint8_t accept, GapSigningAlgorithmInfo info) GAP_RequestSigningAlgorithmInfoRsp() argument
971 GAP_LePairPassKeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number) GAP_LePairPassKeyRsp() argument
1002 GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) GAP_LePairOobRsp() argument
1033 GAP_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_SIZE], const uint8_t oobDataR[GAP_OOB_DATA_SIZE]) GAP_LePairScOobRsp() argument
1073 GAP_LePairScUserConfirmRsp(const BtAddr *addr, uint8_t accept) GAP_LePairScUserConfirmRsp() argument
[all...]

Completed in 25 milliseconds

1234567