Searched refs:func (Results 251 - 275 of 761) sorted by relevance

<<11121314151617181920>>

/external/linux-tools-perf/scripts/perl/
H A Dworkqueue-stats.pl50 $thread_comm, $thread_pid, $func) = @_;
60 $thread_comm, $thread_pid, $func) = @_;
/external/linux-tools-perf/util/include/linux/added/
H A Drbtree.h151 rb_augment_f func, void *data);
154 rb_augment_f func, void *data);
/external/llvm/lib/Support/
H A DThreading.cpp110 void (*func)(void*); member in struct:ThreadInfo
116 info->func(info->param);
/external/openssl/crypto/bio/
H A Dbio_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
/external/openssl/crypto/bn/
H A Dbn_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0)
/external/openssl/crypto/dso/
H A Ddso_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0)
/external/openssl/crypto/ocsp/
H A Docsp_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0)
/external/openssl/crypto/pkcs12/
H A Dpk12err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
/external/speex/libspeex/
H A Dspeex_callbacks.c51 if (callback->func)
53 return callback->func(bits, state, callback->data);
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c58 the string will end up unmodified. (*func) should return True if it
61 This routine will return True if (*func) returns True and False if
64 static Bool scan_colsep(char *colsep, Bool (*func)(const char *))
82 if ((*func)(entry)) {
/external/valgrind/main/none/tests/
H A Dtls.c48 func_t func; member in struct:testcase
54 int *ip = (*test->func)();
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreJniOnLoad.cpp100 int (*func)(JNIEnv*); member in struct:RegistrationMethod
143 if (method->func(env) < 0) {
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py220 def __call__(self, func):
221 if hasattr(func, 'patchings'):
222 func.patchings.append(self)
223 return func
234 return func(*args, **keywargs)
240 patched.__name__ = func.__name__
241 patched.compat_co_firstlineno = getattr(func, "compat_co_firstlineno",
242 func.func_code.co_firstlineno)
/external/ipsec-tools/src/racoon/
H A Dschedule.c101 if (p->func != NULL)
102 (p->func)(p->param);
127 sched_new(tick, func, param)
129 void (*func) __P((void *));
140 new->func = func;
/external/kernel-headers/original/linux/
H A Dinterrupt.h268 void (*func)(unsigned long); member in struct:tasklet_struct
272 #define DECLARE_TASKLET(name, func, data) \
273 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
275 #define DECLARE_TASKLET_DISABLED(name, func, data) \
276 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
352 void (*func)(unsigned long), unsigned long data);
/external/libxslt/libxslt/
H A Dsecurity.c121 * @func: the user callback to use for this option
129 xsltSecurityCheck func) {
135 sec->readFile = func; return(0);
137 sec->createFile = func; return(0);
139 sec->createDir = func; return(0);
141 sec->readNet = func; return(0);
143 sec->writeNet = func; return(0);
128 xsltSetSecurityPrefs(xsltSecurityPrefsPtr sec, xsltSecurityOption option, xsltSecurityCheck func) argument
/external/opencv/cv/src/
H A Dcvaccum.cpp435 CvFunc2D_2A func=(CvFunc2D_2A)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; local
437 if( !func )
448 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ));
452 CvFunc2D_3A func = (CvFunc2D_3A)accmask_tab.fn_2d[type]; local
454 if( !func )
474 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step,
530 CvFunc2D_2A func = (CvFunc2D_2A)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; local
532 if( !func )
544 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ));
548 CvFunc2D_3A func local
630 CvFunc2D_3A func = (CvFunc2D_3A)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; local
649 CvFunc2D_4A func = (CvFunc2D_4A)accmask_tab.fn_2d[type]; local
738 CvAddWeightedFunc func = (CvAddWeightedFunc)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; local
756 CvAddWeightedMaskFunc func = (CvAddWeightedMaskFunc)accmask_tab.fn_2d[type]; local
[all...]
/external/openssl/crypto/bn/asm/
H A Dvia-mont.pl87 $func="bn_mul_mont_padlock";
110 &function_begin($func);
238 &function_end($func);
/external/qemu/
H A Dqerror.c235 fprintf(stderr, "qerror: bad call in function '%s':\n", qerr->func);
301 * - func the function name of where the error occurred
308 QError *qerror_from_info(const char *file, int linenr, const char *func, argument
317 qerr->func = func;
421 void qerror_report_internal(const char *file, int linenr, const char *func, argument
428 qerror = qerror_from_info(file, linenr, func, fmt, &va);
/external/svox/pico/lib/
H A Dpicodbg.c339 const char *func, const char *msg)
386 if (strlen(func) > 0) {
387 sprintf(cb, "%-18s", func);
409 void picodbg_assert(const char *file, int line, const char *func, const char *expr) argument
411 if (strlen(func) > 0) {
413 expr, picodbg_fileTitle(file), func, line);
338 picodbg_log(int level, int donewline, const char *file, int line, const char *func, const char *msg) argument
/external/v8/src/
H A Dmirror-debugger.js1297 FrameDetails.prototype.func = function() {
1441 FrameMirror.prototype.func = function() {
1443 var f = this.details_.func();
1532 if (this.func().resolved() && this.func().script()) {
1533 return this.func().script().locationFromPosition(this.sourcePosition(),
1540 if (this.func().resolved()) {
1550 if (this.func().resolved()) {
1560 if (this.func().resolved()) {
1594 var func
[all...]
/external/opencv/cxcore/src/
H A Dcxnorm.cpp1177 CvFunc2D_1A1P func; local
1179 CV_GET_FUNC_PTR( func, (CvFunc2D_1A1P)norm_tab[normType].fn_2d[depth]);
1184 IPPI_CALL( func( iterator.ptr[0], CV_STUB_STEP,
1192 CvFunc2D_1A1P1I func; local
1194 CV_GET_FUNC_PTR( func, (CvFunc2D_1A1P1I)norm_tab[normType].fn_2d[depth]);
1199 IPPI_CALL( func( iterator.ptr[0], CV_STUB_STEP,
1211 CvFunc2D_2A1P func; local
1212 CV_GET_FUNC_PTR( func, (CvFunc2D_2A1P)norm_tab[3 + normType].fn_2d[depth]);
1217 IPPI_CALL( func( iterator.ptr[0], CV_STUB_STEP,
1226 CvFunc2D_2A1P1I func; local
1265 CvFunc2D_1A1P func; local
1272 CvFunc2D_1A1P1I func; local
1283 CvFunc2D_2A1P func; local
1291 CvFunc2D_2A1P1I func; local
1308 CvFunc2DnC_1A1P func; local
1316 CvFunc2DnC_2A1P func; local
1357 CvFunc2D_2A1P func; local
1367 CvFunc2D_3A1P func; local
1384 CvFunc2DnC_2A1P func; local
1395 CvFunc2DnC_3A1P func; local
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp481 void FrameLoaderClientAndroid::dispatchDecidePolicyForResponse(FramePolicyFunction func, argument
484 ASSERT(func);
485 if (!func)
491 (policy->*func)(PolicyIgnore);
506 (policy->*func)(action);
517 (policy->*func)(action);
524 (policy->*func)(action);
527 void FrameLoaderClientAndroid::dispatchDecidePolicyForNewWindowAction(FramePolicyFunction func, argument
531 ASSERT(func);
532 if (!func)
560 dispatchDecidePolicyForNavigationAction(FramePolicyFunction func, const NavigationAction& action, const ResourceRequest& request, PassRefPtr<FormState> formState) argument
584 dispatchWillSubmitForm(FramePolicyFunction func, PassRefPtr<FormState>) argument
[all...]
/external/icu4c/i18n/
H A Dastro.cpp729 SunTimeAngleFunc func; local
730 return timeOfAngle( func,
755 RiseSetCoordFunc func; local
756 double t = riseOrSet(func,
1239 MoonTimeAngleFunc func; local
1240 return timeOfAngle( func,
1274 MoonRiseSetCoordFunc func; local
1275 return riseOrSet(func,
1286 UDate CalendarAstronomer::timeOfAngle(AngleFunc& func, double desired, argument
1290 double lastAngle = func
1354 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) argument
[all...]
/external/openssl/crypto/
H A Dcryptlib.c378 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func)
381 dynlock_create_callback=func;
384 void CRYPTO_set_dynlock_lock_callback(void (*func)(int mode,
387 dynlock_lock_callback=func;
390 void CRYPTO_set_dynlock_destroy_callback(void (*func)
393 dynlock_destroy_callback=func;
409 void CRYPTO_set_locking_callback(void (*func)(int mode,int type,
416 locking_callback=func;
419 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type,
422 add_lock_callback=func;
532 CRYPTO_set_id_callback(unsigned long (*func)(void)) argument
[all...]

Completed in 1702 milliseconds

<<11121314151617181920>>