Searched refs:failed (Results 176 - 200 of 734) sorted by relevance

1234567891011>>

/external/chromium_org/net/socket/
H A Dtcp_listen_socket.cc83 bool failed = getsockname(s, reinterpret_cast<struct sockaddr*>(&addr), local
86 failed = true;
87 if (failed) {
88 LOG(ERROR) << "Could not determine bound port, getsockname() failed";
/external/chromium_org/third_party/re2/re2/
H A Dset.cc100 bool failed; local
102 Prog::kManyMatch, NULL, &failed, v);
103 if (failed)
/external/chromium_org/tools/android/md5sum/
H A Dmd5sum.cc82 bool failed = false; local
87 failed = true;
92 return failed;
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp25 typedef instantiate< & requirement_<void(*)(usage_requirements<InputIterator> x)>::failed> boost_concept_check1; // expected-note {{in instantiation}}
28 typedef instantiate< & requirement_<void(*)(usage_requirements<ForwardIterator> x)>::failed> boost_concept_check2; // expected-note {{in instantiation}}
31 typedef instantiate< &requirement_<void(*)(ForwardIterator<char*> x)>::failed> boost_concept_checkX;// expected-note 3{{in instantiation}}
/external/protobuf/gtest/test/
H A Dgtest-test-part_test.cc87 // Tests TestPartResult::failed().
89 EXPECT_FALSE(r1_.failed());
90 EXPECT_TRUE(r2_.failed());
91 EXPECT_TRUE(r3_.failed());
H A Dgtest_throw_on_failure_test.py118 failed = not Run(command)
126 self.assert_(failed == should_fail, msg)
/external/regex-re2/re2/
H A Dset.cc100 bool failed; local
102 Prog::kManyMatch, NULL, &failed, v);
103 if (failed)
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h98 * has failed to match. Reset to false upon valid token match.
100 ANTLR3_BOOLEAN failed; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/bison/build-aux/
H A Dgit-version-gen175 || { commit_list=failed;
176 echo "$0: WARNING: git rev-list failed" 1>&2; }
179 test "$commit_list" = failed && v=UNKNOWN
/external/chromium_org/third_party/skia/tools/
H A Dbench_record.cpp146 bool failed = false; local
157 failed = true;
164 failed = true;
169 return failed ? 1 : 0;
/external/protobuf/src/google/protobuf/io/
H A Dprinter.h109 // True if any write to the underlying stream failed. (We don't just
112 bool failed() const { return failed_; } function in class:google::protobuf::io::Printer
/external/skia/tools/
H A Dbench_record.cpp146 bool failed = false; local
157 failed = true;
164 failed = true;
169 return failed ? 1 : 0;
/external/strace/
H A Dgit-version-gen178 || { commit_list=failed;
179 echo "$0: WARNING: git rev-list failed" 1>&2; }
182 test "$commit_list" = failed && v=UNKNOWN
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat63 || ( echo Encode with three arguments failed ^
68 || ( echo Decode with three arguments failed ^
85 || ( echo Encode using stdin/stdout failed ^
90 || ( echo Decode using stdin/stdout failed ^
105 || ( echo Encode with mixed arguments failed ^
110 || ( echo Decode with mixed arguments failed ^
124 || ( echo Encode with mixed arguments failed ^
129 || ( echo Decode with mixed arguments failed ^
157 || ( echo vcdiff test with three arguments failed ^
195 || ( echo Encode with -stats failed
[all...]
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher_unittest.cc34 bool failed() const { return failed_; } function in class:__anon3730::TestDelegate
101 EXPECT_TRUE(delegate.failed());
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.h148 const ErrorCode* failed() const { return failed_; } function in class:sandbox::ErrorCode
173 const ErrorCode* failed);
192 const ErrorCode* failed_; // or if it failed.
/external/chromium_org/testing/gtest/test/
H A Dgtest_throw_on_failure_test.py118 failed = not Run(command)
126 self.assert_(failed == should_fail, msg)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageDecoder.cpp54 if (failed())
97 if (failed())
101 // has failed.
105 // anymore. (If we failed, |m_reader| has already been cleared.)
/external/chromium_org/v8/tools/
H A Dandroid-run.py33 # Since we need to return non-zero exit code if the command failed,
45 failed = any([s.startswith('/system/bin/sh:') or s.startswith('ANDROID')
47 return 1 if failed else 0
/external/eigen/blas/testing/
H A Drunblastest.sh21 echo -e $red Test $1 failed: $black
29 echo -e $red "Test $1 failed (FATAL ERROR, read the file $1.summ for details)" $black
37 echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
/external/gtest/test/
H A Dgtest_throw_on_failure_test.py118 failed = not Run(command)
126 self.assert_(failed == should_fail, msg)
/external/icu/icu4c/source/
H A Dconfigure.mk16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jbig.cpp61 goto failed;
65 goto failed;
70 goto failed;
80 failed:
141 goto failed;
145 goto failed;
159 goto failed;
169 failed:
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as159 state.failed = true;
169 state.failed = false;
180 state.failed = true;
189 state.failed = false;
196 state.failed = true;
205 state.failed = false;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs213 state.failed = true;
222 state.failed = false;
233 state.failed = true;
241 state.failed = false;
247 state.failed = true;
255 state.failed = false;

Completed in 1081 milliseconds

1234567891011>>