Home
last modified time | relevance | path

Searched refs:callType (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dports/security/vault/vault-1.8.2/vault/diagnose/
H A Dmock_storage_backend.go32 callType string member
37 …if (m.callType == timeoutCallRead && op == readOp) || (m.callType == timeoutCallWrite && op == wri…
38 (m.callType == timeoutCallDelete && op == deleteOp) {
40 } else if m.callType == errCallWrite && op == writeOp {
42 } else if m.callType == errCallDelete && op == deleteOp {
44 } else if m.callType == errCallRead && op == readOp {
58 if m.callType == timeoutCallRead {
61 if m.callType == errCallRead {
64 if m.callType == badReadCall {
H A Dstorage_checks_test.go20 mb: mockStorageBackend{callType: timeoutCallWrite},
24 mb: mockStorageBackend{callType: timeoutCallRead},
28 mb: mockStorageBackend{callType: timeoutCallDelete},
32 mb: mockStorageBackend{callType: errCallWrite},
36 mb: mockStorageBackend{callType: errCallDelete},
40 mb: mockStorageBackend{callType: errCallRead},
44 mb: mockStorageBackend{callType: badReadCall},
52 backendCallType := tc.mb.(mockStorageBackend).callType
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingproxy.cs222 int callType = Message.Sync; in Invoke()
226 callType = msg.GetCallType(); in Invoke()
242 if ((reqMsg == null) && (callType != Message.Sync)) in InternalInvoke()
327 switch (callType) in InternalInvoke()
402 bool useDispatchMessage, int callType) in InternalInvokeAsync() argument
424 BCLDebug.Assert( (callType & Message.BeginAsync) != 0, in InternalInvokeAsync()
453 if ((callType & Message.BeginAsync) != 0) in InternalInvokeAsync()
456 if ((callType & Message.OneWay) != 0) in InternalInvokeAsync()
506 int callType = m.GetCallType(); in Invoke()
508 switch (callType) in Invoke()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoweredCallTargetNode.java40 protected final CallingConvention.Type callType; field in LoweredCallTargetNode
44 CallingConvention.Type callType, InvokeKind invokeKind) { in LoweredCallTargetNode() argument
47 this.callType = callType; in LoweredCallTargetNode()
54 public CallingConvention.Type callType() { in callType() method in LoweredCallTargetNode
55 return callType; in callType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoweredCallTargetNode.java40 protected final CallingConvention.Type callType; field in LoweredCallTargetNode
44 CallingConvention.Type callType, InvokeKind invokeKind) { in LoweredCallTargetNode() argument
47 this.callType = callType; in LoweredCallTargetNode()
54 public CallingConvention.Type callType() { in callType() method in LoweredCallTargetNode
55 return callType; in callType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoweredCallTargetNode.java40 protected final CallingConvention.Type callType; field in LoweredCallTargetNode
44 CallingConvention.Type callType, InvokeKind invokeKind) { in LoweredCallTargetNode() argument
47 this.callType = callType; in LoweredCallTargetNode()
54 public CallingConvention.Type callType() { in callType() method in LoweredCallTargetNode
55 return callType; in callType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoweredCallTargetNode.java40 protected final CallingConvention.Type callType; field in LoweredCallTargetNode
44 CallingConvention.Type callType, InvokeKind invokeKind) { in LoweredCallTargetNode() argument
47 this.callType = callType; in LoweredCallTargetNode()
54 public CallingConvention.Type callType() { in callType() method in LoweredCallTargetNode
55 return callType; in callType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoweredCallTargetNode.java40 protected final CallingConvention.Type callType; field in LoweredCallTargetNode
44 CallingConvention.Type callType, InvokeKind invokeKind) { in LoweredCallTargetNode() argument
47 this.callType = callType; in LoweredCallTargetNode()
54 public CallingConvention.Type callType() { in callType() method in LoweredCallTargetNode
55 return callType; in callType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoweredCallTargetNode.java40 protected final CallingConvention.Type callType; field in LoweredCallTargetNode
44 CallingConvention.Type callType, InvokeKind invokeKind) { in LoweredCallTargetNode() argument
47 this.callType = callType; in LoweredCallTargetNode()
54 public CallingConvention.Type callType() { in callType() method in LoweredCallTargetNode
55 return callType; in callType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoweredCallTargetNode.java40 protected final CallingConvention.Type callType; field in LoweredCallTargetNode
44 CallingConvention.Type callType, InvokeKind invokeKind) { in LoweredCallTargetNode() argument
47 this.callType = callType; in LoweredCallTargetNode()
54 public CallingConvention.Type callType() { in callType() method in LoweredCallTargetNode
55 return callType; in callType()
/dports/www/nift/nsm-2.4.11/
H A DParser.h245 const std::string& callType,
251 const std::string& callType,
259 const std::string& callType,
282 const std::string& callType,
299 const std::string& callType,
314 const std::string& callType,
322 const std::string& callType,
345 const std::string& callType,
353 const std::string& callType,
361 const std::string& callType,
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSCallbackData.cpp54 CallType callType = getCallData(function, callData); in invokeCallback() local
55 if (callType == CallTypeNone) { in invokeCallback()
56 callType = callback()->getCallData(callData); in invokeCallback()
57 if (callType == CallTypeNone) in invokeCallback()
70 ? JSMainThreadExecState::call(exec, function, callType, callData, callback(), args) in invokeCallback()
71 : JSC::call(exec, function, callType, callData, callback(), args); in invokeCallback()
H A DJSEventListener.cpp100 CallType callType = getCallData(handleEventFunction, callData); in handleEvent() local
101 if (callType == CallTypeNone) { in handleEvent()
103 callType = jsFunction->getCallData(callData); in handleEvent()
106 if (callType != CallTypeNone) { in handleEvent()
122 … ? JSMainThreadExecState::call(exec, handleEventFunction, callType, callData, jsFunction, args) in handleEvent()
123 : JSC::call(exec, handleEventFunction, callType, callData, jsFunction, args); in handleEvent()
127 … ? JSMainThreadExecState::call(exec, jsFunction, callType, callData, currentTarget, args) in handleEvent()
128 : JSC::call(exec, jsFunction, callType, callData, currentTarget, args); in handleEvent()
H A DJSNodeFilterCondition.cpp58 CallType callType = getCallData(function, callData); in acceptNode() local
59 if (callType == CallTypeNone) { in acceptNode()
61 callType = getCallData(function, callData); in acceptNode()
62 if (callType == CallTypeNone) { in acceptNode()
75 JSValue result = JSC::call(exec, function, callType, callData, m_filter.get(), args); in acceptNode()
H A DJSCustomXPathNSResolver.cpp76 CallType callType = getCallData(function, callData); in lookupNamespaceURI() local
77 if (callType == CallTypeNone) { in lookupNamespaceURI()
78 callType = m_customResolver->getCallData(callData); in lookupNamespaceURI()
79 if (callType == CallTypeNone) { in lookupNamespaceURI()
93 JSValue retval = JSC::call(exec, function, callType, callData, m_customResolver, args); in lookupNamespaceURI()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeobjectscriptclass.cpp750 type = callType; in initAsType()
756 type = callType; in initAsType()
759 type = callType; in initAsType()
762 type = callType; in initAsType()
764 type = callType; in initAsType()
767 type = callType; in initAsType()
784 type = callType; in fromScriptValue()
787 type = callType; in fromScriptValue()
790 type = callType; in fromScriptValue()
793 type = callType; in fromScriptValue()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4qobjectwrapper.cpp1721 type = callType; in initAsType()
1727 type = callType; in initAsType()
1730 type = callType; in initAsType()
1733 type = callType; in initAsType()
1735 type = callType; in initAsType()
1738 type = callType; in initAsType()
1741 type = callType; in initAsType()
1744 type = callType; in initAsType()
1747 type = callType; in initAsType()
1763 type = callType; in fromContainerValue()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4qobjectwrapper.cpp1721 type = callType; in initAsType()
1727 type = callType; in initAsType()
1730 type = callType; in initAsType()
1733 type = callType; in initAsType()
1735 type = callType; in initAsType()
1738 type = callType; in initAsType()
1741 type = callType; in initAsType()
1744 type = callType; in initAsType()
1747 type = callType; in initAsType()
1763 type = callType; in fromContainerValue()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DCallData.cpp35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, … in call() argument
37 ASSERT(callType == CallTypeJS || callType == CallTypeHost); in call()
38 …return exec->interpreter()->executeCall(exec, asObject(functionObject), callType, callData, thisVa… in call()
H A DArrayPrototype.cpp74 if (callType != CallTypeJS) in isNumericCompareFunction()
257 if (callType != CallTypeNone) in arrayProtoFuncToLocaleString()
514 else if (callType != CallTypeNone) in arrayProtoFuncSort()
667 if (callType == CallTypeNone) in arrayProtoFuncFilter()
726 if (callType == CallTypeNone) in arrayProtoFuncMap()
788 if (callType == CallTypeNone) in arrayProtoFuncEvery()
846 if (callType == CallTypeNone) in arrayProtoFuncForEach()
896 if (callType == CallTypeNone) in arrayProtoFuncSome()
953 if (callType == CallTypeNone) in arrayProtoFuncReduce()
981 if (callType == CallTypeJS && array) { in arrayProtoFuncReduce()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DArrayPrototype.cpp72 if (callType != CallTypeJS) in isNumericCompareFunction()
246 if (callType != CallTypeNone) in arrayProtoFuncToLocaleString()
480 else if (callType != CallTypeNone) in arrayProtoFuncSort()
616 if (callType == CallTypeNone) in arrayProtoFuncFilter()
674 if (callType == CallTypeNone) in arrayProtoFuncMap()
731 if (callType == CallTypeNone) in arrayProtoFuncEvery()
787 if (callType == CallTypeNone) in arrayProtoFuncForEach()
832 if (callType == CallTypeNone) in arrayProtoFuncSome()
885 if (callType == CallTypeNone) in arrayProtoFuncReduce()
913 if (callType == CallTypeJS && array) { in arrayProtoFuncReduce()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DArrayPrototype.cpp72 if (callType != CallTypeJS) in isNumericCompareFunction()
246 if (callType != CallTypeNone) in arrayProtoFuncToLocaleString()
480 else if (callType != CallTypeNone) in arrayProtoFuncSort()
616 if (callType == CallTypeNone) in arrayProtoFuncFilter()
674 if (callType == CallTypeNone) in arrayProtoFuncMap()
731 if (callType == CallTypeNone) in arrayProtoFuncEvery()
787 if (callType == CallTypeNone) in arrayProtoFuncForEach()
832 if (callType == CallTypeNone) in arrayProtoFuncSome()
885 if (callType == CallTypeNone) in arrayProtoFuncReduce()
913 if (callType == CallTypeJS && array) { in arrayProtoFuncReduce()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DArrayPrototype.cpp72 if (callType != CallTypeJS) in isNumericCompareFunction()
246 if (callType != CallTypeNone) in arrayProtoFuncToLocaleString()
480 else if (callType != CallTypeNone) in arrayProtoFuncSort()
616 if (callType == CallTypeNone) in arrayProtoFuncFilter()
674 if (callType == CallTypeNone) in arrayProtoFuncMap()
731 if (callType == CallTypeNone) in arrayProtoFuncEvery()
787 if (callType == CallTypeNone) in arrayProtoFuncForEach()
832 if (callType == CallTypeNone) in arrayProtoFuncSome()
885 if (callType == CallTypeNone) in arrayProtoFuncReduce()
913 if (callType == CallTypeJS && array) { in arrayProtoFuncReduce()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/MiniProfiler/go/miniprofiler/
H A Dtypes.go145 AddCustomTiming(callType, executeType string, start, end time.Time, command string) argument
147 StepCustomTiming(callType, executeType, command string, f func()) argument
177 func (p *Profile) AddCustomTiming(callType, executeType string, start, end time.Time, command strin…
179 p.Root.AddCustomTiming(callType, executeType, start, end, command)
183 func (p *Profile) StepCustomTiming(callType, executeType, command string, f func()) {
185 p.Root.StepCustomTiming(callType, executeType, command, f)
224 func (t *Timing) AddCustomTiming(callType, executeType string, start, end time.Time, command string…
240 t.CustomTimings[callType] = append(t.CustomTimings[callType], s)
244 func (t *Timing) StepCustomTiming(callType, executeType, command string, f func()) {
248 t.AddCustomTiming(callType, executeType, start, end, command)
/dports/devel/cquery/cquery-20180718/src/messages/
H A Dcquery_call_hierarchy.cc39 CallType callType = CallType::All; member
50 callType,
61 CallType callType = CallType::Direct; member
74 callType,
100 entry1.callType = call_type; in Expand()
181 entry.callType = CallType::Direct; in BuildInitial()
199 entry.callType = CallType::Direct; in Run()
201 Expand(this, &entry, params.callee, params.callType, in Run()
216 params.callType, params.detailedName, params.levels); in Run()

12345678910>>...19