Searched defs:fn (Results 51 - 75 of 233) sorted by relevance

12345678910

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dunique_ptr.pass.cpp58 void fn ( const std::shared_ptr<int> &) {} function
59 void fn ( const std::shared_ptr<B> &) { assert (false); } function
101 fn(std::unique_ptr<int>(new int));
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp95 static const char fn [] = "StartupConfig::append"; local
98 ALOGE ("%s: exceed max length", fn);
102 ALOGD ("%s: try append %u bytes", fn, (uint8_string::size_type) (newContentLen));
107 ALOGD ("%s: new size %u bytes", fn, mBuffer[0]);
H A DNonVolatileStore.cpp65 std::string fn = get_storage_location(); local
68 fn.append (filename_prefix);
69 if (fn.length() > 200)
74 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
123 std::string fn = get_storage_location(); local
127 fn.append (filename_prefix);
128 if (fn.length() > 200)
133 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
198 std::string fn = get_storage_location(); local
208 fn
242 std::string fn = get_storage_location(); local
[all...]
/external/linux-tools-perf/src/tools/perf/tests/
H A Dbp_signal.c59 static int bp_event(void *fn, int setup_signal) argument
70 pe.bp_addr = (unsigned long) fn;
/external/linux-tools-perf/src/tools/perf/util/
H A Drecord.c8 static int perf_do_probe_api(setup_probe_fn_t fn, int cpu, const char *str) argument
28 fn(evsel);
44 static bool perf_probe_api(setup_probe_fn_t fn) argument
57 ret = perf_do_probe_api(fn, cpu, try[i++]);
/external/regex-re2/util/
H A Dbenchmark.h11 void (*fn)(int); member in struct:testing::Benchmark
19 Benchmark(const char* name, void (*f)(int)) { Clear(name); fn = f; Register(); }
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
H A Dtest.h20 TestRegisterer(void (*fn)(void), const char *s) { argument
21 RegisterTest(fn, s);
/external/skia/src/core/
H A DSkFunction.h24 SkFunction(const Fn& fn) : fFunction(SkNEW_ARGS(LambdaImpl<Fn>, (fn))) {} argument
26 SkFunction(R (*fn)(Args...)) : fFunction(SkNEW_ARGS(FnPtrImpl, (fn))) {} argument
54 LambdaImpl(const Fn& fn) : fFn(fn) {} argument
64 FnPtrImpl(R (*fn)(Args...)) : fFn(fn) {} argument
H A DSk4px.h68 // A generic driver that maps fn over a src array into a dst array.
69 // fn should take an Sk4px (4 src pixels) and return an Sk4px (4 dst pixels).
71 static void MapSrc(int count, SkPMColor* dst, const SkPMColor* src, Fn fn) { argument
72 // This looks a bit odd, but it helps loop-invariant hoisting across different calls to fn.
76 Sk4px dst0 = fn(Load4(src+0)),
77 dst4 = fn(Load4(src+4));
85 fn(Load4(src)).store4(dst);
89 fn(Load2(src)).store2(dst);
93 fn(Load1(src)).store1(dst);
99 // As above, but with dst4' = fn(dst
101 MapDstSrc(int count, SkPMColor* dst, const SkPMColor* src, Fn fn) argument
129 MapDstSrcAlpha( int count, SkPMColor* dst, const SkPMColor* src, const SkAlpha* a, Fn fn) argument
[all...]
/external/skia/src/utils/
H A DSkCondVar.cpp17 static void set_fn_ptr(T* ptr, FARPROC fn) { *ptr = reinterpret_cast<T>(fn); } argument
/external/valgrind/memcheck/tests/
H A Dwrap5.c54 OrigFn fn; local
55 VALGRIND_GET_ORIG_FN(fn);
58 CALL_FN_W_W(r, fn, n);
68 OrigFn fn; local
69 VALGRIND_GET_ORIG_FN(fn);
72 CALL_FN_W_W(r, fn, n);
H A Dwrap8.c61 OrigFn fn; local
62 VALGRIND_GET_ORIG_FN(fn);
65 CALL_FN_W_W(r, fn, n);
75 OrigFn fn; local
76 VALGRIND_GET_ORIG_FN(fn);
79 CALL_FN_W_W(r, fn, n);
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dbootstrap.js135 $.fn.alert = function (option) {
144 $.fn.alert.Constructor = Alert
184 this.options = $.extend({}, $.fn.button.defaults, options)
220 $.fn.button = function (option) {
231 $.fn.button.defaults = {
235 $.fn.button.Constructor = Button
384 $.fn.carousel = function (option) {
388 , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
396 $.fn.carousel.defaults = {
401 $.fn
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-decl-init.cpp17 void fn(T t, const arg& arg) { function
22 fn(1, arg());
/external/fdlibm/
H A De_rem_pio2.c90 double z,w,t,r,fn; local
126 fn = (double)n;
127 r = t-fn*pio2_1;
128 w = fn*pio2_1t; /* 1st round good to 85 bit */
137 w = fn*pio2_2;
139 w = fn*pio2_2t-((t-r)-w);
144 w = fn*pio2_3;
146 w = fn*pio2_3t-((t-r)-w);
/external/guava/guava/src/com/google/common/cache/
H A DLongAdder.java56 final long fn(long v, long x) { return v + x; } method in class:LongAdder
/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h18 StrSrchFn fn; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
35 fn = func;
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){
90 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
114 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
258 * @param fn The funtion to be executed
259 * @param param Parameters to be passed to the fn
265 FuntionToBeTimed fn,
272 fn(param);
263 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) argument
/external/libedit/src/
H A Dhist.c215 hist_convert(EditLine *el, int fn, void *arg) argument
218 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1)
/external/openssh/
H A Ddispatch.c74 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) argument
81 ssh->dispatch[i] = fn;
86 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) argument
88 ssh->dispatch[type] = fn;
/external/valgrind/coregrind/m_demangle/
H A Ddemangle.c153 /*OUT*/const HChar** fn,
177 *fn = fnbuf;
151 maybe_Z_demangle( const HChar* sym, const HChar** so, const HChar** fn, Bool* isWrap, Int* eclassTag, Int* eclassPrio ) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp81 void CheckerRegistry::addChecker(InitializationFunction fn, StringRef name, argument
83 Checkers.push_back(CheckerInfo(fn, name, desc));
/external/clang/test/SemaCXX/
H A Ddecl-expr-ambiguity.cpp71 void fn(int(C)) { } // void fn(int(*fp)(C c)) { } expected-note{{candidate function}} function
72 // not: void fn(int C);
76 fn(1); // expected-error {{no matching function}}
77 fn(g); // OK
/external/fio/lib/
H A Dbloom.c23 uint32_t (*fn)(const void *, uint32_t, uint32_t); member in struct:bloom_hash
41 .fn = jhash,
45 .fn = XXH32,
49 .fn = murmurhash3,
53 .fn = bloom_crc32c,
57 .fn = bloom_fnv,
98 hash[i] = hashes[i].fn(data, nwords, hashes[i].seed);
/external/icu/icu4c/source/common/
H A Dhash.h68 UObjectDeleter *setValueDeleter(UObjectDeleter *fn);
154 inline UObjectDeleter *Hashtable::setValueDeleter(UObjectDeleter *fn) { argument
155 return uhash_setValueDeleter(hash, fn);

Completed in 667 milliseconds

12345678910