Home
last modified time | relevance | path

Searched refs:Failed (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/external/pcre/dist2/testdata/
Dtestoutput14-812 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2
18 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2
22 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2
26 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2
30 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2
34 Failed: error -15: UTF-8 error: code points greater than 0x10ffff are not defined at offset 2
36 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2
40 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 1
42 Failed: error -4: UTF-8 error: 2 bytes missing at end at offset 2
44 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 3
[all …]
Dtestoutput107 Failed: error -8 at offset 1: UTF-8 error: byte 2 top bits not 0x80
10 Failed: error -3 at offset 0: UTF-8 error: 1 byte missing at end
13 Failed: error -8 at offset 0: UTF-8 error: byte 2 top bits not 0x80
16 Failed: error -22 at offset 2: UTF-8 error: isolated byte with 0x80 bit set
19 Failed: error -22 at offset 2: UTF-8 error: isolated byte with 0x80 bit set
26 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 1
28 Failed: error -4: UTF-8 error: 2 bytes missing at end at offset 2
30 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 3
32 Failed: error -5: UTF-8 error: 3 bytes missing at end at offset 1
34 Failed: error -4: UTF-8 error: 2 bytes missing at end at offset 2
[all …]
Dtestoutput15114 Failed: error 160 at offset 17: (*VERB) not recognized or malformed
117 Failed: error 160 at offset 24: (*VERB) not recognized or malformed
132 Failed: error -47: match limit exceeded
137 Failed: error -53: matching depth limit exceeded
147 Failed: error -47: match limit exceeded
150 Failed: error -47: match limit exceeded
160 Failed: error -47: match limit exceeded
173 Failed: error -47: match limit exceeded
183 Failed: error -53: matching depth limit exceeded
186 Failed: error -53: matching depth limit exceeded
[all …]
Dtestoutput14-1612 Failed: error -24: UTF-16 error: missing low surrogate at end at offset 2
18 Failed: error -24: UTF-16 error: missing low surrogate at end at offset 2
22 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
26 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
30 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
34 ** Failed: character \x{110000} is greater than 0x10ffff and so cannot be converted to UTF-16
36 Failed: error -25: UTF-16 error: invalid low surrogate at offset 2
Dtestoutput14-3212 Failed: error -27: UTF-32 error: code points 0xd800-0xdfff are not defined at offset 2
18 Failed: error -27: UTF-32 error: code points 0xd800-0xdfff are not defined at offset 2
22 Failed: error -27: UTF-32 error: code points 0xd800-0xdfff are not defined at offset 2
26 Failed: error -27: UTF-32 error: code points 0xd800-0xdfff are not defined at offset 2
30 Failed: error -27: UTF-32 error: code points 0xd800-0xdfff are not defined at offset 2
34 Failed: error -28: UTF-32 error: code points greater than 0x10ffff are not defined at offset 2
36 Failed: error -27: UTF-32 error: code points 0xd800-0xdfff are not defined at offset 2
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp7 bool Failed; member
9 constexpr Board() : State(0), Failed(false) {} in Board()
10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {} in Board()
11 constexpr Board(uint64_t State, bool Failed = false) : in Board()
12 State(State), Failed(Failed) {} in Board()
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try; in tryBoard()
/external/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp7 bool Failed; member
9 constexpr Board() : State(0), Failed(false) {} in Board()
10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {} in Board()
11 constexpr Board(uint64_t State, bool Failed = false) : in Board()
12 State(State), Failed(Failed) {} in Board()
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try; in tryBoard()
/external/llvm-project/llvm/unittests/Object/
DMinidumpTest.cpp59 EXPECT_THAT_EXPECTED(File.getSystemInfo(), Failed<BinaryError>()); in TEST()
65 EXPECT_THAT_EXPECTED(create(FileTooShort), Failed<BinaryError>()); in TEST()
79 EXPECT_THAT_EXPECTED(create(WrongSignature), Failed<BinaryError>()); in TEST()
93 EXPECT_THAT_EXPECTED(create(WrongVersion), Failed<BinaryError>()); in TEST()
107 EXPECT_THAT_EXPECTED(create(DirectoryAfterEOF), Failed<BinaryError>()); in TEST()
121 EXPECT_THAT_EXPECTED(create(TruncatedDirectory), Failed<BinaryError>()); in TEST()
135 EXPECT_THAT_EXPECTED(create(Stream0AfterEOF), Failed<BinaryError>()); in TEST()
149 EXPECT_THAT_EXPECTED(create(Stream0Truncated), Failed<BinaryError>()); in TEST()
166 EXPECT_THAT_EXPECTED(create(DuplicateStream), Failed<BinaryError>()); in TEST()
180 EXPECT_THAT_EXPECTED(create(DenseMapInfoConflict), Failed<BinaryError>()); in TEST()
[all …]
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSourceCodeTests.cpp29 using llvm::Failed;
102 EXPECT_THAT_EXPECTED(positionToOffset(File, position(-1, 2)), llvm::Failed()); in TEST()
105 llvm::Failed()); // out of range in TEST()
119 llvm::Failed()); // out of range in TEST()
122 llvm::Failed()); // out of range in TEST()
136 llvm::Failed()); // out of range in TEST()
139 llvm::Failed()); // out of range in TEST()
145 llvm::Failed()); // middle of surrogate pair in TEST()
155 llvm::Failed()); // out of range in TEST()
157 EXPECT_THAT_EXPECTED(positionToOffset(File, position(3, 0)), llvm::Failed()); in TEST()
[all …]
/external/dagger2/java/dagger/producers/
DProduced.java78 return new Failed<T>(checkNotNull(throwable)); in failed()
117 private static final class Failed<T> extends Produced<T> { class in Produced
120 private Failed(Throwable throwable) { in Failed() method in Produced.Failed
133 } else if (o instanceof Failed) { in equals()
134 Failed<?> that = (Failed<?>) o; in equals()
/external/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt121 Failed
134 Failed
139 Failed
146 Failed
209 Failed
216 Failed
224 Failed
233 Failed
245 Failed
252 Failed
[all …]
/external/webrtc/rtc_base/experiments/
Dfield_trial_list.cc19 bool FieldTrialListBase::Failed() const { in Failed() function in webrtc::FieldTrialListBase
29 bool FieldTrialListWrapper::Failed() { in Failed() function in webrtc::FieldTrialListWrapper
30 return GetList()->Failed(); in Failed()
44 if (list->Failed()) in ValidateAndGetLength()
/external/autotest/server/site_tests/enterprise_CFM_Test/
Dcontrol.test68 'Failed to resubmit video URB',
75 'uvcvideo: Failed to query',
77 'uvcvideo: Failed to set UVC commit control',
79 'Failed to resubmit video URB',
92 'Failed to create scanout buffer',
93 'Failed to enable controller',
94 'Failed to configure: device',
95 'Failed to export buffer to dma_buf',
96 'Failed to take control of the display',
97 'Failed to modeset controller',
[all …]
Dcontrol.qual68 'Failed to resubmit video URB',
75 'uvcvideo: Failed to query',
77 'uvcvideo: Failed to set UVC commit control',
79 'Failed to resubmit video URB',
92 'Failed to create scanout buffer',
93 'Failed to enable controller',
94 'Failed to configure: device',
95 'Failed to export buffer to dma_buf',
96 'Failed to take control of the display',
97 'Failed to modeset controller',
[all …]
Dcontrol.sanity68 'Failed to resubmit video URB',
75 'uvcvideo: Failed to query',
77 'uvcvideo: Failed to set UVC commit control',
79 'Failed to resubmit video URB',
92 'Failed to create scanout buffer',
93 'Failed to enable controller',
94 'Failed to configure: device',
95 'Failed to export buffer to dma_buf',
96 'Failed to take control of the display',
97 'Failed to modeset controller',
[all …]
/external/libxml2/result/automata/
Da2 => Failed
3 => Failed
4 => Failed
Daba4 => Failed
5 => Failed
6 => Failed
/external/llvm-project/llvm/test/TableGen/GICombinerEmitter/
Dmatch-invalid.td30 // CHECK: :[[@LINE-6]]:{{[0-9]+}}: error: Failed to parse rule
38 // CHECK: :[[@LINE-6]]:{{[0-9]+}}: error: Failed to parse rule
46 // CHECK: :[[@LINE-6]]:{{[0-9]+}}: error: Failed to parse rule
54 // CHECK: :[[@LINE-6]]:{{[0-9]+}}: error: Failed to parse rule
63 // CHECK: :[[@LINE-7]]:{{[0-9]+}}: error: Failed to parse rule
73 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: Failed to parse one or more rules
/external/llvm-project/llvm/unittests/Support/
DDataExtractorTest.cpp192 EXPECT_THAT_ERROR(C.takeError(), Failed()); in TEST()
197 EXPECT_THAT_ERROR(C.takeError(), Failed()); in TEST()
231 EXPECT_THAT_ERROR(C->takeError(), Failed()); in TEST()
248 EXPECT_THAT_ERROR(C->takeError(), Failed()); in TEST()
257 EXPECT_THAT_ERROR(C->takeError(), Failed()); in TEST()
268 EXPECT_THAT_ERROR(C.takeError(), Failed()); in TEST()
289 EXPECT_THAT_ERROR(C.takeError(), Failed()); in TEST()
297 EXPECT_THAT_ERROR(C.takeError(), Failed()); in TEST()
313 EXPECT_THAT_ERROR(C.takeError(), Failed()); in TEST()
380 EXPECT_THAT_ERROR(C.takeError(), Failed()); in TEST()
/external/webrtc/sdk/objc/components/audio/
DRTCAudioSession+Configuration.mm61 RTCLogError(@"Failed to set category: %@",
72 RTCLogError(@"Failed to set mode: %@",
86 RTCLogError(@"Failed to set category options: %@",
99 RTCLogError(@"Failed to set preferred sample rate: %@",
114 RTCLogError(@"Failed to set preferred IO buffer duration: %@",
128 RTCLogError(@"Failed to setActive to %d: %@",
145 RTCLogError(@"Failed to set preferred input number of channels: %@",
160 RTCLogError(@"Failed to set preferred output number of channels: %@",
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_16-1.in143 UNRESOLVED( ret, "Failed to empty signal set" );
151 UNRESOLVED( ret, "Failed to set signal handler" );
159 UNRESOLVED( ret, "Failed to init a semaphore" );
167 UNRESOLVED( ret, "Failed to create a child thread" );
184 UNRESOLVED( ret, "Failed to kill the child thread" );
196 UNRESOLVED( errno, "Failed to post the semaphore" );
203 UNRESOLVED( ret, "Failed to join the thread" );
211 UNRESOLVED( ret, "Failed to destroy the semaphore" );
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-features.apt60 * Failed login (USER/PASS): no such user, wrong password
64 * Failed retrieve (RETR): no such file, missing required access permissions for the current user
66 * Failed send (STOR,STOU,APPE): missing required access permissions for the current user
68 …* Failed change current working directory (CWD): no such directory, missing required access permis…
70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
72 …* Failed rename (RNFR/RNTO): no such file, missing required access permissions for the current user
74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin…
76 …* Failed remove directory (RMD): no such directory, directory not empty, missing required access p…
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dfakeftpserver-features.apt60 * Failed login (USER/PASS): no such user, wrong password
64 * Failed retrieve (RETR): no such file, missing required access permissions for the current user
66 * Failed send (STOR,STOU,APPE): missing required access permissions for the current user
68 …* Failed change current working directory (CWD): no such directory, missing required access permis…
70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
72 …* Failed rename (RNFR/RNTO): no such file, missing required access permissions for the current user
74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin…
76 …* Failed remove directory (RMD): no such directory, directory not empty, missing required access p…
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt60 * Failed login (USER/PASS): no such user, wrong password
64 * Failed retrieve (RETR): no such file, missing required access permissions for the current user
66 * Failed send (STOR,STOU,APPE): missing required access permissions for the current user
68 …* Failed change current working directory (CWD): no such directory, missing required access permis…
70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
72 …* Failed rename (RNFR/RNTO): no such file, missing required access permissions for the current user
74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin…
76 …* Failed remove directory (RMD): no such directory, directory not empty, missing required access p…
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-features.apt60 * Failed login (USER/PASS): no such user, wrong password
64 * Failed retrieve (RETR): no such file, missing required access permissions for the current user
66 * Failed send (STOR,STOU,APPE): missing required access permissions for the current user
68 …* Failed change current working directory (CWD): no such directory, missing required access permis…
70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
72 …* Failed rename (RNFR/RNTO): no such file, missing required access permissions for the current user
74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin…
76 …* Failed remove directory (RMD): no such directory, directory not empty, missing required access p…

12345678910>>...32