Searched defs:fn (Results 76 - 100 of 547) sorted by relevance

1234567891011>>

/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistry.h90 CheckerInfo(InitializationFunction fn, StringRef name, StringRef desc) argument
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp91 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { argument
94 const IdentifierInfo *ident = fn->getIdentifier();
/external/libffi/src/m32r/
H A Dffi.c176 unsigned, unsigned, unsigned *, void (*fn)(void));
178 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
199 cif->flags, ecif.rvalue, fn);
/external/libffi/src/powerpc/
H A Dffi.c74 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
100 ffi_call_LINUX64 (&ecif, -(long) cif->bytes, cif->flags, ecif.rvalue, fn);
102 ffi_call_SYSV (&ecif, -cif->bytes, cif->flags, ecif.rvalue, fn);
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
H A Dffi.c176 unsigned, unsigned, unsigned *, void (*fn)(void));
178 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
199 cif->flags, ecif.rvalue, fn);
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dffi.c74 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
100 ffi_call_LINUX64 (&ecif, -(long) cif->bytes, cif->flags, ecif.rvalue, fn);
102 ffi_call_SYSV (&ecif, -cif->bytes, cif->flags, ecif.rvalue, fn);
/external/python/cpython3/Modules/_ctypes/libffi/src/m32r/
H A Dffi.c176 unsigned, unsigned, unsigned *, void (*fn)(void));
178 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
199 cif->flags, ecif.rvalue, fn);
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
H A Dffi.c74 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
100 ffi_call_LINUX64 (&ecif, -(long) cif->bytes, cif->flags, ecif.rvalue, fn);
102 ffi_call_SYSV (&ecif, -cif->bytes, cif->flags, ecif.rvalue, fn);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSlotIndexes.cpp40 bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) { argument
53 mf = &fn;
/external/syslinux/diag/geodsp/
H A Dmk-lba-img.c41 const char *fn; local
46 fn = argv[2];
49 fn = argv[1];
52 fn = argv[1];
55 fn = DEF_FN;
58 if (!strcmp(fn, "-"))
61 f = fopen(fn, "w");
65 argv[0], fn, strerror(errno));
/external/tensorflow/tensorflow/core/framework/
H A Dop_def_builder.h41 OpRegistrationData(const OpDef& def, const OpShapeInferenceFn& fn, argument
43 : op_def(def), shape_inference_fn(fn), is_function_op(is_function) {}
141 OpDefBuilder& SetShapeFn(Status (*fn)(shape_inference::InferenceContext*));
H A Dshape_inference_testutil_test.cc50 const string& expected_outs, OpShapeInferenceFn fn) {
61 global_fn_ptr = &fn;
139 auto fn = [](InferenceContext* c) { local
145 EXPECT_CONTAINS(RunInferShapes(op, ins, "[?,2,?,d2_0]", fn),
147 EXPECT_CONTAINS(RunInferShapes(op, ins, "[0,2,?,d2_0]", fn),
150 RunInferShapes(op, ins, "[d0_0,2,?,d2_0]", fn),
152 EXPECT_CONTAINS(RunInferShapes(op, ins, "[x,2,?,d2_0]", fn),
155 EXPECT_CONTAINS(RunInferShapes(op, ins, "[d0_0|d0_2,2,?,d2_0]", fn),
158 EXPECT_CONTAINS(RunInferShapes(op, ins, "[d0_1,?,?,d0_0|d2_0]", fn),
163 RunInferShapes(op, ins, "[d0_1,2,8,d0_0|d2_0]", fn));
49 RunInferShapes(const string& op_name, const string& ins, const string& expected_outs, OpShapeInferenceFn fn) argument
[all...]
/external/tensorflow/tensorflow/python/estimator/
H A Dutil_test.py30 def fn(a, b): function in function:FnArgsTest.test_simple_function
32 self.assertEqual(('a', 'b'), util.fn_args(fn))
55 def fn(a, test_arg): function in function:FnArgsTest.test_partial_function
57 return ValueError('partial fn does not work correctly')
60 wrapped_fn = functools.partial(fn, test_arg=123)
67 def fn(test_arg, a): function in function:FnArgsTest.test_partial_function_with_positional_args
69 return ValueError('partial fn does not work correctly')
72 wrapped_fn = functools.partial(fn, 123)
83 def fn(a, test_arg1, test_arg2): function in function:FnArgsTest.test_double_partial
88 wrapped_fn = functools.partial(fn, test_arg
97 def fn(test_arg1, a, test_arg2): function in function:FnArgsTest.test_double_partial_with_positional_args_in_outer_layer
114 def fn(test_arg1, test_arg2, a): function in function:FnArgsTest.test_double_partial_with_positional_args_in_both_layers
[all...]
/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);
/external/chromium-trace/catapult/common/py_vulcanize/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/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/
H A DUnitTest.class ... tin org.objectweb.asm.tree.FieldInsnNode fn org.objectweb.asm.tree.MethodInsnNode mn ...
/external/brotli/c/dec/
H A Dport.h85 static BROTLI_INLINE void BrotliDump(const char* f, int l, const char* fn) { argument
86 fprintf(stderr, "%s:%d (%s)\n", f, l, fn);
/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.h23 StrSrchFn fn; member in class:StringSearchPerfFunction
32 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
40 fn = func;
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h67 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){
92 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
116 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
260 * @param fn The funtion to be executed
261 * @param param Parameters to be passed to the fn
267 FuntionToBeTimed fn,
274 fn(param);
265 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) argument
/external/kmod/tools/
H A Dlog.c67 const char *fn, const char *format, va_list args)
81 fn, str);
89 fn, str);
66 log_kmod(void *data, int priority, const char *file, int line, const char *fn, const char *format, va_list args) argument
/external/libchrome/base/task/
H A Dcancelable_task_tracker_unittest.cc348 // Runs |fn| with |task_tracker|, expecting it to crash in debug mode.
351 const Callback<void(CancelableTaskTracker*)>& fn) {
352 EXPECT_DCHECK_DEATH(fn.Run(task_tracker));
349 MaybeRunDeadlyTaskTrackerMemberFunction( CancelableTaskTracker* task_tracker, const Callback<void(CancelableTaskTracker*)>& fn) argument
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR20855_tuple_ref_binding_diagnostics.pass.cpp73 auto fn = &F<int, std::string const&>; local
74 fn(std::tuple<int, std::string const&>(42, std::string("a")));
75 fn(std::make_tuple(42, std::string("a")));

Completed in 5049 milliseconds

1234567891011>>