Home
last modified time | relevance | path

Searched refs:makeCall (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/devel/binaryen/binaryen-version_98/src/emscripten-optimizer/
H A Doptimizer-shared.cpp269 return ValueBuilder::makeCall(SIMD_FLOAT32X4, in makeAsmCoercedZero()
277 return ValueBuilder::makeCall( in makeAsmCoercedZero()
282 return ValueBuilder::makeCall(SIMD_INT8X16, in makeAsmCoercedZero()
302 return ValueBuilder::makeCall(SIMD_INT16X8, in makeAsmCoercedZero()
314 return ValueBuilder::makeCall(SIMD_INT32X4, in makeAsmCoercedZero()
334 return ValueBuilder::makeCall(MATH_FROUND, node); in makeAsmCoercion()
336 return ValueBuilder::makeCall(SIMD_FLOAT32X4_CHECK, node); in makeAsmCoercion()
338 return ValueBuilder::makeCall(SIMD_FLOAT64X2_CHECK, node); in makeAsmCoercion()
340 return ValueBuilder::makeCall(SIMD_INT8X16_CHECK, node); in makeAsmCoercion()
342 return ValueBuilder::makeCall(SIMD_INT16X8_CHECK, node); in makeAsmCoercion()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsfiledownloader.cpp84 void makeCall( QUrl url, QString fileName, bool cancel = false );
95 void TestQgsFileDownloader::makeCall( QUrl url, QString fileName, bool cancel ) in makeCall() function in TestQgsFileDownloader
150 makeCall( QUrl( QStringLiteral( "http://www.qgis.org" ) ), mTempFile->fileName() ); in testValidDownload()
162makeCall( QUrl( QStringLiteral( "http://www.doesnotexistofthatimsure.qgis" ) ), mTempFile->fileNam… in testInValidDownload()
174makeCall( QUrl( QStringLiteral( "https://github.com/qgis/QGIS/archive/master.zip" ) ), mTempFile->… in testCanceledDownload()
185makeCall( QUrl( QStringLiteral( "https://github.com/qgis/QGIS/archive/master.zip" ) ), QString() ); in testInvalidFile()
196 makeCall( QUrl( QStringLiteral( "xyz://www" ) ), mTempFile->fileName() ); in testInvalidUrl()
207 makeCall( QUrl( QString() ), mTempFile->fileName() ); in testBlankUrl()
234 makeCall( QUrl( url ), mTempFile->fileName() ); in testSslError()
248 makeCall( QUrl( QStringLiteral( "http://www.qgis.org" ) ), fileName ); in testLacksWritePermissionsError()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsfiledownloader.cpp84 void makeCall( QUrl url, QString fileName, bool cancel = false );
95 void TestQgsFileDownloader::makeCall( QUrl url, QString fileName, bool cancel ) in makeCall() function in TestQgsFileDownloader
150 makeCall( QUrl( QStringLiteral( "http://www.qgis.org" ) ), mTempFile->fileName() ); in testValidDownload()
162makeCall( QUrl( QStringLiteral( "http://www.doesnotexistofthatimsure.qgis" ) ), mTempFile->fileNam… in testInValidDownload()
174makeCall( QUrl( QStringLiteral( "https://github.com/qgis/QGIS/archive/master.zip" ) ), mTempFile->… in testCanceledDownload()
185makeCall( QUrl( QStringLiteral( "https://github.com/qgis/QGIS/archive/master.zip" ) ), QString() ); in testInvalidFile()
196 makeCall( QUrl( QStringLiteral( "xyz://www" ) ), mTempFile->fileName() ); in testInvalidUrl()
207 makeCall( QUrl( QString() ), mTempFile->fileName() ); in testBlankUrl()
234 makeCall( QUrl( url ), mTempFile->fileName() ); in testSslError()
248 makeCall( QUrl( QStringLiteral( "http://www.qgis.org" ) ), fileName ); in testLacksWritePermissionsError()
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/spec/Prophecy/Call/
H A DCallCenterSpec.php22 $this->makeCall($objectProphecy, 'setValues', array(5, 2, 3));
39 $this->makeCall($objectProphecy, 'setValues', array(5, 2, 3))->shouldReturn(null);
77 $this->makeCall($objectProphecy, 'getName', array('world', 'everything'))->shouldReturn(42);
122 $this->makeCall($objectProphecy, 'getName', array('world', 'everything'))
157 $this->makeCall($objectProphecy, 'getName', array('world', 'everything'))
167 $this->makeCall($objectProphecy, 'getName', array('world'));
168 $this->makeCall($objectProphecy, 'getName', array('everything'));
169 $this->makeCall($objectProphecy, 'setName', array(42));
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/
H A DInjectedScript.cpp92 makeCall(function, &result); in getProperties()
122 makeCall(function, &result); in setPropertyValue()
131 makeCall(function, &result); in releaseObject()
176 makeCall(function, &result); in inspectNode()
192 void InjectedScript::makeCall(ScriptFunctionCall& function, RefPtr<InspectorValue>* result) in makeCall() function in WebCore::InjectedScript
212 makeCall(function, &result); in makeEvalCall()
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DDeNaN.cpp56 replacement = builder.makeCall("deNan32", {expr}, Type::f32); in visitExpression()
62 replacement = builder.makeCall("deNan64", {expr}, Type::f64); in visitExpression()
88 builder.makeCall( in visitFunction()
93 builder.makeCall( in visitFunction()
H A DInstrumentMemory.cpp83 curr->ptr = builder.makeCall(load_ptr, in visitLoad()
106 replaceCurrent(builder.makeCall( in visitLoad()
115 curr->ptr = builder.makeCall(store_ptr, in visitStore()
138 curr->value = builder.makeCall( in visitStore()
H A DSafeHeap.cpp87 builder.makeCall(getLoadName(curr), in visitLoad()
97 replaceCurrent(builder.makeCall( in visitStore()
328 builder.makeCall(alignfault, {}, Type::none)); in makeAlignCheck()
341 builder.makeCall(sbrk, {builder.makeConstPtr(0)}, indexType); in makeBoundsCheck()
347 sbrkPtr = builder.makeCall(getSbrkPtr, {}, indexType); in makeBoundsCheck()
366 builder.makeCall(segfault, {}, Type::none)); in makeBoundsCheck()
H A DReplaceStackPointer.cpp45 replaceCurrent(builder->makeCall(STACK_SAVE, {}, Type::i32)); in visitGlobalGet()
56 builder->makeCall(STACK_RESTORE, {curr->value}, Type::none)); in visitGlobalSet()
H A DTrapMode.cpp260 return builder.makeCall(name, {curr->left, curr->right}, type); in makeTrappingBinary()
284 return builder.makeCall(F64_TO_INT, {f64Value}, Type::i32); in makeTrappingUnary()
288 return builder.makeCall(name, {curr->value}, curr->type); in makeTrappingUnary()
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm2js.h697 Ref memory = ValueBuilder::makeCall( in addExports()
743 theValue = ValueBuilder::makeCall( in addGlobal()
1380 Ref call = ValueBuilder::makeCall( in processFunctionBody()
1473 Ref call = ValueBuilder::makeCall( in processFunctionBody()
1614 ret = ValueBuilder::makeCall( in processFunctionBody()
1619 ret = ValueBuilder::makeCall( in processFunctionBody()
1624 ret = ValueBuilder::makeCall( in processFunctionBody()
1932 return ValueBuilder::makeCall( in processFunctionBody()
2003 Ref call = ValueBuilder::makeCall( in processFunctionBody()
2286 ValueBuilder::makeCall(MATH_IMUL, in addMemoryGrowFunc()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DMethod.java91 makeCall(invokeInstruction, className, false); in makeSuperCallMethod()
121 makeCall(INVOKEVIRTUAL, className, false); in defaultInvokeVirtual()
127 makeCall(INVOKEINTERFACE, className, true); in defaultInvokeInterface()
133 makeCall(INVOKESPECIAL, className, isInterface); in defaultInvokeSpecial()
137 makeCall(INVOKESTATIC, className, isInterface); in defaultInvokeStatic()
140 private Method makeCall(int invokeInstruction, String className, boolean isInterface) { in makeCall() method in Method
/dports/lang/tcl87/tcl8.7a5/tests/
H A DooUtil.test187 method makeCall {} {
192 set cb [context makeCall]
203 method makeCall {b} {
208 set cb [context makeCall "a b c"]
219 method makeCall {} {
224 set cb [context makeCall]
235 method makeCall {b} {
240 set cb [context makeCall "a b c"]
250 method makeCall {b} {
255 set cb [context makeCall "a b c"]
[all …]
/dports/devel/binaryen/binaryen-version_98/test/example/
H A Dstack-utils.cpp76 builder.makeCall("foo", in test_stack_signatures()
86 builder.makeCall("bar", in test_stack_signatures()
312 auto* foo = builder.makeCall("foo", {}, Type::i32); in test_stack_flow()
314 builder.makeCall("bar", {builder.makePop(Type::i32)}, Type::f32); in test_stack_flow()
361 auto* foo = builder.makeCall("foo", {}, {Type::i32, Type::f32, Type::i64}); in test_stack_flow()
363 builder.makeCall("bar", {builder.makePop(Type::i64)}, Type::f64); in test_stack_flow()
365 builder.makeCall("baz", in test_stack_flow()
370 builder.makeCall("quux", in test_stack_flow()
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/src/extensions/cryptsetup/
H A Dcrypto-handlers.cpp68 bool SystemCommandLineCallHandler::makeCall(const QString &appPath, in makeCall() function in SystemCommandLineCallHandler
154 return handler.makeCall( in formatPartitionFile()
207 return handler.makeCall( in setupDevice()
216 bool ret = handler.makeCall( in findAvailableDevice()
232 return handler.makeCall(QLatin1String("/sbin/losetup"), in releaseDevice()
655 return handler.makeCall( in loadDmMod()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/internal/lsp/source/
H A Dcompletion_literal.go98 c.makeCall(typeName, "0", float64(score))
102 c.makeCall(typeName, "", float64(score))
265 func (c *completer) makeCall(typeName string, secondArg string, matchScore float64) { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion_literal.go139 c.makeCall(typeName, "0", float64(score), addlEdits)
143 c.makeCall(typeName, "", float64(score), addlEdits)
346 func (c *completer) makeCall(typeName string, secondArg string, matchScore float64, edits []protoco… func
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion_literal.go139 c.makeCall(typeName, "0", float64(score), addlEdits)
143 c.makeCall(typeName, "", float64(score), addlEdits)
346 func (c *completer) makeCall(typeName string, secondArg string, matchScore float64, edits []protoco… func

123456789