HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 426 - 450 of 801) sorted by null

<<11121314151617181920>>

  /external/ppp/pppd/
main.c 1254 timeout(func, arg, secs, usecs)
1255 void (*func) __P((void *));
1267 newp->c_func = func;
    [all...]
  /external/qemu/android/
help.c 1387 void (*func)(stralloc_t*); member in struct:__anon5682
1401 void (*func)(stralloc_t*); member in struct:__anon5683
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 97 void **func; member in struct:__anon5847
144 /* *alsa_functions[i].func = SDL_LoadFunction(alsa_handle,alsa_functions[i].name);*/
146 *alsa_functions[i].func = dlvsym(alsa_handle,alsa_functions[i].name,"ALSA_0.9");
147 if (!*alsa_functions[i].func)
149 *alsa_functions[i].func = dlsym(alsa_handle,alsa_functions[i].name);
150 if (!*alsa_functions[i].func) {
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 636 void *func; local
639 func = this->gl_data->wglGetProcAddress(proc);
640 if ( ! func ) {
642 func = GetProcAddress(this->gl_config.dll_handle, proc);
644 return func;
  /frameworks/base/libs/utils/
Threads.cpp 192 int (*func)(void*);
200 result = (*(pDetails->func))(pDetails->arg);
217 pDetails->func = fn;
293 void androidSetCreateThreadFunc(android_create_thread_fn func)
295 gCreateThreadFn = func;
  /system/core/adb/
services.c 41 void (*func)(int fd, void *cookie); member in struct:stinfo
50 sti->func(sti->fd, sti->cookie);
242 static int create_service_thread(void (*func)(int, void *), void *cookie)
255 sti->func = func;
sysdeps.h 68 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
70 thread->tid = _beginthread( (win_thread_func_t)func, 0, arg );
184 fdevent *fdevent_create(int fd, fd_func func, void *arg);
186 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
201 fd_func func; member in struct:fdevent
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c     [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 1003 int (*func) __P((int, char **)); member in struct:__anon4343
1004 } func[] = { variable in typeref:struct:__anon4343
1023 int len = sizeof(func)/sizeof(func[0]);
1037 if ((ac == 0) || (strcmp(*av, func[i].name) == 0)) {
1038 if ((func[i].func)(ac, av) != 0) {
1039 printf ("\n!!!!! Test '%s' failed. !!!!!\n\n", func[i].name);
1057 int len = sizeof(func)/sizeof(func[0])
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Compiler.java 1031 Function func = m_functionTable.getFunction(funcID); local
1038 if (func instanceof FuncExtFunctionAvailable)
1039 ((FuncExtFunctionAvailable) func).setFunctionTable(m_functionTable);
1041 func.postCompileStep(this);
1052 func.setArg(compile(p), i);
1055 func.checkNumberArgs(i);
1067 return func;
    [all...]
  /system/core/sh/
exec.c 404 commandtext(&ps, cmdp->param.func);
520 } else if (prefix("func", pathopt)) {
546 if (pathopt) { /* this is a %func directory */
793 freefunc(cmdp->param.func);
898 freefunc(cmdp->param.func);
912 defun(char *name, union node *func)
918 entry.u.func = copyfunc(func);
935 freefunc(cmdp->param.func);
  /external/qemu/
vl.c 308 IOPortReadFunc *func = ioport_read_table[index][address]; local
309 if (!func)
310 func = default_func[index];
311 return func(ioport_opaque[address], address);
321 IOPortWriteFunc *func = ioport_write_table[index][address]; local
322 if (!func)
323 func = default_func[index];
324 func(ioport_opaque[address], address, data);
376 IOPortReadFunc *func, void *opaque)
391 ioport_read_table[bsize][i] = func;
3005 PollingFunc *func; member in struct:PollingEntry
3041 WaitObjectFunc *func[MAXIMUM_WAIT_OBJECTS + 1]; member in struct:WaitObjects
3623 QEMUResetHandler *func; member in struct:QEMUResetEntry
    [all...]
vl-android.c 358 IOPortReadFunc *func = ioport_read_table[index][address]; local
359 if (!func)
360 func = default_func[index];
361 return func(ioport_opaque[address], address);
371 IOPortWriteFunc *func = ioport_write_table[index][address]; local
372 if (!func)
373 func = default_func[index];
374 func(ioport_opaque[address], address, data);
466 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque)
468 qemu_balloon_event = func;
2931 PollingFunc *func; member in struct:PollingEntry
2967 WaitObjectFunc *func[MAXIMUM_WAIT_OBJECTS + 1]; member in struct:WaitObjects
3546 QEMUResetHandler *func; member in struct:QEMUResetEntry
    [all...]
  /external/blktrace/btt/
output.c 95 ai_dip_t (*func)(struct d_info *); member in struct:__oda
100 ai_dip_t ap = odap->func(dip);
109 void output_dip_avg(FILE *ofp, char *hdr, ai_dip_t (*func)(struct d_info *))
111 struct __oda oda = { .ofp = ofp, .func = func};
488 ai_pip_t (*func)(struct p_info *); member in struct:__opa
494 ai_pip_t ap = opap->func(pip);
505 void output_pip_avg(FILE *ofp, char *hdr, ai_pip_t (*func)(struct p_info *))
507 struct __opa opa = { .ofp = ofp, .func = func };
    [all...]
devs.c 212 void dip_foreach_out(void (*func)(struct d_info *, void *), void *arg)
217 func(list_entry(p, struct d_info, all_head), arg);
226 func(dip, arg);
  /external/protobuf/python/
mox.py 1112 class Func(Comparator):
1126 mock_dao.DoSomething(Func(myParamValidator), true)
1129 def __init__(self, func):
1133 func: callable that takes one parameter and returns a bool
1136 self._func = func
1141 rhs is passed into func.
1147 the result of func(rhs)
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 278 RegisterID* emitNewFunctionExpression(RegisterID* dst, FuncExprNode* func);
312 RegisterID* emitCall(RegisterID* dst, RegisterID* func, RegisterID* thisRegister, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
313 RegisterID* emitCallEval(RegisterID* dst, RegisterID* func, RegisterID* thisRegister, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
314 RegisterID* emitCallVarargs(RegisterID* dst, RegisterID* func, RegisterID* thisRegister, RegisterID* argCount, unsigned divot, unsigned startOffset, unsigned endOffset);
320 RegisterID* emitConstruct(RegisterID* dst, RegisterID* func, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
403 RegisterID* emitCall(OpcodeID, RegisterID* dst, RegisterID* func, RegisterID* thisRegister, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
  /frameworks/base/cmds/servicemanager/
binder.c 195 uint32_t *ptr, uint32_t size, binder_handler func)
226 if (func) {
234 res = func(bs, txn, &msg, &reply);
259 death->func(bs, death->ptr);
357 void binder_loop(struct binder_state *bs, binder_handler func)
382 res = binder_parse(bs, 0, readbuf, bwr.read_consumed, func);
  /libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java 561 func("count", selectCount, 10);
562 func("sum", selectSum, 30062);
563 func("avg", selectAvg, 3006);
564 func("max", selectMax, 3011);
565 func("min", selectMin, 3001);
568 private void func(String name, String query, int expected) { method in class:SelectFunctionalityTest
  /external/bluetooth/glib/glib/
gutils.h 280 void g_atexit (GVoidFunc func);
290 #define g_atexit(func) atexit(func)
  /external/libffi/src/
closures.c 286 int (*func)(const char *); member in struct:__anon4966
302 /* Reset a current multi-call func, then advances to the next entry.
309 open_temp_exec_file_opts[open_temp_exec_file_opts_idx].func (NULL);
332 fd = open_temp_exec_file_opts[open_temp_exec_file_opts_idx].func
  /external/openssl/crypto/
crypto.h 419 void CRYPTO_set_locking_callback(void (*func)(int mode,int type,
423 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type,
444 void CRYPTO_set_id_callback(unsigned long (*func)(void));
  /external/openssl/include/openssl/
crypto.h 419 void CRYPTO_set_locking_callback(void (*func)(int mode,int type,
423 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type,
444 void CRYPTO_set_id_callback(unsigned long (*func)(void));
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 337 #define DEF(func) {#func,&func}
  /external/v8/src/
handles.h 299 void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
302 void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value);
307 void SetExpectedNofPropertiesFromEstimate(Handle<JSFunction> func,

Completed in 617 milliseconds

<<11121314151617181920>>