Home
last modified time | relevance | path

Searched +defs:get +defs:buffer +defs:process (Results 1 – 25 of 86) sorted by relevance

1234

/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/
H A DTestHeaderOps.java73 public boolean process(final SimpleRequest request, final SimpleResponse response) in process() method in TestHeaderOps.HeaderDumpService
81 StringBuffer buffer = new StringBuffer(); in process() local
181 GetMethod get = new GetMethod("/"); in testHostRequestHeader() local
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/emucore/
H A DTIASnd.cxx146 uInt8 TIASound::get(uInt16 address) const in get() function in TIASound
181 void TIASound::process(Int16* buffer, uInt32 samples) in process() function in TIASound
/dports/audio/tiatracker/tiatracker-1.3/emulation/
H A DTIASnd.cpp142 uInt8 TIASound::get(uInt16 address) const in get() function in Emulation::TIASound
164 void TIASound::process(Int16* buffer, uInt32 samples) in process() function in Emulation::TIASound
/dports/devel/juce/JUCE-f37e9a1/examples/DSP/
H A DConvolutionDemo.h66 void process (ProcessContextReplacing<float> context) in process() function
143 AudioBuffer<float> buffer; member
159 void get (Fn&& fn) in get() function
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/aead/ocb/
H A Docb.cpp46 const secure_vector<uint8_t>& get(size_t i) const in get() function in Botan::L_computer
344 void OCB_Encryption::encrypt(uint8_t buffer[], size_t blocks) in encrypt()
368 size_t OCB_Encryption::process(uint8_t buf[], size_t sz) in process() function in Botan::OCB_Encryption
375 void OCB_Encryption::finish(secure_vector<uint8_t>& buffer, size_t offset) in finish()
434 void OCB_Decryption::decrypt(uint8_t buffer[], size_t blocks) in decrypt()
458 size_t OCB_Decryption::process(uint8_t buf[], size_t sz) in process() function in Botan::OCB_Decryption
465 void OCB_Decryption::finish(secure_vector<uint8_t>& buffer, size_t offset) in finish()
/dports/security/botan2/Botan-2.18.2/src/lib/modes/aead/ocb/
H A Docb.cpp46 const secure_vector<uint8_t>& get(size_t i) const in get() function in Botan::L_computer
344 void OCB_Encryption::encrypt(uint8_t buffer[], size_t blocks) in encrypt()
368 size_t OCB_Encryption::process(uint8_t buf[], size_t sz) in process() function in Botan::OCB_Encryption
375 void OCB_Encryption::finish(secure_vector<uint8_t>& buffer, size_t offset) in finish()
434 void OCB_Decryption::decrypt(uint8_t buffer[], size_t blocks) in decrypt()
458 size_t OCB_Decryption::process(uint8_t buf[], size_t sz) in process() function in Botan::OCB_Decryption
465 void OCB_Decryption::finish(secure_vector<uint8_t>& buffer, size_t offset) in finish()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/aead/ocb/
H A Docb.cpp46 const secure_vector<uint8_t>& get(size_t i) const in get() function in Botan::L_computer
344 void OCB_Encryption::encrypt(uint8_t buffer[], size_t blocks) in encrypt()
368 size_t OCB_Encryption::process(uint8_t buf[], size_t sz) in process() function in Botan::OCB_Encryption
375 void OCB_Encryption::finish(secure_vector<uint8_t>& buffer, size_t offset) in finish()
434 void OCB_Decryption::decrypt(uint8_t buffer[], size_t blocks) in decrypt()
458 size_t OCB_Decryption::process(uint8_t buf[], size_t sz) in process() function in Botan::OCB_Decryption
465 void OCB_Decryption::finish(secure_vector<uint8_t>& buffer, size_t offset) in finish()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/src/cpp/
H A Dmiditable.cpp77 MidiAddr *MidiTable::get(uint8_t ch, uint8_t ctl) in get() function in MidiTable
85 const MidiAddr *MidiTable::get(uint8_t ch, uint8_t ctl) const in get() function in MidiTable
184 void MidiTable::process(uint8_t ch, uint8_t ctl, uint8_t val) in process() function in MidiTable
194 char buffer[1024]; in process() local
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/plugins/
H A Dreversedelay.cc13 float *buffer; member in pluginlib::reversedelay::ReverseDelay
62 float get() { in get() function in pluginlib::reversedelay::ReverseDelay::overlap_window
177 void ReverseDelay::process(int count, float *input, float *output, PluginDef *plugin) { in process() function in pluginlib::reversedelay::ReverseDelay
/dports/devel/juce/JUCE-f37e9a1/examples/Plugins/
H A DAudioPluginDemo.h255 void processBlock (AudioBuffer<float>& buffer, MidiBuffer& midiMessages) override in processBlock()
261 void processBlock (AudioBuffer<double>& buffer, MidiBuffer& midiMessages) override in processBlock()
341 AudioPlayHead::CurrentPositionInfo get() const noexcept in get() function
562 …void process (AudioBuffer<FloatType>& buffer, MidiBuffer& midiMessages, AudioBuffer<FloatType>& de… in process() function
592 …void applyGain (AudioBuffer<FloatType>& buffer, AudioBuffer<FloatType>& delayBuffer, float gainLev… in applyGain()
601 …void applyDelay (AudioBuffer<FloatType>& buffer, AudioBuffer<FloatType>& delayBuffer, float delayL… in applyDelay()
/dports/graphics/processing/processing-1.5.1/modes/java/libraries/pdf/src/processing/pdf/
H A DPGraphicsPDF.java261 Process process = in fileExists() local
467 protected void textLineImpl(char buffer[], int start, int stop, in textLineImpl()
491 public int get(int x, int y) { in get() method in PGraphicsPDF
496 public PImage get(int x, int y, int c, int d) { in get() method in PGraphicsPDF
501 public PImage get() { in get() method in PGraphicsPDF
/dports/devel/ucommon/ucommon-7.0.0/nossl/
H A Dcommon.cpp243 autoclear<char *> buffer(size); in pass() local
520 size_t Cipher::Key::get(uint8_t *keyout, uint8_t *ivout) in get() function in ucommon::Cipher::Key
641 size_t Cipher::process(uint8_t *buf, size_t len, bool flag) in process() function in ucommon::Cipher
650 int Random::get(void) in get() function in ucommon::Random
658 int Random::get(int min, int max) in get() function in ucommon::Random
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dserver.cc116 char *get () in get() function
680 struct process_info *process; in handle_general_set() local
1190 process_info *process; in handle_detach() local
1649 handle_qxfer_threads_worker (thread_info *thread, struct buffer *buffer) in handle_qxfer_threads_worker()
1687 handle_qxfer_threads_proper (struct buffer *buffer) in handle_qxfer_threads_proper()
1699 { in handle_qxfer_threads_proper()
1751 struct buffer buffer; in handle_qxfer_threads() local
1805 struct buffer buffer; in handle_qxfer_traceframe_info() local
2663 struct process_info *process; in handle_query() local
3380 for_each_process ([] (process_info *process) { in handle_status()
[all …]
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/
H A DDwoo.compiled.php1 2; const NATIVE_PLUGIN = 4; const BLOCK_PLUGIN = 8; const COMPILABLE_PLUGIN = 16; const CUSTOM_PL… function in Dwoo
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/
H A DDwoo.compiled.php1GIN = 2; const NATIVE_PLUGIN = 4; const BLOCK_PLUGIN = 8; const COMPILABLE_PLUGIN = 16; const CUST… function in Dwoo_Data
/dports/dns/packetq/PacketQ-1.4.1/src/
H A Dserver.cpp176 int get() in get() function in packetq::httpd::Stream
220 void process(bool read) in process() function in packetq::httpd::Socket
563 void process() in process() function in packetq::httpd::Page
637 char buffer[8192]; in serve_file() local
952 unsigned char buffer[4096]; in on_write() local
/dports/biology/sra-tools/sra-tools-2.11.0/tools2/assemble-fragments/
H A Dsummarize-pairs.cpp78 void *buffer; member
122 std::pair<char const *, char const *> get() { in get() function
349 static int process(VDB::Writer const &out, LineBuffer &ifs) in process() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/API/
H A DSBDebugger.cpp491 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand() local
516 void SBDebugger::HandleProcessEvent(const SBProcess &process, in HandleProcessEvent()
527 void SBDebugger::HandleProcessEvent(const SBProcess &process, in HandleProcessEvent()
540 void SBDebugger::HandleProcessEvent(const SBProcess &process, in HandleProcessEvent()
1215 Debugger *SBDebugger::get() const { return m_opaque_sp.get(); } in get() function in SBDebugger
1634 char buffer[1024]; in GetDefaultArchitectureRedirect() local
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp2268 inline bool process(const std::string& str) in process() function in exprtk::lexer::generator
2949 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_scanner
3044 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_modifier
3072 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_inserter
3176 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_joiner
5970 uchar_t buffer[64]; member in exprtk::details::vector_holder
17317 inline type_ptr get(const std::string& symbol_name) const in get() function
38678 const string_t buffer(parameters[1]); in operator ()() local
38684 const string_t buffer(parameters[1]); in operator ()() local
38735 string_t buffer(parameters[1]); in operator ()() local
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp2282 inline bool process(const std::string& str) in process() function in exprtk::lexer::generator
5995 uchar_t buffer[64]; member in exprtk::details::vector_holder
13831 static inline T process(const ivector_ptr v) in process() function
13932 static inline T process(const ivector_ptr v) in process() function
14033 static inline T process(const ivector_ptr v) in process() function
14046 static inline T process(const ivector_ptr v) in process() function
17562 inline type_ptr get(const std::string& symbol_name) const in get() function
39091 const string_t buffer(parameters[1]); in operator ()() local
39097 const string_t buffer(parameters[1]); in operator ()() local
39148 string_t buffer(parameters[1]); in operator ()() local
[all …]
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp2268 inline bool process(const std::string& str) in process() function in exprtk::lexer::generator
2949 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_scanner
3044 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_modifier
3072 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_inserter
3176 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_joiner
5974 uchar_t buffer[64]; member in exprtk::details::vector_holder
17321 inline type_ptr get(const std::string& symbol_name) const in get() function
38682 const string_t buffer(parameters[1]); in operator ()() local
38688 const string_t buffer(parameters[1]); in operator ()() local
38739 string_t buffer(parameters[1]); in operator ()() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp2284 inline bool process(const std::string& str) in process() function in exprtk::lexer::generator
5997 uchar_t buffer[64]; member in exprtk::details::vector_holder
13833 static inline T process(const ivector_ptr v) in process() function
13934 static inline T process(const ivector_ptr v) in process() function
14035 static inline T process(const ivector_ptr v) in process() function
14048 static inline T process(const ivector_ptr v) in process() function
17564 inline type_ptr get(const std::string& symbol_name) const in get() function
39093 const string_t buffer(parameters[1]); in operator ()() local
39099 const string_t buffer(parameters[1]); in operator ()() local
39150 string_t buffer(parameters[1]); in operator ()() local
[all …]
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Daudio_fx.h497 inline float process(float v) in process() function
570 float *buffer; variable
776 float get() { in get() function
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm2js.h643 } else if (auto* get = offset->dynCast<GlobalGet>()) { in addTable() local
762 } else if (auto* get = global->init->dynCast<GlobalGet>()) { in addGlobal() local
977 Ref process() { in processFunctionBody() function
2588 std::string buffer, in emitMemory()
2639 if (auto* get = segment.offset->dynCast<GlobalGet>()) { in emitMemory() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlxtest.cc736 std::string get(const std::list<std::string> &args) const in get() function in Macro
761 static std::string get(const std::string &cmd, std::string &r_name) in get() function in Macro
870 Result process(Execution_context &context, const std::string &command) in process() function in Command
1941 char *buffer = new char[len]; in cmd_varfile() local
2309 char buffer[100]; in get_field_value() local
2318 char buffer[100]; in get_field_value() local
2833 virtual int process(const int8_t msg_id, mysqlx::Message &message) in process() function in Snd_message_block_processor
2870 virtual int process(const int8_t msg_id, mysqlx::Message &message) in process() function in Dump_message_block_processor

1234