HomeSort by relevance Sort by last modified time
    Searched defs:func (Results 276 - 300 of 438) sorted by null

<<1112131415161718

  /external/kernel-headers/original/linux/
wait.h 36 wait_queue_func_t func; member in struct:__wait_queue
64 .func = default_wake_function, \
86 q->func = default_wake_function;
90 wait_queue_func_t func)
94 q->func = func;
384 .func = autoremove_wake_function, \
393 .func = wake_bit_function, \
402 (wait)->func = autoremove_wake_function; \
  /external/libvpx/libvpx/vpx_mem/
vpx_mem_tracker.c 128 void (*func)(void *userdata, const char *fmt, va_list args); member in struct:__anon11010
403 g_logging.func = logfunc;
438 if (g_logging.func)
439 g_logging.func(g_logging.userdata, fmt, list);
  /external/opencv/cv/src/
cvpyramids.cpp 945 CvPyramidFunc func; local
1038 CvPyramidFunc func; local
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 368 CvCopyMaskFunc func = icvGetCopyMaskFunc( pix_size ); local
369 if( !func )
374 func( iterator.ptr[0], CV_STUB_STEP,
448 CvCopyMaskFunc func = icvGetCopyMaskFunc(pix_size); local
471 if( !func )
474 IPPI_CALL( func( src->data.ptr, src_step, dst->data.ptr, dst_step,
534 CvFunc2D_2A1P func = (CvFunc2D_2A1P)(setm_tab.fn_2d[pix_size]); local
535 if( !func )
540 func( iterator.ptr[0], CV_STUB_STEP,
612 CvFunc2D_2A1P func; local
914 CvFunc2D_2A func = 0; local
    [all...]
cxmeansdv.cpp 727 CvFunc2D_1A2P func = (CvFunc2D_1A2P)(meansdv_tab.fn_2d[type]); local
736 CvFunc2DnC_1A2P func = (CvFunc2DnC_1A2P) local
767 CvFunc2D_2A2P func = (CvFunc2D_2A2P)(meansdvmask_tab.fn_2d[type]); local
777 CvFunc2DnC_2A2P func = (CvFunc2DnC_2A2P) local
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 101 EnumValidityFuncWithArg* func; member in struct:google::protobuf::internal::ExtensionInfo::EnumValidityCheck
    [all...]
  /external/qemu/android/skin/
surface.c 591 SkinLineBlitFunc func; local
595 case SKIN_BLIT_COPY: func = skin_line_blit_copy; break;
596 case SKIN_BLIT_SRCOVER: func = skin_line_blit_srcover; break;
597 case SKIN_BLIT_DSTOVER: func = skin_line_blit_dstover; break;
609 func( (uint32_t*)line + blit->x, (uint32_t*)sline + blit->sx, blit->w );
  /external/quake/quake/src/QW/server/
pr_edict.c 224 dfunction_t *func; local
229 func = &pr_functions[i];
230 if (!strcmp(PR_GetString(func->s_name),name) )
231 return func;
727 dfunction_t *func; local
770 func = ED_FindFunction (s);
771 if (!func)
776 *(func_t *)d = func - pr_functions;
892 dfunction_t *func; local
934 func = ED_FindFunction ( PR_GetString(ent->v.classname) )
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 329 const char* func; local
333 func = "min";
337 func = "max";
341 func = ""; // suppress warning
348 code->appendf("\t\t\t%s = %s(%s, ", outputColor, func, outputColor);
  /external/skia/src/gpu/
GrClipMaskManager.cpp 733 // Special in the clip func that forces user's ref to be 0.
751 // Special in the clip func that forces user's ref to be 0.
845 GrStencilFunc func = settings->func(face); local
    [all...]
GrStencil.h 39 * Stencil test passes if (ref & mask) FUNC (stencil & mask) is true
122 2*sizeof(uint16_t) + // func masks
184 GrStencilFunc func(Face f) const { return static_cast<GrStencilFunc>(fFuncs[f]); } function in class:GrStencilSettings
191 void setFunc(Face f, GrStencilFunc func) { fFuncs[f] = func; fFlags = 0;}
208 GrStencilFunc func,
214 fFuncs[kFront_Face] = fFuncs[kBack_Face] = func;
369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
371 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF),
    [all...]
  /external/v8/test/mjsunit/
json.js 372 var func = function() { /* Is callable */ }; function
386 func, funcJSON, re, reJSON]));
strict-mode.js     [all...]
  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 481 test_func_t func; local
