Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/external/protobuf/js/
Dgulpfile.js5 function exec(command, cb) { argument
11 gulp.task('genproto_closure', function (cb) { argument
20 gulp.task('genproto_commonjs', function (cb) { argument
29 gulp.task('dist', function (cb) { argument
40 gulp.task('commonjs_asserts', function (cb) { argument
49 gulp.task('commonjs_testdeps', function (cb) { argument
58 …monjs_out', ['dist', 'genproto_commonjs', 'commonjs_asserts', 'commonjs_testdeps'], function (cb) { argument
81 gulp.task('deps', ['genproto_closure'], function (cb) { argument
90 gulp.task('test_closure', ['genproto_closure', 'deps'], function (cb) { argument
99 gulp.task('test_commonjs', ['make_commonjs_out'], function (cb) { argument
[all …]
/external/iptables/libxtables/
Dxtoptions.c29 #define XTOPT_MKPTR(cb) \ argument
172 static void xtopt_parse_int(struct xt_option_call *cb) in xtopt_parse_int()
211 static void xtopt_parse_float(struct xt_option_call *cb) in xtopt_parse_float()
234 static void xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value) in xtopt_mint_value_to_cb()
253 static void xtopt_mint_value_to_ptr(struct xt_option_call *cb, void **datap, in xtopt_mint_value_to_ptr()
282 static void xtopt_parse_mint(struct xt_option_call *cb) in xtopt_parse_mint()
331 static void xtopt_parse_string(struct xt_option_call *cb) in xtopt_parse_string()
373 static bool tos_parse_numeric(const char *str, struct xt_option_call *cb, in tos_parse_numeric()
402 static void xtopt_parse_tosmask(struct xt_option_call *cb) in xtopt_parse_tosmask()
429 static void xtopt_parse_markmask(struct xt_option_call *cb) in xtopt_parse_markmask()
[all …]
/external/libnl/lib/
Dhandlers.c204 struct nl_cb *cb; in nl_cb_alloc() local
232 struct nl_cb *cb; in nl_cb_clone() local
244 struct nl_cb *nl_cb_get(struct nl_cb *cb) in nl_cb_get()
251 void nl_cb_put(struct nl_cb *cb) in nl_cb_put()
271 enum nl_cb_type nl_cb_active_type(struct nl_cb *cb) in nl_cb_active_type()
293 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, in nl_cb_set()
322 int nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_set_all()
343 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_err()
372 void nl_cb_overwrite_recvmsgs(struct nl_cb *cb, in nl_cb_overwrite_recvmsgs()
383 void nl_cb_overwrite_recv(struct nl_cb *cb, in nl_cb_overwrite_recv()
[all …]
Dnl.c301 struct nl_cb *cb; in nl_sendmsg() local
418 struct nl_cb *cb = sk->s_cb; in nl_send() local
758 #define NL_CB_CALL(cb, type, msg) \ argument
775 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in recvmsgs()
998 int nl_recvmsgs_report(struct nl_sock *sk, struct nl_cb *cb) in nl_recvmsgs_report()
1023 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in nl_recvmsgs()
1061 struct nl_cb *cb; in nl_wait_for_ack() local
1121 struct nl_cb *cb; in nl_pickup() local
/external/boringssl/src/crypto/pem/
Dpem_pk8.c84 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
91 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
98 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
105 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
112 pem_password_cb *cb, void *u) in do_pk8pkey()
156 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio()
196 char *kstr, int klen, pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_fp()
203 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_fp()
210 pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey_nid()
216 char *kstr, int klen, pem_password_cb *cb, in PEM_write_PKCS8PrivateKey()
[all …]
Dpem_pkey.c72 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PrivateKey()
149 pem_password_cb *cb, void *u) in PEM_write_bio_PrivateKey()
155 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_PrivateKey()
173 pem_password_cb *cb, void *u) in PEM_write_PrivateKey()
191 DH *PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) in PEM_read_bio_DHparams()
213 DH *PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) in PEM_read_DHparams()
Dpem_all.c153 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, in PEM_read_bio_RSAPrivateKey()
163 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_RSAPrivateKey()
197 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, in PEM_read_bio_DSAPrivateKey()
237 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, in PEM_read_bio_ECPrivateKey()
/external/ltp/testcases/kernel/fs/openfile/
Dopenfile.c47 struct cb { struct
48 pthread_mutex_t m;
49 pthread_cond_t init_cv;
50 pthread_cond_t thr_cv;
51 int thr_sleeping;
/external/strace/
Daio.c83 print_common_flags(struct tcb *tcp, const struct iocb *cb) in print_common_flags()
97 iocb_is_valid(const struct iocb *cb) in iocb_is_valid()
105 print_iocb_header(struct tcb *tcp, const struct iocb *cb) in print_iocb_header()
127 print_iocb(struct tcb *tcp, const struct iocb *cb) in print_iocb()
167 struct iocb cb; in print_iocbp() local
221 struct iocb cb; in SYS_FUNC() local
/external/iw/
Dinterface.c168 struct nl_cb *cb, in handle_interface_add()
259 struct nl_cb *cb, in handle_interface_del()
377 struct nl_cb *cb, in handle_interface_info()
389 struct nl_cb *cb, in handle_interface_set()
420 struct nl_cb *cb, in handle_interface_meshid()
444 struct nl_cb *cb, in handle_dev_dump()
457 struct nl_cb *cb, in handle_interface_type()
484 struct nl_cb *cb, in handle_interface_4addr()
498 struct nl_cb *cb, in handle_interface_noack_map()
526 struct nl_cb *cb, in handle_interface_wds_peer()
[all …]
Dphy.c19 struct nl_cb *cb, in handle_name()
148 struct nl_cb *cb, struct nl_msg *msg, in handle_freq()
163 struct nl_cb *cb, struct nl_msg *msg, in handle_chan()
175 struct nl_cb *cb, struct nl_msg *msg, in handle_fragmentation()
207 struct nl_cb *cb, struct nl_msg *msg, in handle_rts()
239 struct nl_cb *cb, struct nl_msg *msg, in handle_retry()
321 struct nl_cb *cb, in handle_netns()
365 struct nl_cb *cb, in handle_coverage()
397 struct nl_cb *cb, in handle_distance()
445 struct nl_cb *cb, in handle_txpower()
[all …]
Dconnect.c12 static int iw_conn(struct nl80211_state *state, struct nl_cb *cb, in iw_conn()
62 struct nl_cb *cb, in disconnect()
73 static int iw_connect(struct nl80211_state *state, struct nl_cb *cb, in iw_connect()
149 static int iw_auth(struct nl80211_state *state, struct nl_cb *cb, in iw_auth()
Dp2p.c16 static int handle_p2p_start(struct nl80211_state *state, struct nl_cb *cb, in handle_p2p_start()
24 static int handle_p2p_stop(struct nl80211_state *state, struct nl_cb *cb, in handle_p2p_stop()
Dhwsim.c55 static int handle_hwsim_getps(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_getps()
77 static int handle_hwsim_setps(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_setps()
109 static int handle_hwsim_stop_queues(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_stop_queues()
131 static int handle_hwsim_wake_queues(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_wake_queues()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc93 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit()
104 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock()
120 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { in ReportDeadlock()
153 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock()
173 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock()
178 void DD::MutexDestroy(DDCallback *cb, in MutexDestroy()
187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
Dsanitizer_quarantine.h60 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put()
66 void NOINLINE Drain(Cache *c, Callback cb) { in Drain()
87 void NOINLINE Recycle(Callback cb) { in Recycle()
101 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle()
133 void Enqueue(Callback cb, void *ptr, uptr size) { in Enqueue()
176 NOINLINE QuarantineBatch* AllocBatch(Callback cb) { in AllocBatch()
/external/webrtc/webrtc/base/
Dcallback_unittest.cc49 Callback0<void> cb; in TEST() local
58 Callback0<int> cb; in TEST() local
102 Callback0<void> cb = KeepRefUntilDone(&t); in TEST() local
117 Callback0<void> cb = KeepRefUntilDone(&t); in TEST() local
131 Callback0<void> cb = KeepRefUntilDone(t_scoped_ref); in TEST() local
Dasyncsocket.cc57 int AsyncSocketAdapter::Send(const void* pv, size_t cb) { in Send()
62 size_t cb, in SendTo()
67 int AsyncSocketAdapter::Recv(void* pv, size_t cb) { in Recv()
71 int AsyncSocketAdapter::RecvFrom(void* pv, size_t cb, SocketAddress* paddr) { in RecvFrom()
/external/libevent/include/event2/
Devent_compat.h176 #define evtimer_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) argument
177 #define evsignal_set(ev, x, cb, arg) \ argument
189 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) argument
203 #define signal_set(ev, x, cb, arg) \ argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc44 Callback cb(thr, pc); in DDMutexInit() local
96 Callback cb(thr, pc); in MutexDestroy() local
173 Callback cb(thr, pc); in MutexLock() local
184 Callback cb(thr, pc); in MutexLock() local
217 Callback cb(thr, pc); in MutexUnlock() local
226 Callback cb(thr, pc); in MutexUnlock() local
251 Callback cb(thr, pc); in MutexReadLock() local
262 Callback cb(thr, pc); in MutexReadLock() local
284 Callback cb(thr, pc); in MutexReadUnlock() local
294 Callback cb(thr, pc); in MutexReadUnlock() local
[all …]
/external/iptables/extensions/
Dlibxt_HMARK.c182 hmark_parse_type(struct xt_option_call *cb) in hmark_parse_type()
204 static void HMARK_parse(struct xt_option_call *cb, int plen) in HMARK_parse()
263 static void HMARK_ip4_parse(struct xt_option_call *cb) in HMARK_ip4_parse()
267 static void HMARK_ip6_parse(struct xt_option_call *cb) in HMARK_ip6_parse()
272 static void HMARK_check(struct xt_fcheck_call *cb) in HMARK_check()
Dlibxt_MARK.c83 static void MARK_parse_v0(struct xt_option_call *cb) in MARK_parse_v0()
99 static void MARK_check(struct xt_fcheck_call *cb) in MARK_check()
107 static void MARK_parse_v1(struct xt_option_call *cb) in MARK_parse_v1()
126 static void mark_tg_parse(struct xt_option_call *cb) in mark_tg_parse()
154 static void mark_tg_check(struct xt_fcheck_call *cb) in mark_tg_check()
Dlibxt_connlimit.c57 static void connlimit_parse(struct xt_option_call *cb, uint8_t family) in connlimit_parse()
89 static void connlimit_parse4(struct xt_option_call *cb) in connlimit_parse4()
94 static void connlimit_parse6(struct xt_option_call *cb) in connlimit_parse6()
99 static void connlimit_check(struct xt_fcheck_call *cb) in connlimit_check()
/external/libchrome/base/
Dcallback_list.h105 std::unique_ptr<Subscription> Add(const CallbackType& cb) WARN_UNUSED_RESULT { in Add()
149 CallbackType* cb = NULL; in GetNext() local
217 CallbackType* cb; in Notify() local
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc115 Callback cb(thr); in MutexBeforeLock() local
128 Callback cb(thr); in MutexAfterLock() local
141 Callback cb(thr); in MutexBeforeUnlock() local
152 Callback cb(thr); in MutexDestroy() local

12345678910>>...21