/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 537 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 …]
|
D | drd_qtcore_intercepts.c | 91 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/ |
D | mocha.js | 81 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/ |
D | libmpiwrap.c | 1063 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/ |
D | hg_intercepts.c | 332 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/ |
D | SkTaskGroup.cpp | 42 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()
|
D | Sk4px.h | 101 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/ |
D | watershed.py | 32 def __init__(self, fn): argument 80 fn = sys.argv[1] variable 82 fn = '../data/fruits.jpg' variable
|
D | logpolar.py | 7 fn = sys.argv[1] variable 9 fn = '../data/fruits.jpg' variable
|
D | letter_recog.py | 31 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
|
D | inpaint.py | 25 fn = sys.argv[1] variable 27 fn = '../data/fruits.jpg' variable
|
D | houghcircles.py | 16 fn = sys.argv[1] variable 18 fn = "../data/board.jpg" variable
|
D | morphology.py | 27 fn = sys.argv[1] variable 29 fn = '../data/baboon.jpg' variable
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 542 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 …]
|
D | assembler-arm64.cc | 1759 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/ |
D | wrap6.c | 191 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/ |
D | NonVolatileStore.cpp | 65 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/ |
D | procattr.c | 123 #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/ |
D | mocha.js | 27 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/ |
D | toString-prefix-postfix-preserve-parens.js | 108 function testToString(fn) { argument 120 function testToStringAndRTFailure(fn) argument 131 function testToStringAndReturn(fn, p1, p2, retval) argument
|
/external/libdaemon/libdaemon/ |
D | dpid.c | 63 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/ |
D | nested-incomplete-class.cpp | 7 bar fn() { in fn() function 19 void fn() { in fn() function
|
/external/v8/test/mjsunit/es6/ |
D | microtask-delivery.js | 48 function newPromise(id, fn) { argument 63 then: function(fn) { argument 74 function newObserver(id, fn, obj) { argument
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 27 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/ |
D | mocha.js | 27 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 …]
|