Home
last modified time | relevance | path

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

12345678910>>...653

/external/openthread/src/core/config/
Dopenthread-core-config-check.h52 #error "OPENTHREAD_CONFIG_MAX_TX_ATTEMPTS_DIRECT was replaced by OPENTHREAD_CONFIG_MAC_MAX_FRAME_RE…
57 …"OPENTHREAD_CONFIG_MAX_TX_ATTEMPTS_INDIRECT_PER_POLL was replaced by OPENTHREAD_CONFIG_MAC_MAX_FRA…
61 #error "OPENTHREAD_CONFIG_MAX_SERVER_ALOCS was replaced by OPENTHREAD_CONFIG_TMF_NETDATA_SERVICE_MA…
65 #error "OPENTHREAD_CONFIG_ENABLE_AUTO_START_SUPPORT was removed."
69 #error "OPENTHREAD_ENABLE_CERT_LOG was replaced by OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE."
73 #error "OPENTHREAD_ENABLE_MULTIPLE_INSTANCES was replaced by OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_EN…
77 #error "OPENTHREAD_CONFIG_NCP_UART_ENABLE was replaced by OPENTHREAD_CONFIG_NCP_HDLC_ENABLE."
81 #error "OPENTHREAD_ENABLE_NCP_UART was replaced by OPENTHREAD_CONFIG_NCP_HDLC_ENABLE."
85 #error "OPENTHREAD_ENABLE_NCP_SPI was replaced by OPENTHREAD_CONFIG_NCP_SPI_ENABLE."
89 #error "OPENTHREAD_ENABLE_UDP_FORWARD was replaced by OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE."
[all …]
/external/e2fsprogs/lib/ext2fs/
Dtst_bitmaps_exp6 Setting block 12, was clear before
8 Setting block 12, was set before
10 Clearing block 12, was set before
12 Clearing block 12, was clear before
14 Setting block 12, was clear before
16 Setting block 14, was clear before
18 Setting block 16, was clear before
28 Setting block 13, was clear before
30 Setting block 15, was clear before
65 Clearing block 13, was set before
[all …]
/external/python/cpython2/Misc/
Ddevelopers.txt6 The purpose is to provide some institutional memory of who was given access
26 - David Malcolm was given commit access on Oct 27 2010 by GFB,
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,
42 - George Boutsioukis was given commit access on Aug 10 2010
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,
51 - Brian Quinlan was given commit access on Jul 26 2010 by GFB,
[all …]
/external/e2fsprogs/tests/f_badorphan/
Dexpect.110 Inode 13 was part of the orphaned inode list. FIXED.
11 Inode 17 was part of the orphaned inode list. FIXED.
14 Inode 19 was part of the orphaned inode list. FIXED.
15 Inode 22 was part of the orphaned inode list. FIXED.
16 Inode 23 was part of the orphaned inode list. FIXED.
17 Inode 24 was part of the orphaned inode list. FIXED.
18 Inode 25 was part of the orphaned inode list. FIXED.
19 Inode 26 was part of the orphaned inode list. FIXED.
20 Inode 27 was part of the orphaned inode list. FIXED.
21 Inode 28 was part of the orphaned inode list. FIXED.
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dabi_self_test.cc51 "was not recovered"); in TEST()
53 "was not recovered"); in TEST()
117 "rbx was not restored after return"); in TEST()
122 "rdi was not restored after return"); in TEST()
124 "rsi was not restored after return"); in TEST()
130 "rbp was not restored after return"); in TEST()
136 "r12 was not restored after return"); in TEST()
138 "r13 was not restored after return"); in TEST()
140 "r14 was not restored after return"); in TEST()
142 "r15 was not restored after return"); in TEST()
[all …]
/external/compiler-rt/test/msan/
Dchained_origin_limits.cc129 // CHECK7-NOT: Uninitialized value was stored to memory at
130 // CHECK7: Uninitialized value was stored to memory at
131 // CHECK7-NOT: Uninitialized value was stored to memory at
132 // CHECK7: Uninitialized value was stored to memory at
133 // CHECK7-NOT: Uninitialized value was stored to memory at
134 // CHECK7: Uninitialized value was stored to memory at
135 // CHECK7-NOT: Uninitialized value was stored to memory at
136 // CHECK7: Uninitialized value was stored to memory at
137 // CHECK7-NOT: Uninitialized value was stored to memory at
138 // CHECK7: Uninitialized value was stored to memory at
[all …]
/external/boringssl/src/crypto/
Dabi_self_test.cc51 "was not recovered"); in TEST()
53 "was not recovered"); in TEST()
63 // may vary depending on what was on the stack before. in TEST()
118 "rbx was not restored after return"); in TEST()
123 "rdi was not restored after return"); in TEST()
125 "rsi was not restored after return"); in TEST()
131 "rbp was not restored after return"); in TEST()
137 "r12 was not restored after return"); in TEST()
139 "r13 was not restored after return"); in TEST()
141 "r14 was not restored after return"); in TEST()
[all …]
/external/cronet/third_party/boringssl/src/crypto/
Dabi_self_test.cc51 "was not recovered"); in TEST()
53 "was not recovered"); in TEST()
63 // may vary depending on what was on the stack before. in TEST()
118 "rbx was not restored after return"); in TEST()
123 "rdi was not restored after return"); in TEST()
125 "rsi was not restored after return"); in TEST()
131 "rbp was not restored after return"); in TEST()
137 "r12 was not restored after return"); in TEST()
139 "r13 was not restored after return"); in TEST()
141 "r14 was not restored after return"); in TEST()
[all …]
/external/bc/
DNEWS.md14 The bug was that multiple read calls could repeat old data.
60 better error checking in tests to help packagers. Unfortunately, I was too
75 The bug was that if an array element was used as a parameter, and then a later
76 parameter had the same name as the array whose element was used, `bc` would grab
97 * `SIGWINCH` was activated even when history was not.
112 The discrepancy from the `bc` standard was with regards to the behavior of the
114 parsing, even if it was parsing a full file. Now, `bc` only quits when
126 The second memory bug was caused by passing an array argument to the `asciify()`
127 built-in function. In certain cases, that was wrongly allowed, and the
128 interpreter just assumed everything was correct and accessed memory. Now that
[all …]
/external/antlr/runtime/ObjC/Framework/test/runtime/token/
DCommonTokenTest.m18 STAssertNotNil(token, @"Token was nil");
25 STAssertNotNil(token, @"Token was nil");
26 STAssertEquals(token.type, (NSInteger)TokenTypeEOF, @"Token was not of type TokenTypeEOF");
34 STAssertNotNil(token, @"Token was nil");
35 STAssertEquals(token.type, (NSInteger)TokenTypeUP, @"Token was not of type TokenTypeUP");
36 STAssertNotNil(token.text, @"Token text was nil, was expecting <UP>");
37 …STAssertTrue([token.text isEqualToString:@"<UP>"], @"Token text was not <UP> was instead: %@", tok…
44 STAssertNotNil(token, @"Token was nil");
45 STAssertEquals(token.type, (NSInteger)TokenTypeUP, @"Token was not of type TokenTypeUP");
46 STAssertNotNil(token.text, @"Token text was nil, was expecting <UP>");
[all …]
/external/icu/icu4j/perf-tests/data/collation/
Dvfear11a.txt51 This etext was produced by Toby F. Charkin (t_charkin@yahoo.com)
378 This etext was produced by Toby F. Charkin (t_charkin@yahoo.com)
401 but I'll admit that I was annoyed at the sardonic interruption.
405 He was too much absorbed with his own thoughts to give any
418 He was speaking to himself rather than to me; but my vexation
425 former letter he frankly informed me that the name was not his
439 "I was about to say, as he is unknown to the public."
455 that it is said that there was no man in the scientific
522 Holmes's calculation was fulfilled within a very few minutes
545 I was able to cover it up. If he had seen it, it would have
[all …]
Dnvsbl10.txt32 [This file was first posted on June 9, 2002]
75 XV The Man who was running
102 little black portmanteau in his thickly gloved hand. He was wrapped
116 wintertime was an unheard-of piece of luck, let alone a guest who
117 was no "haggler," and she was resolved to show herself worthy of her
118 good fortune. As soon as the bacon was well under way, and Millie,
122 Although the fire was burning up briskly, she was surprised to see
132 She was not sure she had heard him, and was about to repeat her
146 out of the room. When she returned he was still standing there, like
153 was closing the door. Then he swung round and approached the table
[all …]
/external/libpng/contrib/pngsuite/
DREADME64 Filter 0 was used 32 times
66 Filter 0 was used 32 times
68 Filter 0 was used 32 times
70 Filter 1 was used 9 times
71 Filter 4 was used 23 times
73 Filter 1 was used 1 times
74 Filter 2 was used 31 times
76 Filter 1 was used 5 times
77 Filter 4 was used 27 times
79 Filter 1 was used 1 times
[all …]
/external/antlr/runtime/ObjC/Framework/test/runtime/misc/
DFastQueueTest.m19 STAssertNotNil(queue, @"Queue was not created and was nil");
26 STAssertNotNil(queue, @"Queue was not created and was nil");
39 STAssertNotNil(queue, @"Queue was not created and was nil");
46 …STAssertTrue([[e name] isEqualTo:@"NoSuchElementException"], @"Exception was not type: NoSuchEleme…
49 STFail(@"Exception NoSuchElementException was not thrown -- %@", [retVal name]);
56 STAssertNotNil(queue, @"Queue was not created and was nil");
62 STAssertEquals(head, @"Item 1", @"Object returned was not first item in");
69 STAssertNotNil(queue, @"Queue was not created and was nil");
73 STAssertTrue([queue size] == 3, @"Queue was too small, was: %d expected 3", [queue size]);
82 STAssertNotNil(queue, @"Queue was not created and was nil");
[all …]
/external/pcre/
DChangeLog16 3. When the -S option of pcre2test was used to set a stack size greater than
18 This was pointed out on GitHub pull request #171, but the suggested patch
19 didn't cope with all cases. Some further modification was required.
89 17. When pcre2grep was running not in UTF mode, if a string specified by
91 greater than 127, it was incorrectly output in UTF-8 format.
101 20. A negative repeat value in a pcre2test subject line was not being
115 24. The JIT compiler was updated.
192 not 16. Whilst the first frame was always suitably aligned, this then
203 When this was quantified (e.g. [Aa]{2}) and was also the last literal item in a
204 pattern, the optimizing "must be present for a match" character check was not
[all …]
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt96 The studio was filled with the rich odour of roses, and when the light
101 From the corner of the divan of Persian saddle-bags on which he was
102 lying, smoking, as was his custom, innumerable cigarettes, Lord Henry
115 was like the bourdon note of a distant organ.
119 and in front of it, some little distance away, was sitting the artist
135 able to see the pictures, which was dreadful, or so many pictures that
136 I have not been able to see the people, which was worse. The Grosvenor
164 Adonis, who looks as if he was made out of ivory and rose-leaves. Why,
173 age of eighty what he was told to say when he was a boy of eighteen,
253 "No, you did not. You said it was because there was too much of
[all …]
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt96 The studio was filled with the rich odour of roses, and when the light
101 From the corner of the divan of Persian saddle-bags on which he was
102 lying, smoking, as was his custom, innumerable cigarettes, Lord Henry
115 was like the bourdon note of a distant organ.
119 and in front of it, some little distance away, was sitting the artist
135 able to see the pictures, which was dreadful, or so many pictures that
136 I have not been able to see the people, which was worse. The Grosvenor
164 Adonis, who looks as if he was made out of ivory and rose-leaves. Why,
173 age of eighty what he was told to say when he was a boy of eighteen,
253 "No, you did not. You said it was because there was too much of
[all …]
/external/lzma/DOC/
Dlzma-history.txt6 - Encryption strength for 7z archives was increased:
7 the size of random initialization vector was increased from 64-bit to 128-bit,
8 and the pseudo-random number generator was improved.
9 - The bug in 7zIn.c code was fixed.
14 - The speed for LZMA/LZMA2 compressing was increased by 3-10%,
17 - The bug in 7-Zip 18.02-18.05 was fixed:
18 There was memory leak in multithreading xz decoder - XzDecMt_Decode(),
28 - The speed for LZMA/LZMA2 compressing was increased
34 - The BUG was fixed in Lzma2Enc.c
43 - The speed for single-thread LZMA/LZMA2 decoder written in C was increased by 3%.
[all …]
/external/guava/android/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt7 This text was produced by Project Gutenberg www.gutenberg.org,
17 Alice was beginning to get very tired of sitting by her sister
19 peeped into the book her sister was reading, but it had no
23 So she was considering in her own mind (as well as she could,
29 There was nothing so VERY remarkable in that; nor did Alice
39 field after it, and fortunately was just in time to see it pop
43 considering how in the world she was to get out again.
50 Either the well was very deep, or she fell very slowly, for she
52 wonder what was going to happen next. First, she tried to look
53 down and make out what she was coming to, but it was too dark to
[all …]
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt7 This text was produced by Project Gutenberg www.gutenberg.org,
17 Alice was beginning to get very tired of sitting by her sister
19 peeped into the book her sister was reading, but it had no
23 So she was considering in her own mind (as well as she could,
29 There was nothing so VERY remarkable in that; nor did Alice
39 field after it, and fortunately was just in time to see it pop
43 considering how in the world she was to get out again.
50 Either the well was very deep, or she fell very slowly, for she
52 wonder what was going to happen next. First, she tried to look
53 down and make out what she was coming to, but it was too dark to
[all …]
/external/brotli/tests/testdata/
Dalice29.txt19 Alice was beginning to get very tired of sitting by her sister
21 peeped into the book her sister was reading, but it had no
25 So she was considering in her own mind (as well as she could,
31 There was nothing so VERY remarkable in that; nor did Alice
41 field after it, and fortunately was just in time to see it pop
45 considering how in the world she was to get out again.
52 Either the well was very deep, or she fell very slowly, for she
54 wonder what was going to happen next. First, she tried to look
55 down and make out what she was coming to, but it was too dark to
59 took down a jar from one of the shelves as she passed; it was
[all …]
/external/cronet/third_party/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/
Dout.s15 # WAS call foo
17 # WAS jmp foo
19 # WAS jbe foo
21 # WAS jne foo
25 # WAS call memcpy@PLT
27 # WAS jmp memcpy@PLT
29 # WAS jbe memcpy@PLT
33 # WAS call foo@PLT
35 # WAS jmp foo@PLT
37 # WAS jbe foo@PLT
[all …]
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/
Dout.s15 # WAS call foo
17 # WAS jmp foo
19 # WAS jbe foo
21 # WAS jne foo
25 # WAS call memcpy@PLT
27 # WAS jmp memcpy@PLT
29 # WAS jbe memcpy@PLT
33 # WAS call foo@PLT
35 # WAS jmp foo@PLT
37 # WAS jbe foo@PLT
[all …]
/external/curl/docs/libcurl/
Dlibcurl-errors.352 The URL was not properly formatted.
54 A requested feature, protocol or option was not found built-in in this libcurl
55 due to a build-time decision. This means that a feature or option was not
56 enabled or explicitly disabled when libcurl was built and in order to get it
61 Could not resolve host. The given remote host was not resolved.
65 The server sent data libcurl could not parse. This error code was known as
72 used, an error code was sent over the control connection or similar.
75 reply. This error code indicates that an unexpected code was returned.
88 A problem was detected in the HTTP2 framing layer. This is somewhat generic
93 A file transfer was shorter or larger than expected. This happens when the
[all …]
/external/bc/manuals/
Dbenchmarks.md9 shown. Also, `[bc]` means whichever `bc` was being run, and the assumed working
10 directory is the root directory of this repository. Also, this `bc` was at
11 version `3.0.0` while GNU `bc` was at version `1.07.1`, and all tests were
22 The command used was:
46 The command used was:
70 The command used was:
94 The command used was:
118 The command used was:
142 [This file][1] was downloaded, saved at `../timeconst.bc` and the following
143 patch was applied:
[all …]

12345678910>>...653