/external/dropbear/libtommath/ |
bn_mp_prime_random_ex.c | 27 * You have to supply a callback which fills in a buffer with random bytes. "dat" is a parameter you can 28 * have passed to the callback (e.g. a state or something). This function doesn't use "dat" itself
|
/external/elfutils/libdw/ |
dwarf_getfuncs.c | 60 dwarf_getfuncs (Dwarf_Die *cudie, int (*callback) (Dwarf_Die *, void *), 84 if (callback (die, arg) != DWARF_CB_OK)
|
/external/elfutils/tests/ |
get-pubnames.c | 40 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused))) function 94 if (dwarf_getpubnames (dbg, callback, NULL, 0) != 0)
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
Futures.java | 196 * cancelled, the returned {@code Future} will receive a callback in which it 238 * cancelled, the returned {@code Future} will receive a callback in which it 324 * cancelled, the returned {@code Future} will receive a callback in which it 362 * cancelled, the returned {@code Future} will receive a callback in which it 431 * cancelled, the returned {@code Future} will receive a callback in which it 469 * cancelled, the returned {@code Future} will receive a callback in which it [all...] |
/external/icu4c/i18n/unicode/ |
uregex.h | [all...] |
/external/kernel-headers/original/linux/ |
kernelcapi.h | 73 void (*callback) (unsigned int cmd, __u32 contr, void *data); member in struct:capi20_appl 88 void (*callback) (unsigned int cmd, __u32 contr, void *data));
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.c | 428 /* If all discovery responses have been received, trigger callback (if any) */ 559 // overwritten by any code in the callback itself. 600 /* 3 - Call the original callback */ 817 /* Save callback details */ [all...] |
phLlcNfc_Timer.h | 75 /********************** Callback functions **************************/ 77 /******************* End of Callback functions **********************/
|
/external/libselinux/src/ |
avc_internal.h | 19 /* callback pointers */ 69 /* user-supplied callback interface for avc */
|
/external/libxml2/include/libxml/ |
relaxng.h | 33 * Signature of an error callback from a Relax-NG validation 43 * Signature of a warning callback from a Relax-NG validation
|
xmlregexp.h | 70 * Callback function when doing a transition in the automata 82 xmlRegExecCallbacks callback,
|
xmlschemas.h | 93 * Signature of an error callback from an XSD validation 103 * Signature of a warning callback from an XSD validation
|
/external/libxml2/ |
triop.h | 18 * Private functions, types, etc. used for callback functions. 87 trio_pointer_t trio_register TRIO_PROTO((trio_callback_t callback, const char *name));
|
/external/llvm/include/llvm/Config/ |
llvm-platform-config.h | 118 /* Type of 1st arg on ELM Callback */ 130 /* Type of 1st arg on ELM Callback */
|
/external/llvm/include/llvm/Support/ |
Threading.h | 51 /// \param UserFn - The callback to execute. 52 /// \param UserData - An argument to pass to the callback function.
|
/external/openssl/crypto/dh/ |
dh_depr.c | 68 void (*callback)(int,int,void *), void *cb_arg) 76 BN_GENCB_set_old(&cb, callback, cb_arg);
|
/external/openssl/crypto/evp/ |
bio_enc.c | 397 if ((b->callback != NULL) && 398 (b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0)) 405 if (b->callback != NULL) 406 b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L); 417 if ((b->callback != NULL) && 418 (b->callback(b,BIO_CB_CTRL,(const char *)c,BIO_CTRL_SET,e,0L) <= 0)) 425 if (b->callback != NULL) 426 b->callback(b,BIO_CB_CTRL,(const char *)c,BIO_CTRL_SET,e,1L);
|
/external/openssl/crypto/pkcs7/ |
bio_ber.c | 435 if ((b->callback != NULL) && 436 (b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0)) 443 if (b->callback != NULL) 444 b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L); 455 if ((b->callback != NULL) && 456 (b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0)) 463 if (b->callback != NULL) 464 b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcChannel.java | 44 * service.myMethod(controller, request, callback); 62 * The response passed to the callback will be of the same type as
|
/external/qemu/android/protocol/ |
attach-ui-proxy.c | 48 /* Asynchronous I/O callback for AttachUIProxy instance. 49 * We expect this callback to be called only on UI detachment condition. In this
|
/external/qemu/memcheck/ |
memcheck_api.h | 94 /* Memchecker's handler for on_call callback. 101 /* Memchecker's handler for on_ret callback.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/ |
TestWindow.java | 57 @Override public void takeInputQueue(InputQueue.Callback callback) {
|
/external/skia/tools/ |
test_pictures.py | 69 action="callback", callback=ModeParse,
|
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
PasswordCallback.java | 18 package org.apache.harmony.javax.security.auth.callback; 29 public class PasswordCallback implements Callback, Serializable {
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_parser.h | 39 /* metadata callback */ 42 EAS_METADATA_CBFUNC callback; member in struct:s_metadata_cb_tag
|