Home
last modified time | relevance | path

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

12345678910>>...19

/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
/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/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/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/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
Dletter_recog.py31 def load_base(fn): argument
40 def load(self, fn): argument
42 def save(self, fn): argument
165 fn = args['--load'] variable
179 fn = args['--save'] 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
Dmorphology.py27 fn = sys.argv[1] variable
29 fn = '../data/baboon.jpg' variable
/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 …]
Dassembler-arm64.cc1759 void Assembler::fmov(Register rd, FPRegister fn) { in fmov()
1773 void Assembler::fmov(FPRegister fd, FPRegister fn) { in fmov()
1780 const FPRegister& fn, in fadd()
1787 const FPRegister& fn, in fsub()
1794 const FPRegister& fn, in fmul()
1801 const FPRegister& fn, in fmadd()
1809 const FPRegister& fn, in fmsub()
1817 const FPRegister& fn, in fnmadd()
1825 const FPRegister& fn, in fnmsub()
1833 const FPRegister& fn, in fdiv()
[all …]
/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/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/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/
Dmocha.js27 require.register = function (path, fn){ argument
447 EventEmitter.prototype.on = function (name, fn) { argument
471 EventEmitter.prototype.once = function (name, fn) { argument
491 EventEmitter.prototype.removeListener = function (name, fn) { argument
862 function Hook(title, fn) { argument
933 context.before = function(name, fn){ argument
941 context.after = function(name, fn){ argument
949 context.beforeEach = function(name, fn){ argument
957 context.afterEach = function(name, fn){ argument
994 context.describe.only = function(title, fn){ argument
[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/clang/test/SemaTemplate/
Dnested-incomplete-class.cpp7 bar fn() { in fn() function
19 void fn() { in fn() function
/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
/external/chromium-trace/catapult/third_party/mocha/
Dmocha.js27 require.register = function (path, fn){ argument
475 EventEmitter.prototype.on = function (name, fn) { argument
499 EventEmitter.prototype.once = function (name, fn) { argument
519 EventEmitter.prototype.removeListener = function (name, fn) { argument
904 function Hook(title, fn) { argument
1011 context.describe.only = function(title, fn){ argument
1036 context.it.only = function(title, fn){ argument
1082 before: function (name, fn) { argument
1089 after: function (name, fn) { argument
1096 beforeEach: function (name, fn) { argument
[all …]
/external/chromium-trace/catapult/tracing/third_party/mocha/
Dmocha.js27 require.register = function (path, fn){ argument
475 EventEmitter.prototype.on = function (name, fn) { argument
499 EventEmitter.prototype.once = function (name, fn) { argument
519 EventEmitter.prototype.removeListener = function (name, fn) { argument
904 function Hook(title, fn) { argument
1011 context.describe.only = function(title, fn){ argument
1036 context.it.only = function(title, fn){ argument
1082 before: function (name, fn) { argument
1089 after: function (name, fn) { argument
1096 beforeEach: function (name, fn) { argument
[all …]

12345678910>>...19