Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/external/valgrind/drd/
Ddrd_pthread_intercepts.c537 OrigFn fn; in pthread_create_intercept() local
593 OrigFn fn; in thr_create_intercept() local
663 OrigFn fn; in VG_WRAP_FUNCTION_ZZ() local
694 OrigFn fn; in pthread_join_intercept() local
727 OrigFn fn; in thr_join_intercept() local
748 OrigFn fn; in pthread_detach_intercept() local
767 OrigFn fn; in pthread_cancel_intercept() local
785 OrigFn fn; in pthread_once_intercept() local
809 OrigFn fn; in pthread_mutex_init_intercept() local
833 OrigFn fn; in mutex_init_intercept() local
[all …]
Ddrd_qtcore_intercepts.c91 OrigFn fn; in QT4CORE_FUNC() local
106 OrigFn fn; in QT4CORE_FUNC() local
120 OrigFn fn; in QT4CORE_FUNC() local
134 OrigFn fn; in QT4CORE_FUNC() local
148 OrigFn fn; in QT4CORE_FUNC() local
162 OrigFn fn; in QT4CORE_FUNC() local
178 OrigFn fn; in QT4CORE_FUNC() local
193 OrigFn fn; in QT4CORE_FUNC() local
/external/v8/test/promises-aplus/lib/
Dmocha.js81 function TestCase(name, before, fn, after, isRegular) { argument
90 TestCase.prototype.RunFunction = function(suite, fn, postAction) { argument
221 describe = function(description, fn) { argument
236 context.beingDescribed.cases.push({description: description, fn: fn}); property
239 before = function(fn) { argument
243 after = function(fn) { argument
247 beforeEach = function(fn) { argument
251 afterEach = function(fn) { argument
Dglobal.js36 setInterval = function(fn, delay) { argument
59 setTimeout = function(fn, delay) { argument
/external/opencv3/samples/python2/
Dwatershed.py32 def __init__(self, fn): argument
80 fn = sys.argv[1] variable
82 fn = '../data/fruits.jpg' variable
Dlogpolar.py7 fn = sys.argv[1] variable
9 fn = '../data/fruits.jpg' variable
Dinpaint.py25 fn = sys.argv[1] variable
27 fn = '../data/fruits.jpg' variable
Dhoughcircles.py16 fn = sys.argv[1] variable
18 fn = "../data/board.jpg" variable
Dedge.py26 fn = sys.argv[1] variable
28 fn = 0 variable
Dmorphology.py27 fn = sys.argv[1] variable
29 fn = '../data/baboon.jpg' variable
Ddistrans.py23 fn = sys.argv[1] variable
25 fn = '../data/fruits.jpg' variable
Dcoherence.py44 fn = sys.argv[1] variable
46 fn = '../data/baboon.jpg' variable
Dtexture_flow.py19 fn = sys.argv[1] variable
21 fn = '../data/starry_night.jpg' variable
/external/valgrind/mpi/
Dlibmpiwrap.c1063 OrigFn fn; in generic_Send() local
1101 OrigFn fn; in WRAPPER_FOR() local
1128 OrigFn fn; in WRAPPER_FOR() local
1378 OrigFn fn; in generic_Isend() local
1423 OrigFn fn; in WRAPPER_FOR() local
1451 OrigFn fn; in WRAPPER_FOR() local
1480 OrigFn fn; in WRAPPER_FOR() local
1513 OrigFn fn; in WRAPPER_FOR() local
1556 OrigFn fn; in WRAPPER_FOR() local
1584 OrigFn fn; in WRAPPER_FOR() local
[all …]
/external/skia/src/core/
DSkTaskGroup.cpp42 static void Add(std::function<void(void)> fn, SkAtomic<int32_t>* pending) { in Add()
49 static void Batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) { in Batch()
95 std::function<void(void)> fn; // A function to call member
125 void add(std::function<void(void)> fn, SkAtomic<int32_t>* pending) { in add()
135 void batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) { in batch()
206 void SkTaskGroup::add(std::function<void(void)> fn) { ThreadPool::Add(fn, &fPending); } in add()
207 void SkTaskGroup::batch(int N, std::function<void(int)> fn) { in batch()
DSk4px.h101 static void MapSrc(int n, SkPMColor* dst, const SkPMColor* src, const Fn& fn) { in MapSrc()
133 static void MapDstSrc(int n, SkPMColor* dst, const SkPMColor* src, const Fn& fn) { in MapDstSrc()
163 static void MapDstAlpha(int n, SkPMColor* dst, const SkAlpha* a, const Fn& fn) { in MapDstAlpha()
194 const Fn& fn) { in MapDstSrcAlpha()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DNonVolatileStore.cpp65 std::string fn = get_storage_location(); in nfc_hal_nv_co_read() local
123 std::string fn = get_storage_location(); in nfc_hal_nv_co_write() local
198 std::string fn = get_storage_location(); in delete_hal_non_volatile_store() local
242 std::string fn = get_storage_location(); in verify_hal_non_volatile_store() local
/external/valgrind/helgrind/
Dhg_intercepts.c332 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZZ() local
367 void*(*fn)(void*) = (void*(*)(void*))xargs[0]; in mythread_wrapper() local
406 OrigFn fn; in pthread_create_WRK() local
494 OrigFn fn; in thr_create_WRK() local
547 OrigFn fn; in pthread_join_WRK() local
641 OrigFn fn; in thr_join_WRK() local
688 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
723 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
762 OrigFn fn; in PTH_FUNC() local
799 OrigFn fn; in PTH_FUNC() local
[all …]
/external/libselinux/src/
Dprocattr.c123 #define getselfattr_def(fn, attr) \ argument
129 #define setselfattr_def(fn, attr) \ argument
135 #define all_selfattr_def(fn, attr) \ argument
139 #define getpidattr_def(fn, attr) \ argument
/external/clang/test/SemaTemplate/
Dnested-incomplete-class.cpp7 bar fn() { in fn() function
19 void fn() { in fn() function
/external/valgrind/memcheck/tests/
Dwrap6.c191 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
218 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
246 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
275 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
306 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
337 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
369 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
404 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
441 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
479 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
[all …]
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h542 void MacroAssembler::Fabs(const FPRegister& fd, const FPRegister& fn) { in Fabs()
549 const FPRegister& fn, in Fadd()
556 void MacroAssembler::Fccmp(const FPRegister& fn, in Fccmp()
566 void MacroAssembler::Fcmp(const FPRegister& fn, const FPRegister& fm) { in Fcmp()
572 void MacroAssembler::Fcmp(const FPRegister& fn, double value) { in Fcmp()
586 const FPRegister& fn, in Fcsel()
595 void MacroAssembler::Fcvt(const FPRegister& fd, const FPRegister& fn) { in Fcvt()
601 void MacroAssembler::Fcvtas(const Register& rd, const FPRegister& fn) { in Fcvtas()
608 void MacroAssembler::Fcvtau(const Register& rd, const FPRegister& fn) { in Fcvtau()
615 void MacroAssembler::Fcvtms(const Register& rd, const FPRegister& fn) { in Fcvtms()
[all …]
/external/v8/test/webkit/
DtoString-prefix-postfix-preserve-parens.js108 function testToString(fn) { argument
120 function testToStringAndRTFailure(fn) argument
131 function testToStringAndReturn(fn, p1, p2, retval) argument
/external/libdaemon/libdaemon/
Ddpid.c63 static char *fn = NULL; in daemon_pid_file_proc_default() local
100 const char *fn; in daemon_pid_file_is_running() local
215 const char *fn; in daemon_pid_file_create() local
273 const char *fn; in daemon_pid_file_remove() local
/external/v8/test/mjsunit/es6/
Dmicrotask-delivery.js48 function newPromise(id, fn) { argument
63 then: function(fn) { argument
74 function newObserver(id, fn, obj) { argument

12345678910>>...18