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

1234567891011>>

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp29 std::function<IncompleteReturnType ()> fn; member in struct:IncompleteReturnType
47 X.fn = test_fn;
50 assert(X2.fn);
52 X2.fn();
58 assert(!X2.fn);
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dunique_ptr.pass.cpp47 void fn ( const std::shared_ptr<int> &) {} function
48 void fn ( const std::shared_ptr<B> &) { assert (false); } function
93 fn(std::unique_ptr<int>(new int));
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DJcDnld.cpp37 static const char fn[] = "JCDNLD_Init"; local
40 ALOGD("%s: enter", fn);
56 ALOGE("%s: failed", fn);
66 ALOGE("%s:Open DWP communication is failed", fn);
71 ALOGE("%s:Open DWP communication is success", fn);
77 ALOGE("%s: NULL DWP channel", fn);
95 static const char fn[] = "JCDNLD_StartDownload"; local
100 ALOGE("%s: Exit; status=0x0%X", fn, status);
115 static const char fn[] = "JCDNLD_DeInit"; local
117 ALOGD("%s: enter", fn);
[all...]
/external/libffi/src/bfin/
H A Dsysv.S49 fn = stack (fp+28) define
/external/llvm/test/Bindings/OCaml/
H A Dipo.ml42 let fn = define_function "fn" fty m in var
44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
46 ignore (build_ret (build_call fn [| |] "" b) b);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D2-1.c50 static void *fn(void *arg) function
113 if (pthread_create(&thread1, NULL, fn, NULL) != 0) {
/external/python/cpython2/Mac/Demo/sound/
H A Dplayaiff.py6 fn = 'f:just samples:2ndbeat.aif' variable
7 af = aifc.open(fn, 'r')
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S49 fn = stack (fp+28) define
/external/python/cpython2/RISCOS/
H A Dunixstuff.c12 int isatty(int fn) argument
13 { return (fn==fileno(stdin));
45 int isdir(char *fn) argument
47 if(xosfile_read_stamped_no_path(fn,&ob,0,0,0,0,0)) return 0;
55 int isfile(char *fn) argument
57 if(xosfile_read_stamped_no_path(fn,&ob,0,0,0,0,0)) return 0;
65 int object_exists(char *fn) argument
67 if(xosfile_read_stamped_no_path(fn,&ob,0,0,0,0,0)) return 0;
/external/python/cpython3/Doc/includes/
H A Demail-read-alternative.py52 fn = part.get_filename() variable
53 if fn:
71 for fn in partfiles.values():
72 os.remove(fn)
/external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S49 fn = stack (fp+28) define
/external/skia/src/core/
H A DSkTaskGroup.cpp13 void SkTaskGroup::add(std::function<void(void)> fn) { argument
16 fn();
21 void SkTaskGroup::batch(int N, std::function<void(int)> fn) { argument
26 fn(i);
/external/skia/tests/
H A DParametricStageTest.cpp13 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn fn) { argument
25 p.append(SkRasterPipeline::parametric_r, &fn);
26 p.append(SkRasterPipeline::parametric_g, &fn);
27 p.append(SkRasterPipeline::parametric_b, &fn);
28 p.append(SkRasterPipeline::parametric_a, &fn);
35 float want = (in[i] <= fn.fD) ? fn.fC * in[i] + fn.fF
36 : powf(in[i] * fn.fA + fn
45 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local
[all...]
/external/skia/tools/
H A Dcreate_flutter_test_images.cpp25 SkColorSpaceTransferFn fn; local
26 fn.fA = 1.f; fn.fB = 0.f; fn.fC = 0.f; fn.fD = 0.f; fn.fE = 0.f; fn.fF = 0.f; fn.fG = 50.f;
27 return SkColorSpace::MakeRGB(fn, SkColorSpace::kSRGB_Gamut);
/external/skqp/src/core/
H A DSkImageInfoPriv.h53 SkColorSpaceTransferFn fn; local
54 if (info.colorSpace() && !info.colorSpace()->isNumericalTransferFn(&fn)) {
H A DSkTaskGroup.cpp13 void SkTaskGroup::add(std::function<void(void)> fn) { argument
16 fn();
21 void SkTaskGroup::batch(int N, std::function<void(int)> fn) { argument
26 fn(i);
/external/skqp/tests/
H A DParametricStageTest.cpp13 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn fn) { argument
25 p.append(SkRasterPipeline::parametric_r, &fn);
26 p.append(SkRasterPipeline::parametric_g, &fn);
27 p.append(SkRasterPipeline::parametric_b, &fn);
28 p.append(SkRasterPipeline::parametric_a, &fn);
35 float want = (in[i] <= fn.fD) ? fn.fC * in[i] + fn.fF
36 : powf(in[i] * fn.fA + fn
45 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local
[all...]
/external/skqp/tools/
H A Dcreate_flutter_test_images.cpp25 SkColorSpaceTransferFn fn; local
26 fn.fA = 1.f; fn.fB = 0.f; fn.fC = 0.f; fn.fD = 0.f; fn.fE = 0.f; fn.fF = 0.f; fn.fG = 50.f;
27 return SkColorSpace::MakeRGB(fn, SkColorSpace::kSRGB_Gamut);
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dipo_opts.ml39 let fn = define_function "fn" fty m in var
41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
43 ignore (build_ret (build_call fn [| |] "" b) b);
/external/tensorflow/tensorflow/contrib/framework/python/ops/
H A Daccumulate_n_v2_eager_test.py67 def fn(first, second, third): function in function:AccumulateNV2EagerTest.testGrad
70 grad_fn = backprop.gradients_function(fn)
/external/tensorflow/tensorflow/core/platform/posix/
H A Denv.cc45 std::function<void()> fn)
46 : thread_(fn) {}
85 std::function<void()> fn) override {
86 return new StdThread(thread_options, name, fn);
44 StdThread(const ThreadOptions& thread_options, const string& name, std::function<void()> fn) argument
/external/v8/src/crankshaft/arm64/
H A Ddelayed-masm-arm64-inl.h32 void DelayedMasm::Fmov(FPRegister fd, FPRegister fn) { argument
34 __ Fmov(fd, fn);
/external/valgrind/drd/
H A Ddrd_qtcore_intercepts.c91 OrigFn fn; local
92 VALGRIND_GET_ORIG_FN(fn);
95 CALL_FN_W_WW(ret, fn, mutex, mode);
106 OrigFn fn; local
107 VALGRIND_GET_ORIG_FN(fn);
110 CALL_FN_W_WW(ret, fn, mutex, mode);
120 OrigFn fn; local
121 VALGRIND_GET_ORIG_FN(fn);
124 CALL_FN_W_W(ret, fn, mutex);
134 OrigFn fn; local
148 OrigFn fn; local
162 OrigFn fn; local
178 OrigFn fn; local
193 OrigFn fn; local
[all...]
/external/valgrind/none/tests/
H A Dvalgrind_cpp_test.cpp44 Int line, const HChar* fn, const HChar* format, ... )
43 assert_fail(Bool isCore, const HChar* expr, const HChar* file, Int line, const HChar* fn, const HChar* format, ... ) argument
/external/boringssl/src/util/
H A Dgenerate-asm-lcov.py146 fn = os.path.join(cwd, f) variable
147 if fn.endswith('.S'):
148 srcs.append(fn)

Completed in 2297 milliseconds

1234567891011>>