Searched refs:ok_ (Results 1 - 12 of 12) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_token_kind.py3 from nose.tools import ok_ namespace
28 ok_(hasattr(TokenKind, 'LITERAL'))
31 ok_(isinstance(literal, TokenKind))
36 ok_(isinstance(t, TokenKind))
H A Dtest_tokens.py7 from nose.tools import ok_ namespace
35 ok_(isinstance(loc, SourceLocation))
49 ok_(isinstance(extent, SourceRange))
/external/chromium_org/remoting/host/linux/
H A Dx11_util.h32 bool ok() const { return ok_; }
42 bool ok_; member in class:remoting::ScopedXErrorHandler
H A Dx11_util.cc15 ok_(true) {
41 g_handler->ok_ = false;
/external/chromium_org/content/public/test/
H A Djavascript_test_observer.h41 return ok_;
52 bool ok_; member in class:content::TestMessageHandler
H A Djavascript_test_observer.cc15 TestMessageHandler::TestMessageHandler() : ok_(true) {
22 ok_ = false;
27 ok_ = true;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dtestharness.h44 bool ok_; member in class:leveldb::test::Tester
51 : ok_(true), fname_(f), line_(l) {
55 if (!ok_) {
64 ok_ = false;
72 ok_ = false;
82 ok_ = false; \
98 if (!ok_) {
/external/chromium_org/chrome/utility/media_galleries/
H A Diphoto_library_parser.cc199 : iapps::XmlDictReader(reader), library_(library), ok_(true) {}
227 ok_ = false;
235 return ok_;
249 // of an error. That's what |ok_| does.
250 bool ok_; member in class:iphoto::IPhotoLibraryXmlDictReader
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.h192 bool ok_; member in class:nacl::NaClBrowser
H A Dnacl_browser.cc149 ok_(true),
219 return ok_;
386 ok_ = false;
/external/libpng/scripts/
H A Doptions.awk505 # For checking purposes names that start with "ok_" or "fail_" are
757 } else if (i !~ /^ok_/) {
777 if (logunsupported || i ~ /^ok_/) {
782 if (i ~ /^ok_/) {
/external/chromium_org/net/quic/crypto/
H A Dproof_test.cc38 ok_(ok),
44 *ok_ = ok;
52 bool* const ok_; member in class:net::test::__anon9437::TestProofVerifierCallback

Completed in 2207 milliseconds