Searched refs:ok_ (Results 1 – 6 of 6) sorted by relevance
/external/clang/bindings/python/tests/cindex/ |
D | test_token_kind.py | 3 from nose.tools import ok_ 28 ok_(hasattr(TokenKind, 'LITERAL')) 31 ok_(isinstance(literal, TokenKind)) 36 ok_(isinstance(t, TokenKind))
|
D | test_tokens.py | 7 from nose.tools import ok_ 35 ok_(isinstance(loc, SourceLocation)) 49 ok_(isinstance(extent, SourceRange))
|
/external/v8/src/parsing/ |
D | pattern-rewriter.cc | 28 rewriter.ok_ = ok; in DeclareAndInitializeVariables() 49 rewriter.ok_ = &ok; in RewriteDestructuringAssignment() 151 descriptor_->mode != VAR, ok_, descriptor_->hoist_scope); in VisitVariableProxy() 152 if (!*ok_) return; in VisitVariableProxy() 164 *ok_ = false; in VisitVariableProxy()
|
D | parser.h | 872 bool* ok_; variable
|
/external/opencv3/modules/videostab/src/ |
D | global_motion.cpp | 670 bool ok_; in estimate() local 673 >> M(2,0) >> M(2,1) >> M(2,2) >> ok_; in estimate() 674 if (ok) *ok = ok_; in estimate() 689 bool ok_; in estimate() local 690 Mat_<float> M = motionEstimator_->estimate(frame0, frame1, &ok_); in estimate() 693 << M(2,0) << " " << M(2,1) << " " << M(2,2) << " " << ok_ << std::endl; in estimate() 694 if (ok) *ok = ok_; in estimate()
|
/external/libpng/scripts/ |
D | options.awk | 757 } else if (i !~ /^ok_/) { 777 if (logunsupported || i ~ /^ok_/) { 782 if (i ~ /^ok_/) {
|