Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/external/ppp/pppd/plugins/radius/
Dradius.c250 VALUE_PAIR *send, *received; in radius_pap_auth() local
271 send = NULL; in radius_pap_auth()
279 rc_avpair_add(&send, PW_SERVICE_TYPE, &av_type, 0, VENDOR_NONE); in radius_pap_auth()
282 rc_avpair_add(&send, PW_FRAMED_PROTOCOL, &av_type, 0, VENDOR_NONE); in radius_pap_auth()
284 rc_avpair_add(&send, PW_USER_NAME, rstate.user , 0, VENDOR_NONE); in radius_pap_auth()
285 rc_avpair_add(&send, PW_USER_PASSWORD, passwd, 0, VENDOR_NONE); in radius_pap_auth()
287 rc_avpair_add(&send, PW_CALLING_STATION_ID, remote_number, 0, in radius_pap_auth()
290 rc_avpair_add(&send, PW_CALLING_STATION_ID, ipparam, 0, VENDOR_NONE); in radius_pap_auth()
294 rc_avpair_insert(&send, NULL, rc_avpair_copy(rstate.avp)); in radius_pap_auth()
298 rstate.client_port, send, in radius_pap_auth()
[all …]
Dbuildreq.c162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, in rc_auth() argument
170 return rc_auth_using_server(authserver, client_port, send, received, in rc_auth()
188 VALUE_PAIR *send, in rc_auth_using_server() argument
198 data.send_pairs = send; in rc_auth_using_server()
247 int rc_auth_proxy(VALUE_PAIR *send, VALUE_PAIR **received, char *msg) in rc_auth_proxy() argument
256 data.send_pairs = send; in rc_auth_proxy()
291 VALUE_PAIR *send) in rc_acct_using_server() argument
302 data.send_pairs = send; in rc_acct_using_server()
360 int rc_acct(UINT4 client_port, VALUE_PAIR *send) in rc_acct() argument
365 return rc_acct_using_server(acctserver, client_port, send); in rc_acct()
[all …]
/external/valgrind/memcheck/tests/
Dwrap8.c104 static void send ( char* s ) in send() function
117 send("in "); in pre()
118 send(s); in pre()
119 send("-pre: fact("); in pre()
120 send(buf); in pre()
121 send(")\n"); in pre()
130 send("in "); in post()
131 send(s); in post()
132 send("-post: fact("); in post()
133 send(buf); in post()
[all …]
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c33 void(*send)(HChar,void*),
177 UInt myvprintf_str ( void(*send)(HChar,void*), in myvprintf_str()
192 send(MAYBE_TOUPPER(str[i]), send_arg2); in myvprintf_str()
199 send(MAYBE_TOUPPER(str[i]), send_arg2); in myvprintf_str()
207 send(' ', send_arg2); in myvprintf_str()
211 send(MAYBE_TOUPPER(str[i]), send_arg2); in myvprintf_str()
215 send(' ', send_arg2); in myvprintf_str()
225 UInt myvprintf_str_XML_simplistic ( void(*send)(HChar,void*), in myvprintf_str_XML_simplistic()
244 send(*alt, send_arg2); in myvprintf_str_XML_simplistic()
249 send(str[i], send_arg2); in myvprintf_str_XML_simplistic()
[all …]
/external/valgrind/coregrind/
Dm_debuglog.c710 UInt myvprintf_str ( void(*send)(HChar,void*), in myvprintf_str()
725 send(MAYBE_TOUPPER(str[i]), send_arg2); in myvprintf_str()
732 send(MAYBE_TOUPPER(str[i]), send_arg2); in myvprintf_str()
740 send(' ', send_arg2); in myvprintf_str()
744 send(MAYBE_TOUPPER(str[i]), send_arg2); in myvprintf_str()
748 send(' ', send_arg2); in myvprintf_str()
758 UInt myvprintf_str_XML_simplistic ( void(*send)(HChar,void*), in myvprintf_str_XML_simplistic()
777 send(*alt, send_arg2); in myvprintf_str_XML_simplistic()
782 send(str[i], send_arg2); in myvprintf_str_XML_simplistic()
798 UInt myvprintf_int64 ( void(*send)(HChar,void*), in myvprintf_int64()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Dauto-ast.rb13 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
14 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
15 grammar_module::Parser.send( :include, ANTLR3::Test::CollectErrors )
16 grammar_module::Parser.send( :include, ANTLR3::Test::CaptureOutput )
21 r = parser.send( rule )
41 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
42 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
43 grammar_module::Parser.send( :include, ANTLR3::Test::CollectErrors )
44 grammar_module::Parser.send( :include, ANTLR3::Test::CaptureOutput )
45 tree_grammar_module::TreeParser.send( :include, ANTLR3::Test::CollectErrors )
[all …]
Drewrites.rb13 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
14 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
15 grammar_module::Parser.send( :include, ANTLR3::Test::CollectErrors )
16 grammar_module::Parser.send( :include, ANTLR3::Test::CaptureOutput )
21 r = parser.send( rule )
41 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
42 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
43 grammar_module::Parser.send( :include, ANTLR3::Test::CollectErrors )
44 grammar_module::Parser.send( :include, ANTLR3::Test::CaptureOutput )
45 tree_grammar_module::TreeParser.send( :include, ANTLR3::Test::CollectErrors )
[all …]
/external/dbus/bus/
Dpolicy.c56 rule->d.send.message_type = DBUS_MESSAGE_TYPE_INVALID; in bus_policy_rule_new()
61 rule->d.send.requested_reply = rule->allow; in bus_policy_rule_new()
99 dbus_free (rule->d.send.path); in bus_policy_rule_unref()
100 dbus_free (rule->d.send.interface); in bus_policy_rule_unref()
101 dbus_free (rule->d.send.member); in bus_policy_rule_unref()
102 dbus_free (rule->d.send.error); in bus_policy_rule_unref()
103 dbus_free (rule->d.send.destination); in bus_policy_rule_unref()
813 rule->d.send.message_type == DBUS_MESSAGE_TYPE_INVALID && in bus_client_policy_optimize()
814 rule->d.send.path == NULL && in bus_client_policy_optimize()
815 rule->d.send.interface == NULL && in bus_client_policy_optimize()
[all …]
/external/autotest/scheduler/
Dsite_monitor_db.py107 self._gauge.send('tick', time.time() - self._tick_start)
113 self._gauge.send('_garbage_collection',
120 self._gauge.send('_run_cleanup', time.time() - self._tick_start)
126 self._gauge.send('_find_aborting', time.time() - self._tick_start)
132 self._gauge.send('_process_recurring_runs',
139 self._gauge.send('_schedule_delay_tasks',
146 self._gauge.send('_schedule_running_host_queue_entries',
153 self._gauge.send('_schedule_special_tasks',
160 self._gauge.send('_schedule_new_jobs',
168 self._gauge.send('_handle_agents', time.time() - self._tick_start)
/external/autotest/client/common_lib/cros/graphite/
Dstats.py84 def send(self, subname, value): member in Statsd.__init__.Average
92 statsd.Average.send(self, subname, value)
120 def send(self, subname, value): member in Statsd.__init__.Gauge
128 statsd.Gauge.send(self, subname, value)
143 def send(self, subname, value): member in Statsd.__init__.Timer
151 statsd.Timer.send(self, subname, value)
171 def send(self, subname, value, timestamp=None): member in Statsd.__init__.Raw
183 statsd.Raw.send(self, subname, value, timestamp)
Dstatsd_mock_unittest.py11 statsd.Average('average').send('name', 1)
29 statsd.Gauge('gauge').send('name', 1)
34 statsd.Raw('raw').send(subname='name', value=1, timestamp=None)
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc287 void send(Event *ev);
396 void ScopedThread::Impl::send(Event *e) { in send() function in ScopedThread::Impl
426 impl_->send(&event); in ~ScopedThread()
445 impl_->send(&event); in Access()
454 impl_->send(&event); in VptrUpdate()
459 impl_->send(&event); in Call()
464 impl_->send(&event); in Return()
469 impl_->send(&event); in Create()
474 impl_->send(&event); in Destroy()
479 impl_->send(&event); in Lock()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp234 std::size_t send(const ConstBufferSequence& buffers) in send() function in asio::basic_stream_socket
237 std::size_t s = this->get_service().send( in send()
271 std::size_t send(const ConstBufferSequence& buffers, in send() function in asio::basic_stream_socket
275 std::size_t s = this->get_service().send( in send()
300 std::size_t send(const ConstBufferSequence& buffers, in send() function in asio::basic_stream_socket
303 return this->get_service().send( in send()
651 std::size_t s = this->get_service().send( in write_some()
677 return this->get_service().send(this->get_implementation(), buffers, 0, ec); in write_some()
/external/dbus/cmake/tools/
DCMakeLists.txt6 ../../tools/dbus-send.c
36 add_executable(dbus-send ${dbus_send_SOURCES})
37 target_link_libraries(dbus-send ${DBUS_LIBRARIES})
38 install_targets(/bin dbus-send )
/external/opencv3/modules/viz/src/vtk/
DvtkCloudMatSource.cpp196 const _Tp* send = srow + cloud.cols * s_chs; in filterNanCopy() local
198 for (; srow != send; srow += s_chs) in filterNanCopy()
218 const unsigned char* send = srow + cloud_colors.cols * s_chs; in filterNanColorsCopy() local
223 for (; srow != send; srow += s_chs, mrow += m_chs) in filterNanColorsCopy()
228 for (; srow != send; srow += s_chs, mrow += m_chs) in filterNanColorsCopy()
256 const _Tn* send = srow + cloud_normals.cols * s_chs; in filterNanNormalsCopy() local
260 for (; srow != send; srow += s_chs, mrow += m_chs) in filterNanNormalsCopy()
279 const Vec2* send = srow + _tcoords.cols; in filterNanTCoordsCopy() local
282 for (; srow != send; ++srow, mrow += mask.channels()) in filterNanTCoordsCopy()
/external/valgrind/VEX/switchback/
Dtest_emfloat.c140 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str, in myvprintf_str()
151 send(MAYBE_TOUPPER(str[i])); in myvprintf_str()
158 send(MAYBE_TOUPPER(str[i])); in myvprintf_str()
166 send(' '); in myvprintf_str()
170 send(MAYBE_TOUPPER(str[i])); in myvprintf_str()
174 send(' '); in myvprintf_str()
189 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL) in myvprintf_int64()
235 send(buf[i]); in myvprintf_int64()
240 send(' '); // Never pad with zeroes on RHS -- changes the value! in myvprintf_int64()
249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs ) in vprintf_wrk()
[all …]
/external/clang/test/SemaObjC/
Dunknown-anytype.m20 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret…
22 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret…
25 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret…
27 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret…
/external/autotest/client/cros/cellular/wardmodem/
Dat_transceiver_unittest.py327 self._mock_mm_channel.send(at_command)
369 self._mock_mm_channel.send(at_command)
382 self._mock_modem_channel.send(at_command)
410 self._mock_modem_channel.send(at_command).InAnyOrder()
426 self._mock_mm_channel.send(at_command)
446 self._mock_mm_channel.send(at_command)
466 self._mock_mm_channel.send(wardmodem_command)
492 self._mock_mm_channel.send(at_command)
516 self._mock_mm_channel.send(first_at_command)
521 self._mock_mm_channel.send(second_at_command)
/external/chromium-trace/catapult/third_party/typ/typ/tests/
Dpool_test.py55 pool.send('hello')
56 pool.send('world')
75 pool.send('hello')
97 pool.send('hello')
106 pool.send('hello')
116 pool.send('hello')
/external/tcpdump/
DREADME.md10 Please send inquiries/comments/reports to:
100 send-ack.awk
104 we just note if the packet is a "send" or an "ack".
119 the delta-time from the first send of the packet to the
120 ack. A number in parens following a send is the
121 delta-time from the first send of the packet to the
122 current send (on duplicate packets only). Duplicate
127 3.00 0.20 send . 512
129 3.20 0.00 send P 1024
131 3.80 0.40 * send . 0 (3.80) [2]
[all …]
/external/jmdns/src/javax/jmdns/impl/tasks/
DDNSTask.java90 this._jmDNSImpl.send(newOut); in addQuestion()
122 this._jmDNSImpl.send(newOut); in addAnswer()
153 this._jmDNSImpl.send(newOut); in addAnswer()
183 this._jmDNSImpl.send(newOut); in addAuthoritativeAnswer()
215 this._jmDNSImpl.send(newOut); in addAdditionalAnswer()
/external/clang/test/Parser/
Dobjcxx11-attributes.mm12 // An array size which is computed by a message send is OK.
23 // A message send which contains a message send is OK.
27 // A message send which contains a lambda is OK.
51 // Variables initialized by a message send.
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonRpcServer.java94 send(writer, JsonRpcResult.error(id, new RpcError("Unknown RPC: " + method)), UID); in handleRPCConnection()
98 send(writer, JsonRpcResult.result(id, rpc.invoke(receiverManager, params)), UID); in handleRPCConnection()
101 send(writer, JsonRpcResult.error(id, t), UID); in handleRPCConnection()
118 private void send(PrintWriter writer, JSONObject result, int UID) { in send() method in JsonRpcServer
/external/valgrind/
Dglibc-2.5.supp146 fun:send
163 socketcall.send(msg)
164 fun:send
186 fun:send
194 socketcall.send(msg)
195 fun:send
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_emit.cpp564 struct brw_instruction *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_scratch_read() local
565 brw_set_dest(p, send, dst); in generate_scratch_read()
566 brw_set_src0(p, send, header); in generate_scratch_read()
568 send->header.destreg__conditionalmod = inst->base_mrf; in generate_scratch_read()
569 brw_set_dp_read_message(p, send, in generate_scratch_read()
634 struct brw_instruction *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_scratch_write() local
635 brw_set_dest(p, send, dst); in generate_scratch_write()
636 brw_set_src0(p, send, header); in generate_scratch_write()
638 send->header.destreg__conditionalmod = inst->base_mrf; in generate_scratch_write()
639 brw_set_dp_write_message(p, send, in generate_scratch_write()
[all …]

12345678910>>...44