/external/chromium_org/remoting/webapp/ |
D | event_handlers.js | 71 { event: 'click', id: 'access-mode-button', fn: goEnterAccessCode }, property 72 { event: 'submit', id: 'access-code-form', fn: sendAccessCode }, property 73 { event: 'click', id: 'cancel-access-code-button', fn: cancelAccessCode}, property 74 { event: 'click', id: 'cancel-share-button', fn: remoting.cancelShare }, property 75 { event: 'click', id: 'client-finished-it2me-button', fn: goHome }, property 77 fn: remoting.showIT2MeUiAndSave }, property 78 { event: 'click', id: 'host-finished-button', fn: goHome }, property 79 { event: 'click', id: 'share-button', fn: remoting.tryShare } property 84 fn: function() { remoting.hostSetupDialog.showForPin(); } }, method 85 { event: 'click', id: 'client-finished-me2me-button', fn: goHome }, property [all …]
|
D | window_frame.js | 67 { cls: 'window-disconnect', fn: this.disconnectSession_.bind(this) }, property 69 fn: this.maximizeOrRestoreWindow_.bind(this) }, property 70 { cls: 'window-minimize', fn: this.minimizeWindow_.bind(this) }, property 71 { cls: 'window-close', fn: window.close.bind(window) }, property 72 { cls: 'window-controls-stub', fn: this.toggleWindowControls_.bind(this) } property
|
/external/valgrind/main/drd/ |
D | drd_pthread_intercepts.c | 453 OrigFn fn; in pthread_create_intercept() local 503 OrigFn fn; in pthread_join_intercept() local 529 OrigFn fn; in pthread_detach_intercept() local 548 OrigFn fn; in pthread_cancel_intercept() local 566 OrigFn fn; in pthread_once_intercept() local 590 OrigFn fn; in pthread_mutex_init_intercept() local 613 OrigFn fn; in pthread_mutex_destroy_intercept() local 630 OrigFn fn; in pthread_mutex_lock_intercept() local 647 OrigFn fn; in pthread_mutex_trylock_intercept() local 665 OrigFn fn; in pthread_mutex_timedlock_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/chromium_org/v8/test/promises-aplus/lib/ |
D | mocha.js | 44 function PostMicrotask(fn) { argument 90 function TestCase(name, before, fn, after, isRegular) { argument 99 TestCase.prototype.RunFunction = function(suite, fn, postAction) { argument 230 describe = function(description, fn) { argument 245 context.beingDescribed.cases.push({description: description, fn: fn}); property 248 before = function(fn) { argument 252 after = function(fn) { argument 256 beforeEach = function(fn) { argument 260 afterEach = function(fn) { argument
|
D | global.js | 36 function PostMicrotask(fn) { argument 45 setInterval = function(fn, delay) { argument 68 setTimeout = function(fn, delay) { argument
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_thread.h | 81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread) argument 83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL) argument 85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex) argument
|
/external/valgrind/main/mpi/ |
D | libmpiwrap.c | 1062 OrigFn fn; in generic_Send() local 1100 OrigFn fn; in WRAPPER_FOR() local 1127 OrigFn fn; in WRAPPER_FOR() local 1377 OrigFn fn; in generic_Isend() local 1422 OrigFn fn; in WRAPPER_FOR() local 1450 OrigFn fn; in WRAPPER_FOR() local 1479 OrigFn fn; in WRAPPER_FOR() local 1512 OrigFn fn; in WRAPPER_FOR() local 1555 OrigFn fn; in WRAPPER_FOR() local 1583 OrigFn fn; in WRAPPER_FOR() local [all …]
|
/external/valgrind/main/helgrind/ |
D | hg_intercepts.c | 211 void*(*fn)(void*) = (void*(*)(void*))xargs[0]; in mythread_wrapper() local 250 OrigFn fn; in pthread_create_WRK() local 328 OrigFn fn; in pthread_join_WRK() local 426 OrigFn fn; in PTH_FUNC() local 464 OrigFn fn; in PTH_FUNC() local 501 OrigFn fn; in PTH_FUNC() local 545 OrigFn fn; in PTH_FUNC() local 586 OrigFn fn; in PTH_FUNC() local 625 OrigFn fn; in PTH_FUNC() local 673 OrigFn fn; in pthread_cond_wait_WRK() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | nested-incomplete-class.cpp | 7 bar fn() { in fn() function 19 void fn() { in fn() function
|
/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 | 115 #define getselfattr_def(fn, attr) \ argument 121 #define setselfattr_def(fn, attr) \ argument 127 #define all_selfattr_def(fn, attr) \ argument 131 #define getpidattr_def(fn, attr) \ argument
|
/external/qemu/distrib/libselinux/src/ |
D | procattr.c | 115 #define getselfattr_def(fn, attr) \ argument 121 #define setselfattr_def(fn, attr) \ argument 127 #define all_selfattr_def(fn, attr) \ argument 131 #define getpidattr_def(fn, attr) \ argument
|
/external/vixl/src/a64/ |
D | macro-assembler-a64.h | 530 void Fabs(const FPRegister& fd, const FPRegister& fn) { in Fabs() 534 void Fadd(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) { in Fadd() 538 void Fccmp(const FPRegister& fn, in Fccmp() 546 void Fcmp(const FPRegister& fn, const FPRegister& fm) { in Fcmp() 552 const FPRegister& fn, in Fcsel() 559 void Fcvt(const FPRegister& fd, const FPRegister& fn) { in Fcvt() 563 void Fcvtas(const Register& rd, const FPRegister& fn) { in Fcvtas() 568 void Fcvtau(const Register& rd, const FPRegister& fn) { in Fcvtau() 573 void Fcvtms(const Register& rd, const FPRegister& fn) { in Fcvtms() 578 void Fcvtmu(const Register& rd, const FPRegister& fn) { in Fcvtmu() [all …]
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | testutil.cc | 85 extern "C" void RunThread(void (*fn)()) { in RunThread() 89 extern "C" void RunManyThreads(void (*fn)(), int count) { in RunManyThreads() 120 void RunManyThreads(void (*fn)(), int count) { in RunManyThreads() 134 void RunThread(void (*fn)()) { in RunThread() 181 void RunThread(void (*fn)()) { in RunThread() 189 void RunManyThreads(void (*fn)(), int count) { in RunManyThreads()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | testutil.cc | 85 extern "C" void RunThread(void (*fn)()) { in RunThread() 89 extern "C" void RunManyThreads(void (*fn)(), int count) { in RunManyThreads() 120 void RunManyThreads(void (*fn)(), int count) { in RunManyThreads() 134 void RunThread(void (*fn)()) { in RunThread() 181 void RunThread(void (*fn)()) { in RunThread() 189 void RunManyThreads(void (*fn)(), int count) { in RunManyThreads()
|
/external/chromium_org/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/valgrind/main/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 …]
|
D | wrap4.c | 32 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 44 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11dyn.c | 66 void *fn = NULL; in X11_GetSym() local 93 #define SDL_X11_SYM(rc,fn,params,args,ret) \ argument 109 #define SDL_X11_SYM(rc,fn,params,args,ret) argument 142 #define SDL_X11_SYM(rc,fn,params,args,ret) p##fn = NULL; in SDL_X11_UnloadSymbols() argument 179 #define SDL_X11_SYM(rc,fn,params,args,ret) \ in SDL_X11_LoadSymbols() argument
|
/external/chromium_org/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 …]
|
/external/chromium_org/v8/test/mjsunit/es6/ |
D | microtask-delivery.js | 47 function newPromise(id, fn) { argument 62 then: function(fn) { argument 73 function newObserver(id, fn, obj) { argument
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-history.js | 62 $.fn.history = function(fn) { argument 66 $.fn.historyadd = function(fn) { argument
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
D | mem-memset.c | 54 memset_t fn; member 63 #define MEMSET_FN(fn, name, desc) { name, desc, fn }, argument 118 static u64 do_memset_cycle(memset_t fn, size_t len, bool prefault) in do_memset_cycle() 138 static double do_memset_gettimeofday(memset_t fn, size_t len, bool prefault) in do_memset_gettimeofday()
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | regs.h | 23 #define BITS(obj,st,fn) (((obj) >> (st)) & SUBMASK((fn) - (st))) argument 24 #define SBITS(obj,st,fn) \ argument
|