HomeSort by relevance Sort by last modified time
    Searched defs:fnc (Results 1 - 10 of 10) sorted by null

  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
copy.pass.cpp 32 std::function<float(float, float)> fnc = _pow; local
33 auto task = std::bind(fnc, 2.f, 4.f);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
copy.pass.cpp 30 std::function<float(float, float)> fnc = _pow; local
31 auto task = std::bind(fnc, 2.f, 4.f);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
copy.pass.cpp 32 std::function<float(float, float)> fnc = _pow; local
33 auto task = std::bind(fnc, 2.f, 4.f);
  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.h 30 uint16_t Add(TrapFnc fnc, const void* aux, bool safe) override;
44 TrapKey() : fnc(NULL), aux(NULL), safe(false) {}
45 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {}
46 TrapFnc fnc; member in struct:sandbox::Trap::TrapKey
  /prebuilts/go/darwin-x86/test/
func5.go 45 func fnc() func(int, int, chan int) { func
80 go fnc()(1, 2, c)
  /prebuilts/go/linux-x86/test/
func5.go 45 func fnc() func(int, int, chan int) { func
80 go fnc()(1, 2, c)
  /external/valgrind/callgrind/
clo.c 101 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->separate_recursions = CONFIG_DEFAULT
302 fn_config* fnc; local
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...]
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 141 int th = threshold, org = origin, fnc = fence, l, h; local
149 new CumulateTask<T>(t, fn, a, org, fnc, th, mid, h);
151 new CumulateTask<T>(t, fn, a, org, fnc, th, l, mid);
211 else if (h < fnc) { // skip rightmost
235 par.out = (rt.hi == fnc ? lout :
293 int th = threshold, org = origin, fnc = fence, l, h; local
301 new LongCumulateTask(t, fn, a, org, fnc, th, mid, h);
303 new LongCumulateTask(t, fn, a, org, fnc, th, l, mid);
363 else if (h < fnc) { // skip rightmost
385 par.out = (rt.hi == fnc ? lout
443 int th = threshold, org = origin, fnc = fence, l, h; local
593 int th = threshold, org = origin, fnc = fence, l, h; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ime.h 27 UINT fnc; member in struct:tagIMESTRUCT
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 5939 milliseconds