Home
last modified time | relevance | path

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

12345678910>>...1562

/external/zstd/
DCHANGELOG2 perf: stronger --long mode at high compression levels, by @senhuang42
4 perf: faster dictionary compression at medium compression levels, by @felixhandte
5 perf: small speed & memory usage improvements for ZSTD_compress2(), by @terrelln
6 perf: improved fast compression speeds with Visual Studio, by @animalize
7 cli : Set nb of threads with environment variable ZSTD_NBTHREADS, by @senhuang42
9 cli : provide a condensed summary by default when processing multiple files
12 api : new sequence ingestion API, by @senhuang42
13 api : shared thread pool: control total nb of threads used by multiple compression jobs, by @marxin
14 api : new ZSTD_getDictID_fromCDict(), by @LuAPi
15 api : zlibWrapper only uses public API, and is compatible with dynamic library, by @terrelln
[all …]
/external/jackson-databind/release-notes/
DVERSION-2.x11 (reported by gmkll@github)
13 (reported by Mike G; fix contributed by Ville K)
18 (requested by Patrick J)
23 (reported by Incara@github)
25 (requested by leonshaw@github)
27 (reported by Nate B)
30 (reported by Xiang Z)
32 (requested by David N, implementation contributed by Tiago M)
34 (reported by Yona A)
36 (reported by rost5000@github)
[all …]
/external/mesa3d/src/glx/
Dg_glxglvnddispatchindices.h2 * THIS FILE IS AUTOMATICALLY GENERATED BY gen_scrn_dispatch.pl
11 // ChooseFBConfig implemented by libglvnd
13 // ChooseVisual implemented by libglvnd
14 // CopyContext implemented by libglvnd
16 // CreateContext implemented by libglvnd
20 // CreateGLXPixmap implemented by libglvnd
23 // CreateNewContext implemented by libglvnd
24 // CreatePbuffer implemented by libglvnd
25 // CreatePixmap implemented by libglvnd
26 // CreateWindow implemented by libglvnd
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Dx25519_test.txt2 # This file is generated by convert_wycheproof.go. Do not edit by hand.
1185 # special case for E in multiplication by 2
1193 # special case for E in multiplication by 2
1200 # special case for E in multiplication by 2
1207 # special case for E in multiplication by 2
1214 # special case for E in multiplication by 2
1222 # special case for E in multiplication by 2
1230 # special case for E in multiplication by 2
1237 # special case for E in multiplication by 2
1245 # special case for E in multiplication by 2
[all …]
Dx448_test.json1394 "comment" : "special case for x_2 in multiplication by 2",
1403 "comment" : "special case for x_2 in multiplication by 2",
1412 "comment" : "special case for x_2 in multiplication by 2",
1421 "comment" : "special case for x_2 in multiplication by 2",
1430 "comment" : "special case for x_2 in multiplication by 2",
1439 "comment" : "special case for x_2 in multiplication by 2",
1450 "comment" : "special case for x_2 in multiplication by 2",
1461 "comment" : "special case for x_2 in multiplication by 2",
1472 "comment" : "special case for E in multiplication by 2",
1481 "comment" : "special case for E in multiplication by 2",
[all …]
Dx448_asn_test.json1395 "comment" : "special case for x_2 in multiplication by 2",
1404 "comment" : "special case for x_2 in multiplication by 2",
1413 "comment" : "special case for x_2 in multiplication by 2",
1422 "comment" : "special case for x_2 in multiplication by 2",
1431 "comment" : "special case for x_2 in multiplication by 2",
1440 "comment" : "special case for x_2 in multiplication by 2",
1451 "comment" : "special case for x_2 in multiplication by 2",
1462 "comment" : "special case for x_2 in multiplication by 2",
1473 "comment" : "special case for E in multiplication by 2",
1482 "comment" : "special case for E in multiplication by 2",
[all …]
Dx25519_test.json1649 "comment" : "special case for E in multiplication by 2",
1660 "comment" : "special case for E in multiplication by 2",
1669 "comment" : "special case for E in multiplication by 2",
1678 "comment" : "special case for E in multiplication by 2",
1687 "comment" : "special case for E in multiplication by 2",
1698 "comment" : "special case for E in multiplication by 2",
1709 "comment" : "special case for E in multiplication by 2",
1718 "comment" : "special case for E in multiplication by 2",
1729 "comment" : "special case for E in multiplication by 2",
1738 "comment" : "special case for E in multiplication by 2",
[all …]
Dx25519_asn_test.json1650 "comment" : "special case for E in multiplication by 2",
1661 "comment" : "special case for E in multiplication by 2",
1670 "comment" : "special case for E in multiplication by 2",
1679 "comment" : "special case for E in multiplication by 2",
1688 "comment" : "special case for E in multiplication by 2",
1699 "comment" : "special case for E in multiplication by 2",
1710 "comment" : "special case for E in multiplication by 2",
1719 "comment" : "special case for E in multiplication by 2",
1730 "comment" : "special case for E in multiplication by 2",
1739 "comment" : "special case for E in multiplication by 2",
[all …]
/external/python/cpython2/Misc/
Ddevelopers.txt26 - David Malcolm was given commit access on Oct 27 2010 by GFB,
27 at recommendation by Antoine Pitrou and Raymond Hettinger.
29 - Tal Einat was given commit access on Oct 4 2010 by MvL,
32 - Łukasz Langa was given commit access on Sep 08 2010 by GFB,
35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL,
38 - Ask Solem was given commit access on Aug 17 2010 by MvL,
39 on recommendation by Jesse Noller, for work on the multiprocessing
43 by MvL, for work on 2to3.
45 - Éric Araujo was given commit access on Aug 10 2010 by BAC,
48 - Terry Reedy was given commit access on Aug 04 2010 by MvL,
[all …]
/external/llvm-project/mlir/test/Dialect/SCF/
Dloop-unroll.mlir1 // RUN: mlir-opt %s -test-loop-unrolling='unroll-factor=2' | FileCheck %s --check-prefix UNROLL-BY-2
2 // RUN: mlir-opt %s -test-loop-unrolling='unroll-factor=3' | FileCheck %s --check-prefix UNROLL-BY-3
3 …-test-loop-unrolling='unroll-factor=2 loop-depth=0' | FileCheck %s --check-prefix UNROLL-OUTER-BY-2
4 …-test-loop-unrolling='unroll-factor=2 loop-depth=1' | FileCheck %s --check-prefix UNROLL-INNER-BY-2
15 // UNROLL-BY-2-LABEL: func @dynamic_loop_unroll
16 // UNROLL-BY-2-SAME: %[[LB:.*0]]: index,
17 // UNROLL-BY-2-SAME: %[[UB:.*1]]: index,
18 // UNROLL-BY-2-SAME: %[[STEP:.*2]]: index,
19 // UNROLL-BY-2-SAME: %[[MEM:.*3]]: memref<?xf32>
21 // UNROLL-BY-2-DAG: %[[V0:.*]] = subi %[[UB]], %[[LB]] : index
[all …]
/external/perfetto/ui/src/common/
Dstate.ts9 // Unless required by applicable law or agreed to in writing, software
16 * A plain js object, holding objects of type |Class| keyed by string id.
143 requestId?: string; // Set by the frontend to request a new permalink.
144 hash?: string; // Set by the controller when the link has been created.
680 'disabled-by-default-animation-worklet',
681 'disabled-by-default-audio',
682 'disabled-by-default-audio-worklet',
683 'disabled-by-default-blink.debug',
684 'disabled-by-default-blink.debug.display_lock',
685 'disabled-by-default-blink.debug.layout',
[all …]
/external/lz4/
DNEWS2 …were reading a few bytes beyond input size (introduced in v1.9.0, reported by @ppodolsky and @danl…
3 api : fix : lz4frame initializers compatibility with c++, reported by @degski
4 cli : added command --list, based on a patch by @gabrielstedman
5 build: improved Windows build, by @JPeterMugaas
6 build: AIX, by Norman Green
9 perf: large decompression speed improvement on x86/x64 (up to +20%) by @djwatson
13 cli : support custom block sizes, by @blezsan
14 build: source code can be amalgamated, by Bing Xu
15 build: added meson build, by @lzutao
17 install: MidnightBSD, by @laffer1
[all …]
/external/curl/docs/
DBINDINGS.md13 [Ada95](https://web.archive.org/web/20070403105909/www.almroth.com/adacurl/index.html) Written by A…
15 [Basic](http://scriptbasic.com/) ScriptBasic bindings written by Peter Verhas
17 C++: [curlpp](http://curlpp.org/) Written by Jean-Philippe Barrette-LaPierre,
18 [curlcpp](https://github.com/JosephP91/curlcpp) by Giuseppe Persico and [C++
19 Requests](https://github.com/whoshuu/cpr) by Huu Nguyen
21 [Ch](https://chcurl.sourceforge.io/) Written by Stephen Nestinger and Jonathan Rogado
23 Cocoa: [BBHTTP](https://github.com/brunodecarvalho/BBHTTP) written by Bruno de Carvalho
24 [curlhandle](https://github.com/karelia/curlhandle) Written by Dan Wood
26 Clojure: [clj-curl](https://github.com/lsevero/clj-curl) by Lucas Severo
28 [D](https://dlang.org/library/std/net/curl.html) Written by Kenneth Bogert
[all …]
/external/python/dateutil/
DNEWS14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859).
16 Fixed by @cssherry (gh issue #582, pr #763)
23 smaller "strong value" cache was also added. Weak value cache implemented by
24 @cs-cordero (gh pr #672, #801), strong cache added by
34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).
37 (e.g. ``NaN`` or infinite values). Reported and fixed by
41 Fixed by @parsethis (gh issue #661, gh pr #681)
48 Fixed by @cheukting (gh issue #658, gh pr #751)
52 Reported and fixed by @jayschwa (gh issue #786, gh pr #787).
54 Reported by @cjgibson (gh issue #820). Fixed by @Cheukting (gh pr #822)
[all …]
/external/jackson-core/release-notes/
DVERSION-2.x20 (contributed by Jendrik J)
37 (requested by Michel F, impl contributed by Oleksandr P)
39 (contributed by valery1707@github)
41 (contributed by Volkan Y)
44 (reported by Volkan Y)
46 (contributed by James A)
52 (reported by Justin L)
57 (reported by rhernandez35@github)
62 (reported by Scott L)
64 (reported, fix contributed by Fabien R)
[all …]
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Dlocstats.ll4 ; CHECK: "sum_all_variables(#bytes in parent scope covered by DW_OP_entry_value)": 5,
6 ; CHECK-NEXT: "sum_all_params(#bytes in parent scope covered by DW_AT_location)": 20,
7 ; CHECK-NEXT: "sum_all_params(#bytes in parent scope covered by DW_OP_entry_value)": 5,
9 ; CHECK-NEXT: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)": 60,
10 ; CHECK-NEXT: "sum_all_local_vars(#bytes in parent scope covered by DW_OP_entry_value)": 0,
17 ; CHECK: "#variables processed by location statistics": 6,
18 ; CHECK-NEXT: "#variables with 0% of parent scope covered by DW_AT_location": 1,
19 ; CHECK-NEXT: "#variables with (0%,10%) of parent scope covered by DW_AT_location": 0,
20 ; CHECK-NEXT: "#variables with [10%,20%) of parent scope covered by DW_AT_location": 0,
21 ; CHECK-NEXT: "#variables with [20%,30%) of parent scope covered by DW_AT_location": 0,
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.7.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
146 Both of these issues are fixed by postponing the evaluation of
153 are interned by the interpreter) and make startup time faster.
179 PEP written and implemented by Łukasz Langa.
189 currently implied by the use of the default C or POSIX locale on non-Windows
209 Locale coercion is silent by default, but to assist in debugging potentially
211 :data:`~sys.stderr`) can be requested by setting ``PYTHONCOERCECLOCALE=warn``.
226 PEP written and implemented by Nick Coghlan.
238 UTF-8 encoding by default. The error handlers for :data:`sys.stdin` and
252 The UTF-8 mode is enabled by default when the locale is ``C`` or ``POSIX``, and
[all …]
D3.9.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
91 by PEP 489;
95 the stable ABI defined by PEP 384.
162 (Contributed by Brandt Bucher in :issue:`36144`.)
171 added. See :pep:`616` for a full description. (Contributed by Dennis Sweeney in
191 See :pep:`585` for more details. (Contributed by Guido van Rossum,
214 See :pep:`617` for more details. (Contributed by Guido van Rossum,
224 (Contributed by Ngalim Siregar in :issue:`37444`.)
230 by :func:`os.chdir`. As a side effect, the traceback also displays the
232 (Contributed by Victor Stinner in :issue:`20443`.)
[all …]
D3.5.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
80 methods. (Contributed by Arnon Yaari in :issue:`9951`.)
83 (Contributed by Antoine Pitrou in :issue:`23632`.)
86 object being iterated by ``yield from`` expressions. (Contributed
87 by Benno Leslie and Yury Selivanov in :issue:`24450`.)
90 recursion depth is reached. (Contributed by Georg Brandl
99 (Contributed by Victor Stinner in :issue:`19977`.)
101 * ``.pyo`` files are no longer used and have been replaced by a more flexible
139 It can still be enabled by instantiating a :class:`ssl.SSLContext`
144 against potential injection attacks. (Contributed by Antoine Pitrou
[all …]
D3.6.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
82 based on `a proposal by Raymond Hettinger
187 the format strings accepted by :meth:`str.format`. They contain replacement
188 fields surrounded by curly braces. The replacement fields are expressions,
204 PEP written and implemented by Eric V. Smith.
237 PEP written by Ryan Gonzalez, Philip House, Ivan Levkivskyi, Lisa Roach,
238 and Guido van Rossum. Implemented by Ivan Levkivskyi.
277 PEP written by Georg Brandl and Serhiy Storchaka.
302 PEP written and implemented by Yury Selivanov.
323 PEP written and implemented by Yury Selivanov.
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h291 * have the same class as returned by getDynamicClassID().
340 * @return The string form of this unit, owned by this MeasureUnit.
555 * Returns by pointer, unit of acceleration: g-force.
564 * Returns by value, unit of acceleration: g-force.
571 * Returns by pointer, unit of acceleration: meter-per-square-second.
580 * Returns by value, unit of acceleration: meter-per-square-second.
587 * Returns by pointer, unit of angle: arc-minute.
596 * Returns by value, unit of angle: arc-minute.
603 * Returns by pointer, unit of angle: arc-second.
612 * Returns by value, unit of angle: arc-second.
[all …]
/external/icu/libicu/cts_headers/unicode/
Dmeasunit.h291 * have the same class as returned by getDynamicClassID().
340 * @return The string form of this unit, owned by this MeasureUnit.
555 * Returns by pointer, unit of acceleration: g-force.
564 * Returns by value, unit of acceleration: g-force.
571 * Returns by pointer, unit of acceleration: meter-per-square-second.
580 * Returns by value, unit of acceleration: meter-per-square-second.
587 * Returns by pointer, unit of angle: arc-minute.
596 * Returns by value, unit of angle: arc-minute.
603 * Returns by pointer, unit of angle: arc-second.
612 * Returns by value, unit of angle: arc-second.
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-throw-by-value-catch-by-reference.cpp1 // RUN: %check_clang_tidy %s misc-throw-by-value-catch-by-reference %t -- -- -fcxx-exceptions
25 throw new logic_error("by pointer"); in testThrowFunc()
26 …ows a pointer; it should throw a non-pointer value instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
27 logic_ptr tmp = new logic_error("by pointer"); in testThrowFunc()
29 …expression should throw anonymous temporary values instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
30 …ows a pointer; it should throw a non-pointer value instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
31 throw logic_error("by value"); in testThrowFunc()
38 …expression should throw anonymous temporary values instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
39 …ows a pointer; it should throw a non-pointer value instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
42 …expression should throw anonymous temporary values instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
[all …]
/external/llvm-project/mlir/test/Dialect/Affine/
Dunroll.mlir3 …gistered-dialect %s -affine-loop-unroll="unroll-factor=4" | FileCheck %s --check-prefix UNROLL-BY-4
4 …gistered-dialect %s -affine-loop-unroll="unroll-factor=1" | FileCheck %s --check-prefix UNROLL-BY-1
16 // UNROLL-BY-4-DAG: [[$MAP0:#map[0-9]+]] = affine_map<(d0) -> (d0 + 1)>
17 // UNROLL-BY-4-DAG: [[$MAP1:#map[0-9]+]] = affine_map<(d0) -> (d0 + 2)>
18 // UNROLL-BY-4-DAG: [[$MAP2:#map[0-9]+]] = affine_map<(d0) -> (d0 + 3)>
19 // UNROLL-BY-4-DAG: [[$MAP3:#map[0-9]+]] = affine_map<(d0, d1) -> (d0 + 1)>
20 // UNROLL-BY-4-DAG: [[$MAP4:#map[0-9]+]] = affine_map<(d0, d1) -> (d0 + 3)>
21 // UNROLL-BY-4-DAG: [[$MAP5:#map[0-9]+]] = affine_map<(d0)[s0] -> (d0 + s0 + 1)>
22 // UNROLL-BY-4-DAG: [[$MAP6:#map[0-9]+]] = affine_map<(d0, d1) -> (d0 * 16 + d1)>
23 // UNROLL-BY-4-DAG: [[$MAP11:#map[0-9]+]] = affine_map<(d0) -> (d0)>
[all …]
/external/llvm-project/clang/test/Analysis/
DMismatchedDeallocator-checker-test.mm24 …delete p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not '…
30 …delete q; // expected-warning{{Memory allocated by realloc() should be deallocated by free(), not …
35 …delete p; // expected-warning{{Memory allocated by calloc() should be deallocated by free(), not '…
40 …delete p; // expected-warning{{Memory allocated by strdup() should be deallocated by free(), not '…
45 …delete p; // expected-warning{{Memory allocated by my_malloc() should be deallocated by free(), no…
50 …operator delete(p); // expected-warning{{Memory allocated by malloc() should be deallocated by fre…
55 …delete[] p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not…
60 …operator delete[](p); // expected-warning{{Memory allocated by malloc() should be deallocated by f…
65 delete p; // expected-warning{{Memory allocated by alloca() should not be deallocated}}
71 …free(p); // expected-warning{{Memory allocated by 'new' should be deallocated by 'delete', not fre…
[all …]

12345678910>>...1562