Home
last modified time | relevance | path

Searched refs:sourceID (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/debugger/
H A DDebugger.h61 virtual void evaluateStart(intptr_t sourceID) in evaluateStart() argument
63 UNUSED_PARAM(sourceID); in evaluateStart()
65 virtual void evaluateStop(const JSC::JSValue& returnValue, intptr_t sourceID) in evaluateStop() argument
67 UNUSED_PARAM(sourceID); in evaluateStop()
74 UNUSED_PARAM(sourceID); in exceptionThrow()
77 virtual void exceptionCatch(const JSC::DebuggerCallFrame& frame, intptr_t sourceID) in exceptionCatch() argument
80 UNUSED_PARAM(sourceID); in exceptionCatch()
83 virtual void functionExit(const JSC::JSValue& returnValue, intptr_t sourceID) in functionExit() argument
86 UNUSED_PARAM(sourceID); in functionExit()
93 virtual void atStatement(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/debugger/
H A DDebugger.h61 virtual void evaluateStart(intptr_t sourceID) in evaluateStart() argument
63 UNUSED_PARAM(sourceID); in evaluateStart()
65 virtual void evaluateStop(const JSC::JSValue& returnValue, intptr_t sourceID) in evaluateStop() argument
67 UNUSED_PARAM(sourceID); in evaluateStop()
74 UNUSED_PARAM(sourceID); in exceptionThrow()
77 virtual void exceptionCatch(const JSC::DebuggerCallFrame& frame, intptr_t sourceID) in exceptionCatch() argument
80 UNUSED_PARAM(sourceID); in exceptionCatch()
83 virtual void functionExit(const JSC::JSValue& returnValue, intptr_t sourceID) in functionExit() argument
86 UNUSED_PARAM(sourceID); in functionExit()
93 virtual void atStatement(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/debugger/
H A DDebugger.h61 virtual void evaluateStart(intptr_t sourceID) in evaluateStart() argument
63 UNUSED_PARAM(sourceID); in evaluateStart()
65 virtual void evaluateStop(const JSC::JSValue& returnValue, intptr_t sourceID) in evaluateStop() argument
67 UNUSED_PARAM(sourceID); in evaluateStop()
74 UNUSED_PARAM(sourceID); in exceptionThrow()
77 virtual void exceptionCatch(const JSC::DebuggerCallFrame& frame, intptr_t sourceID) in exceptionCatch() argument
80 UNUSED_PARAM(sourceID); in exceptionCatch()
83 virtual void functionExit(const JSC::JSValue& returnValue, intptr_t sourceID) in functionExit() argument
86 UNUSED_PARAM(sourceID); in functionExit()
93 virtual void atStatement(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/link_to_text/
H A Dlink_to_text_response.mm30 - (instancetype)initWithSourceID:(ukm::SourceId)sourceID
38 sourceID:(ukm::SourceId)sourceID
45 sourceID:(ukm::SourceId)sourceID
55 _sourceID = sourceID;
62 sourceID:(ukm::SourceId)sourceID
65 DCHECK(sourceID != ukm::kInvalidSourceId);
73 sourceID:(ukm::SourceId)sourceID
94 sourceID:sourceID
113 sourceID:sourceID
144 sourceID:sourceID
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptengineagent_p.h97 Q_UNUSED(sourceID); in exception()
102 virtual void exceptionCatch(const JSC::DebuggerCallFrame& frame, intptr_t sourceID);
106 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno) in callEvent() argument
110 q_ptr->functionEntry(sourceID); in callEvent()
112 virtual void returnEvent(const JSC::DebuggerCallFrame& frame, intptr_t sourceID, int lineno);
116 Q_UNUSED(sourceID); in willExecuteProgram()
122 Q_UNUSED(sourceID); in didExecuteProgram()
125 virtual void functionExit(const JSC::JSValue& returnValue, intptr_t sourceID);
129 virtual void evaluateStart(intptr_t sourceID) in evaluateStart() argument
131 q_ptr->functionEntry(sourceID); in evaluateStart()
[all …]
H A Dqscriptengineagent.cpp150 Q_UNUSED(sourceID); in returnEvent()
160 q_ptr->exceptionThrow(sourceID, value, hasHandler); in exceptionThrow()
171 q_ptr->exceptionCatch(sourceID, value); in exceptionCatch()
178 QScript::UStringSourceProviderWithFeedback *source = engine->loadedScripts.value(sourceID); in atStatement()
189 q_ptr->positionChange(sourceID, lineno, column); in atStatement()
194 void QScriptEngineAgentPrivate::functionExit(const JSC::JSValue& returnValue, intptr_t sourceID) in functionExit() argument
197 q_ptr->functionExit(sourceID, result); in functionExit()
201 void QScriptEngineAgentPrivate::evaluateStop(const JSC::JSValue& returnValue, intptr_t sourceID) in evaluateStop() argument
204 q_ptr->functionExit(sourceID, result); in evaluateStop()
208 intptr_t sourceID, int lineno/*, int column*/) in didReachBreakpoint() argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/api/
H A Dqscriptengineagent_p.h81 Q_UNUSED(sourceID); in exception()
86 virtual void exceptionCatch(const JSC::DebuggerCallFrame& frame, intptr_t sourceID);
90 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno) in callEvent() argument
94 q_ptr->functionEntry(sourceID); in callEvent()
96 virtual void returnEvent(const JSC::DebuggerCallFrame& frame, intptr_t sourceID, int lineno);
100 Q_UNUSED(sourceID); in willExecuteProgram()
106 Q_UNUSED(sourceID); in didExecuteProgram()
109 virtual void functionExit(const JSC::JSValue& returnValue, intptr_t sourceID);
113 virtual void evaluateStart(intptr_t sourceID) in evaluateStart() argument
115 q_ptr->functionEntry(sourceID); in evaluateStart()
[all …]
H A Dqscriptengineagent.cpp133 Q_UNUSED(sourceID); in returnEvent()
143 q_ptr->exceptionThrow(sourceID, value, hasHandler); in exceptionThrow()
154 q_ptr->exceptionCatch(sourceID, value); in exceptionCatch()
161 QScript::UStringSourceProviderWithFeedback *source = engine->loadedScripts.value(sourceID); in atStatement()
172 q_ptr->positionChange(sourceID, lineno, column); in atStatement()
177 void QScriptEngineAgentPrivate::functionExit(const JSC::JSValue& returnValue, intptr_t sourceID) in functionExit() argument
180 q_ptr->functionExit(sourceID, result); in functionExit()
184 void QScriptEngineAgentPrivate::evaluateStop(const JSC::JSValue& returnValue, intptr_t sourceID) in evaluateStop() argument
187 q_ptr->functionExit(sourceID, result); in evaluateStop()
191 intptr_t sourceID, int lineno/*, int column*/) in didReachBreakpoint() argument
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptengineagent_p.h97 Q_UNUSED(sourceID); in exception()
102 virtual void exceptionCatch(const JSC::DebuggerCallFrame& frame, intptr_t sourceID);
106 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno) in callEvent() argument
110 q_ptr->functionEntry(sourceID); in callEvent()
112 virtual void returnEvent(const JSC::DebuggerCallFrame& frame, intptr_t sourceID, int lineno);
116 Q_UNUSED(sourceID); in willExecuteProgram()
122 Q_UNUSED(sourceID); in didExecuteProgram()
125 virtual void functionExit(const JSC::JSValue& returnValue, intptr_t sourceID);
129 virtual void evaluateStart(intptr_t sourceID) in evaluateStart() argument
131 q_ptr->functionEntry(sourceID); in evaluateStart()
[all …]
H A Dqscriptengineagent.cpp150 Q_UNUSED(sourceID); in returnEvent()
160 q_ptr->exceptionThrow(sourceID, value, hasHandler); in exceptionThrow()
171 q_ptr->exceptionCatch(sourceID, value); in exceptionCatch()
178 QScript::UStringSourceProviderWithFeedback *source = engine->loadedScripts.value(sourceID); in atStatement()
189 q_ptr->positionChange(sourceID, lineno, column); in atStatement()
194 void QScriptEngineAgentPrivate::functionExit(const JSC::JSValue& returnValue, intptr_t sourceID) in functionExit() argument
197 q_ptr->functionExit(sourceID, result); in functionExit()
201 void QScriptEngineAgentPrivate::evaluateStop(const JSC::JSValue& returnValue, intptr_t sourceID) in evaluateStop() argument
204 q_ptr->functionExit(sourceID, result); in evaluateStop()
208 intptr_t sourceID, int lineno/*, int column*/) in didReachBreakpoint() argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.cpp71 intptr_t sourceIDValue = sourceID.toIntPtr(); in setBreakpoint()
83 return makeString(sourceID, ":", String::number(scriptBreakpoint.lineNumber)); in setBreakpoint()
223 String sourceID = ustringToString(JSC::UString::number(sourceProvider->asID())); in dispatchDidParseSource() local
339 m_currentCallFrame->update(debuggerCallFrame, sourceID, textPosition); in updateCallFrameAndPauseIfNeeded()
380 createCallFrameAndPauseIfNeeded(debuggerCallFrame, sourceID, lineNumber); in callEvent()
386 updateCallFrameAndPauseIfNeeded(debuggerCallFrame, sourceID, lineNumber); in atStatement()
394 updateCallFrameAndPauseIfNeeded(debuggerCallFrame, sourceID, lineNumber); in returnEvent()
414 updateCallFrameAndPauseIfNeeded(debuggerCallFrame, sourceID, lineNumber); in exception()
420 createCallFrameAndPauseIfNeeded(debuggerCallFrame, sourceID, lineNumber); in willExecuteProgram()
428 updateCallFrameAndPauseIfNeeded(debuggerCallFrame, sourceID, lineNumber); in didExecuteProgram()
[all …]
H A DScriptDebugServer.h82 …bool editScriptSource(const String& sourceID, const String& newContent, String* error, ScriptValue…
98 bool hasBreakpoint(intptr_t sourceID, const TextPosition0&) const;
107 …void createCallFrameAndPauseIfNeeded(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNum…
108 …void updateCallFrameAndPauseIfNeeded(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNum…
114 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber);
115 virtual void atStatement(const JSC::DebuggerCallFrame&, intptr_t sourceID, int firstLine);
116 virtual void returnEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber);
117 …virtual void exception(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber, bool hasH…
118 virtual void willExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
119 virtual void didExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
[all …]
H A DJavaScriptCallFrame.h42 …me& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPositi… in create() argument
44 return adoptRef(new JavaScriptCallFrame(debuggerCallFrame, caller, sourceID, textPosition)); in create()
57 intptr_t sourceID() const { return m_sourceID; } in sourceID() function
62 …void update(const JSC::DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, const TextPosition… in update() argument
66 m_sourceID = sourceID; in update()
79 …C::DebuggerCallFrame&, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPositi…
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/ns1/ns1-go.v2/rest/
H A Ddata_feed.go16 func (s *DataFeedsService) List(sourceID string) ([]*data.Feed, *http.Response, error) {
17 path := fmt.Sprintf("data/feeds/%s", sourceID)
36 func (s *DataFeedsService) Get(sourceID string, feedID string) (*data.Feed, *http.Response, error) {
37 path := fmt.Sprintf("data/feeds/%s/%s", sourceID, feedID)
56 func (s *DataFeedsService) Create(sourceID string, df *data.Feed) (*http.Response, error) {
57 path := fmt.Sprintf("data/feeds/%s", sourceID)
82 func (s *DataFeedsService) Update(sourceID string, df *data.Feed) (*http.Response, error) {
83 path := fmt.Sprintf("data/feeds/%s/%s", sourceID, df.ID)
102 func (s *DataFeedsService) Delete(sourceID string, feedID string) (*http.Response, error) {
103 path := fmt.Sprintf("data/feeds/%s/%s", sourceID, feedID)
/dports/net/traefik/traefik-2.6.1/vendor/gopkg.in/ns1/ns1-go.v2/rest/
H A Ddata_feed.go16 func (s *DataFeedsService) List(sourceID string) ([]*data.Feed, *http.Response, error) {
17 path := fmt.Sprintf("data/feeds/%s", sourceID)
36 func (s *DataFeedsService) Get(sourceID string, feedID string) (*data.Feed, *http.Response, error) {
37 path := fmt.Sprintf("data/feeds/%s/%s", sourceID, feedID)
56 func (s *DataFeedsService) Create(sourceID string, df *data.Feed) (*http.Response, error) {
57 path := fmt.Sprintf("data/feeds/%s", sourceID)
82 func (s *DataFeedsService) Update(sourceID string, df *data.Feed) (*http.Response, error) {
83 path := fmt.Sprintf("data/feeds/%s/%s", sourceID, df.ID)
102 func (s *DataFeedsService) Delete(sourceID string, feedID string) (*http.Response, error) {
103 path := fmt.Sprintf("data/feeds/%s/%s", sourceID, feedID)
/dports/textproc/saxon-devel/saxon-devel-9.1.0.8_1,1/samples/java/
H A DTraxExamples.java432 transformer.transform(new StreamSource(sourceID), in exampleSimple1()
467 transformer.transform(new StreamSource(sourceID), in exampleSimple2()
645 String sourceID, String xslID) in exampleSAXResult() argument
679 String sourceID, String xslID) in exampleContentHandlerToContentHandler() argument
714 reader.parse(sourceID); in exampleContentHandlerToContentHandler()
916 public static void exampleDOMsubtree(String sourceID) in exampleDOMsubtree() argument
1380 String sourceID, String xslID) in exampleContentHandlertoDOM() argument
1417 reader.parse(sourceID); in exampleContentHandlertoDOM()
1447 transformer.transform(new StreamSource(sourceID), in exampleUsingURIResolver()
1619 docBuilder.parse(new InputSource(sourceID)); in exampleAsSerializer()
[all …]
/dports/textproc/saxon/saxon-6.5.5_1/samples/java/
H A DTraxExamples.java360 transformer.transform(new StreamSource(sourceID), in exampleSimple1()
392 transformer.transform(new StreamSource(sourceID), in exampleSimple2()
418 new BufferedInputStream(new FileInputStream(sourceID)); in exampleFromStream()
494 String sourceID, String xslID) in exampleUseTemplatesHandler() argument
560 String sourceID, String xslID) in exampleContentHandlerToContentHandler() argument
595 reader.parse(sourceID); in exampleContentHandlerToContentHandler()
1183 public static void exampleUseAssociated(String sourceID) in exampleUseAssociated() argument
1212 String sourceID, String xslID) in exampleContentHandlertoDOM() argument
1250 reader.parse(sourceID); in exampleContentHandlertoDOM()
1278 transformer.transform(new StreamSource(sourceID), in exampleUsingURIResolver()
[all …]
/dports/textproc/xalan-j/xalan-j_2_7_2/samples/trax/
H A DExamples.java216 transformer.transform( new StreamSource(sourceID), in exampleSimple1()
261 xmlSource.setSystemId(sourceID); in exampleFromStream()
292 xmlSource.setSystemId(sourceID); in exampleFromReader()
385 reader.parse(sourceID); in exampleContentHandlerToContentHandler()
410 reader.parse(new InputSource(sourceID)); in exampleXMLReader()
469 filter.parse(new InputSource(sourceID)); in exampleXMLFilter()
534 filter3.parse(new InputSource(sourceID)); in exampleXMLFilterChain()
609 public static void exampleParam(String sourceID, in exampleParam() argument
620 transformer1.transform(new StreamSource(sourceID), in exampleParam()
678 transformer.transform(new StreamSource(sourceID), in exampleOutputProperties()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Mapping/
H A DMappedIDPairHandler.cs59 int sourceID = sourceIDPair.Orig(); in PrepareComparison()
60 return new _IPreparedComparison_50(sourceID); in PrepareComparison()
65 public _IPreparedComparison_50(int sourceID) in _IPreparedComparison_50() argument
67 this.sourceID = sourceID; in _IPreparedComparison_50()
74 return sourceID == targetID ? 0 : (sourceID < targetID ? -1 : 1); in CompareTo()
77 private readonly int sourceID; field in Db4objects.Db4o.Internal.Mapping.MappedIDPairHandler._IPreparedComparison_50
/dports/math/gismo/gismo-21.12.0/src/gsModeling/
H A DgsTrimSurface.hpp81 gsMatrix<T> CPside2 = (trimLoop[sourceID]->coefs()); in derivatives()
91 gsMatrix<T> cj = this->derivatives(sourceID); in cornerNormal()
105 gsMatrix<T> CPside2 = (trimLoop[sourceID]->coefs()); in cuttingAngles()
121 gsMatrix<T> corJacobian = derivatives(sourceID); in cuttingAngles()
162 gsMatrix<T> corJacobian = derivatives(sourceID); in TangentCoefs_bisect()
175 gsMatrix<T> corJacobian = derivatives(sourceID); in TangentCoefs_bisect()
179 coefs = TangentCoefs_bisect(sourceID); in TangentCoefs_bisect()
187 int curveDeg = trimLoop[sourceID]->degree(); in cuttingCurve()
195 gsMatrix<T> CPside2 = (trimLoop[sourceID]->coefs()); in cuttingCurve()
275 gsMatrix<T> CPside2 = (trimLoop[sourceID]->coefs()); in TangentCoefs_next()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/debugger/
H A DDebugger.h45 …virtual void exception(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber, bool hasHandle…
46 virtual void atStatement(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
47 virtual void callEvent(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
48 virtual void returnEvent(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
50 … virtual void willExecuteProgram(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
51 … virtual void didExecuteProgram(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
52 … virtual void didReachBreakpoint(const DebuggerCallFrame&, intptr_t sourceID, int lineNumber) = 0;
/dports/net-im/qTox/qTox-1.17.4/src/video/
H A Dvideoframe.cpp96 , sourceID(sourceID) in VideoFrame()
164 if (refsMap.count(sourceID) > 0) { in ~VideoFrame()
168 refsMap[sourceID].erase(frameID); in ~VideoFrame()
205 if (refsMap.count(sourceID) == 0) { in trackFrame()
211 QMutex& sourceMutex = mutexMap[sourceID]; in trackFrame()
217 refsMap[sourceID][frameID] = ret; in trackFrame()
240 if (refsMap.count(sourceID) == 0) { in untrackFrames()
263 refsMap[sourceID].clear(); in untrackFrames()
265 mutexMap.erase(sourceID); in untrackFrames()
266 refsMap.erase(sourceID); in untrackFrames()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dprop_copy_source.go25 func (p *propCopySource) SetSourceArchive(sourceID ID) {
26 if sourceID.IsEmpty() {
30 Resource: &Resource{ID: sourceID},
36 func (p *propCopySource) SetSourceDisk(sourceID ID) {
37 if sourceID.IsEmpty() {
41 Resource: &Resource{ID: sourceID},
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dprop_copy_source.go25 func (p *propCopySource) SetSourceArchive(sourceID ID) {
26 if sourceID.IsEmpty() {
30 Resource: &Resource{ID: sourceID},
36 func (p *propCopySource) SetSourceDisk(sourceID ID) {
37 if sourceID.IsEmpty() {
41 Resource: &Resource{ID: sourceID},
/dports/net-p2p/amule/aMule-2.3.3/src/kademlia/kademlia/
H A DIndexed.cpp122 toAdd->m_uSourceID = sourceID; in ReadFile()
216 toAdd->m_uSourceID = sourceID; in ReadFile()
291 s_file.WriteUInt128(currSource->sourceID); in ~CIndexed()
495 currSource->sourceID = sourceID; in AddKeyword()
551 currSource->sourceID = sourceID; in AddKeyword()
577 currSource->sourceID = sourceID; in AddSources()
619 currSource->sourceID = sourceID; in AddSources()
626 currSource->sourceID = sourceID; in AddSources()
652 currNote->sourceID = sourceID; in AddNotes()
695 currNote->sourceID = sourceID; in AddNotes()
[all …]

12345678910>>...20