Searched defs:fn (Results 126 - 150 of 547) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkLRUCache.h73 void foreach(Fn&& fn) { argument
77 fn(&e->fValue);
/external/skqp/bench/
H A DSkRasterPipelineBench.cpp91 auto fn = p.compile(); variable
93 fn(0,0,N,1);
108 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local
109 fn.fG = g;
110 fn.fA = 1;
111 return fn;
/external/skqp/fuzz/
H A DFuzz.h134 void (*fn)(Fuzz*); member in struct:Fuzzable
/external/skqp/src/core/
H A DSkExecutor.cpp52 std::function<void(void)> fn = std::move(list->front()); local
54 return fn;
57 std::function<void(void)> fn = std::move(list->back()); local
59 return fn;
H A DSkLRUCache.h73 void foreach(Fn&& fn) { argument
77 fn(&e->fValue);
/external/strace/
H A Dbpf_filter.c120 const print_bpf_filter_fn fn; member in struct:bpf_filter_block_data
139 print_bpf_filter_stmt(filter, fbd->fn);
151 struct bpf_filter_block_data fbd = { .fn = print_k };
/external/tensorflow/tensorflow/contrib/framework/python/ops/
H A Dcritical_section_test.py41 def fn(a, b): function in function:CriticalSectionTest.testCreateCriticalSection
49 r = [cs.execute(fn, 1.0, 2.0) for _ in range(num_concurrent)]
79 def fn(a, b): function in function:CriticalSectionTest.testCreateCriticalSectionRaw
86 def execute(fn, *args):
87 output_args = fn.definition.signature.output_arg
90 arguments=list(args) + fn.captured_inputs,
91 f=fn,
96 r = [execute(fn, 1.0, 2.0)[0] for _ in range(num_concurrent)]
115 def fn(x): function in function:CriticalSectionTest.testRecursiveCriticalSectionAccessIsIllegal
120 cs.execute(fn, 1.
[all...]
/external/tensorflow/tensorflow/core/common_runtime/
H A Dmemory_types.cc49 const std::function<Status(const Edge*, MemoryType, MemoryType)>& fn) {
88 TF_RETURN_IF_ERROR(fn(e, sm, dm));
47 ProcessMemoryTypes( const DeviceType& device_type, const Graph* g, const std::function<Status(const Edge*, MemoryType, MemoryType)>& fn) argument
/external/tensorflow/tensorflow/python/util/
H A Dtf_should_use.py57 def fn(self, *args, **kwargs): function in function:_add_should_use_warning.override_method
59 return fn
92 def should_use_result(fn):
112 fn: The function to wrap.
118 return _add_should_use_warning(fn(*args, **kwargs))
120 fn, wrapped, 'should_use_result',
121 ((fn.__doc__ or '') +
128 def must_use_result_or_fatal(fn):
148 fn: The function to wrap.
154 return _add_should_use_warning(fn(*arg
[all...]
/external/valgrind/coregrind/m_demangle/
H A Ddemangle.c201 /*OUT*/const HChar** fn,
225 *fn = fnbuf;
199 maybe_Z_demangle( const HChar* sym, const HChar** so, const HChar** fn, Bool* isWrap, Int* eclassTag, Int* eclassPrio ) argument
/external/valgrind/coregrind/
H A Dvg_preloaded.c99 OrigFn fn; local
104 VALGRIND_GET_ORIG_FN(fn);
105 CALL_FN_W_v(result, fn);
123 fn.nraddr, fnentry, 0, 0, 0);
/external/valgrind/memcheck/tests/
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/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp84 void CheckerRegistry::addChecker(InitializationFunction fn, StringRef name, argument
86 Checkers.push_back(CheckerInfo(fn, name, desc));
/external/clang/test/SemaCXX/
H A Dcxx0x-defaulted-functions.cpp3 void fn() = default; // expected-error {{only special member}}
5 void fn() = default; // expected-error {{only special member}}
206 int fn() { function in namespace:PR27941
H A Ddecl-expr-ambiguity.cpp76 void fn(int(C)) { } // void fn(int(*fp)(C c)) { } expected-note{{candidate function}} function
77 // not: void fn(int C);
81 fn(1); // expected-error {{no matching function}}
82 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,
96 hash[i] = hashes[i].fn(data, len, hashes[i].seed);
/external/honggfuzz/includes/libcommon/
H A Dlog.c83 void logLog(enum llevel_t ll, const char* fn, int ln, bool perr, const char* fmt, ...) { argument
123 dprintf(log_fd, "%s():%d ", fn, ln);
/external/honggfuzz/libcommon/
H A Dlog.c83 void logLog(enum llevel_t ll, const char* fn, int ln, bool perr, const char* fmt, ...) { argument
123 dprintf(log_fd, "%s():%d ", fn, ln);
/external/icu/icu4c/source/common/
H A Dhash.h80 UObjectDeleter *setValueDeleter(UObjectDeleter *fn);
190 inline UObjectDeleter *Hashtable::setValueDeleter(UObjectDeleter *fn) { argument
191 return uhash_setValueDeleter(hash, fn);
/external/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp111 void BM_Hash(benchmark::State& st, HashFn fn, GenInputs gen) { argument
118 benchmark::DoNotOptimize(last_hash += fn(*it));
/external/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke.pass.cpp285 FooType& fn = foo; local
286 test_b5<int &>(fn);
289 FooType* fn = foo; local
290 test_b5<int &>(fn);
/external/libdaemon/libdaemon/
H A Ddpid.c63 static char *fn = NULL; local
64 free(fn);
65 asprintf(&fn, "%s/%s.pid", VARRUN, daemon_pid_file_ident ? daemon_pid_file_ident : "unknown");
67 static char fn[PATH_MAX];
68 snprintf(fn, sizeof(fn), "%s/%s.pid", VARRUN, daemon_pid_file_ident ? daemon_pid_file_ident : "unknown");
71 return fn;
100 const char *fn; local
108 if (!(fn = daemon_pid_file_proc())) {
113 if ((fd = open(fn, O_RDW
215 const char *fn; local
273 const char *fn; local
[all...]
/external/libffi/src/avr32/
H A Dffi.c40 void (*fn)(void));
235 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
261 ecif.rvalue, cif->rstruct_flag, fn);
/external/libffi/src/frv/
H A Dffi.c130 void (*fn)(void));
133 void (*fn)(void),
158 cif->flags, ecif.rvalue, fn);
256 unsigned long fn = (long) ffi_closure_eabi; local
263 fn = (unsigned long) ffi_closure_eabi;
268 tramp[2] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 */
270 tramp[4] = 0x8cf80000 + (fn >> 16); /* sethi hi(fn), gr6 */
275 tramp[0] = 0x8cfc0000 + (fn
132 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
[all...]
/external/libffi/src/m88k/
H A Dffi.c53 void (*fn) ());
232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue)
253 ffi_call_OBSD (cif->bytes, &ecif, cif->flags, ecif.rvalue, fn);
373 void *fn; local
378 fn = &ffi_closure_struct_OBSD;
380 fn = &ffi_closure_OBSD;
382 /* or.u %r10, %r0, %hi16(fn) */
383 tramp[0] = 0x5d400000 | (((unsigned int)fn) >> 16);
386 /* or %r10, %r10, %lo16(fn) */
387 tramp[2] = 0x594a0000 | (((unsigned int)fn)
[all...]

Completed in 2269 milliseconds

1234567891011>>