/external/perfetto/src/tracing/core/ |
D | patch_list.h | 35 class Patch { 38 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch() function 39 Patch(const Patch&) = default; // For tests. 52 bool operator==(const Patch& o) const { 58 Patch& operator=(const Patch&) = delete; 67 using ListType = std::forward_list<Patch>; 73 Patch* emplace_back(ChunkID chunk_id, uint16_t offset) { in emplace_back() 75 offset >= last_->offset + sizeof(Patch::PatchContent)); in emplace_back() 87 const Patch& front() const { in front() 92 const Patch& back() const { in back()
|
D | patch_list_unittest.cc | 27 std::ostream& operator<<(std::ostream& o, const Patch& p); 28 std::ostream& operator<<(std::ostream& o, const Patch& p) { in operator <<() 43 ASSERT_THAT(pl, ElementsAre(Patch(ChunkID(5), 50))); in TEST() 46 ASSERT_THAT(pl, ElementsAre(Patch(ChunkID(5), 50), Patch(ChunkID(6), 60))); in TEST() 48 ASSERT_EQ(pl.front(), Patch(ChunkID(5), 50)); in TEST() 49 ASSERT_EQ(pl.back(), Patch(ChunkID(6), 60)); in TEST() 52 ASSERT_EQ(pl.front(), Patch(ChunkID(6), 60)); in TEST() 56 ASSERT_EQ(pl.front(), Patch(ChunkID(7), 70)); in TEST() 57 ASSERT_EQ(pl.back(), Patch(ChunkID(7), 70)); in TEST() 66 ASSERT_THAT(pl, ElementsAre(Patch(ChunkID(8), 80), Patch(ChunkID(9), 90))); in TEST()
|
/external/python/mock/ |
D | CHANGELOG.rst | 5 argument of read([size]). Patch contributed by Rémi Lapeyre. 40 method. Patch by Anthony Sottile. 52 automatically creation of child mocks. Patch by Mario Corchero. 62 decorator construction. Patch by Karthikeyan Singaravelan. 66 raising :exc:`RuntimeError`, making the method idempotent. Patch 75 :class:`unittest.mock.Mock` attributes. Patch by Pablo Galindo. 87 Patch by Karthikeyan Singaravelan. 90 code is executed under tracing. Patch by Karthikeyan Singaravelan. 93 the file contents. Patch by Tony Flury. 99 signature. Patch by Karthikeyan Singaravelan. [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0rc1.rst | 44 Better testing and documentation of binary operators. Patch by Martin 73 Handle fractional time in cookie expiry. Patch by ssh. 83 the Linux Standard Base, which do not include some EPOLL macros. Patch by 93 Fix timezones in email.utils.formatdate. Patch from Dmitry Shachnev. 102 imaplib raises TypeError if authenticator tries to abort. Patch from Craig 112 Fix ctypes.BigEndianStructure, swap correctly bytes. Patch written by 122 Document how to close the TCPServer listening socket. Patch from Martin 141 Add PATCH to wsgiref.validator. Patch from Luca Sbardella. 159 Allow Idle to edit and run files with astral chars in name. Patch by Mohd 172 entries from [Editor Window]. Patch by Mark Roseman. [all …]
|
D | 3.6.0b2.rst | 25 Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang 35 The type of long range iterator is now registered as Iterator. Patch by Oren 46 deprecated. Patch by Oren Milman. 55 The constructor of range_iterator now checks that step is not 0. Patch by 141 Fix incorrect type in complex(1.0, {2:3}) error message. Patch by Soumya 219 (Not yet inserted in split-table). Patch by Xiang Zhang. 238 Fixed bytes path support in os.scandir() on Windows. Patch by Eryk Sun. 313 gzip now supports pathlib. Patch by Ethan Furman. 382 POSIX localtime_r, but available on all platforms. Patch by Ed Schouten. 413 invalid string-like object as a name. Patch by Xiang Zhang. [all …]
|
D | 3.8.0a3.rst | 20 :class:`http.cookiejar.DefaultCookiePolicy` policy. Patch by Karthikeyan 58 arcs with labels of the same type. Patch by Pablo Galindo. 77 Patch by Zackery Spytz. 126 assignment expressions. Patch by Pablo Galindo. 147 about 2x faster. Patch by Inada Naoki. 176 Fix a segfault occurring when sorting a list of heterogeneous values. Patch 187 objects and documentation. Patch by Martijn Pieters 245 Patch by Pablo Galindo. 308 Patch by Inada Naoki. 338 Fix integer overflows in the array module. Patch by Stephan Hohe. [all …]
|
D | 3.6.2rc1.rst | 68 code struct and sizes of objects which it references. Patch by Dong-hee Na. 145 no longer ignored. Patch by Mircea Cosbuc. 164 Patch by Nathaniel Smith. 193 wrapped with partialmethod. Patch by Dong-hee Na. 203 package is only shipped with bytecodes. Patch by Alexandru Ardelean. 212 Fixed comparison check for ipaddress.ip_interface objects. Patch by Sanjay 223 with misplaced inline modifier. Patch by Roy Williams. 284 implementation. Patch by Michaël Sghaïer. 293 Closing transport during handshake process leaks open socket. Patch by 303 Fix waiter cancellation in asyncio.Lock. Patch by Mathieu Sornay. [all …]
|
D | 3.5.2rc1.rst | 17 Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye. 44 Fixed bytearray.remove() for values greater than 127. Patch by Joe Jevnik. 438 responses that don't have a body. Patch by Susumu Koshiba. 460 entropy pool is not initialized yet. Patch written by Colm Buckley. 491 Add ``__all__`` to :mod:`string`. Patch by Emanuel Barry. 541 with EACCESS. The function now falls back to fcntl(). Patch written by 583 Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by 594 stdout is not redirected. Patch by Akira Li. 603 mock_open 'files' no longer error on readline at end of file. Patch from 651 weakref.ref() no longer silently ignores keyword arguments. Patch by Georg [all …]
|
D | 3.9.0a2.rst | 32 Fixes a ReDoS vulnerability in :mod:`http.cookiejar`. Patch by Ben Caller. 63 "if" node. Patch by Lysandros Nikolaou. 177 displays. Patch by Brandt Bucher. 197 Added ``__floor__`` and ``__ceil__`` methods to float object. Patch by 208 Patch by hongweipeng. 218 distribution identification. Patch by Michael Felt. 251 Fix :exc:`NameError` in :mod:`zipimport`. Patch by Karthikeyan Singaravelan. 320 Patch by Batuhan Taskaya. 407 Patch by Claudiu Popa. 426 text mode. Patch by Serhiy Storchaka. [all …]
|
D | 3.7.0a2.rst | 69 `zlib.decompress()`. Patch by Oren Milman. 79 `unicodedata.normalize()`. Patch by Oren Milman. 89 due to a metaclass with a bad ``__prepare__()`` method. Patch by Oren 109 global. Patch by Oren Milman. 128 a bad `encoder()` argument. Patch by Oren Milman. 139 such a module. Patch by Oren Milman. 149 a bad ``__abs__()`` method. Patch by Oren Milman. 159 special method lookups. Patch by Stefan Behnel. 212 string. Patch by Oren Milman. 222 a bad ``__dict__``. Patch by Oren Milman. [all …]
|
D | 3.6.3rc1.rst | 28 argument has a bad keys() method. Patch by Oren Milman. 38 exception with a bad ``__module__`` attribute. Patch by Oren Milman. 48 warnings.defaultaction. Patch by Oren Milman. 58 not a dictionary. Patch by Oren Milman. 100 Patch by Oren Milman. 110 the encoder doesn't return a bytes object. Patch by Oren Milman. 120 is invalid. Patch by Oren Milman. 130 syntax. Patch by Sanyam Khurana. 222 SyntaxError, not to subclasses. Patch by Martijn Pieters. 241 Python 2 statement. Patch by Sanyam Khurana. [all …]
|
D | 3.5.3rc1.rst | 75 astral characters. Patch by Xiang Zhang. 113 Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang 123 The type of long range iterator is now registered as Iterator. Patch by Oren 133 The constructor of range_iterator now checks that step is not 0. Patch by 209 Fix incorrect type in error message from ``complex(1.0, {2:3})``. Patch by 259 dictitems_contains no longer swallows compare errors. (Patch by Xiang Zhang) 309 types returned from ``Py_create_mod``. Patch by Xiang Zhang. 342 Patch written by Xiang Zhang. 382 Patch by Xiang Zhang. 391 Add integer overflow check in bytearray.extend(). Patch by Xiang Zhang. [all …]
|
D | 3.5.0a1.rst | 59 platforms other than Windows. Patch written by Campbell Barton. 109 access if available. Patch written by Vitor de Lima and Gustavo Temple. 311 Fix inspect.getsource() to support decorated functions. Patch by Claudiu 402 be weakref'ed. Patch by Wei Wu. 422 Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat. 536 has a reference count of 1. Patch by Nikolaus Rath. 546 environment variable. Patch by Arfrever. 583 Patch by Josh Rosenberg. 611 Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. 630 Patch by Serhiy Storchaka. [all …]
|
D | 3.6.4rc1.rst | 89 Patch by Zane Bitter. 100 expected. Previously, the call was incorrectly non-blocking. Patch by Pablo 141 `unicodedata.normalize()`. Patch by Oren Milman. 151 due to a metaclass with a bad ``__prepare__()`` method. Patch by Oren 162 global. Patch by Oren Milman. 172 a bad `encoder()` argument. Patch by Oren Milman. 183 such a module. Patch by Oren Milman. 194 ``_fields_``. Patch by Oren Milman. 204 a bad ``__abs__()`` method. Patch by Oren Milman. 214 string. Patch by Oren Milman. [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.450.tesc.out | 57 Decorate 32(patchOut) Patch 59 MemberDecorate 34(TheBlock) 0 Patch 60 MemberDecorate 34(TheBlock) 1 Patch 61 MemberDecorate 34(TheBlock) 2 Patch 64 MemberDecorate 39(SingleBlock) 0 Patch 65 MemberDecorate 39(SingleBlock) 1 Patch 66 MemberDecorate 39(SingleBlock) 2 Patch 69 MemberDecorate 42(bn) 0 Patch 71 MemberDecorate 42(bn) 1 Patch 73 MemberDecorate 42(bn) 2 Patch
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.450.tesc.out | 57 Decorate 32(patchOut) Patch 59 MemberDecorate 34(TheBlock) 0 Patch 60 MemberDecorate 34(TheBlock) 1 Patch 61 MemberDecorate 34(TheBlock) 2 Patch 64 MemberDecorate 39(SingleBlock) 0 Patch 65 MemberDecorate 39(SingleBlock) 1 Patch 66 MemberDecorate 39(SingleBlock) 2 Patch 69 MemberDecorate 42(bn) 0 Patch 71 MemberDecorate 42(bn) 1 Patch 73 MemberDecorate 42(bn) 2 Patch
|
/external/rust/crates/regex/src/ |
D | compile.rs | 18 type Result = result::Result<Patch, Error>; 19 type ResultOrEmpty = result::Result<Option<Patch>, Error>; 22 struct Patch { struct 132 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_one() 162 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_many() 175 let Patch { hole, entry } = in compile_many() localVariable 183 let Patch { hole, entry } = in compile_many() localVariable 383 Ok(Some(Patch { hole: hole, entry: entry })) in c_capture() 412 Ok(Some(Patch { hole, entry: self.insts.len() - 1 })) in c_char() 418 Ok(Some(Patch { hole, entry: self.insts.len() - 1 })) in c_char() [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument 8 f(Patch<1>::no_neighbor); in g()
|
/external/clang/test/CodeGenCXX/ |
D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument 8 f(Patch<1>::no_neighbor); in g()
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 12 Patch by Roger Serwy, updated by Bayard Randel. 33 of warnings was emitted. Patch by Serhiy Storchaka. 89 Patch by Mark Roseman. 97 list. Patch by Mark Roseman. 125 now work on Mac Aqua. Patch by Mark Roseman. 128 Patch by Mark Roseman. 131 For Mac OSX, make them a 'sheet'. Patch by Mark Roseman. 167 Patch by Mohd Sanad Zaki Rizvi. 172 and remove 'fontxxx' entries from [Editor Window]. Patch by Mark Roseman. 177 - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy. [all …]
|
/external/mtools/ |
D | Release.notes | 18 Patch #7alk ... 4 Dec 94 31 Patch #7alk ... 4 Nov 94 41 Patch #7alk quinter, 2 Nov 94 50 Patch #7alk quater, 1 Oct 94 58 Patch #7alk ter, 10 Sep 94 68 Patch #7alk bis, 18 jul 94 82 Patch #7alk, 16 feb 94 115 Patch #7+, 19 sep 93 124 Patch #7, 6 Sep 92 134 Patch #6, 21 Aug 92 [all …]
|
/external/perfetto/ui/src/controller/ |
D | globals.ts | 15 import {Patch, produce} from 'immer'; 72 const patches: Patch[] = []; 106 applyAction(action: DeferredAction): Patch[] { 108 const patches: Patch[] = [];
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.4rc1.rst | 204 passed to the interpreter. Patch by Hieu Nguyen. 214 (already working as unicode strings). Patch by Serhiy Storchaka. 242 fix segfault on "del sys.modules['__main__']". Patch by Victor Stinner. 372 Patch by Serhiy Storchaka. 381 Fix error handling bug in the utf-16 decoder. Patch by Serhiy Storchaka. 400 zipimport.c doesn't check return value of fseek(). Patch by Felipe Cruz. 419 proper failure return value (1). Patch contributed by Jeff Knupp. 480 the default behavior in 3.0 instead of 2.7. Patch by Sven Marnach. 567 Fix potential reference leaks in bytearray.extend(). Patch by Suman Saha. 627 "atomic" for many purposes. Patch by Filip Gruszczyński. [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS2x.txt | 12 accessed Patch 5783 Guilherme Polo 16 Patch 1529142 Weeble. 75 '/' char on Windows. issue2061 Patch by Tal Einat. 79 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat. 81 - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat 88 - Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. 91 of tabs. Patch 1612746 Tal Einat. 93 - Add confirmation dialog before printing. Patch 1717170 Tal Einat. 95 - Show paste position if > 80 col. Patch 1659326 Tal Einat. 97 - Update cursor color without restarting. Patch 1725576 Tal Einat. [all …]
|
D | NEWS.txt | 49 Patch by Florian Dahlitz. 71 or shell restart occurs. Patch by Zackery Spytz. 85 systems. Patch by Johnny Najera. 87 bpo-38944: Escape key now closes IDLE completion windows. Patch by 99 Cursor Blink. Patch by Zackery Spytz. 135 browsers. Patch by George Zhang. 223 Patch by Louie Lu. 245 Patch by Kevin Walzer. 343 Patch by Kevin Walzer. 424 Coverage is 100%. Patch by Cheryl Sabella. [all …]
|