Home
last modified time | relevance | path

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

12345678910>>...27

/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
DChannelBindingTest.java35 ChannelBinding cb = new ChannelBinding(data); in testGetApplicationData() local
44 ChannelBinding cb = new ChannelBinding(addr1, addr2, data); in testGetApplicationData_0() local
50 ChannelBinding cb = new ChannelBinding(null); in testGetApplicationData_1() local
56 ChannelBinding cb = new ChannelBinding(addr, null, null); in testGetInitiatorAddress() local
65 ChannelBinding cb = new ChannelBinding(addr1, addr2, data); in testGetInitiatorAddress_0() local
71 ChannelBinding cb = new ChannelBinding(null); in testGetInitiatorAddress_1() local
77 ChannelBinding cb = new ChannelBinding(null, addr, null); in testGetAcceptorAddress() local
85 ChannelBinding cb = new ChannelBinding(addr1, addr2, data); in testGetAcceptorAddress_0() local
90 ChannelBinding cb = new ChannelBinding(null); in testGetAcceptorAddress_1() local
95 ChannelBinding cb = new ChannelBinding(null); in testEquals() local
[all …]
/external/qemu/
Dcbuffer.c29 cbuffer_assert( CBuffer* cb, const char* file, long lineno ) in cbuffer_assert()
46 # define CBUFFER_ASSERT(cb) cbuffer_assert(cb,__FUNCTION__,__LINE__) argument
48 # define CBUFFER_ASSERT(cb) ((void)0) argument
52 cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase ) in cbuffer_write_peek()
70 cbuffer_write_step( CBuffer* cb, int len ) in cbuffer_write_step()
81 cbuffer_write( CBuffer* cb, const void* from, int len ) in cbuffer_write()
117 cbuffer_read( CBuffer* cb, void* to, int len ) in cbuffer_read()
152 cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase ) in cbuffer_read_peek()
168 cbuffer_read_step( CBuffer* cb, int len ) in cbuffer_read_step()
183 cbuffer_quote( CBuffer* cb ) in cbuffer_quote()
[all …]
Dcbuffer.h27 cbuffer_reset( CBuffer* cb, void* buff, int size ) in cbuffer_reset()
36 cbuffer_write_avail( CBuffer* cb ) in cbuffer_write_avail()
46 cbuffer_read_avail( CBuffer* cb ) in cbuffer_read_avail()
/external/chromium_org/ppapi/tests/
Dtest_tcp_socket_private.cc62 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestBasic() local
80 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestReadWrite() local
100 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestReadWriteSSL() local
129 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestConnectAddress() local
140 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestConnectAddress() local
158 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestSetOption() local
190 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestLargeRead() local
205 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestLargeRead() local
224 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in ReadFirstLineFromSocket() local
248 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in WriteStringToSocket() local
Dtest_tcp_socket.cc71 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestConnect() local
91 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestConnect() local
121 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestReadWrite() local
320 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestInterface_1_0() local
344 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in ReadFirstLineFromSocket() local
365 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in ReadFirstLineFromSocket_1_0() local
402 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in WriteToSocket() local
419 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in WriteToSocket_1_0() local
/external/chromium_org/net/disk_cache/
Ddisk_cache_test_base.cc87 net::TestCompletionCallback cb; in SimulateCrash() local
117 net::TestCompletionCallback cb; in OpenEntry() local
124 net::TestCompletionCallback cb; in CreateEntry() local
130 net::TestCompletionCallback cb; in DoomEntry() local
136 net::TestCompletionCallback cb; in DoomAllEntries() local
143 net::TestCompletionCallback cb; in DoomEntriesBetween() local
149 net::TestCompletionCallback cb; in DoomEntriesSince() local
156 net::TestCompletionCallback cb; in OpenNextEntry() local
165 net::TestCompletionCallback cb; in FlushQueueForTest() local
176 net::TestCompletionCallback cb; in RunTaskForTest() local
[all …]
/external/chromium/net/disk_cache/
Ddisk_cache_test_base.cc54 TestCompletionCallback cb; in SimulateCrash() local
82 TestCompletionCallback cb; in OpenEntry() local
89 TestCompletionCallback cb; in CreateEntry() local
95 TestCompletionCallback cb; in DoomEntry() local
101 TestCompletionCallback cb; in DoomAllEntries() local
108 TestCompletionCallback cb; in DoomEntriesBetween() local
114 TestCompletionCallback cb; in DoomEntriesSince() local
121 TestCompletionCallback cb; in OpenNextEntry() local
130 TestCompletionCallback cb; in FlushQueueForTest() local
142 TestCompletionCallback cb; in RunTaskForTest() local
[all …]
/external/iptables/iptables/
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/chromium_org/media/base/
Dcallback_holder_unittest.cc22 CallbackHolder<base::Closure> cb; in TEST() local
41 CallbackHolder<base::Closure> cb; in TEST() local
59 CallbackHolder<base::Closure> cb; in TEST() local
72 CallbackHolder<base::Callback<void(int, int*)> > cb; in TEST() local
92 CallbackHolder<base::Callback<void(int, int*)> > cb; in TEST() local
112 CallbackHolder<base::Callback<void(int, int*)> > cb; in TEST() local
Dbind_to_loop_unittest.cc52 base::Closure cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
62 base::Callback<void(bool)> cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
73 base::Closure cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
84 base::Callback<void(scoped_ptr<bool>)> cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
96 base::Closure cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
109 base::Callback<void(scoped_ptr<bool[]>)> cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
122 base::Closure cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
136 base::Callback<void(scoped_ptr_malloc<bool>)> cb = BindToLoop( in TEST_F() local
148 base::Closure cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
159 base::Callback<void(int, int)> cb = BindToLoop(proxy_, base::Bind( in TEST_F() local
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
Dpem_pk8.c86 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
93 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
100 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
107 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
114 pem_password_cb *cb, void *u) in do_pk8pkey()
152 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio()
185 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_fp()
192 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_fp()
199 pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey_nid()
205 char *kstr, int klen, pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey()
[all …]
Dpem_all.c176 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, in PEM_read_bio_RSAPrivateKey()
186 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, in PEM_read_RSAPrivateKey()
200 pem_password_cb *cb, void *u) in PEM_write_bio_RSAPrivateKey()
223 pem_password_cb *cb, void *u) in PEM_write_RSAPrivateKey()
272 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, in PEM_read_bio_DSAPrivateKey()
284 pem_password_cb *cb, void *u) in PEM_write_bio_DSAPrivateKey()
307 pem_password_cb *cb, void *u) in PEM_write_DSAPrivateKey()
368 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, in PEM_read_bio_ECPrivateKey()
408 pem_password_cb *cb, void *u) in PEM_write_ECPrivateKey()
/external/openssl/crypto/pem/
Dpem_pk8.c86 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
93 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
100 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
107 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
114 pem_password_cb *cb, void *u) in do_pk8pkey()
152 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio()
185 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_fp()
192 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_fp()
199 pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey_nid()
205 char *kstr, int klen, pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey()
[all …]
Dpem_all.c176 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, in PEM_read_bio_RSAPrivateKey()
186 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, in PEM_read_RSAPrivateKey()
200 pem_password_cb *cb, void *u) in PEM_write_bio_RSAPrivateKey()
223 pem_password_cb *cb, void *u) in PEM_write_RSAPrivateKey()
272 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, in PEM_read_bio_DSAPrivateKey()
284 pem_password_cb *cb, void *u) in PEM_write_bio_DSAPrivateKey()
307 pem_password_cb *cb, void *u) in PEM_write_DSAPrivateKey()
368 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, in PEM_read_bio_ECPrivateKey()
408 pem_password_cb *cb, void *u) in PEM_write_ECPrivateKey()
/external/chromium_org/base/
Dcallback_list.h108 scoped_ptr<Subscription> Add(const CallbackType& cb) WARN_UNUSED_RESULT { in Add()
140 CallbackType* cb = NULL; in GetNext() local
200 CallbackType* cb; in Notify() local
221 CallbackType* cb; in Notify() local
243 CallbackType* cb; in Notify() local
266 CallbackType* cb; in Notify() local
290 CallbackType* cb; in Notify() local
315 CallbackType* cb; in Notify() local
343 CallbackType* cb; in Notify() local
372 CallbackType* cb; in Notify() local
/external/chromium_org/net/url_request/
Dview_cache_helper_unittest.cc52 net::TestCompletionCallback cb; in WriteHeaders() local
65 net::TestCompletionCallback cb; in WriteData() local
73 net::TestCompletionCallback cb; in WriteToEntry() local
90 net::TestCompletionCallback cb; in FillCache() local
109 TestCompletionCallback cb; in TEST() local
123 TestCompletionCallback cb; in TEST() local
145 TestCompletionCallback cb; in TEST() local
171 TestCompletionCallback cb; in TEST() local
186 net::TestCompletionCallback cb; in TEST() local
/external/chromium/net/url_request/
Dview_cache_helper_unittest.cc50 TestCompletionCallback cb; in WriteHeaders() local
63 TestCompletionCallback cb; in WriteData() local
71 TestCompletionCallback cb; in WriteToEntry() local
88 TestCompletionCallback cb; in FillCache() local
106 TestCompletionCallback cb; in TEST() local
120 TestCompletionCallback cb; in TEST() local
142 TestCompletionCallback cb; in TEST() local
168 TestCompletionCallback cb; in TEST() local
183 TestCompletionCallback cb; in TEST() local
/external/chromium_org/tools/traceline/traceline/
Dmain.cc278 CodeBuffer* cb) { in ResumeOriginalFunction()
288 void AssembleQueryPerformanceCounter(CodeBuffer* cb) { in AssembleQueryPerformanceCounter()
304 void AssembleHeaderCode(CodeBuffer* cb, EventRecordType rt, int space) { in AssembleHeaderCode()
386 CodeBuffer cb(buf_ + kStubOffset); in PatchLoader() local
423 CodeBuffer cb(buf_ + kStubOffset); in PatchCreateThread() local
465 CodeBuffer cb(buf_ + kStubOffset); in PatchThreadBegin() local
490 CodeBuffer cb(buf_ + kStubOffset); in PatchThreadBeginVista() local
519 CodeBuffer cb(buf_ + kStubOffset); in PatchSetThreadName() local
565 CodeBuffer cb(buf_ + kStubOffset); in PatchThreadExit() local
580 CodeBuffer cb(buf_ + kStubOffset); in PatchAllocateHeap() local
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h55 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put()
61 void NOINLINE Drain(Cache *c, Callback cb) { in Drain()
82 void NOINLINE Recycle(Callback cb) { in Recycle()
95 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle()
125 void Enqueue(Callback cb, void *ptr, uptr size) { in Enqueue()
164 NOINLINE QuarantineBatch* AllocBatch(Callback cb) { in AllocBatch()
/external/chromium_org/chrome/renderer/resources/extensions/
Dweb_request_internal_custom_bindings.js48 WebRequestEvent.prototype.hasListener = function(cb) { argument
66 function(cb, opt_filter, opt_extraInfo) { argument
114 WebRequestEvent.prototype.removeListener = function(cb) { argument
129 WebRequestEvent.prototype.findListener_ = function(cb) { argument
154 WebRequestEvent.prototype.getRules = function(ruleIdentifiers, cb) { argument
/external/chromium_org/remoting/host/setup/
Dhost_starter.cc186 CompletionCallback cb = on_done_; in OnHostStarted() local
197 CompletionCallback cb = on_done_; in OnOAuthError() local
213 CompletionCallback cb = on_done_; in OnNetworkError() local
229 CompletionCallback cb = on_done_; in OnHostUnregistered() local
/external/mesa3d/src/gallium/state_trackers/vega/
Darc.c458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) in cb_null_move()
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y) in polygon_point()
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier) in polygon_bezier()
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_point()
480 static void stroke_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_curve()
489 static void stroke_emit_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_emit_point()
495 static void stroke_emit_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_emit_curve()
504 static void arc_path_move(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_move()
510 static void arc_path_point(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_point()
516 static void arc_path_bezier(struct arc_cb *cb, struct bezier *bezier) in arc_path_bezier()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Darc.c458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) in cb_null_move()
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y) in polygon_point()
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier) in polygon_bezier()
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_point()
480 static void stroke_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_curve()
489 static void stroke_emit_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_emit_point()
495 static void stroke_emit_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_emit_curve()
504 static void arc_path_move(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_move()
510 static void arc_path_point(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_point()
516 static void arc_path_bezier(struct arc_cb *cb, struct bezier *bezier) in arc_path_bezier()
[all …]
/external/chromium_org/net/tools/crash_cache/
Dcrash_cache.cc131 net::TestCompletionCallback cb; in FlushQueue() local
141 net::TestCompletionCallback* cb) { in CreateCache()
156 net::TestCompletionCallback cb; in SimpleInsert() local
193 net::TestCompletionCallback cb; in SimpleRemove() local
232 net::TestCompletionCallback cb; in HeadRemove() local
276 net::TestCompletionCallback cb; in LoadOperations() local
/external/chromium_org/chrome_frame/
Dstream_impl.cc21 STDMETHODIMP StreamImpl::Read(void* pv, ULONG cb, ULONG* read) { in Read()
43 STDMETHODIMP StreamImpl::CopyTo(IStream* stream, ULARGE_INTEGER cb, in CopyTo()
66 STDMETHODIMP StreamImpl::LockRegion(ULARGE_INTEGER offset, ULARGE_INTEGER cb, in LockRegion()
74 STDMETHODIMP StreamImpl::UnlockRegion(ULARGE_INTEGER offset, ULARGE_INTEGER cb, in UnlockRegion()

12345678910>>...27