Home
last modified time | relevance | path

Searched +refs:python +refs:indent +refs:guess +refs:indent +refs:offset (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Misc/
DHISTORY123 avoids relying on svn.python.org, which recently changed root certificate.
189 - Issue #21167: NAN operations are now handled correctly when python is
246 - Issue #21354: PyCFunction_New function is exposed by python DLL again.
677 - Issue #23521: Corrected pure python implementation of timedelta division.
803 * Properly indent fixed-pitch text (patch by Mark Roseman).
933 - Issue #25440: Fix output of python-config --extension-suffix.
1309 - Issue #18096: Fix library order returned by python-config.
1346 svn.python.org to build OpenSSL.
1654 - Issue #18807: If copying (no symlinks) specified for a venv, then the python
1655 interpreter aliases (python, python3) are now created by copying rather than
[all …]
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst470 - pan/bi: Handle texture offset + index
577 - asahi: Implement polygon offset
799 - panfrost: Respect buffer offset for OpenCL
1212 - svga: fix reference to NULL offset for atomic counter
1403 - aco/optimizer: prevent any overflow between SGPR and const offset on MUBUF
1542 - lavapipe: fix depth bias offset flag enables.
1803 - nouveau/nir: Put the UBO offset indirect into the address reg.
1807 - nir: Don't assert on tg4 offset range.
1897 - ci/bare-metal: Apply autopep8 to our python scripts.
2063 - dzn: fixup indent
[all …]
D19.1.0.rst1026 - turnip: use 32-bit offset in tu_cs_entry
1352 - mapi: add static_date offset to MaxShaderCompilerThreadsKHR
1353 - mapi: correctly handle the full offset table
1462 - v3d: Add missing base offset to CS shared memory accesses.
1463 - v3d: Add missing dumping for the spill offset/size uniforms.
1468 - v3d: Only look up the 3rd texture gather offset for non-arrays.
1472 - nir: Fix deref offset calculation for structs.
1622 - docs: drop autotools python information
1697 - docs: normaize css-indent style
2101 - iris/compute: Don't increment the grid size offset
[all …]
D22.1.0.rst376 - pan/bi: Model offset for LOAD/STORE
900 - ir3: Limit the maximum imm offset in nir_opt_offset for shared vars
1139 - freedreno: Improve robustness behavior for VBs with offset > size.
1145 - intel/perf: Move some static blocks of C code out of the python script.
1195 - gallivm/nir: Add a short circuit uniform-offset mode for load_global.
1196 - gallivm/nir: Add a short circuit uniform-offset mode for load_ssbo/load_shared.
1328 - dzn: fixup indent
1384 - nir/legalize_16bit_sampler_srcs: Don't guess source type.
1447 - broadcom/compiler: fix offset alignment for ldunifa when skipping
1563 - drm-shim: Explicitly use off64_t for the offset to drm_shim_mmap
[all …]
/third_party/chromium/patch/
D0001-cve.patch3370 // Check for possible overflow of size + offset
3372 + angle::CheckedNumeric<decltype(size + offset)> checkedSize(size);
3373 checkedSize += offset;
4577 int64_t offset,
4579 + DCHECK_GE(offset, 0);
4583 backing_file_.Read(offset, reinterpret_cast<char*>(data.data()), size);
4589 + int64_t offset,
4591 + DCHECK_GE(offset, 0);
4598 + if (!base::CheckAdd(offset, write_size).AssignIfValid(&write_end_offset)) {
4608 + int result = backing_file_.Write(offset, reinterpret_cast<char*>(data.data()),
[all …]
/third_party/libabigail/
DChangeLog70 .gnu_debugaltlink DWARF section have different offset, then they
1140 ir: Properly indent overload of equals() for class_decl
1637 offset_type that also encapsulates the source of the offset is now
4144 the offset of the next data member is considered if it's present.
4602 newline and properly indent it.
5237 (notify_equality_failed, mark_types_as_being_compared): Re-indent.
5375 PR28060 - Invalid offset for bitfields
6069 data members. Also, re-indent the data members.
6123 Re-indent these data members.
7343 Bug 27331 - Data member offset change not considered local
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog984 * tools/gst-indent:
985 ci: Fix gst-indent path
1710 as GstPad does when an offset is set by the application on a pad.
1996 gst: disable indent for parse_goption_arg
2062 clocksync: Add a new property "sync-to-first" for automatic ts-offset setup
2063 Add a new property so that clocksync can setup "ts-offset" value
2065 first arrived. Newly update "ts-offset" in this case would be
3569 audioaggregator could provide the offset into the output buffer where
6572 See https://gitlab.freedesktop.org/gstreamer/gst-python/issues/27
7474 identity: Fix the ts-offset property getter
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog790 The planar path was missing the initial offset adjustment that the
1526 qtdemux: Use a composition time offset of 0 for "no decode samples" for the time being
1584 Also parse offset as a signed integer (in both versions) and clamp it to
1733 …s read from dOps box [1]. The offset of dOps box in Opus box is different in mp4a version 1 and 0 …
2700 isomp4: fix trun data offset handling
2701 The trun offset was missing a calculation for one of the box type
2711 Various buffer offset calculations were not quite correct in all cases.
2784 matroska-mux: Add a timestamp-offset property
2785 Adds a user-controllable timestamp offset to clusters and blocks. This
2787 outside of the current file (for example, we might set the offset to the
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog814 but always calculated an offset equal to the selected start time.
1659 > represents the offset
2532 wpevideosrc: Run through gst-indent
2796 Seeing as how GstMpeg2Slice will now record the start code offset
2807 Downstream might need the start code offset when decoding.
4675 introduce an offset to the running time, or when offsets are
4716 * A pts offset field can be used by the muxer in order to calculate
5370 1. Never guess it in the "strict" compliance.
5374 4. Otherwise, not guess it.
5884 bitstream buffer (pBsBuf) and not from the offset where the current
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog842 VideoInfo, AudioInfo: fix usage with python bindings
847 Fixes https://gitlab.freedesktop.org/gstreamer/gst-python/-/issues/47
870 This is usually necessary to allow gst-indent to treat it as
871 a statement, but we do not run gst-indent on headers and we do not
898 otherwise offset values will be wrong
1377 streamsynchronizer: set running time offset on events
2621 end offset is already before the current output offset of the
2624 next buffer is going to start at exactly the expected offset. It might
2626 This caused the input to be mixed with an offset to its actual position
2632 Also update the start output offset of a new input buffer if samples
[all …]
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.81173 that we pick up duration and offset also.
1962 Add some more debug. Fix logic error when setting movi offset
2257 bit. Also ran indent-gst.
3917 OK, so people want offset in DEFAULT. This time, actually fix all
4291 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
5032 Add IMA4. Improve event handling. Save offset after a seek when
5792 compile time thing, not runtime. It also broke the python bindings.
6311 have an odd offset/width by adding a black border in those cases.
7536 Fix offset on osssrc.
7782 Fix timestamp, duration and offset of the buffers.
[all …]
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.8815 already advanced the avi->offset, no need to do it twice
3344 that we pick up duration and offset also.
4133 Add some more debug. Fix logic error when setting movi offset
4428 bit. Also ran indent-gst.
6088 OK, so people want offset in DEFAULT. This time, actually fix all
6462 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
7203 Add IMA4. Improve event handling. Save offset after a seek when
7963 compile time thing, not runtime. It also broke the python bindings.
8482 have an odd offset/width by adding a black border in those cases.
9707 Fix offset on osssrc.
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md923 …* building with python 3 is now supported (Emily Marigold Klassen) [#16058](https://github.com/nod…
936 …com/nodejs/node/commit/ac1beb0fb0)] - **build**: use bin override if no `python` in PATH (Bradley …
937 …com/nodejs/node/commit/d4b3b633d8)] - **build**: allow build with system python 3 (Emily Marigold …
1215 …write/fs.writeSync(fd, buffer, cb) and fs.write/fs.writeSync(fd, buffer, offset, cb) as documented…
1506 * \[[`325813ea97`](https://github.com/nodejs/node/commit/325813ea97)] - **build,win**: fix python d…
1508 …om/nodejs/node/commit/2a1a93dcbf)] - **build,windows**: implement PEP514 python detection (Refael …
1819 …github.com/nodejs/node/commit/07137ab4db)] - **test**: fix too optimistic guess in setproctitle (V…
2334 * \[[`f83d035c50`](https://github.com/nodejs/node/commit/f83d035c50)] - **buffer**: convert offset
3215 * \[[`0cffa3c87e`](https://github.com/nodejs/node/commit/0cffa3c87e)] - **buffer**: coerce offset u…
3840 …/github.com/nodejs/node/commit/e371545dfe)] - **buffer**: allow .write() offset to be at buffer en…
[all …]
/third_party/NuttX/
DReleaseNotes2622 offset.
3442 - nxtk_filltrapwindow(): Correct an offset problem (also from Peterri
6332 - Fix a logic error in ftell(). It was simply using the file offset
6828 - webclient: Fix to offset calculation from Rony Xln. Prevents 0x0a
6873 - SSC: Needs to account for data offset in audio buffer
7346 - sscanf(): NuttX libc tried to guess how many characters to parse,
7348 That guess was often wrong. A better approach would be to call
12215 based on Chebyshev fitting to a good guess. The problem there's a
12438 CONFIG_STACK_COLORATION, CONFIG_ARCH_FPU. Fix i2c driver offset
12771 - USB Composite Host: Fix end offset in usbhost_copyinterface(). From
[all …]