Home
last modified time | relevance | path

Searched refs:ok_ (Results 1 – 6 of 6) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_token_kind.py3 from nose.tools import ok_
28 ok_(hasattr(TokenKind, 'LITERAL'))
31 ok_(isinstance(literal, TokenKind))
36 ok_(isinstance(t, TokenKind))
Dtest_tokens.py7 from nose.tools import ok_
35 ok_(isinstance(loc, SourceLocation))
49 ok_(isinstance(extent, SourceRange))
/external/v8/src/parsing/
Dpattern-rewriter.cc28 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()
Dparser.h872 bool* ok_; variable
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp670 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/
Doptions.awk757 } else if (i !~ /^ok_/) {
777 if (logunsupported || i ~ /^ok_/) {
782 if (i ~ /^ok_/) {