Home
last modified time | relevance | path

Searched refs:selfSize (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/common/
H A Dflamegraph_unittest.ts26 selfSize: 0,
36 selfSize: 0,
46 selfSize: 0,
56 selfSize: 0,
76 selfSize: 0,
86 selfSize: 0,
96 selfSize: 0,
106 selfSize: 0,
116 selfSize: 0,
136 selfSize: 0,
[all …]
H A Dflamegraph_util.ts104 selfSize: callsite.selfSize,
H A Dstate.ts60 selfSize: number; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/common/
H A Dflamegraph_unittest.ts26 selfSize: 0,
37 selfSize: 0,
48 selfSize: 0,
59 selfSize: 0,
80 selfSize: 0,
91 selfSize: 0,
102 selfSize: 0,
113 selfSize: 0,
124 selfSize: 0,
145 selfSize: 0,
[all …]
H A Dflamegraph_util.ts104 selfSize: callsite.selfSize,
H A Dstate.ts71 selfSize: number; property
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dpopupctl.py124 selfSize = self.GetSize()
127 pos.x -= (selfSize.width - tcSize.width) / 2
128 if pos.x + selfSize.width > dSize.width:
129 pos.x = dSize.width - selfSize.width
134 if pos.y + selfSize.height > dSize.height:
135 pos.y = dSize.height - selfSize.height
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp209 FloatSize selfSize = currentFrameSize(); in draw() local
210 if (srcRect.size() != selfSize) { in draw()
240 … adjustedDestRect.setSize(FloatSize(selfSize.width() / xScale, selfSize.height() / yScale)); in draw()
247 if (!shouldUseSubimage && currHeight < selfSize.height()) in draw()
248 adjustedDestRect.setHeight(adjustedDestRect.height() * currHeight / selfSize.height()); in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dflamegraph.ts50 selfSize?: string; property
298 if (this.nodeRendering.selfSize !== undefined &&
299 this.hoveredCallsite.selfSize > 0) {
301 this.hoveredCallsite.selfSize / this.totalSize * 100;
302 const selfSizeText = `${this.nodeRendering.selfSize}: ${
304 this.hoveredCallsite.selfSize,
H A Dheap_profile_panel.ts54 selfSize: 'Self',
58 selfSize: 'Self objects',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dflamegraph.ts49 selfSize?: string; property
271 if (this.nodeRendering.selfSize !== undefined &&
272 this.hoveredCallsite.selfSize > 0) {
274 this.hoveredCallsite.selfSize / this.totalSize * 100;
275 const selfSizeText = `${this.nodeRendering.selfSize}: ${
277 this.hoveredCallsite.selfSize,
H A Dheap_profile_panel.ts53 selfSize: 'Self',
57 selfSize: 'Self objects',
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/misc/
H A DIntervalSet.swift517 let selfSize = size() in toString() variable
521 if selfSize > 1 { in toString()
552 if selfSize > 1 { in toString()
564 let selfSize = size() in toString() variable
568 if selfSize > 1 { in toString()
594 if selfSize > 1 { in toString()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/symbolizer/
H A DSymbolizer.cpp151 ssize_t selfSize; in symbolize() local
152 if ((selfSize = readlink("/proc/self/exe", selfPath, PATH_MAX + 1)) == -1) { in symbolize()
156 selfPath[selfSize] = '\0'; in symbolize()
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc343 size_t selfSize = 0; in buildSampingHeapProfileNode() local
345 selfSize += allocation.size * allocation.count; in buildSampingHeapProfileNode()
357 .setSelfSize(selfSize) in buildSampingHeapProfileNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Dheap_profile_controller.ts284 const selfSize = +callsites.columns[selfIndex].longValues![i]; constant
302 selfSize,
H A Dcpu_profile_controller.ts170 selfSize: 0,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/
H A Dheap_profile_controller.ts282 const selfSize = +callsites.columns[selfIndex].longValues![i]; constant
298 selfSize,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc347 size_t selfSize = 0; in buildSampingHeapProfileNode() local
349 selfSize += allocation.size * allocation.count; in buildSampingHeapProfileNode()
361 .setSelfSize(selfSize) in buildSampingHeapProfileNode()
/dports/lang/v8/v8-9.6.180.12/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc405 size_t selfSize = 0; in buildSampingHeapProfileNode() local
407 selfSize += allocation.size * allocation.count; in buildSampingHeapProfileNode()
419 .setSelfSize(selfSize) in buildSampingHeapProfileNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc388 size_t selfSize = 0; in buildSampingHeapProfileNode() local
390 selfSize += allocation.size * allocation.count; in buildSampingHeapProfileNode()
402 .setSelfSize(selfSize) in buildSampingHeapProfileNode()
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DSeqCollect.st354 | selfSize subSize |
357 selfSize := self size.
358 anIndex + subSize - 1 <= selfSize
360 [anIndex to: selfSize - subSize + 1
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DExpressionCompiler.cpp2517 unsigned selfSize = _functionType.bound() ? _functionType.selfType()->sizeOnStack() : 0; in appendExternalFunctionCall() local
2519 …unsigned contractStackPos = m_context.currentToBaseStackOffset(1 + gasValueSize + selfSize + (_fun… in appendExternalFunctionCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dinspector.d.ts1695 selfSize: number; property
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dinspector.d.ts755 selfSize: number; property

12