Home
last modified time | relevance | path

Searched refs:was (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/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/libpng/contrib/pngsuite/
DREADME42 Filter 0 was used 32 times
44 Filter 0 was used 32 times
46 Filter 0 was used 32 times
48 Filter 1 was used 9 times
49 Filter 4 was used 23 times
51 Filter 1 was used 1 times
52 Filter 2 was used 31 times
54 Filter 1 was used 5 times
55 Filter 4 was used 27 times
57 Filter 1 was used 1 times
[all …]
/external/bouncycastle/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/webkit/LayoutTests/storage/
Dsql-data-types-expected.txt1 PASS: property 'timestamp' ok, type was number
2 PASS: property 'id' ok, type was number
3 PASS: property 'real' ok, type was number
4 PASS: property 'text' ok, type was string
5 PASS: property 'blob' ok, type was string
Dstatement-error-callback-expected.txt3 PASS - the transaction error callback was invoked.
4 PASS - the transaction error callback was invoked.
/external/iptables/extensions/
Dlibipt_owner.man8 Matches if the packet was created by a process with the given
12 Matches if the packet was created by a process with the given
16 Matches if the packet was created by a process with the given
20 Matches if the packet was created by a process in the given session
24 Matches if the packet was created by a process with the given command name.
25 (this option is present only if iptables was compiled under a kernel
Dlibip6t_owner.man8 Matches if the packet was created by a process with the given
12 Matches if the packet was created by a process with the given
16 Matches if the packet was created by a process with the given
20 Matches if the packet was created by a process in the given session
/external/chromium/third_party/modp_b64/
DREADME.chromium6 The modp_b64.c file was modified to remove the inclusion of modp's config.h
7 and to fix compilation errors that occur under VC8. The file was renamed
11 The file modp_b64_data.h was generated by modp_b64_gen.c (under Linux), which
12 is not included in this directory. The resulting header was modified to remove
/external/tcpdump/
DREADME25 monitoring and data acquisition. This software was originally
41 etherfind code remains. It was originally written by Van Jacobson as
131 ftp was 1sec, +-500ms). Since the receiver is expecting
154 7 - number of times chunk was sent
155 8 - number of times chunk was acked
174 since the average packet size was 512 bytes). It took
176 each chunk was transmitted four times). Looking at,
178 sequence space from 1561 to 2048. It was first sent
179 1.86 seconds into the conversation. It was last
180 sent 15 seconds into the conversation and was sent
[all …]
/external/jpeg/
Dconfigure637 echo "configure: failed program was:" >&5
707 echo "configure: failed program was:" >&5
724 echo "configure: failed program was:" >&5
768 echo "configure: failed program was:" >&5
808 echo "configure: failed program was:" >&5
844 echo "configure: failed program was:" >&5
880 echo "configure: failed program was:" >&5
926 echo "configure: failed program was:" >&5
953 echo "configure: failed program was:" >&5
1010 echo "configure: failed program was:" >&5
[all …]
/external/srec/doc/logs/uapi/
Drun_robustness1.log38 File was saved
57 File was saved
76 File was saved
95 File was saved
114 File was saved
132 File was saved
152 File was saved
171 File was saved
190 File was saved
209 File was saved
[all …]
Drun_robustness2.log41 File was saved
67 File was saved
93 File was saved
119 File was saved
145 File was saved
171 File was saved
197 File was saved
223 File was saved
249 File was saved
275 File was saved
[all …]
/external/dropbear/debian/
Dcopyright.in1 This package was debianized by Grahame Bowland <grahame.angrygoats.net> on
3 <matt@ucc.asn.au>, and was adopted by Gerrit Pape <pape@smarden.org> on
6 It was downloaded from http://matt.ucc.asn.au/dropbear/
/external/e2fsprogs/tests/f_orphan_dotdot_ft/
Dexpect.17 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6).
10 Entry '..' in ??? (13) has an incorrect filetype (was 2, should be 6).
13 Entry '..' in ??? (14) has an incorrect filetype (was 2, should be 6).
16 Entry '..' in ??? (15) has an incorrect filetype (was 2, should be 6).
/external/zlib/examples/
Dgun.c518 struct stat was; in copymeta() local
522 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) in copymeta()
526 (void)chmod(to, was.st_mode & 07777); in copymeta()
529 (void)chown(to, was.st_uid, was.st_gid); in copymeta()
532 when.actime = was.st_atime; in copymeta()
533 when.modtime = was.st_mtime; in copymeta()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
DEBCDIC15 on porting Flex to EBCDIC. The code was put on an AS400, so
17 The port was an interesting, very educational experience.
36 the SAS C compiler. The approach I used was, as Vern suggested, was to
/external/libvpx/
Dvp8_api1_migration.txt59 This control was removed in favor of the `flags` parameter to
81 configuration. i.e. it's not specific to g_lag_in_frames. This control was
115 This control was removed in favor of the `deadline` parameter to
135 This control was deprecated in favor of the `flags` parameter to
152 This control was deprecated in favor of the `flags` parameter to
180 This control was deprecated in favor of the `flags` parameter to
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
DNOTES31 machine was a Pentium-90 (hey! timing output was integer!) with
37 The first input was a typical postscript file concatenated 10 times;
52 The second test run was on a file that consisted of 20 concatenations
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties21 the application class [{1}] that you are trying to launch was not loaded \
22 by {0} instrumenting classloader, possibly because is was not listed in \
24 actual classloader was: {2}
/external/elfutils/
Dconfig.log4 It was created by Red Hat elfutils configure 0.97, which was
5 generated by GNU Autoconf 2.59. Invocation command line was
143 configure: failed program was:
157 configure: failed program was:
175 configure: failed program was:
261 configure: failed program was:
509 This file was extended by Red Hat elfutils config.status 0.97, which was
510 generated by GNU Autoconf 2.59. Invocation command line was
544 This file was extended by Red Hat elfutils config.status 0.97, which was
545 generated by GNU Autoconf 2.59. Invocation command line was
/external/bluetooth/glib/debian/
Dcopyright1 This package was debianized by Ben Gertzfield <che@debian.org>
4 It was downloaded from the CVS archives at cvs.gimp.org.
/external/zlib/contrib/minizip/
DMiniZip64_info.txt8 All possible work was done for compatibility.
16 That was used as a starting point. And after that ZIP64 support was added to zip.c
17 some refactoring and code cleanup was also done.
/external/webkit/LayoutTests/platform/android-v8/storage/
Dstatement-error-callback-expected.txt3 PASS - the transaction error callback was invoked.
4 PASS - the transaction error callback was invoked.
/external/icu4c/samples/ufortune/resources/
Droot.txt36 What 20th Century U.S. President was almost impeached and what
157 If the input was short of exact.
180 She was not oversexed,
198 " A disciple of another sect once came to Drescher as he was
201 Drescher took the paper that was offered him and put it into
207 about whose profession was the oldest. In the course of their
210 Eve was made from Adam's rib, as the story goes, and that was a simply
/external/icu4c/
Dconfig.log4 It was created by configure, which was
5 generated by GNU Autoconf 2.59. Invocation command line was
118 configure: failed program was:
167 conftest.cc:13: error: 'exit' was not declared in this scope
169 configure: failed program was:
289 configure: failed program was:
310 configure: failed program was:
449 configure: failed program was:
690 This file was extended by config.status, which was
691 generated by GNU Autoconf 2.59. Invocation command line was
[all …]

12345678910>>...39