代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/412155/11213515
c ch09-atexit.c
/* ch09-atexit.c --- demonstrate atexit().
Error checking omitted for brevity. */
/*
* The callback functions here just answer roll call.
* In a real application, they would do more.
*/
vo
www.eeworm.com/read/411763/11228923
java proxyfactory.java
package common;
import net.sf.cglib.proxy.Callback;
import callback.LazyLoaderImpl;
import callback.MethodInterceptorImpl;
public class ProxyFactory {
public static final int CALLBACK_TYPE
www.eeworm.com/read/481023/6655639
c hello.c
#include
#include
PSP_MODULE_INFO("Hello World", 0, 1, 1);
#define printf pspDebugScreenPrintf
/* Exit callback */
int exit_callback(int arg1, int arg2, void *common) {
www.eeworm.com/read/481023/6655640
c main.c
#include
#include
PSP_MODULE_INFO("Hello World", 0, 1, 1);
#define printf pspDebugScreenPrintf
/* Exit callback */
int exit_callback(int arg1, int arg2, void *common) {
www.eeworm.com/read/347189/11683482
h callbacks.h
#ifndef __CALLBACK_H__
#define __CALLBACK_H__
/* This is a workaround for a bug in the current version of gcc:
gcc assumes that no one will touch %a4 after it is set up in crt0.o.
This isn
www.eeworm.com/read/381890/9067460
c dmtx.c
#define CALLBACK_POINT_PLOT(a,b,c,d) PlotPointCallback(a,b,c,d)
#define CALLBACK_POINT_XFRM(a,b,c,d) XfrmPlotPointCallback(a,b,c,d)
#define CALLBACK_MODULE(a,b,c,d,e) PlotModuleCallback(a,b,c,d,e)
#
www.eeworm.com/read/136989/5828716
bor makefile.bor
#
# Makefile.bor,v 1.4 2003/12/20 14:05:45 jwillemsen Exp
#
# Makefile for building the Callback Quoter example
#
MAKEFILES = \
Callback_Quoter_Notifier.bor \
Callback_Quoter_Consumer.bor \
www.eeworm.com/read/136989/5838599
readme
# README,v 1.1 2000/10/27 23:13:34 coryan Exp
A performance test for Callback objects.
This test measures roundtrip delays for a callback object,
i.e. the "client" creates a Callback interfac
www.eeworm.com/read/252553/12275629
java event.java
import java.lang.reflect.InvocationTargetException;
/**
* An Event is some scheduled task to be performed.
*/
public class Event {
private long timeToOccur;
private Callback cb;
/**
www.eeworm.com/read/168019/5449912
h miniserver.h
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2003 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and binary