Home
last modified time | relevance | path

Searched refs:debugID (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsDebug.cpp667 this->segment()->debugID(), this->span()->debugID(), this->debugID()); in dump()
680 next->segment()->debugID(), next->span()->debugID(), next->debugID()); in dumpAll()
728 SkDebugf("seg=%d span=%d", this->segment()->debugID(), this->debugID()); in dumpHead()
755 SkDebugf(" coinEnd seg/span=%d/%d", coin->segment()->debugID(), coin->debugID()); in dumpBase()
758 SkDebugf(" seg/span=%d/%d", oPt->segment()->debugID(), oPt->span()->debugID()); in dumpBase()
863 SkDebugf(" span=%d from=%d ", span->debugID(), fAngle->debugID()); in dumpAngles()
867 SkDebugf(" span=%d to=%d ", span->debugID(), tAngle->debugID()); in dumpAngles()
905 fCoinPtTStart->span()->debugID(), fCoinPtTStart->debugID()); in dump()
907 SkDebugf(" span=%d ptT=%d ", fCoinPtTEnd->span()->debugID(), fCoinPtTEnd->debugID()); in dump()
917 fOppPtTStart->span()->debugID(), fOppPtTStart->debugID()); in dump()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Dardi.c217 unsigned reason, debugID, OSinfo1, OSinfo2, status; in receive_negotiate() local
434 unsigned reason, debugID, OSinfo1, OSinfo2, status; in receive_reset_acknowledge() local
669 int status,debugID, OSinfo1,OSinfo2; in angel_RDI_close() local
754 int status, reason, debugID, OSinfo1, OSinfo2, err; in angel_RDI_write() local
1020 int debugID, pointhandle; in angel_RDI_pointinq() local
1235 &reason, &debugID, in HandleStoppedMessage()
1320 int reason, debugID, OSinfo1, OSinfo2, status; in interrupt_target() local
1547 unsigned int reason, debugID, OSinfo1, OSinfo2; in HandleDCCMessage() local
1646 int status, debugID, OSinfo1, OSinfo2; in CheckSubMessageReply() local
1681 int status, debugID, OSinfo1, OSinfo2; in SendSubMessageGetWordAndCheckReply() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Dardi.c217 unsigned reason, debugID, OSinfo1, OSinfo2, status; in receive_negotiate() local
434 unsigned reason, debugID, OSinfo1, OSinfo2, status; in receive_reset_acknowledge() local
669 int status,debugID, OSinfo1,OSinfo2; in angel_RDI_close() local
754 int status, reason, debugID, OSinfo1, OSinfo2, err; in angel_RDI_write() local
1020 int debugID, pointhandle; in angel_RDI_pointinq() local
1235 &reason, &debugID, in HandleStoppedMessage()
1320 int reason, debugID, OSinfo1, OSinfo2, status; in interrupt_target() local
1547 unsigned int reason, debugID, OSinfo1, OSinfo2; in HandleDCCMessage() local
1646 int status, debugID, OSinfo1, OSinfo2; in CheckSubMessageReply() local
1681 int status, debugID, OSinfo1, OSinfo2; in SendSubMessageGetWordAndCheckReply() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DMasterProxyInterface.h99 Optional<UID> debugID; member
105 serializer(ar, transaction, reply, arena, flags, debugID); in serialize()
147 Optional<UID> debugID; member
151 …32_t flags, Optional<UID> debugID = Optional<UID>() ) : transactionCount( transactionCount ), flag… in transactionCount()
158 serializer(ar, transactionCount, flags, debugID, reply); in serialize()
190 Optional<UID> debugID; member
193 …it GetRawCommittedVersionRequest(Optional<UID> const& debugID = Optional<UID>()) : debugID(debugID in debugID() function
197 serializer(ar, debugID, reply); in serialize()
H A DStorageServerInterface.h114 Optional<UID> debugID; member
118 …Request(const Key& key, Version ver, Optional<UID> debugID) : key(key), version(ver), debugID(debu… in GetValueRequest()
122 serializer(ar, key, version, debugID, reply); in serialize()
130 Optional<UID> debugID; member
134 …al<Value> value, Version ver, Optional<UID> debugID) : key(key), value(value), version(ver), debug… in WatchValueRequest()
138 serializer(ar, key, value, version, debugID, reply); in serialize()
159 Optional<UID> debugID; member
166 serializer(ar, begin, end, version, limit, limitBytes, debugID, reply, arena); in serialize()
H A DNativeAPI.actor.cpp1189 if( info.debugID.present() ) in getKeyLocation_internal()
1226 if( info.debugID.present() ) in getKeyRangeLocations_internal()
1391 if( info.debugID.present() ) in getKey()
1550 req.debugID = info.debugID; in getExactRange()
1816 req.debugID = info.debugID; in getRange()
2566 if (info.debugID.present()) in tryCommit()
2581 req.debugID = commitID; in tryCommit()
2904 if( debugID.present() ) in getConsistentReadVersion()
2911 if( debugID.present() ) in getConsistentReadVersion()
2930 state Optional<UID> debugID; in readVersionBatcher() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DKeyValueStoreCompressTestData.actor.cpp52 virtual Future<Optional<Value>> readValue( KeyRef key, Optional<UID> debugID = Optional<UID>() ) { in readValue()
53 return doReadValue(store, key, debugID); in readValue()
55 …atic Future<Optional<Value>> doReadValue( IKeyValueStore* store, Key key, Optional<UID> debugID ) { in doReadValue()
56 Optional<Value> v = wait( store->readValue(key, debugID) ); in doReadValue()
64 …virtual Future<Optional<Value>> readValuePrefix( KeyRef key, int maxLength, Optional<UID> debugID in readValuePrefix()
65 return doReadValuePrefix( store, key, maxLength, debugID ); in readValuePrefix()
67 …Value>> doReadValuePrefix( IKeyValueStore* store, Key key, int maxLength, Optional<UID> debugID ) { in doReadValuePrefix()
68 Optional<Value> v = wait( doReadValue(store, key, debugID) ); in doReadValuePrefix()
H A DResolver.actor.cpp75 state Optional<UID> debugID; in resolveBatch() local
81 if(req.debugID.present()) { in resolveBatch()
82 debugID = g_nondeterministic_random->randomUniqueID(); in resolveBatch()
83 g_traceBatch.addAttach("CommitAttachID", req.debugID.get().first(), debugID.get().first()); in resolveBatch()
84 g_traceBatch.addEvent("CommitDebug",debugID.get().first(),"Resolver.resolveBatch.Before"); in resolveBatch()
100 if(debugID.present()) { in resolveBatch()
130 if(req.debugID.present()) in resolveBatch()
131 … g_traceBatch.addEvent("CommitDebug", debugID.get().first(), "Resolver.resolveBatch.AfterOrderer"); in resolveBatch()
159 reply.debugID = req.debugID; in resolveBatch()
232 if(req.debugID.present()) in resolveBatch()
[all …]
H A DTLogInterface.h95 Optional<UID> debugID; member
99 TLogConfirmRunningRequest( Optional<UID> debugID ) : debugID(debugID) {} in TLogConfirmRunningRequest()
103 serializer(ar, debugID, reply); in serialize()
210 Optional<UID> debugID; member
213 …nownCommittedVersion, Version minKnownCommittedVersion, StringRef messages, Optional<UID> debugID ) in TLogCommitRequest()
214 …rsion), minKnownCommittedVersion(minKnownCommittedVersion), messages(messages), debugID(debugID) {} in TLogCommitRequest()
217 …ersion, version, knownCommittedVersion, minKnownCommittedVersion, messages, reply, arena, debugID); in serialize()
H A DMasterProxyServer.actor.cpp443 if (debugID.present()) in commitBatch()
456 if (debugID.present()) in commitBatch()
477 if (debugID.present()) in commitBatch()
500 requests.requests[r].debugID = debugID; in commitBatch()
512 if (debugID.present()) in commitBatch()
522 if (debugID.present()) in commitBatch()
881 if (debugID.present()) in commitBatch()
942 if (debugID.present()) in commitBatch()
1036 if (debugID.present()) in getLiveCommittedVersion()
1051 if (debugID.present()) in getLiveCommittedVersion()
[all …]
H A DResolverInterface.h75 Optional<UID> debugID; member
80 serializer(ar, committed, stateMutations, arena, debugID); in serialize()
94 Optional<UID> debugID; member
98 …vVersion, version, lastReceivedVersion, transactions, txnStateTransactions, reply, arena, debugID); in serialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/tools/mac/symupload/
H A Dsymupload.m70 NSString* debugID; field
110 NSString* debugID,
117 [parameters setObject:debugID forKey:@"debug_identifier"];
155 NSString* debugID,
209 withDebugID:debugID
237 NSMutableString* debugID =
239 [debugID replaceOccurrencesOfString:@"-"
248 StartSymUploadProtocolV2(options, debugID, debugFile);
323 options->debugID = nil;
361 options->debugID = [NSString stringWithCString:optarg
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkOpSegment.cpp265 span->segment()->debugID(), span->debugID()); in addT()
600 last->segment()->debugID(), last->debugID()); in findNextOp()
617 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
696 last->segment()->debugID(), last->debugID()); in findNextWinding()
713 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
781 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
913 last->segment()->debugID(), last->debugID()); in markAngle()
939 last->segment()->debugID(), last->debugID()); in markAngle()
1181 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1182 rootOppEnd->debugID()); in missingCoincidence()
[all …]
H A DSkOpAngle.cpp76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd,
96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd,
H A DSkPathOpsDebug.cpp361 glitch.fBase->debugID()); in CheckHealth()
365 glitch.fSuspect->debugID()); in CheckHealth()
372 glitch.fCoinSpan->span()->debugID(), glitch.fCoinSpan->debugID()); in CheckHealth()
379 glitch.fOppSpan->span()->debugID(), glitch.fOppSpan->debugID()); in CheckHealth()
1129 lastId = this->debugID(); in debugShowActiveSpans()
1166 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1190 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1255 testSegment->debugID(), nextSegment->debugID()); in debugCheckNearCoincidence()
1276 this->segment()->debugID()); in debugPart()
1280 this->segment()->debugID()); in debugPart()
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/src/debug/
H A DDebugInfo.h8 DebugInfo(unsigned int id):debugID(id) { } in DebugInfo()
10 unsigned int debugID; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpSegment.cpp271 span->segment()->debugID(), span->debugID()); in addT()
623 last->segment()->debugID(), last->debugID()); in findNextOp()
640 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
719 last->segment()->debugID(), last->debugID()); in findNextWinding()
736 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
807 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
967 last->segment()->debugID(), last->debugID()); in markAngle()
996 last->segment()->debugID(), last->debugID()); in markAngle()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1242 rootOppEnd->debugID()); in missingCoincidence()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkOpSegment.cpp271 span->segment()->debugID(), span->debugID()); in addT()
623 last->segment()->debugID(), last->debugID()); in findNextOp()
640 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
719 last->segment()->debugID(), last->debugID()); in findNextWinding()
736 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
807 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
967 last->segment()->debugID(), last->debugID()); in markAngle()
996 last->segment()->debugID(), last->debugID()); in markAngle()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1242 rootOppEnd->debugID()); in missingCoincidence()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkOpSegment.cpp271 span->segment()->debugID(), span->debugID()); in addT()
623 last->segment()->debugID(), last->debugID()); in findNextOp()
640 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
719 last->segment()->debugID(), last->debugID()); in findNextWinding()
736 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
807 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
967 last->segment()->debugID(), last->debugID()); in markAngle()
996 last->segment()->debugID(), last->debugID()); in markAngle()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1242 rootOppEnd->debugID()); in missingCoincidence()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkOpSegment.cpp271 span->segment()->debugID(), span->debugID()); in addT()
623 last->segment()->debugID(), last->debugID()); in findNextOp()
640 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
719 last->segment()->debugID(), last->debugID()); in findNextWinding()
736 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
807 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
967 last->segment()->debugID(), last->debugID()); in markAngle()
996 last->segment()->debugID(), last->debugID()); in markAngle()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1242 rootOppEnd->debugID()); in missingCoincidence()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpSegment.cpp271 span->segment()->debugID(), span->debugID()); in addT()
623 last->segment()->debugID(), last->debugID()); in findNextOp()
640 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
719 last->segment()->debugID(), last->debugID()); in findNextWinding()
736 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
807 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
967 last->segment()->debugID(), last->debugID()); in markAngle()
996 last->segment()->debugID(), last->debugID()); in markAngle()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1242 rootOppEnd->debugID()); in missingCoincidence()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkOpSegment.cpp271 span->segment()->debugID(), span->debugID()); in addT()
623 last->segment()->debugID(), last->debugID()); in findNextOp()
640 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
719 last->segment()->debugID(), last->debugID()); in findNextWinding()
736 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
807 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
967 last->segment()->debugID(), last->debugID()); in markAngle()
996 last->segment()->debugID(), last->debugID()); in markAngle()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1242 rootOppEnd->debugID()); in missingCoincidence()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkOpSegment.cpp266 span->segment()->debugID(), span->debugID()); in addT()
603 last->segment()->debugID(), last->debugID()); in findNextOp()
620 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
699 last->segment()->debugID(), last->debugID()); in findNextWinding()
716 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
784 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
923 last->segment()->debugID(), last->debugID()); in markAngle()
949 last->segment()->debugID(), last->debugID()); in markAngle()
1188 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1189 rootOppEnd->debugID()); in missingCoincidence()
[all …]
H A DSkOpAngle.cpp76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/mac/
H A DSymbolCollectorClient.h83 withDebugID:(NSString*)debugID;
98 withDebugID:(NSString*)debugID

12345678910