Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 25 of 3153) sorted by relevance

12345678910>>...127

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/drkonqi-parser/
H A Dbacktraceparser.cpp150 if ( regExp.exactMatch(line.functionName()) ) in lineIsStackBase()
159 if ( regExp.exactMatch(line.functionName()) ) in lineIsStackBase()
165 line.functionName() == QLatin1String("exit") || in lineIsStackBase()
166 line.functionName() == QLatin1String("*__GI_exit") ) in lineIsStackBase()
183 || line.functionName() == QLatin1String("qFatal") in lineIsStackTop()
184 || line.functionName() == QLatin1String("abort") in lineIsStackTop()
204 || line.functionName() == QLatin1String("WinMain") ) in lineShouldBeIgnored()
220 || line.functionName() == QLatin1String("raise") in isFunctionUseful()
221 || line.functionName() == QLatin1String("abort") in isFunctionUseful()
247 || line.functionName().endsWith(QLatin1String("ref")) in isFunctionUseful()
[all …]
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/parser/
H A Dbacktraceparser.cpp158 …if (line.functionName() == QLatin1String("start_thread") || line.functionName() == QLatin1String("… in lineIsStackBase()
175 …|| line.functionName() == QLatin1String("exit") || line.functionName() == QLatin1String("*__GI_exi… in lineIsStackBase()
191 … || line.functionName() == QLatin1String("qFatal") || line.functionName() == QLatin1String("abort") in lineIsStackTop()
192 …|| line.functionName() == QLatin1String("*__GI_abort") || line.functionName() == QLatin1String("*_… in lineIsStackTop()
212 …|| line.functionName().contains(QLatin1String("_tmain")) || line.functionName() == QLatin1String("… in lineShouldBeIgnored()
227 …if (line.functionName() == QLatin1String("__kernel_vsyscall") || line.functionName() == QLatin1Str… in isFunctionUseful()
228 …|| line.functionName() == QLatin1String("abort") || line.functionName() == QLatin1String("__libc_m… in isFunctionUseful()
246 …|| line.functionName().endsWith(QLatin1String("ref")) || line.functionName().endsWith(QLatin1Strin… in isFunctionUseful()
252 …if (line.functionName() == QLatin1String("qt_message_output") || line.functionName() == QLatin1Str… in isFunctionUseful()
253 …|| line.functionName() == QLatin1String("qFatal") || line.functionName().startsWith(QLatin1String(… in isFunctionUseful()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/include/webgl/
H A Dwebgl1.h156functionName) ret functionName(void) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(cu… argument
157functionName, t0) ret functionName(t0 p0) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecif… argument
158functionName, t0, t1) ret functionName(t0 p0, t1 p1) { GL_FUNCTION_TRACE(functionName); if (pthrea… argument
169functionName) ret functionName(void) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(cu… argument
170functionName, t0) ret functionName(t0 p0) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecif… argument
182functionName) ret functionName(void) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(cu… argument
183functionName, t0) ret functionName(t0 p0) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecif… argument
203 #define RETURN_FN(functionName) if (!strcmp(name, #functionName)) return functionName; argument
204 #define RETURN_FN_WITH_SUFFIX(functionName, suffix) if (!strcmp(name, #functionName)) return functi… argument
210 #define RETURN_FN(functionName) if (!strcmp(name, #functionName)) return emscripten_##functionName; argument
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DYulUtilFunctions.cpp215 string functionName = in requireOrAssertFunction() local
1560 string functionName = in storageArrayPushFunction()
2587 string functionName = in readFromStorageDynamic() local
2610 string functionName = in readFromStorageValueType() local
2877 string functionName = in extractFromStorageValueDynamic() local
3266 string functionName = in conversionFunction() local
3521 string functionName = in copyStructToStorageFunction() local
3645 string functionName = in arrayConversionFunction() local
3873 functionName += "_to_"; in packedHashFunction()
4170 string functionName = in conversionFunctionSpecial() local
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Utilities/
H A DVariadicMacros.h14 #define STATIC_VARIADIC_TO_VECTOR_PART1(functionName, inputType, outputType) \
18 return functionName(vec, args...); \
21 #define STATIC_VARIADIC_TO_VECTOR_PART2(functionName, inputType, outputType) \
32 #define STATIC_VARIADIC_TO_VECTOR(functionName, inputType, outputType) \
33 STATIC_VARIADIC_TO_VECTOR_PART1(functionName, inputType, outputType) \
34 STATIC_VARIADIC_TO_VECTOR_PART2(functionName, inputType, outputType)
36 #define VARIADIC_TO_VECTOR(functionName, inputType, outputType) \
38 inline argument_type<void(outputType)>::type functionName(Args const&... args) { \
40 return functionName(vec, args...); \
53 #define VARIADIC_TO_REFVECTOR(functionName, inputType, outputType) \
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_debugprint.h106 #define PA_LOGAPI_ENTER(functionName) PaUtil_DebugPrint( functionName " called.\n" ) argument
108 #define PA_LOGAPI_ENTER_PARAMS(functionName) PaUtil_DebugPrint( functionName " called:\n" ) argument
110 #define PA_LOGAPI_EXIT(functionName) PaUtil_DebugPrint( functionName " returned.\n" ) argument
112 #define PA_LOGAPI_EXIT_PAERROR( functionName, result ) \ argument
113 PaUtil_DebugPrint( functionName " returned:\n" ); \
117 PaUtil_DebugPrint( functionName " returned:\n" ); \
121 PaUtil_DebugPrint( functionName " returned:\n" ); \
128 #define PA_LOGAPI_ENTER(functionName) argument
129 #define PA_LOGAPI_ENTER_PARAMS(functionName) argument
130 #define PA_LOGAPI_EXIT(functionName) argument
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/common/
H A Dpa_debugprint.h106 #define PA_LOGAPI_ENTER(functionName) PaUtil_DebugPrint( functionName " called.\n" ) argument
108 #define PA_LOGAPI_ENTER_PARAMS(functionName) PaUtil_DebugPrint( functionName " called:\n" ) argument
110 #define PA_LOGAPI_EXIT(functionName) PaUtil_DebugPrint( functionName " returned.\n" ) argument
112 #define PA_LOGAPI_EXIT_PAERROR( functionName, result ) \ argument
113 PaUtil_DebugPrint( functionName " returned:\n" ); \
117 PaUtil_DebugPrint( functionName " returned:\n" ); \
121 PaUtil_DebugPrint( functionName " returned:\n" ); \
128 #define PA_LOGAPI_ENTER(functionName) argument
129 #define PA_LOGAPI_ENTER_PARAMS(functionName) argument
130 #define PA_LOGAPI_EXIT(functionName) argument
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_debugprint.h106 #define PA_LOGAPI_ENTER(functionName) PaUtil_DebugPrint( functionName " called.\n" ) argument
108 #define PA_LOGAPI_ENTER_PARAMS(functionName) PaUtil_DebugPrint( functionName " called:\n" ) argument
110 #define PA_LOGAPI_EXIT(functionName) PaUtil_DebugPrint( functionName " returned.\n" ) argument
112 #define PA_LOGAPI_EXIT_PAERROR( functionName, result ) \ argument
113 PaUtil_DebugPrint( functionName " returned:\n" ); \
117 PaUtil_DebugPrint( functionName " returned:\n" ); \
121 PaUtil_DebugPrint( functionName " returned:\n" ); \
128 #define PA_LOGAPI_ENTER(functionName) argument
129 #define PA_LOGAPI_ENTER_PARAMS(functionName) argument
130 #define PA_LOGAPI_EXIT(functionName) argument
[all …]
/dports/audio/portaudio/portaudio/src/common/
H A Dpa_debugprint.h106 #define PA_LOGAPI_ENTER(functionName) PaUtil_DebugPrint( functionName " called.\n" ) argument
108 #define PA_LOGAPI_ENTER_PARAMS(functionName) PaUtil_DebugPrint( functionName " called:\n" ) argument
110 #define PA_LOGAPI_EXIT(functionName) PaUtil_DebugPrint( functionName " returned.\n" ) argument
112 #define PA_LOGAPI_EXIT_PAERROR( functionName, result ) \ argument
113 PaUtil_DebugPrint( functionName " returned:\n" ); \
117 PaUtil_DebugPrint( functionName " returned:\n" ); \
121 PaUtil_DebugPrint( functionName " returned:\n" ); \
128 #define PA_LOGAPI_ENTER(functionName) argument
129 #define PA_LOGAPI_ENTER_PARAMS(functionName) argument
130 #define PA_LOGAPI_EXIT(functionName) argument
[all …]
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_debugprint.h106 #define PA_LOGAPI_ENTER(functionName) PaUtil_DebugPrint( functionName " called.\n" )
108 #define PA_LOGAPI_ENTER_PARAMS(functionName) PaUtil_DebugPrint( functionName " called:\n" )
110 #define PA_LOGAPI_EXIT(functionName) PaUtil_DebugPrint( functionName " returned.\n" )
112 #define PA_LOGAPI_EXIT_PAERROR( functionName, result ) \
113 PaUtil_DebugPrint( functionName " returned:\n" ); \
117 PaUtil_DebugPrint( functionName " returned:\n" ); \
121 PaUtil_DebugPrint( functionName " returned:\n" ); \
128 #define PA_LOGAPI_ENTER(functionName)
129 #define PA_LOGAPI_ENTER_PARAMS(functionName)
130 #define PA_LOGAPI_EXIT(functionName)
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/common/
H A Dpa_debugprint.h106 #define PA_LOGAPI_ENTER(functionName) PaUtil_DebugPrint( functionName " called.\n" ) argument
108 #define PA_LOGAPI_ENTER_PARAMS(functionName) PaUtil_DebugPrint( functionName " called:\n" ) argument
110 #define PA_LOGAPI_EXIT(functionName) PaUtil_DebugPrint( functionName " returned.\n" ) argument
112 #define PA_LOGAPI_EXIT_PAERROR( functionName, result ) \ argument
113 PaUtil_DebugPrint( functionName " returned:\n" ); \
117 PaUtil_DebugPrint( functionName " returned:\n" ); \
121 PaUtil_DebugPrint( functionName " returned:\n" ); \
128 #define PA_LOGAPI_ENTER(functionName) argument
129 #define PA_LOGAPI_ENTER_PARAMS(functionName) argument
130 #define PA_LOGAPI_EXIT(functionName) argument
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/oboe-sys-0.4.4/oboe/src/aaudio/
H A DAAudioLoader.cpp152 AAudioLoader_check(proc, functionName); in load_I_PPB()
158 AAudioLoader_check(proc, functionName); in load_CPH_I()
164 AAudioLoader_check(proc, functionName); in load_V_PBI()
170 AAudioLoader_check(proc, functionName); in load_V_PBCPH()
176 AAudioLoader_check(proc, functionName); in load_V_PBPDPV()
182 AAudioLoader_check(proc, functionName); in load_V_PBPEPV()
188 AAudioLoader_check(proc, functionName); in load_I_PSI()
194 AAudioLoader_check(proc, functionName); in load_I_PS()
200 AAudioLoader_check(proc, functionName); in load_L_PS()
206 AAudioLoader_check(proc, functionName); in load_F_PS()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/oboe-sys-0.4.4/oboe/src/aaudio/
H A DAAudioLoader.cpp152 AAudioLoader_check(proc, functionName);
158 AAudioLoader_check(proc, functionName);
164 AAudioLoader_check(proc, functionName);
170 AAudioLoader_check(proc, functionName);
176 AAudioLoader_check(proc, functionName);
182 AAudioLoader_check(proc, functionName);
188 AAudioLoader_check(proc, functionName);
194 AAudioLoader_check(proc, functionName);
200 AAudioLoader_check(proc, functionName);
206 AAudioLoader_check(proc, functionName);
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/src/aaudio/
H A DAAudioLoader.cpp147 AAudioLoader_check(proc, functionName); in load_I_PPB()
153 AAudioLoader_check(proc, functionName); in load_CPH_I()
159 AAudioLoader_check(proc, functionName); in load_V_PBI()
165 AAudioLoader_check(proc, functionName); in load_V_PBPDPV()
171 AAudioLoader_check(proc, functionName); in load_V_PBPEPV()
177 AAudioLoader_check(proc, functionName); in load_I_PSI()
183 AAudioLoader_check(proc, functionName); in load_I_PS()
189 AAudioLoader_check(proc, functionName); in load_L_PS()
195 AAudioLoader_check(proc, functionName); in load_F_PS()
201 AAudioLoader_check(proc, functionName); in load_B_PS()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/oboe/src/aaudio/
H A DAAudioLoader.cpp142 AAudioLoader_check(proc, functionName); in load_I_PPB()
148 AAudioLoader_check(proc, functionName); in load_CPH_I()
154 AAudioLoader_check(proc, functionName); in load_V_PBI()
160 AAudioLoader_check(proc, functionName); in load_V_PBPDPV()
166 AAudioLoader_check(proc, functionName); in load_V_PBPEPV()
172 AAudioLoader_check(proc, functionName); in load_I_PSI()
178 AAudioLoader_check(proc, functionName); in load_I_PS()
184 AAudioLoader_check(proc, functionName); in load_L_PS()
190 AAudioLoader_check(proc, functionName); in load_F_PS()
196 AAudioLoader_check(proc, functionName); in load_B_PS()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp243 return functionName < rhs.functionName; in operator <()
270 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
274 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
278 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
282 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
286 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
290 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
294 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
336 ssboFunction.functionName += "_rm_"; in registerShaderStorageBlockFunction()
340 ssboFunction.functionName += "_cm_"; in registerShaderStorageBlockFunction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp243 return functionName < rhs.functionName; in operator <()
270 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
274 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
278 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
282 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
286 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
290 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
294 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
336 ssboFunction.functionName += "_rm_"; in registerShaderStorageBlockFunction()
340 ssboFunction.functionName += "_cm_"; in registerShaderStorageBlockFunction()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp243 return functionName < rhs.functionName; in operator <()
270 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
274 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
278 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
282 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
286 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
290 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
294 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
336 ssboFunction.functionName += "_rm_"; in registerShaderStorageBlockFunction()
340 ssboFunction.functionName += "_cm_"; in registerShaderStorageBlockFunction()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp243 return functionName < rhs.functionName; in operator <()
270 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
274 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
278 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
282 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
286 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
290 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
294 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
336 ssboFunction.functionName += "_rm_"; in registerShaderStorageBlockFunction()
340 ssboFunction.functionName += "_cm_"; in registerShaderStorageBlockFunction()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp243 return functionName < rhs.functionName; in operator <()
270 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
274 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
278 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
282 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
286 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
290 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
294 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
336 ssboFunction.functionName += "_rm_"; in registerShaderStorageBlockFunction()
340 ssboFunction.functionName += "_cm_"; in registerShaderStorageBlockFunction()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp243 return functionName < rhs.functionName; in operator <()
270 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
274 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
278 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
282 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
286 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
290 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
294 return ssboFunction.functionName; in registerShaderStorageBlockFunction()
336 ssboFunction.functionName += "_rm_"; in registerShaderStorageBlockFunction()
340 ssboFunction.functionName += "_cm_"; in registerShaderStorageBlockFunction()
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DRelation.cpp55 _pluginJachlambda->setComputeFunction(pluginPath, functionName); in setComputeJachlambdaFunction()
60 _pluginJachx->setComputeFunction(pluginPath, functionName); in setComputeJachxFunction()
65 _pluginJachz->setComputeFunction(pluginPath, functionName); in setComputeJachzFunction()
67 void Relation::setComputegFunction(const std::string& pluginPath, const std::string& functionName) in setComputegFunction() argument
69 _pluging->setComputeFunction(pluginPath, functionName); in setComputegFunction()
71 void Relation::setComputeFFunction(const std::string& pluginPath, const std::string& functionName) in setComputeFFunction() argument
73 _pluginf->setComputeFunction(pluginPath, functionName); in setComputeFFunction()
77 _plugine->setComputeFunction(pluginPath, functionName); in setComputeEFunction()
82 _pluginJacgx->setComputeFunction(pluginPath, functionName); in setComputeJacgxFunction()
87 _pluginJacglambda->setComputeFunction(pluginPath, functionName); in setComputeJacglambdaFunction()
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Dargacces.c318 const char *functionName, in EnvArgCountCheck() argument
364 const char *functionName, in EnvArgRangeCheck() argument
398 const char *functionName, in EnvArgTypeCheck() argument
503 const char *functionName, in GetNumericArgument() argument
614 const char *functionName, in GetFileName() argument
634 const char *functionName, in OpenErrorMessage() argument
654 const char *functionName, in GetModuleName() argument
712 const char *functionName, in GetConstructName() argument
740 const char *functionName, in NonexistantError() argument
759 const char *functionName, in ExpectedCountError() argument
[all …]
/dports/net/linphone/linphoneqt-4.1.1/src/app/cli/
H A DCli.cpp48 const QString &functionName, in Command() argument
53 mFunctionName(functionName), in Command()
87 const QString &functionName, in addCommand() argument
92 if (mCommands.contains(functionName)) in addCommand()
95 mCommands[functionName] = Cli::Command(functionName, description, function, argsScheme); in addCommand()
102 if (functionName.isEmpty()) in executeCommand()
110 mCommands[functionName].execute(args); in executeCommand()
124 const QString functionName = texts[1]; in parseFunctionName() local
125 if (!mCommands.contains(functionName)) { in parseFunctionName()
130 return functionName; in parseFunctionName()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DSoftLinking.h57 static resultType init##functionName parameterDeclarations; \
58 static resultType (*softLink##functionName) parameterDeclarations = init##functionName; \
60 static resultType init##functionName parameterDeclarations \
62 …softLink##functionName = (resultType (*) parameterDeclarations) dlsym(framework##Library(), #funct…
63 ASSERT(softLink##functionName); \
64 return softLink##functionName parameterNames; \
67 inline resultType functionName parameterDeclarations \
69 return softLink##functionName parameterNames; \
74 typedef resultType (*functionName##PtrType) parameterDeclarations; \
76 static functionName##PtrType functionName##Ptr() \
[all …]

12345678910>>...127