OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callbacks
(Results
1676 - 1700
of
3607
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/kernel-headers/original/linux/
perf_event.h
974
extern int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *
callbacks
);
975
extern int perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *
callbacks
);
1048
(struct perf_guest_info_callbacks *
callbacks
) { return 0; }
1050
(struct perf_guest_info_callbacks *
callbacks
) { return 0; }
pm.h
100
*
Callbacks
for platform drivers to implement.
rbtree.h
22
This will avoid us to use
callbacks
and to drop drammatically performances.
/external/libnfc-nxp/src/
phDal4Nfc.h
109
* This structure contains details like message type,read ,read wait and write
callbacks
148
*<br><br>.Registeres upper layer
callbacks
and upper layer context with DAL layer.
159
* These
callbacks
gets registered with DAL layer.
191
* \note: Once this this API is called DAL layer stops notifying upper layer
callbacks
in case
/external/libvorbis/doc/vorbisfile/
initialization.html
83
<td>As above but allowing application-define I/O
callbacks
.<p>
/external/libxml2/
globals.c
301
* Global setting: function used for generic error
callbacks
308
* Global setting: function used for structured error
callbacks
315
* Global setting passed to generic error
callbacks
322
* Global setting passed to structured error
callbacks
/external/linux-tools-perf/util/include/linux/added/
perf_event.h
1100
extern int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *
callbacks
);
1101
extern int perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *
callbacks
);
1185
(struct perf_guest_info_callbacks *
callbacks
) { return 0; }
1187
(struct perf_guest_info_callbacks *
callbacks
) { return 0; }
rbtree.h
22
This will avoid us to use
callbacks
and to drop drammatically performances.
/external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h
11
//
callbacks
when significant events happen during the JIT compilation process.
/external/llvm/include/llvm/MC/
MCDisassembler.h
120
/// Sets up an external symbolizer that uses the C API
callbacks
.
MCObjectWriter.h
31
/// The object writer contains a few
callbacks
used by the assembler to allow
/external/llvm/include/llvm-c/
ExecutionEngine.h
179
* @param Opaque An opaque client object to pass back to the
callbacks
.
/external/llvm/lib/Target/R600/
AMDGPUTargetMachine.cpp
137
// This
callbacks
this pass uses are not implemented yet on SI.
/external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h
125
//Cause JITting and
callbacks
to our listener
/external/mesa3d/src/mesa/state_tracker/
st_context.h
202
/* Need this so that we can implement Mesa
callbacks
in this module.
/external/mesa3d/src/mesa/vbo/
vbo_save.h
179
/*
Callbacks
:
/external/openssl/crypto/asn1/
asn1_locl.h
132
* efficient
callbacks
: for example a CRL entry database.
/external/openssl/crypto/
ex_data.c
251
/* The
callbacks
required in the "ex_data" hash table */
571
* calling new()
callbacks
for each index in the class used by this variable */
578
/* Duplicate a CRYPTO_EX_DATA variable - including calling dup()
callbacks
for
587
/* Cleanup a CRYPTO_EX_DATA variable - including calling free()
callbacks
for
/external/ppp/pppd/
ecp.c
153
f->
callbacks
= &ecp_callbacks;
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcUtil.java
101
* security, when passing a callback to untrusted code: most
callbacks
do
/external/qemu/android/protocol/
user-events-impl.c
86
// any write
callbacks
.
/external/qemu/android/utils/
jpeg-compress.c
41
* jpeglib
callbacks
.
/external/qemu/docs/
CPU-EMULATION.TXT
79
I/O memory, as well as providing read/write
callbacks
for it. Then actions
/external/skia/src/core/
SkBitmapFilter.cpp
20
// These are the per-scanline
callbacks
that are used when we must resort to
/external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h
65
* Maximum number of function
callbacks
the may be registered
Completed in 1559 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>