486 while ((func = dfp_ClassAndGroupTest_tests[k].test_func)) {
508 (*func)(BF, data_class_OR_group, test_val, dummy);
542 test_func_t func; local
545 while ((func = dfp_ExpTest_tests[k].test_func)) {
574 (*func)(BF, 0, test_val1, test_val2);
614 test_driver_func_t func; local
617 while ((func = all_tests[i].test_category)) {
620 (*func)();
  /external/valgrind/main/none/tests/ppc64/
test_dfp4.c 481 test_func_t func; local
486 while ((func = dfp_ClassAndGroupTest_tests[k].test_func)) {
508 (*func)(BF, data_class_OR_group, test_val, dummy);
542 test_func_t func; local
545 while ((func = dfp_ExpTest_tests[k].test_func)) {
574 (*func)(BF, 0, test_val1, test_val2);
614 test_driver_func_t func; local
617 while ((func = all_tests[i].test_category)) {
620 (*func)();
  /external/webkit/Source/WebCore/css/
MediaQueryEvaluator.cpp 533 EvalFunc func = gFunctionMap->get(expr->mediaFeature().impl()); local
534 if (func)
535 return func(expr->value(), m_style, m_frame, NoPrefix);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 32 ApplyFunctionType func; member in struct:ApplyFunctionTriple
62 return ApplyFunctions[type].func(pRelocation, *this);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 33 X86_32ApplyFunctionType func; member in struct:X86_32ApplyFunctionTriple
72 return X86_32ApplyFunctions[type].func(pRelocation, *this);
600 X86_64ApplyFunctionType func; member in struct:X86_64ApplyFunctionTriple
628 return X86_64ApplyFunctions[type].func(pRelocation, *this);
  /frameworks/native/cmds/dumpstate/
utils.c 87 for_each_pid_func *func = arg; local
88 func(pid, cmdline);
91 void for_each_pid(for_each_pid_func func, const char *header) {
92 __for_each_pid(for_each_pid_helper, header, func);
99 for_each_tid_func *func = arg; local
108 func(pid, pid, cmdline);
137 func(pid, tid, comm);
143 void for_each_tid(for_each_tid_func func, const char *header) {
144 __for_each_pid(for_each_tid_helper, header, func);
  /frameworks/native/cmds/installd/
installd.c 127 int (*func)(char **arg, char reply[REPLY_MAX]); member in struct:cmdinfo
227 ret = cmds[i].func(arg + 1, reply);
  /libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java 490 func("count", selectCount, 10);
491 func("sum", selectSum, 30062);
492 func("avg", selectAvg, 3006);
493 func("max", selectMax, 3011);
494 func("min", selectMin, 3001);
497 private void func(String name, String query, int expected) { method in class:SelectFunctionalityTest
  /ndk/sources/host-tools/make-3.81/
arscan.c 145 unsigned long func = LBR$C_READ;
151 status = lbr$ini_control (&VMS_lib_idx, &func, &type, 0);
144 unsigned long func = LBR$C_READ; local
  /sdk/emulator/qtools/
callstack.h 704 symbol_type *func = mFrames[stackLevel].function; local
705 uint32_t methodAddr = func->region->base_addr + func->addr;
  /system/core/init/
init_parser.c 60 #define KEYWORD(symbol, flags, nargs, func) \
61 [ K_##symbol ] = { #symbol, func, nargs + 1, flags, },
65 int (*func)(int nargs, char **args); member in struct:__anon43909
76 #define kw_func(kw) (keyword_info[kw].func)
464 void service_for_each(void (*func)(struct service *svc))
470 func(svc);
475 void (*func)(struct service *svc))
482 func(svc);
488 void (*func)(struct service *svc))
495 func(svc)
    [all...]
  /system/core/sh/
var.c 81 void (*func)(const char *); member in struct:varinit
177 vp->func = ip->func;
288 if (vp->func && (flags & VNOFUNC) == 0)
289 (*vp->func)(s + vp->name_len + 1);
309 vp->func = NULL;
675 if (vp->func && (vp->flags & VNOFUNC) == 0)
676 (*vp->func)(lvp->text + vp->name_len + 1);

Completed in 1412 milliseconds

<<1112131415161718