Home
last modified time | relevance | path

Searched refs:were (Results 1 – 25 of 2313) sorted by relevance

12345678910>>...93

/external/libchrome/base/task_scheduler/
Dtask_traits_unittest.nc12 #if defined(NCTEST_TASK_TRAITS_MULTIPLE_MAY_BLOCK) // [r"Multiple arguments of the same type were
14 …PLE_WITH_BASE_SYNC_PRIMITIVES) // [r"Multiple arguments of the same type were provided to the con…
17 …TRAITS_MULTIPLE_TASK_PRIORITY) // [r"Multiple arguments of the same type were provided to the con…
20 …TS_MULTIPLE_SHUTDOWN_BEHAVIOR) // [r"Multiple arguments of the same type were provided to the con…
23 …TRAITS_MULTIPLE_SAME_TYPE_MIX) // [r"Multiple arguments of the same type were provided to the con…
/external/python/cpython2/Misc/
DREADME.klocwork13 There were originally 175 defects reported. Most of these
14 were false positives. However, there were numerous real issues
23 False positives were also annotated so that the comments can
28 warnings were produced, primarily related to dereferencing NULL pointers.
DREADME.coverity12 There were originally about 100 defects reported. Some of these
13 were false positives. Over 70 issues were uncovered.
19 False positives were annotated so that the comments can
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
DREADME1 These inputs were pre-generated to allow for easier testing of llvm-cov.
3 The files used to test the gcov compatible code coverage tool were generated
6 test.gcno and test.gcda were create by running clang:
18 The 'profdata' files were generated by running an instrumented version of the
/external/python/cpython3/Misc/
DREADME.coverity12 There were originally about 100 defects reported. Some of these
13 were false positives. Over 70 issues were uncovered.
19 False positives were annotated so that the comments can
/external/llvm/test/tools/llvm-cov/Inputs/
DREADME1 These inputs were pre-generated to allow for easier testing of llvm-cov.
3 The files used to test the gcov compatible code coverage tool were generated
6 test.gcno and test.gcda were create by running clang:
18 The 'profdata' files were generated by running an instrumented version of the
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalGroupByReducerDataset.pbtxt13 A list of tensors, typically values that were captured when
27 A list of tensors, typically values that were captured when
41 A list of tensors, typically values that were captured when
55 A list of tensors, typically values that were captured when
/external/perfetto/protos/perfetto/common/
Dtrace_stats.proto39 // Total size of chunks that were fully read from the circular buffer by the
55 // Num. bytes that were allocated as padding between chunks in the circular
59 // Num. of padding bytes that were removed from the circular buffer when
60 // they were overwritten.
81 // Num. chunks (!= packets) that were fully read from the circular buffer by
86 // Num. chunks that were committed out of order.
142 // Num. chunks that were discarded by the service before attempting to commit
146 // Num. patches that were discarded by the service before attempting to apply
/external/lzma/DOC/
Dlzma-history.txt8 - Some bugs were fixed.
66 - The BUGs were fixed:
74 - C/7zTypes.h : the names of variables in interface structures were changed (vt).
75 - Some bugs were fixed. 7-Zip could crash in some cases.
87 - Some bugs in 7z code were fixed.
104 - Some bugs were fixed.
159 - SFX mudules were added to LZMA SDK
160 - Some bugs were fixed.
179 if more than 10 threads were used (or more than 20 threads in some modes).
192 - Some bugs were fixed
[all …]
/external/jcommander/
DCHANGELOG18 Fixed: Parameters with a single double quote were not working properly
37 Fixed: Commands using @Parameters(resourceBundle) were not i18n'ed properly in the usage()
41 Fixed: Commands with same prefix as options were not working properly.
65 Fixed: defaults for commands were not properly applied (Stevo Slavic)
74 Added: Don't display "Options:" if none were defined
77 Fixed: Default values with a validator were being validate at parse() time instead of creation time.
96 Added: Command usages are now shown in the order they were added to the JCommander object
/external/doclava/src/com/google/doclava/parser/
DREADME.txt1 The JavaParser and JavaLexer classes were built using ANTLR.
10 When this step was last done, there were some extra files generated,
11 these were ignored and discarded. For use, see the Parse Trees link
/external/testng/
DCHANGES.txt13 Fixed: GITHUB-866 / GITHUB-869 : Some attributes were not cloned when XmlSuite#clone was used (Vire…
126 Fixed: Assertions in the Assertions class were not failing properly.
134 Fixed: Reporter.log() invoked from listeners were being discarded
152 Fixed: Threads were started sequentially instead of being interleaved
186 Fixed: Failed tests with allow-return-values="true" were not rerun
216 Fixed: Configuration methods were reported incorrectly in listeners.
218 Fixed: IAnnotationTransformer2 beforeTest/afterTest booleans were not being set
267 Fixed: -groups and -excludegroups were no longer overriding testng.xml
309 Fixed: Group dependencies were not being skipped properly.
340 Fixed: JUnit conversion: super.setUp()/tearDown() were being removed when extending a class other t…
[all …]
/external/grpc-grpc/third_party/nanopb/docs/
Dmigration.rst22 **Changes:** References to *uint8_t* were replaced with several alternatives,
38 *.proto* files. Those fields were generated as regular *optional* fields.
93 **Rationale:** Some names in nanopb core were badly chosen and conflicted with
173 **Changes:** The *#ifdef* and associated functions were removed from the
212 **Changes:** Macros were added to pb.h which allow for cleaner definition
229 were changed to *#define*. Some value names were changed for consistency.
247 **Changes:** New functions with names *pb_decode_\** were added.
261 **Rationale:** The old *pb_enc_\** functions were designed mostly for the
266 **Changes:** New functions with names *pb_encode_\** were added. These have
/external/fonttools/Tests/ttLib/tables/data/aots/
DREADME9 Fonts were built by running "make" and copying tests/*.otf over.
10 Original .xml files were not copied to save space.
/external/e2fsprogs/doc/RelNotes/
Dv1.10.txt5 people were complaining about breaking compatibility with 1.2 kernels.
6 Warning messages were added to the mke2fs and tune2fs man pages that
15 Fixed bug in e2fsck where pass1b would bomb out if there were any
54 by any filesystem handle. (These functions were added as part of the
Dv1.43.8.txt7 Some newly added fields in the superblocks were not getting byte
8 swapped (which were not noticed since big endian systems are amazingly
33 some random usage texts that were incorrect. (Addresses Debian Bugs:
Dv1.32.txt5 of clean blocks from the unix_io cache (they were erroneously marked
6 as being dirty, so they were getting written back to disk before
/external/nanopb-c/docs/
Dmigration.rst36 **Rationale:** If the substream functions were called directly and the caller
66 **Changes:** References to *uint8_t* were replaced with several alternatives,
82 *.proto* files. Those fields were generated as regular *optional* fields.
137 **Rationale:** Some names in nanopb core were badly chosen and conflicted with
217 **Changes:** The *#ifdef* and associated functions were removed from the
256 **Changes:** Macros were added to pb.h which allow for cleaner definition
273 were changed to *#define*. Some value names were changed for consistency.
291 **Changes:** New functions with names *pb_decode_\** were added.
305 **Rationale:** The old *pb_enc_\** functions were designed mostly for the
310 **Changes:** New functions with names *pb_encode_\** were added. These have
/external/u-boot/lib/lzma/
Dhistory.txt12 if more than 10 threads were used (or more than 20 threads in some modes).
25 - Some bugs were fixed
124 - Compressing speed and memory requirements for compressing were increased
147 - Some GUIDs/interfaces in C++ were changed.
156 if _LZMA_IN_CB and _LZMA_OUT_READ were defined,
179 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
/external/autotest/client/site_tests/platform_StackProtector/
Dcontrol8 Tests for evidence that all system executables were compiled with
12 PURPOSE = "Verify that system executables were compiled with -fstack-protector."
/external/libxkbcommon/xkbcommon/doc/
Dcompat.md5 introduced unnecessary complications. Many of these removals were in fact
11 + there were very few geometry definitions available, and while
38 On the other hand, some features and extensions were added.
/external/u-boot/lib/libfdt/
DREADME14 To adapt for U-Boot usage, only the applicable files were copied and
22 After importing, other customizations were performed. See the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
D2011-11-23-MaskedBitsCrash.ll5 ; the same time we were deducing from the nsw flag that that mul could
7 ; value, which can be taken to be negative). We were reporting the mul
/external/llvm/test/Transforms/InstSimplify/
D2011-11-23-MaskedBitsCrash.ll5 ; the same time we were deducing from the nsw flag that that mul could
7 ; value, which can be taken to be negative). We were reporting the mul
/external/bcc/examples/tracing/
Dbitehist_example.txt19 This output shows a bimodal distribution. The largest mod of 800 I/O were
20 between 128 and 255 Kbytes in size, and another mode of 211 I/O were between

12345678910>>...93