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

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/glib/gio/
gioscheduler.c 300 GSourceFunc func; member in struct:__anon1897
314 proxy->ret_val = proxy->func (proxy->data);
344 * @func: a #GSourceFunc callback that will be called in the main thread
345 * @user_data: data to pass to @func
352 * Returns: The return value of @func
356 GSourceFunc func,
366 g_return_val_if_fail (func != NULL, FALSE);
373 ret_val = func (user_data);
380 proxy->func = func;
    [all...]
  /external/e2fsprogs/lib/ss/
list_rqs.c 37 sigret_t (*func)(int);
45 func = signal(SIGINT, SIG_IGN);
84 (void) signal(SIGINT, func);
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 41 unsigned (__stdcall *func)(void *), void *arg,
50 unsigned (__stdcall *func)(void *), void *arg,
55 unsigned (__stdcall *func)(void *), void *arg,
  /external/zlib/contrib/iostream/
zfstream.h 95 gzomanip(gzofstream &(*f)(gzofstream &, T), T v) : func(f), val(v) { }
97 gzofstream &(*func)(gzofstream &, T); member in class:gzomanip
103 return (*m.func)(s, m.val);
  /frameworks/base/include/binder/
BpBinder.h 55 object_cleanup_func func);
73 IBinder::object_cleanup_func func);
87 IBinder::object_cleanup_func func; member in struct:android::BpBinder::ObjectManager::entry_t
  /libcore/luni/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 61 * @param func The function reference object.
64 public boolean visitFunction(ExpressionOwner owner, Function func)
66 if((func instanceof FuncPosition) ||
67 (func instanceof FuncLast))
  /bionic/libc/netbsd/isc/
ev_timers.c 59 evTimerFunc func; member in struct:__anon485
176 evTimerFunc func,
185 printf("evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n",
186 ctx, func, uap,
213 id->func = func;
293 evTimerFunc func,
325 timer->func = func;
352 evTimerFunc func,
    [all...]
  /bootable/bootloader/legacy/libboot/
tags.c 56 h->func(type, (void*) &tags[2], (size - 2) * 4, h->cookie);
  /dalvik/vm/mterp/x86-atom/
binopDivRemLong.S 20 * "func" defines the function called to do the operation.
32 %default {"func":"__divdi3"}
48 call $func # call func
binopDivRemLong2Addr.S 20 * "func" defines the function called to do the operation.
32 %default {"func":"__divdi3"}
49 call $func # call func
  /external/bluetooth/bluez/src/
textfile.h 40 void (*func)(char *key, char *value, void *data), void *data);
  /external/bluetooth/glib/glib/
glist.h 62 GCompareFunc func) G_GNUC_WARN_UNUSED_RESULT;
65 GCompareDataFunc func,
90 GCompareFunc func);
99 GFunc func,
gslist.h 61 GCompareFunc func) G_GNUC_WARN_UNUSED_RESULT;
64 GCompareDataFunc func,
87 GCompareFunc func);
95 GFunc func,
  /external/clearsilver/util/
neo_err.c 97 NEOERR *nerr_raisef (const char *func, const char *file, int lineno, int error,
112 err->func = func;
119 NEOERR *nerr_raise_errnof (const char *func, const char *file, int lineno,
139 err->func = func;
146 NEOERR *nerr_passf (const char *func, const char *file, int lineno, NEOERR *err)
158 nerr->func = func;
166 NEOERR *nerr_pass_ctxf (const char *func, const char *file, int lineno,
    [all...]
  /external/icu4c/common/
ucln_cmn.h 62 cleanupFunc *func);
  /external/ipsec-tools/src/racoon/
misc.c 117 debug_location(file, line, func)
120 const char *func;
132 if (func)
133 snprintf(buf, sizeof(buf), "%s:%d:%s()", p, line, func);
  /external/qemu/
json-lexer.h 42 void json_lexer_init(JSONLexer *lexer, JSONLexerEmitter func);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherAesWrapTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
CipherDESedeWrapTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
SecretKeyFactoryThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
  /system/core/sh/
exec.h 50 union node *func; member in union:cmdentry::param
  /external/chromium/third_party/icu/source/test/intltest/
testidna.cpp 452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){
471 destLen = func(src,-1,NULL,0,options, &parseError , &status);
476 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status);
501 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
506 destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
536 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status);
541 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
562 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
568 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
590 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status)
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 451 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){
470 destLen = func(src,-1,NULL,0,options, &parseError , &status);
475 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status);
500 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
505 destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
535 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status);
540 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
561 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
567 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
589 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status)
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
vic.c 95 void irq_install(unsigned n, irq_handler func, int edge)
109 irq_vector_table[n] = func;
  /build/tools/droiddoc/test/stubs/
run.sh 21 . $TOP/$DIR/func.sh

Completed in 2225 milliseconds

1 2 3 4 5 6 78 91011>>