Home
last modified time | relevance | path

Searched defs:cb (Results 26 – 50 of 15666) sorted by relevance

12345678910>>...627

/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java145 Callback cb = new Callback(); in allTests() local
181 Callback cb = new Callback(); in allTests() local
218 Callback cb = new Callback(); in allTests() local
256 Callback cb = new Callback(); in allTests() local
293 Callback cb = new Callback(); in allTests() local
330 Callback cb = new Callback(); in allTests() local
369 Callback cb = new Callback(); in allTests() local
408 Callback cb = new Callback(); in allTests() local
447 Callback cb = new Callback(); in allTests() local
487 Callback cb = new Callback(); in allTests() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java145 Callback cb = new Callback(); in allTests() local
181 Callback cb = new Callback(); in allTests() local
218 Callback cb = new Callback(); in allTests() local
256 Callback cb = new Callback(); in allTests() local
293 Callback cb = new Callback(); in allTests() local
330 Callback cb = new Callback(); in allTests() local
369 Callback cb = new Callback(); in allTests() local
408 Callback cb = new Callback(); in allTests() local
447 Callback cb = new Callback(); in allTests() local
487 Callback cb = new Callback(); in allTests() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/servantLocator/
H A DAMDTestI.java27 requestFailedException_async(AMD_TestIntf_requestFailedException cb, Ice.Current current) in requestFailedException_async()
34 unknownUserException_async(AMD_TestIntf_unknownUserException cb, Ice.Current current) in unknownUserException_async()
41 unknownLocalException_async(AMD_TestIntf_unknownLocalException cb, Ice.Current current) in unknownLocalException_async()
48 unknownException_async(AMD_TestIntf_unknownException cb, Ice.Current current) in unknownException_async()
55 localException_async(AMD_TestIntf_localException cb, Ice.Current current) in localException_async()
68 javaException_async(AMD_TestIntf_javaException cb, Ice.Current current) in javaException_async()
75 unknownExceptionWithServantException_async(AMD_TestIntf_unknownExceptionWithServantException cb, in unknownExceptionWithServantException_async()
101 intfUserException_async(AMD_TestIntf_intfUserException cb, boolean _throw, Ice.Current current) in intfUserException_async()
119 asyncResponse_async(AMD_TestIntf_asyncResponse cb, Ice.Current current) in asyncResponse_async()
127 asyncException_async(AMD_TestIntf_asyncException cb, Ice.Current current) in asyncException_async()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/servantLocator/
H A DAMDTestI.java27 requestFailedException_async(AMD_TestIntf_requestFailedException cb, Ice.Current current) in requestFailedException_async()
34 unknownUserException_async(AMD_TestIntf_unknownUserException cb, Ice.Current current) in unknownUserException_async()
41 unknownLocalException_async(AMD_TestIntf_unknownLocalException cb, Ice.Current current) in unknownLocalException_async()
48 unknownException_async(AMD_TestIntf_unknownException cb, Ice.Current current) in unknownException_async()
55 localException_async(AMD_TestIntf_localException cb, Ice.Current current) in localException_async()
68 javaException_async(AMD_TestIntf_javaException cb, Ice.Current current) in javaException_async()
75 unknownExceptionWithServantException_async(AMD_TestIntf_unknownExceptionWithServantException cb, in unknownExceptionWithServantException_async()
101 intfUserException_async(AMD_TestIntf_intfUserException cb, boolean _throw, Ice.Current current) in intfUserException_async()
119 asyncResponse_async(AMD_TestIntf_asyncResponse cb, Ice.Current current) in asyncResponse_async()
127 asyncException_async(AMD_TestIntf_asyncException cb, Ice.Current current) in asyncException_async()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/servantLocator/
H A DAMDTestI.java27 requestFailedException_async(AMD_TestIntf_requestFailedException cb, Ice.Current current) in requestFailedException_async()
34 unknownUserException_async(AMD_TestIntf_unknownUserException cb, Ice.Current current) in unknownUserException_async()
41 unknownLocalException_async(AMD_TestIntf_unknownLocalException cb, Ice.Current current) in unknownLocalException_async()
48 unknownException_async(AMD_TestIntf_unknownException cb, Ice.Current current) in unknownException_async()
55 localException_async(AMD_TestIntf_localException cb, Ice.Current current) in localException_async()
68 javaException_async(AMD_TestIntf_javaException cb, Ice.Current current) in javaException_async()
75 unknownExceptionWithServantException_async(AMD_TestIntf_unknownExceptionWithServantException cb, in unknownExceptionWithServantException_async()
101 intfUserException_async(AMD_TestIntf_intfUserException cb, boolean _throw, Ice.Current current) in intfUserException_async()
119 asyncResponse_async(AMD_TestIntf_asyncResponse cb, Ice.Current current) in asyncResponse_async()
127 asyncException_async(AMD_TestIntf_asyncException cb, Ice.Current current) in asyncException_async()
[all …]
/dports/security/snort/snort-2.9.18/src/file-process/
H A Dcircular_buffer.c57 CircularBuffer* cb = calloc(1, sizeof(*cb)); in cbuffer_init() local
75 void cbuffer_free(CircularBuffer *cb) in cbuffer_free()
86 int cbuffer_is_full(CircularBuffer *cb) in cbuffer_is_full()
97 int cbuffer_is_empty(CircularBuffer *cb) in cbuffer_is_empty()
103 uint64_t cbuffer_used(CircularBuffer *cb) in cbuffer_used()
117 uint64_t cbuffer_available(CircularBuffer *cb) in cbuffer_available()
123 uint64_t cbuffer_size(CircularBuffer *cb) in cbuffer_size()
209 uint64_t cbuffer_num_reads(CircularBuffer *cb) in cbuffer_num_reads()
215 uint64_t cbuffer_num_writes(CircularBuffer *cb) in cbuffer_num_writes()
221 uint64_t cbuffer_num_over_runs(CircularBuffer *cb) in cbuffer_num_over_runs()
[all …]
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/file/include/
H A Dcircular_buffer.c57 CircularBuffer* cb = calloc(1, sizeof(*cb)); in cbuffer_init() local
75 void cbuffer_free(CircularBuffer *cb) in cbuffer_free()
86 int cbuffer_is_full(CircularBuffer *cb) in cbuffer_is_full()
97 int cbuffer_is_empty(CircularBuffer *cb) in cbuffer_is_empty()
103 uint64_t cbuffer_used(CircularBuffer *cb) in cbuffer_used()
117 uint64_t cbuffer_available(CircularBuffer *cb) in cbuffer_available()
123 uint64_t cbuffer_size(CircularBuffer *cb) in cbuffer_size()
209 uint64_t cbuffer_num_reads(CircularBuffer *cb) in cbuffer_num_reads()
215 uint64_t cbuffer_num_writes(CircularBuffer *cb) in cbuffer_num_writes()
221 uint64_t cbuffer_num_over_runs(CircularBuffer *cb) in cbuffer_num_over_runs()
[all …]
/dports/graphics/box/box-0.4.0/box/
H A Dcallable.c39 BoxCallable_Init_As_Undefined(BoxCallable *cb) { in BoxCallable_Init_As_Undefined()
46 void BoxCallable_Finish(BoxCallable *cb) { in BoxCallable_Finish()
56 BoxCallable *cb = NULL; in BoxCallable_Create_Undefined() local
70 BoxCallable_Create_Similar(BoxCallable *cb) { in BoxCallable_Create_Similar()
84 BoxCallable_Set_Uid(BoxCallable *cb, BoxUid *uid) { in BoxCallable_Set_Uid()
94 BoxCallable_Get_Uid(BoxCallable *cb) { in BoxCallable_Get_Uid()
100 BoxCallable_Set_Context(BoxCallable *cb, BOXIN BoxPtr *context) { in BoxCallable_Set_Context()
184 BoxCallable_Define_From_VM(BOXIN BoxCallable *cb, BoxVM *vm, in BoxCallable_Define_From_VM()
308 BoxCallable_Is_Implemented(BoxCallable *cb) { in BoxCallable_Is_Implemented()
372 BoxCallable_Call1(BoxCallable *cb, BoxPtr *parent) { in BoxCallable_Call1()
[all …]
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/
H A Dgkr-callback.c33 GkrCallback *cb = g_slice_new (GkrCallback); in gkr_callback_new() local
45 GkrCallback *cb = data; in gkr_callback_free() local
62 gkr_callback_invoke_op_msg (GkrCallback *cb, DBusMessage *msg) in gkr_callback_invoke_op_msg()
75 gkr_callback_invoke_op_session (GkrCallback *cb, GkrSession *session) in gkr_callback_invoke_op_session()
88 gkr_callback_invoke_op_string (GkrCallback *cb, const gchar *value) in gkr_callback_invoke_op_string()
99 gkr_callback_invoke_res (GkrCallback *cb, in gkr_callback_invoke_res()
112 gkr_callback_invoke_bare (GkrCallback *cb, in gkr_callback_invoke_bare()
159 gkr_callback_invoke_ok_string (GkrCallback *cb, const gchar *value) in gkr_callback_invoke_ok_string()
170 gkr_callback_invoke_ok_uint (GkrCallback *cb, guint32 value) in gkr_callback_invoke_ok_uint()
181 gkr_callback_invoke_ok_list (GkrCallback *cb, GList *value) in gkr_callback_invoke_ok_list()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_tcp_socket_private.cc68 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestBasic() local
86 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestReadWrite() local
106 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestReadWriteSSL() local
135 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestConnectAddress() local
146 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestConnectAddress() local
164 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestSetOption() local
211 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestLargeRead() local
224 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestSSLHandshakeFails() local
250 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestSSLHandshakeHangs() local
262 TestCompletionCallback cb(instance_->pp_instance(), callback_type()); in TestSSLWriteFails() local
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/matlab/SpEED/SpEED/
H A Dreadframefromfid_all_fmts.m6 cb = fread(fid,width*height/2, 'uchar')'; variable
10 cb = fread(fid,width*height, 'uchar')'; variable
14 cb = fread(fid,width*height/4, 'uchar')'; variable
18 cb = fread(fid,width*height/4, 'uint16')'; variable
21 cb = cb / 4.0; variable
25 cb = fread(fid,width*height, 'uchar')'; variable
28 cb = cb / 4.0; variable
32 cb = fread(fid,width*height/2, 'uchar')'; variable
35 cb = cb / 4.0; variable
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/
H A Dlua_meta.lua278 cb = meta_size_function, function
286 cb = meta_images_function, function
309 cb = meta_nparts_function, function
323 cb = meta_encoding_function, function
337 cb = meta_recipients_function, function
351 cb = meta_received_function, function
367 cb = meta_urls_function, function
377 cb = meta_words_function, function
/dports/mail/rspamd/rspamd-3.1/lualib/
H A Dlua_meta.lua278 cb = meta_size_function, function
286 cb = meta_images_function, function
309 cb = meta_nparts_function, function
323 cb = meta_encoding_function, function
337 cb = meta_recipients_function, function
351 cb = meta_received_function, function
367 cb = meta_urls_function, function
377 cb = meta_words_function, function
/dports/x11-wm/awesome/awesome-4.3/spec/gears/
H A Dobject_spec.lua16 local function cb() function
26 local function cb() function
42 local function cb() function
53 local function cb() function
95 local function cb() end function
103 local function cb() end function
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/exceptions/
H A DAMDThrowerI.java42 shutdown_async(AMD_Thrower_shutdown cb, Ice.Current current) in shutdown_async()
64 throwAasA_async(AMD_Thrower_throwAasA cb, int a, Ice.Current current) in throwAasA_async()
74 throwAorDasAorD_async(AMD_Thrower_throwAorDasAorD cb, int a, Ice.Current current) in throwAorDasAorD_async()
94 throwBasA_async(AMD_Thrower_throwBasA cb, int a, int b, Ice.Current current) in throwBasA_async()
106 throwBasB_async(AMD_Thrower_throwBasB cb, int a, int b, Ice.Current current) in throwBasB_async()
118 throwCasA_async(AMD_Thrower_throwCasA cb, int a, int b, int c, Ice.Current current) in throwCasA_async()
130 throwCasB_async(AMD_Thrower_throwCasB cb, int a, int b, int c, Ice.Current current) in throwCasB_async()
142 throwCasC_async(AMD_Thrower_throwCasC cb, int a, int b, int c, Ice.Current current) in throwCasC_async()
186 throwLocalException_async(AMD_Thrower_throwLocalException cb, Ice.Current current) in throwLocalException_async()
221 throwAfterResponse_async(AMD_Thrower_throwAfterResponse cb, Ice.Current current) in throwAfterResponse_async()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/exceptions/
H A DAMDThrowerI.java42 shutdown_async(AMD_Thrower_shutdown cb, Ice.Current current) in shutdown_async()
64 throwAasA_async(AMD_Thrower_throwAasA cb, int a, Ice.Current current) in throwAasA_async()
74 throwAorDasAorD_async(AMD_Thrower_throwAorDasAorD cb, int a, Ice.Current current) in throwAorDasAorD_async()
94 throwBasA_async(AMD_Thrower_throwBasA cb, int a, int b, Ice.Current current) in throwBasA_async()
106 throwBasB_async(AMD_Thrower_throwBasB cb, int a, int b, Ice.Current current) in throwBasB_async()
118 throwCasA_async(AMD_Thrower_throwCasA cb, int a, int b, int c, Ice.Current current) in throwCasA_async()
130 throwCasB_async(AMD_Thrower_throwCasB cb, int a, int b, int c, Ice.Current current) in throwCasB_async()
142 throwCasC_async(AMD_Thrower_throwCasC cb, int a, int b, int c, Ice.Current current) in throwCasC_async()
186 throwLocalException_async(AMD_Thrower_throwLocalException cb, Ice.Current current) in throwLocalException_async()
221 throwAfterResponse_async(AMD_Thrower_throwAfterResponse cb, Ice.Current current) in throwAfterResponse_async()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/exceptions/
H A DAMDThrowerI.java42 shutdown_async(AMD_Thrower_shutdown cb, Ice.Current current) in shutdown_async()
64 throwAasA_async(AMD_Thrower_throwAasA cb, int a, Ice.Current current) in throwAasA_async()
74 throwAorDasAorD_async(AMD_Thrower_throwAorDasAorD cb, int a, Ice.Current current) in throwAorDasAorD_async()
94 throwBasA_async(AMD_Thrower_throwBasA cb, int a, int b, Ice.Current current) in throwBasA_async()
106 throwBasB_async(AMD_Thrower_throwBasB cb, int a, int b, Ice.Current current) in throwBasB_async()
118 throwCasA_async(AMD_Thrower_throwCasA cb, int a, int b, int c, Ice.Current current) in throwCasA_async()
130 throwCasB_async(AMD_Thrower_throwCasB cb, int a, int b, int c, Ice.Current current) in throwCasB_async()
142 throwCasC_async(AMD_Thrower_throwCasC cb, int a, int b, int c, Ice.Current current) in throwCasC_async()
186 throwLocalException_async(AMD_Thrower_throwLocalException cb, Ice.Current current) in throwLocalException_async()
221 throwAfterResponse_async(AMD_Thrower_throwAfterResponse cb, Ice.Current current) in throwAfterResponse_async()
[all …]
/dports/archivers/lzlib/lzlib-1.12/
H A Dcbuffer.c28 static inline bool Cb_init( struct Circular_buffer * const cb, in Cb_init()
39 static inline void Cb_free( struct Circular_buffer * const cb ) in Cb_free()
42 static inline void Cb_reset( struct Circular_buffer * const cb ) in Cb_reset()
45 static inline unsigned Cb_empty( const struct Circular_buffer * const cb ) in Cb_empty()
48 static inline unsigned Cb_used_bytes( const struct Circular_buffer * const cb ) in Cb_used_bytes()
51 static inline unsigned Cb_free_bytes( const struct Circular_buffer * const cb ) in Cb_free_bytes()
54 static inline uint8_t Cb_get_byte( struct Circular_buffer * const cb ) in Cb_get_byte()
61 static inline void Cb_put_byte( struct Circular_buffer * const cb, in Cb_put_byte()
69 static bool Cb_unread_data( struct Circular_buffer * const cb, in Cb_unread_data()
83 static unsigned Cb_read_data( struct Circular_buffer * const cb, in Cb_read_data()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/objects/
H A DAllTests.java151 Callback cb = new Callback(); in allTests() local
185 Callback cb = new Callback(); in allTests() local
219 Callback cb = new Callback(); in allTests() local
252 Callback cb = new Callback(); in allTests() local
319 Callback cb = new Callback(); in allTests() local
333 Callback cb = new Callback(); in allTests() local
354 Callback cb = new Callback(); in allTests() local
440 Callback cb = new Callback(); in allTests() local
480 Callback cb = new Callback(); in allTests() local
534 Callback cb = new Callback(); in allTests() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/objects/
H A DAllTests.java151 Callback cb = new Callback(); in allTests() local
185 Callback cb = new Callback(); in allTests() local
219 Callback cb = new Callback(); in allTests() local
252 Callback cb = new Callback(); in allTests() local
319 Callback cb = new Callback(); in allTests() local
333 Callback cb = new Callback(); in allTests() local
354 Callback cb = new Callback(); in allTests() local
440 Callback cb = new Callback(); in allTests() local
480 Callback cb = new Callback(); in allTests() local
534 Callback cb = new Callback(); in allTests() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/objects/
H A DAllTests.java151 Callback cb = new Callback(); in allTests() local
185 Callback cb = new Callback(); in allTests() local
219 Callback cb = new Callback(); in allTests() local
252 Callback cb = new Callback(); in allTests() local
319 Callback cb = new Callback(); in allTests() local
333 Callback cb = new Callback(); in allTests() local
354 Callback cb = new Callback(); in allTests() local
440 Callback cb = new Callback(); in allTests() local
480 Callback cb = new Callback(); in allTests() local
534 Callback cb = new Callback(); in allTests() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DAMDMyDerivedClassI.java25 public Thread_opVoid(AMD_MyClass_opVoid cb) in Thread_opVoid()
78 shutdown_async(AMD_MyClass_shutdown cb, in shutdown_async()
107 opVoid_async(AMD_MyClass_opVoid cb, in opVoid_async()
130 opBool_async(AMD_MyClass_opBool cb, in opBool_async()
139 opBoolS_async(AMD_MyClass_opBoolS cb, in opBoolS_async()
157 opBoolSS_async(AMD_MyClass_opBoolSS cb, in opBoolSS_async()
175 opByte_async(AMD_MyClass_opByte cb, in opByte_async()
197 opByteS_async(AMD_MyClass_opByteS cb, in opByteS_async()
215 opByteSS_async(AMD_MyClass_opByteSS cb, in opByteSS_async()
306 opMyEnum_async(AMD_MyClass_opMyEnum cb, in opMyEnum_async()
[all …]
H A DAMDTieMyDerivedClassI.java25 public Thread_opVoid(AMD_MyClass_opVoid cb) in Thread_opVoid()
42 shutdown_async(AMD_MyClass_shutdown cb, in shutdown_async()
71 opVoid_async(AMD_MyClass_opVoid cb, in opVoid_async()
94 opBool_async(AMD_MyClass_opBool cb, in opBool_async()
103 opBoolS_async(AMD_MyClass_opBoolS cb, in opBoolS_async()
121 opBoolSS_async(AMD_MyClass_opBoolSS cb, in opBoolSS_async()
139 opByte_async(AMD_MyClass_opByte cb, in opByte_async()
161 opByteS_async(AMD_MyClass_opByteS cb, in opByteS_async()
179 opByteSS_async(AMD_MyClass_opByteSS cb, in opByteSS_async()
270 opMyEnum_async(AMD_MyClass_opMyEnum cb, in opMyEnum_async()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DAMDMyDerivedClassI.java25 public Thread_opVoid(AMD_MyClass_opVoid cb) in Thread_opVoid()
78 shutdown_async(AMD_MyClass_shutdown cb, in shutdown_async()
107 opVoid_async(AMD_MyClass_opVoid cb, in opVoid_async()
130 opBool_async(AMD_MyClass_opBool cb, in opBool_async()
139 opBoolS_async(AMD_MyClass_opBoolS cb, in opBoolS_async()
157 opBoolSS_async(AMD_MyClass_opBoolSS cb, in opBoolSS_async()
175 opByte_async(AMD_MyClass_opByte cb, in opByte_async()
197 opByteS_async(AMD_MyClass_opByteS cb, in opByteS_async()
215 opByteSS_async(AMD_MyClass_opByteSS cb, in opByteSS_async()
306 opMyEnum_async(AMD_MyClass_opMyEnum cb, in opMyEnum_async()
[all …]
H A DAMDTieMyDerivedClassI.java25 public Thread_opVoid(AMD_MyClass_opVoid cb) in Thread_opVoid()
42 shutdown_async(AMD_MyClass_shutdown cb, in shutdown_async()
71 opVoid_async(AMD_MyClass_opVoid cb, in opVoid_async()
94 opBool_async(AMD_MyClass_opBool cb, in opBool_async()
103 opBoolS_async(AMD_MyClass_opBoolS cb, in opBoolS_async()
121 opBoolSS_async(AMD_MyClass_opBoolSS cb, in opBoolSS_async()
139 opByte_async(AMD_MyClass_opByte cb, in opByte_async()
161 opByteS_async(AMD_MyClass_opByteS cb, in opByteS_async()
179 opByteSS_async(AMD_MyClass_opByteSS cb, in opByteSS_async()
270 opMyEnum_async(AMD_MyClass_opMyEnum cb, in opMyEnum_async()
[all …]

12345678910>>...627