Home
last modified time | relevance | path

Searched full:elided (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DFrame-Decorator-API.html102 <dt><a name="index-FrameDecorator_002eelided"></a>Function: <strong>FrameDecorator.elided</strong> …
104 <p>The <code>elided</code> method groups frames together in a hierarchical
111 <p>The <code>elided</code> function must return an iterable and this iterable
112 must contain the frames that are being elided wrapped in a suitable
113 frame decorator. If no frames are being elided this function may
114 return an empty iterable, or <code>None</code>. Elided frames are indented
119 <p>It is the frame filter&rsquo;s task to also filter out the elided frames from
H A DWriting-a-Frame-Filter.html256 want to hierarchically represent frames, the <code>elided</code> frame
259 <p>This example approaches the issue with the <code>elided</code> method. This
319 elided frame, and the eliding frame.
329 def elided(self):
334 frame in the <code>elided</code> method. As before it lets
346 <code>function</code> method, and the <code>elided</code> method to both print a
H A DBacktrace.html125 such elided frames are still printed, but they are indented relative
126 to the filtered frames that cause them to be elided. The <code>-hide</code>
127 option causes elided frames to not be printed at all.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DFrame-Decorator-API.html102 <dt><a name="index-FrameDecorator_002eelided"></a>Function: <strong>FrameDecorator.elided</strong> …
104 <p>The <code>elided</code> method groups frames together in a hierarchical
111 <p>The <code>elided</code> function must return an iterable and this iterable
112 must contain the frames that are being elided wrapped in a suitable
113 frame decorator. If no frames are being elided this function may
114 return an empty iterable, or <code>None</code>. Elided frames are indented
119 <p>It is the frame filter&rsquo;s task to also filter out the elided frames from
H A DWriting-a-Frame-Filter.html256 want to hierarchically represent frames, the <code>elided</code> frame
259 <p>This example approaches the issue with the <code>elided</code> method. This
319 elided frame, and the eliding frame.
329 def elided(self):
334 frame in the <code>elided</code> method. As before it lets
346 <code>function</code> method, and the <code>elided</code> method to both print a
H A DBacktrace.html125 such elided frames are still printed, but they are indented relative
126 to the filtered frames that cause them to be elided. The <code>-hide</code>
127 option causes elided frames to not be printed at all.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A DFrameDecorator.py77 def elided(self): member in FrameDecorator
78 """Return any elided frames that this class might be
80 if hasattr(self._base, "elided"):
81 return self._base.elided()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A DFrameDecorator.py77 def elided(self): member in FrameDecorator
78 """Return any elided frames that this class might be
80 if hasattr(self._base, "elided"):
81 return self._base.elided()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dsqueezelabel.cpp44 QString elided = fm.elidedText(text(), Qt::ElideMiddle, width()); in paintEvent() local
46 setText(elided); in paintEvent()
/OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst46 'ndbusX/firmware/activate' property will be elided completely if no
57 elided completely if no firmware activation capability is detected.
/OK3568_Linux_fs/kernel/net/6lowpan/
H A Dnhc_udp.c34 /* checksum elided */
76 pr_debug_ratelimited("checksum elided currently not supported\n"); in udp_uncompress()
H A Diphc.c568 /* ECN + 2-bit Pad + Flow Label (3 bytes), DSCP is elided. */ in lowpan_iphc_tf_decompress()
582 /* ECN + DSCP (1 byte), Flow Label is elided. */ in lowpan_iphc_tf_decompress()
595 /* Traffic Class and Flow Label are elided */ in lowpan_iphc_tf_decompress()
1027 /* 11: Traffic Class and Flow Label are elided. */ in lowpan_iphc_tf_compress()
1030 /* 10: ECN + DSCP (1 byte), Flow Label is elided. in lowpan_iphc_tf_compress()
1043 /* 01: ECN + 2-bit Pad + Flow Label (3 bytes), DSCP is elided in lowpan_iphc_tf_compress()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvector-builder.h86 Record that ELT2 is being elided, given that ELT1_PTR points to
170 elided elements. */
570 haven't elided any elements: in finalize()
H A Dtree-vector-builder.h131 /* Record that ELT2 is being elided, given that ELT1_PTR points to the last
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvector-builder.h86 Record that ELT2 is being elided, given that ELT1_PTR points to
170 elided elements. */
570 haven't elided any elements: in finalize()
H A Dtree-vector-builder.h131 /* Record that ELT2 is being elided, given that ELT1_PTR points to the last
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dioremap.c36 * If the region is h/w uncached, MMU mapping can be elided as optim in ioremap()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dpersistent-data.rst50 copy-on-write) or allocating a fresh one. Shadowing is elided within
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinmux-node.yaml54 ... /* Standard DT properties for the device itself elided */
H A Dpinctrl-bindings.txt118 ... /* Standard DT properties for the device itself elided */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_wakeref.c179 * elided callback to keep the wf->count balanced. in intel_wakeref_auto()
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/
H A Dmemory.json33 … region aborted due to a non XRELEASE prefixed instruction writing to an elided lock in the elisio…
77 …"BriefDescription": "Number of times HLE lock could not be elided due to ElisionBufferAvailable be…
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h377 * may be elided from the assembly file. As of gcc 3.4, static data not so
378 * marked will not be elided, but this may change in a future gcc version.
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h360 * may be elided from the assembly file. As of gcc 3.4, static data not so
361 * marked will not be elided, but this may change in a future gcc version.
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h43 * - Ordered WRT timer reads, so udelay and friends don't get elided by the

12