Home
last modified time | relevance | path

Searched defs:is_positive (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/regexp/
Dregexp-ast.h507 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
524 bool is_positive() { return is_positive_; } in is_positive() function
Dregexp-parser.cc229 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction() local
Djsregexp.cc5691 RegExpLookaround::Builder::Builder(bool is_positive, RegExpNode* on_success, in Builder()
/external/tensorflow/tensorflow/python/ops/
Dmath_grad.py285 is_positive=None): argument
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc1196 Matcher<int> is_positive = Gt(0); in TEST() local
1312 Matcher<int> is_positive = Gt(0); in TEST() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1541 Matcher<int> is_positive = Gt(0); in TEST() local
1663 Matcher<int> is_positive = Gt(0); in TEST() local
/external/v8/src/compiler/
Djs-call-reducer.cc7223 Node* is_positive = graph()->NewNode(simplified()->NumberLessThanOrEqual(), in ReduceRegExpPrototypeTest() local