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/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 …]
D0004-3.2-Beta5.patch8789 + LOG(ERROR) << "get scroll bottom offset failed.";
31483 bool CanGoToOffset(int offset) override;
34396 virtual bool CanGoToOffset(int offset) = 0;
36400 + {{sync_method_ordinals|sort|join(', \n')|indent(4)}}
36955 + * @param delta_x horizontal offset.
36956 + * @param delta_y vertical offset.
41325 + // offset and size.
42224 + ScrollOffset offset = view->GetScrollableArea()->GetScrollOffset();
42225 + return view->GetScrollableArea()->ScrollOffsetToPosition(offset);
48892 F config.guess 883205ddf25b46f10c181818bf42c09da9888884af96f79e1719264345053bd6
[all …]
/third_party/mesa3d/docs/relnotes/
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 …]
/third_party/gettext/gettext-tools/doc/
Dgettext.texi357 * config.guess:: @file{config.guess}, @file{config.sub} at top level
393 * python-format:: Python Format Strings
550 to males or females. Besides, as you might guess, GNU @code{gettext}
1569 @item python-format
1570 @kwindex python-format@r{ flag}
1571 @itemx no-python-format
1572 @kwindex no-python-format@r{ flag}
1573 Likewise for Python, see @ref{python-format}.
1575 @item python-brace-format
1576 @kwindex python-brace-format@r{ flag}
[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/gettext/gettext-tools/tests/
Dmm-viet.comp.po4226 #: ../app/dialogs/offset-dialog.c:215 ../plug-ins/common/papertile.c:349
10833 "There are %d program headers, starting at offset "
10948 msgid "There are %d section headers, starting at offset 0x%lx:\n"
11089 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
11119 msgid " at offset 0x%lx contains %lu entries:\n"
11212 "Dynamic section at offset 0x%lx contains %u entries:\n"
11560 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
11667 msgid "<offset is too big>"
11668 msgstr "<offset is too big>"
11730 msgid " (indirect string, offset: 0x%lx): %s"
[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/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
12216 based on Chebyshev fitting to a good guess. The problem there's a
12439 CONFIG_STACK_COLORATION, CONFIG_ARCH_FPU. Fix i2c driver offset
12772 - USB Composite Host: Fix end offset in usbhost_copyinterface(). From
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md906 …* building with python 3 is now supported (Emily Marigold Klassen) [#16058](https://github.com/nod…
919 …com/nodejs/node/commit/ac1beb0fb0)] - **build**: use bin override if no `python` in PATH (Bradley …
920 …com/nodejs/node/commit/d4b3b633d8)] - **build**: allow build with system python 3 (Emily Marigold …
1197 …write/fs.writeSync(fd, buffer, cb) and fs.write/fs.writeSync(fd, buffer, offset, cb) as documented…
1485 * [[`325813ea97`](https://github.com/nodejs/node/commit/325813ea97)] - **build,win**: fix python de…
1487 …om/nodejs/node/commit/2a1a93dcbf)] - **build,windows**: implement PEP514 python detection (Refael …
1797 …github.com/nodejs/node/commit/07137ab4db)] - **test**: fix too optimistic guess in setproctitle (V…
2307 * [[`f83d035c50`](https://github.com/nodejs/node/commit/f83d035c50)] - **buffer**: convert offset &…
3183 * [[`0cffa3c87e`](https://github.com/nodejs/node/commit/0cffa3c87e)] - **buffer**: coerce offset us…
3801 …/github.com/nodejs/node/commit/e371545dfe)] - **buffer**: allow .write() offset to be at buffer en…
[all …]