Searched refs:fnc (Results 1 - 17 of 17) sorted by relevance

/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dcopy.pass.cpp30 std::function<float(float, float)> fnc = _pow; local
31 auto task = std::bind(fnc, 2.f, 4.f);
/external/valgrind/main/callgrind/
H A Dclo.c101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1", local
104 fnc->dump_before = CONFIG_DEFAULT;
105 fnc->dump_after = CONFIG_DEFAULT;
106 fnc->zero_before = CONFIG_DEFAULT;
107 fnc->toggle_collect = CONFIG_DEFAULT;
108 fnc->skip = CONFIG_DEFAULT;
109 fnc->pop_on_jump = CONFIG_DEFAULT;
110 fnc->group = CONFIG_DEFAULT;
111 fnc->separate_callers = CONFIG_DEFAULT;
112 fnc
302 fn_config* fnc; local
318 update_fn_config1(fn_node* fn, fn_config* fnc) argument
432 fn_config* fnc = get_fnc(tmp_str); local
437 fn_config* fnc = get_fnc(tmp_str); local
442 fn_config* fnc = get_fnc(tmp_str); local
447 fn_config* fnc = get_fnc(tmp_str); local
452 fn_config* fnc = get_fnc(tmp_str); local
463 fn_config* fnc = get_fnc(tmp_str); local
472 fn_config* fnc; local
487 fn_config* fnc; local
496 fn_config* fnc; local
505 fn_config* fnc; local
[all...]
H A Ddump.c1400 fnc = fnc_table[i];
1401 while (fnc) {
1402 if (fnc->skip) {
1403 VG_(sprintf)(buf, "desc: Option: --fn-skip=%s\n", fnc->name);
1406 if (fnc->dump_at_enter) {
1408 fnc->name);
1411 if (fnc->dump_at_leave) {
1413 fnc->name);
1416 if (fnc->separate_callers != CLG_(clo).separate_callers) {
1418 fnc
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dtrap.h55 static uint16_t MakeTrap(TrapFnc fnc, const void* aux, bool safe);
73 TrapKey() : fnc(NULL), aux(NULL), safe(false) {}
74 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {}
75 TrapFnc fnc; member in struct:sandbox::Trap::TrapKey
104 uint16_t MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe);
H A Dtrap.cc231 rc = trap.fnc(data, const_cast<void*>(trap.aux));
244 if (fnc != o.fnc) {
245 return fnc < o.fnc;
253 uint16_t Trap::MakeTrap(TrapFnc fnc, const void* aux, bool safe) { argument
254 return GetInstance()->MakeTrapImpl(fnc, aux, safe);
257 uint16_t Trap::MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe) { argument
279 TrapKey key(fnc, aux, safe);
H A Derrorcode.cc35 ErrorCode::ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe) argument
37 fnc_(fnc),
40 err_(SECCOMP_RET_TRAP + Trap::MakeTrap(fnc, aux, safe)) {
H A Derrorcode.h155 ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe);
H A Dsandbox_bpf.h100 static ErrorCode Trap(Trap::TrapFnc fnc, const void* aux);
112 static ErrorCode UnsafeTrap(Trap::TrapFnc fnc, const void* aux);
H A Dcodegen.h79 // The "fnc" function gets called with both the instruction and the opaque
81 void Traverse(Instruction*, void (*fnc)(Instruction*, void* aux), void* aux);
H A Dsandbox_bpf.cc1054 ErrorCode SandboxBPF::Trap(Trap::TrapFnc fnc, const void* aux) { argument
1055 return ErrorCode(fnc, aux, true /* Safe Trap */);
1058 ErrorCode SandboxBPF::UnsafeTrap(Trap::TrapFnc fnc, const void* aux) { argument
1059 return ErrorCode(fnc, aux, false /* Unsafe Trap */);
H A Dcodegen.cc193 void (*fnc)(Instruction*, void*),
200 fnc(*iter, aux);
192 Traverse(Instruction* instruction, void (*fnc)(Instruction*, void*), void* aux) argument
/external/blktrace/btt/
H A Ddip_rb.c68 void (*fnc)(struct io *iop, struct io *this),
77 if (fnc) fnc(iop, this);
82 rb_foreach(n->rb_left, iop, fnc, head);
84 rb_foreach(n->rb_right, iop, fnc, head);
H A Ddevs.c185 void (*fnc)(struct io *iop, struct io *this), int rm_after)
192 dip_rb_fe(iop->dip, type, iop, fnc, &head);
199 dip_rb_fe(iop->dip, type, iop, fnc, NULL);
H A Dglobals.h213 void (*fnc)(struct io *iop, struct io *this), int rm_after);
226 void (*fnc)(struct io *iop, struct io *this),
H A Dinlines.h303 void (*fnc)(struct io *iop, struct io *this),
306 rb_foreach(__get_root(dip, type)->rb_node, iop, fnc, head);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 477 milliseconds