Home
last modified time | relevance | path

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

12345678910>>...522

/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/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/pcre/dist2/
DChangeLog18 whatever the build configuration was. It now correctly says "\R matches all
25 issue was fixed for other kinds of repeat in release 10.20 by change 19, but
46 (a) List of error numbers in Runtest.bat corrected (it was not the same as in
66 15. If PCRE2 was built with a default match limit a lot greater than the
97 that matched an empty string, but never at the starting match offset, was not
108 23. The VERSION condition test was reading fractional PCRE2 version numbers
130 28. A (*MARK) name was not being passed back for positive assertions that were
138 code point was less than 256 and that were recognized by the lookup table
148 (?m) the compile phase got it right.) This bug was introduced by the
153 long time because in pcre2test the result of memmove() was being used, whereas
[all …]
/external/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/libpng/contrib/pngsuite/
DREADME62 Filter 0 was used 32 times
64 Filter 0 was used 32 times
66 Filter 0 was used 32 times
68 Filter 1 was used 9 times
69 Filter 4 was used 23 times
71 Filter 1 was used 1 times
72 Filter 2 was used 31 times
74 Filter 1 was used 5 times
75 Filter 4 was used 27 times
77 Filter 1 was used 1 times
[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/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample2/
Dout.s8 # WAS .section ".text"
20 # WAS .section ".text"
34 # WAS addi 2,2,.TOC.-0b@l
42 # WAS addis 21,2,.LC1@toc@ha
43 # WAS addis 22,2,.LC2@toc@ha
46 # WAS addis 23,2,.LC4@toc@ha
47 # WAS addis 24,2,function@toc@ha
50 # WAS addis 25,2,.LC5@toc@ha
51 # WAS addis 26,2,.LC7@toc@ha
54 # WAS addis 28,2,.LC8@toc@ha
[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/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/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample/
Dout.s8 # WAS .section ".text"
10 # WAS .section .rodata
75 # WAS .section ".text"
87 # WAS addi 2,2,.TOC.-0b@l
95 # WAS addis 10,2,.LC0@toc@ha
96 # WAS ld 9,.LC0@toc@l(10)
111 # WAS addis 4,2,.LC1@toc@ha
112 # WAS addi 4,4,.LC1@toc@l
124 # WAS addis 5,2,kString@toc@ha
125 # WAS addi 5,5,kString@toc@l
[all …]
/external/lzma/DOC/
Dlzma-history.txt6 - The speed for LZMA/LZMA2 compressing was increased by 3-10%,
9 - The bug in 7-Zip 18.02-18.05 was fixed:
10 There was memory leak in multithreading xz decoder - XzDecMt_Decode(),
20 - The speed for LZMA/LZMA2 compressing was increased
26 - The BUG was fixed in Lzma2Enc.c
35 - The speed for single-thread LZMA/LZMA2 decoder written in C was increased by 3%.
44 - The BUG in 17.01 - 18.00 beta was fixed:
51 - The BUG in xz encoder was fixed:
52 There was memory leak of 16 KB for each file compressed with
53 xz compression method, if additional filter was used.
[all …]
/external/curl/docs/libcurl/
Dlibcurl-errors.351 The URL was not properly formatted.
53 A requested feature, protocol or option was not found built-in in this libcurl
54 due to a build-time decision. This means that a feature or option was not
55 enabled or explicitly disabled when libcurl was built and in order to get it
60 Couldn't resolve host. The given remote host was not resolved.
71 used, an error code was sent over the control connection or similar.
74 reply. This error code indicates that an unexpected code was returned.
87 A problem was detected in the HTTP2 framing layer. This is somewhat generic
92 A file transfer was shorter or larger than expected. This happens when the
96 This was either a weird reply to a 'RETR' command or a zero byte transfer
[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/u-boot/lib/lzma/
Dhistory.txt11 - The BUG in LZMA SDK 9.* was fixed: LZMA2 codec didn't work,
22 - The bug was fixed:
51 - The bug in ANSI-C LZMA Decoder was fixed:
52 If encoded stream was corrupted, decoder could access memory
65 - The bug was fixed:
72 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
73 - ANSI-C LZMA Encoder was included to LZMA SDK.
90 was included to LZMA SDK.
105 - The bug in versions 4.33b:4.38b was fixed:
112 - Fixes in C++ code: code could no be compiled if _NO_EXCEPTIONS was defined.
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing t…
58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processin…
62 CertPathReviewer.subjAltNameExtError.text = Name constraint checking failed: there was an error pro…
64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error …
69 CertPathReviewer.ncSubjectNameError.text = Name constraint checking failed: there was an exception …
71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an excepti…
84 CertPathReviewer.processLengthConstError.text = Path length checking failed: there was an error pro…
86 CertPathReviewer.processLengthConstError.details = Path length checking failed: there was an error …
129 CertPathReviewer.certPathCheckerError.text = Checking critical extensions failed: there was a {2} i…
131 CertPathReviewer.certPathCheckerError.details = Checking critical extensions failed: there was an {…
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
DOnMethodTestActivity.java17 transcript.add("onCreate was called with " + savedInstanceState.get("key")); in onCreate()
22 transcript.add("onStart was called"); in onStart()
27 transcript.add("onRestoreInstanceState was called"); in onRestoreInstanceState()
32 transcript.add("onPostCreate was called"); in onPostCreate()
37 transcript.add("onRestart was called"); in onRestart()
42 transcript.add("onResume was called"); in onResume()
47 transcript.add("onPostResume was called"); in onPostResume()
52 transcript.add("onNewIntent was called with " + intent); in onNewIntent()
57 transcript.add("onSaveInstanceState was called"); in onSaveInstanceState()
62 transcript.add("onPause was called"); in onPause()
[all …]
/external/flac/include/share/
Dgetopt.h37 /*[JEC] was:#ifndef __need_getopt*/
38 /*[JEC] was:# define _GETOPT_H 1*/
39 /*[JEC] was:#endif*/
72 /* Set to an option character which was unrecognized. */
76 /*[JEC] was:#ifndef __need_getopt */
117 /*[JEC] was:#endif*/ /* need getopt */
144 /*[JEC] was:#if defined __STDC__ && __STDC__*/
145 /*[JEC] was:# ifdef __GNU_LIBRARY__*/
150 /*[JEC] was:# else*/ /* not __GNU_LIBRARY__ */
151 /*[JEC] was:extern int getopt ();*/
[all …]
/external/ltp/testscripts/
Dltp-scsi_debug.sh3 # Check if scsi_debug module was built or not
9 echo "scsi_debug was not built in the kernel as a module"
13 # Unload scsi_debug moudle if it was already loaded:
17 echo "The scsi_debug module was already loaded, unload it before test..."
23 echo "The scsi_debug module was not unloaded - unload error"
25 echo "The scsi_debug module was unloaded successfully"
39 echo "Check if scsi_debug was loaded..."
43 echo "scsi_debug module was loaded successfully"
45 echo "scsi_debug module was not loaded"
57 echo "Check if the scsi_debug device was removed..."
[all …]
/external/curl/docs/
DHISTORY.md4 Towards the end of 1996, Daniel Stenberg was spending time writing an IRC bot
17 HttpGet 1.0 was released on April 8th 1997 with brand new HTTP proxy support.
20 download support was added, the name of the project was changed and urlget 2.0
21 was released in August 1997. The http-only days were already passed.
27 name once again was misleading, a second name change was made and on March 20,
28 1998 curl 4 was released. (The version numbering from the previous names was
34 was revealed to us much later.)
36 SSL support was added, powered by the SSLeay library.
41 curl was no longer released under the GPL license. Now we're at 4000 lines of
46 major operating systems. The never-quite-understood -F option was added and
[all …]
/external/curl/tests/python_dependencies/impacket/
Dnt_errors.py23 …0x000000C0: ("STATUS_USER_APC","A user-mode APC was delivered before the given Interval expired."),
24 0x00000101: ("STATUS_ALERTED","The delay completed because the thread was alerted."),
26 0x00000103: ("STATUS_PENDING","The operation that was requested is pending completion."),
33 …tate already exists for the registry subtree but that a transaction commit was previously aborted.…
37 …nsport} An attempt was made to connect to the remote server %hs on the primary transport, but the …
38 0x00000110: ("STATUS_PAGE_FAULT_TRANSITION","The page fault was a transition fault."),
39 0x00000111: ("STATUS_PAGE_FAULT_DEMAND_ZERO","The page fault was a demand zero fault."),
40 0x00000112: ("STATUS_PAGE_FAULT_COPY_ON_WRITE","The page fault was a demand zero fault."),
41 0x00000113: ("STATUS_PAGE_FAULT_GUARD_PAGE","The page fault was a demand zero fault."),
42 …0x00000114: ("STATUS_PAGE_FAULT_PAGING_FILE","The page fault was satisfied by reading from a secon…
[all …]
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/
Dout.s9 # WAS leaq OPENSSL_ia32cap_P(%rip), %r11
18 # WAS movq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
27 # WAS orq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
39 # WAS orq OPENSSL_ia32cap_P@GOTPCREL(%rip), %rax
53 # WAS pushq stderr@GOTPCREL(%rip)
63 # WAS pushq foo@GOTPCREL(%rip)
68 # WAS movq stderr@GOTPCREL(%rip), %r11
76 # WAS movq foo@GOTPCREL(%rip), %r11
79 # WAS vmovq stderr@GOTPCREL(%rip), %xmm0
90 # WAS vmovq foo@GOTPCREL(%rip), %xmm0
[all …]
/external/nist-sip/java/gov/nist/javax/sip/
DTransactionExt.java18 …* Returns the IP address of the upstream/downstream hop from which this message was initially rece…
19 …* @return the IP address of the upstream/downstream hop from which this message was initially rece…
24 … * Returns the port of the upstream/downstream hop from which this message was initially received
25 … * @return the port of the upstream/downstream hop from which this message was initially received
30 * Returns the name of the protocol with which this message was initially received
31 * @return the name of the protocol with which this message was initially received
37 * return the ip address on which this message was initially received
38 * @return the ip address on which this message was initially received
42 * return the port on which this message was initially received
43 * @return the port on which this message was initially received
[all …]

12345678910>>...522