Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 25 of 85) sorted by relevance

1234

/external/nanopb-c/docs/
Dconcepts.rst195 .. _`pb_encode`: reference.html#pb-encode
196 .. _`pb_encode_tag_for_field`: reference.html#pb-encode-tag-for-field
197 .. _`pb_encode_tag`: reference.html#pb-encode-tag
220 .. _`pb_decode`: reference.html#pb-decode
/external/android-clat/
Dnetlink_msg.c127 void send_netlink_msg(struct nl_msg *msg, struct nl_cb *callbacks) { in send_netlink_msg()
157 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks) { in send_ifaddrmsg()
174 struct nl_cb *callbacks = NULL; in netlink_sendrecv() local
Dnetlink_callbacks.c58 struct nl_cb *callbacks; in alloc_ack_callbacks() local
Dgetaddr.c102 struct nl_cb *callbacks = NULL; in getinterface_ip() local
/external/elfutils/libdwfl/
Ddwfl_begin.c32 dwfl_begin (const Dwfl_Callbacks *callbacks) in dwfl_begin()
/external/elfutils/tests/
Ddwfl-bug-report.c27 static const Dwfl_Callbacks callbacks = variable
Ddwfl-bug-getmodules.c23 static const Dwfl_Callbacks callbacks = variable
/external/guice/core/src/com/google/inject/internal/
DProxyFactory.java59 private final Callback[] callbacks; field in ProxyFactory
244 final Callback[] callbacks; field in ProxyFactory.ProxyConstructor
250 ProxyConstructor(Enhancer enhancer, InjectionPoint injectionPoint, Callback[] callbacks, in ProxyConstructor()
/external/mesa3d/src/amd/addrlib/core/
Daddrobject.h48 ADDR_CALLBACKS callbacks; member
/external/vulkan-validation-layers/loader/
Ddebug_report.c146 … VkDebugReportCallbackCreateInfoEXT **infos, VkDebugReportCallbackEXT **callbacks) {
217 VkDebugReportCallbackEXT *callbacks) {
233 VkDebugReportCallbackEXT *callbacks) {
248 VkDebugReportCallbackEXT *callbacks) {
/external/autotest/frontend/client/src/autotest/common/table/
DFilter.java12 protected List<SimpleCallback> callbacks = new ArrayList<SimpleCallback>(); field in Filter
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DOverlayView.java29 private final List<DrawCallback> callbacks = new LinkedList<DrawCallback>(); field in OverlayView
/external/elfutils/src/
Dld.h286 struct callbacks struct
294 DL_CALL_FCT ((state)->callbacks.lib_extensions, (state)) argument
305 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp)) argument
310 DL_CALL_FCT ((state)->callbacks.file_close, (file, state)) argument
322 DL_CALL_FCT ((state)->callbacks.create_sections, (state)) argument
327 DL_CALL_FCT ((state)->callbacks.flag_unresolved, (state)) argument
333 DL_CALL_FCT ((state)->callbacks.generate_sections, (state)) argument
339 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data)) argument
344 DL_CALL_FCT ((state)->callbacks.create_outfile, (state)) argument
350 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \ argument
[all …]
/external/libchrome/base/metrics/
Duser_metrics.cc58 std::vector<ActionCallback>* callbacks = g_callbacks.Pointer(); in RemoveActionCallback() local
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoRenderer.java160 public VideoRenderer(Callbacks callbacks) { in VideoRenderer()
184 private static native long nativeWrapVideoRenderer(Callbacks callbacks); in nativeWrapVideoRenderer()
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h239 … VkDebugReportCallbackCreateInfoEXT **infos, VkDebugReportCallbackEXT **callbacks) { in layer_copy_tmp_callbacks()
283 …ree_tmp_callbacks(VkDebugReportCallbackCreateInfoEXT *infos, VkDebugReportCallbackEXT *callbacks) { in layer_free_tmp_callbacks()
291 … VkDebugReportCallbackCreateInfoEXT *infos, VkDebugReportCallbackEXT *callbacks) { in layer_enable_tmp_callbacks()
308 VkDebugReportCallbackEXT *callbacks) { in layer_disable_tmp_callbacks()
/external/llvm/bindings/python/llvm/
Ddisassembler.py31 callbacks = {} variable
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dtcp-server.js42 this.callbacks = { property in anonymousFunction6e7d04880100.TcpServer
197 this.callbacks = { property in anonymousFunction6e7d04880100.TcpConnection
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
DExecDumpClientTest.java45 private List<String> callbacks; field in ExecDumpClientTest
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSurfaceView.java35 private final Set<Callback> callbacks = new HashSet<>(); field in ShadowSurfaceView.FakeSurfaceHolder
/external/mesa3d/src/glx/apple/
Dapple_glx_pixmap.c50 static struct apple_glx_drawable_callbacks callbacks = { variable
/external/tremolo/Tremolo/
Dvorbisfile.c721 long ibytes, ov_callbacks callbacks){ in _ov_open1()
811 ov_callbacks callbacks){ in ov_open_callbacks()
818 ov_callbacks callbacks = { in ov_open() local
834 ov_callbacks callbacks) in ov_test_callbacks()
840 ov_callbacks callbacks = { in ov_test() local
/external/mesa3d/src/glx/windows/
Dwindowsgl_internal.h52 struct windowsdrawable_callbacks *callbacks; member
/external/freetype/src/psaux/
Dpsft.c131 cf2_builder_moveTo( CF2_OutlineCallbacks callbacks, in cf2_builder_moveTo()
153 cf2_builder_lineTo( CF2_OutlineCallbacks callbacks, in cf2_builder_lineTo()
197 cf2_builder_cubeTo( CF2_OutlineCallbacks callbacks, in cf2_builder_cubeTo()
/external/autotest/frontend/client/src/autotest/common/ui/
DPaginator.java49 protected List<SimpleCallback> callbacks = new ArrayList<SimpleCallback>(); field in Paginator

1234