Home
last modified time | relevance | path

Searched defs:fnName (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/
H A DInputListener.cpp111 constexpr static auto& fnName = __func__; in notifyInputDevicesChanged() local
118 constexpr static auto& fnName = __func__; in notifyKey() local
125 constexpr static auto& fnName = __func__; in notifyMotion() local
132 constexpr static auto& fnName = __func__; in notifySwitch() local
139 constexpr static auto& fnName = __func__; in notifySensor() local
146 constexpr static auto& fnName = __func__; in notifyVibratorState() local
153 constexpr static auto& fnName = __func__; in notifyDeviceReset() local
160 constexpr static auto& fnName = __func__; in notifyPointerCaptureChanged() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_integers.cpp45 int test_single_param_integer_kernel(cl_command_queue queue, cl_context context, const char *fnName, in test_single_param_integer_kernel()
221 int test_single_param_integer_fn( cl_command_queue queue, cl_context context, const char *fnName, s… in test_single_param_integer_fn()
611 int test_two_param_integer_kernel(cl_command_queue queue, cl_context context, const char *fnName, in test_two_param_integer_kernel()
770 int test_two_param_integer_fn(cl_command_queue queue, cl_context context, const char *fnName, twoPa… in test_two_param_integer_fn()
796 …m_unmatched_integer_fn(cl_command_queue queue, cl_context context, const char *fnName, twoParamInt… in test_two_param_unmatched_integer_fn()
1264 int test_three_param_integer_kernel(cl_command_queue queue, cl_context context, const char *fnName, in test_three_param_integer_kernel()
1439 int test_three_param_integer_fn(cl_command_queue queue, cl_context context, const char *fnName, thr… in test_three_param_integer_fn()
H A Dtest_upsample.cpp39 int test_upsample_2_param_fn(cl_command_queue queue, cl_context context, const char *fnName, Explic… in test_upsample_2_param_fn()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dtracetst.c121 const char *fnName; in testTraceEntry() local
140 const char *fnName; in testTraceExit() local
169 const char *fnName; in testTraceData() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dtracetst.c121 const char *fnName; in testTraceEntry() local
140 const char *fnName; in testTraceExit() local
169 const char *fnName; in testTraceData() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/geometrics/
H A Dtest_geometrics_double.cpp294 int test_twoToFloat_kernel_double(cl_command_queue queue, cl_context context, const char *fnName, in test_twoToFloat_kernel_double()
536 int test_oneToFloat_kernel_double(cl_command_queue queue, cl_context context, const char *fnName, in test_oneToFloat_kernel_double()
743 int test_oneToOne_kernel_double(cl_command_queue queue, cl_context context, const char *fnName, in test_oneToOne_kernel_double()
H A Dtest_geometrics.cpp291 int test_twoToFloat_kernel(cl_command_queue queue, cl_context context, const char *fnName, in test_twoToFloat_kernel()
631 int test_oneToFloat_kernel(cl_command_queue queue, cl_context context, const char *fnName, in test_oneToFloat_kernel()
842 int test_oneToOne_kernel(cl_command_queue queue, cl_context context, const char *fnName, in test_oneToOne_kernel()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/
H A Dtest_relationals.cpp50 const char *fnName, ExplicitType vecType, in test_any_all_kernel()
327 int test_select_kernel(cl_context context, cl_command_queue queue, const char *fnName, in test_select_kernel()
H A Dtest_comparisons_fp.h80 std::string fnName; member
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/win32/
H A Dmisc.c171 FARPROC apr_load_dll_func(apr_dlltoken_e fnLib, char* fnName, int ordinal) in apr_load_dll_func()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjC.cpp1799 StringRef fnName) { in createARCRuntimeFunction()
1824 StringRef fnName, in emitARCValueOperation()
1852 StringRef fnName) { in emitARCLoadOperation()
1879 StringRef fnName, in emitARCStoreOperation()
1910 StringRef fnName) { in emitARCCopyOperation()
H A DCGAtomic.cpp304 StringRef fnName, in emitAtomicLibcall()
/aosp_15_r20/frameworks/native/services/powermanager/
H A DPowerHalController.cpp103 HalResult<T> PowerHalController::processHalResult(HalResult<T>&& result, const char* fnName) { in processHalResult()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/commonfns/
H A Dtest_base.h56 std::string fnName; member
H A Dtest_unary_fn.cpp180 const std::string &fnName, VerifyFuncUnary<T> verifyFn) in test_unary_fn()
H A Dtest_binary_fn.cpp60 const std::string& fnName, bool vecSecParam, in test_binary_fn()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_alias_analysis.cpp494 auto fnName = std::get<0>(param); in TEST_P() local
534 auto fnName = std::get<0>(param); in TEST_P() local
570 auto fnName = std::get<0>(param); in TEST_P() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_bb.cpp27 Function::Function(Program *p, const char *fnName, uint32_t label) in Function()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DShaderCodeDictionary.cpp169 std::string fnName; in invoke_node() local
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp43 TStringStream fnName = sh::InitializeStream<TStringStream>(); in ArrayHelperFunctionName() local
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DGrOvalOpFactory.cpp473 SkString fnName = fragBuilder->getMangledFunctionName("coverage_from_dash_edge"); in onEmitCode() local
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
Dnashorn.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/javax. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
Dnashorn.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/javax. ...