| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/ |
| D | benchGeometry.cpp | 26 struct func<res, arg1, arg2, TV> struct 36 struct func<res, arg1, arg2, TMATV> argument 46 struct func<res, arg1, arg2, TMATVMAT> argument 55 template <class func, class arg1, class arg2> argument
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/blas/ |
| D | level2_real_impl.h | 17 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 69 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 108 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 189 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 233 static const functype func[2] = { in EIGEN_BLAS_FUNC() local
|
| D | level2_impl.h | 30 static const functype func[4] = { in EIGEN_BLAS_FUNC() local 89 static const functype func[16] = { in EIGEN_BLAS_FUNC() local 148 static const functype func[16] = { in EIGEN_BLAS_FUNC() local 353 static const functype func[16] = { in EIGEN_BLAS_FUNC() local 427 static const functype func[16] = { in EIGEN_BLAS_FUNC() local 502 static const functype func[16] = { in EIGEN_BLAS_FUNC() local
|
| D | level2_cplx_impl.h | 23 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 108 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 152 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 200 static const functype func[2] = { in EIGEN_BLAS_FUNC() local 247 static const functype func[2] = { in EIGEN_BLAS_FUNC() local
|
| D | level3_impl.h | 17 static const functype func[12] = { in EIGEN_BLAS_FUNC() local 83 static const functype func[32] = { in EIGEN_BLAS_FUNC() local 188 static const functype func[32] = { in EIGEN_BLAS_FUNC() local 363 static const functype func[8] = { in EIGEN_BLAS_FUNC() local 570 static const functype func[8] = { in EIGEN_BLAS_FUNC() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/ |
| D | cxx11_tensor_notification.cpp | 41 std::function<void()> func = std::bind(&WaitAndAdd, &n, &counter); in test_notification_single() local 65 std::function<void()> func = std::bind(&WaitAndAdd, &n, &counter); in test_notification_multiple() local
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/ |
| D | native_common.h | 68 #define DECLARE_NAPI_FUNCTION(name, func) \ argument 73 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument 78 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
|
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/util/ |
| D | native_common.h | 68 #define DECLARE_NAPI_FUNCTION(name, func) … argument 73 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument 78 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
|
| /applications/sample/camera/launcher/launcher/src/main/cpp/ |
| D | app_info.h | 70 AppClickListener(funcClick func, AppInfo* app) : funcClick_(func), appInfo_(app) {} in AppClickListener() 85 AppLongPressListener(funcClick func, AppInfo* app) : appInfo_(app), funcLongPress_(func) {} in AppLongPressListener()
|
| /applications/sample/camera/communication/hostapd/src/ |
| D | hostapd_sample.c | 35 int (*func)(int, char **) = NULL; in ThreadMain() local
|
| /applications/sample/camera/communication/wpa_supplicant/src/ |
| D | wpa_sample.c | 35 int (*func)(int, char **) = NULL; in ThreadMain() local
|
| /applications/sample/wifi-iot/app/demolink/ |
| D | demosdk_adapter.h | 24 void *(*func)(char* arg); member
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/ |
| D | Swap.h | 33 …nment_kernel(DstEvaluatorTypeT &dst, const SrcEvaluatorTypeT &src, const Functor &func, DstXprType… in generic_dense_assignment_kernel()
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICustomAsynchronousOperations/entry/src/main/cpp/ |
| D | napi_init.cpp | 31 napi_value func = args[2]; in AsynchronousWork() local
|
| /applications/standard/settings/cj/settings/src/ |
| D | cj_settings_observer.cpp | 64 auto func = reinterpret_cast<void(*)(void)>(observer); in RegisterKeyObserver() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/products/ |
| D | Parallelizer.h | 86 void parallelize_gemm(const Functor& func, Index rows, Index cols, Index depth, bool transpose) in parallelize_gemm()
|
| /applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/common/dfx/log/ |
| D | AVCodecSampleLog.h | 25 #define AVCODEC_SAMPLE_LOG(func, fmt, args...) … argument
|
| /applications/standard/app_samples/code/BasicFeature/Media/AVCodec/entry/src/main/cpp/common/dfx/log/ |
| D | av_codec_sample_log.h | 33 #define AVCODEC_SAMPLE_LOG(func, fmt, args...) \ argument
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsOne/functioncall/src/main/cpp/ |
| D | hello.cpp | 90 JSVM_Value func; in TEST_FUNC() local
|
| /applications/standard/app_samples/code/BasicFeature/Media/Camera_js/entry/src/main/ets/common/ |
| D | GlobalContext.ts | 64 const func = this._objects.get(value); constant
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/NodeAPI/NodeAPIFaqs/NodeAPIReleaseTsfn/entry/src/main/cpp/ |
| D | napi_init.cpp | 114 static void TsfnCallJs(napi_env env, napi_value func, void *context, void *data) in TsfnCallJs()
|
| /applications/standard/camera/common/src/main/ets/default/utils/ |
| D | GlobalContext.ts | 66 const func = this._objects.get(value); constant
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorBase.h | 41 nullaryExpr(const CustomNullaryOp& func) const { in nullaryExpr() 73 unaryExpr(const CustomUnaryOp& func) const { in unaryExpr() 331 binaryExpr(const OtherDerived& other, const CustomBinaryOp& func) const { in binaryExpr()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/libsamplerate/src/ |
| D | samplerate.c | 51 src_callback_new (src_callback_t func, int converter_type, int channels, int *error, void* cb_data) in src_callback_new()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/ |
| D | evaluators.cpp | 89 …CE_FUNC void call_assignment(const NoAlias<Dst,StorageBase>& dst, const Src& src, const Func& func) in call_assignment()
|