HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/v8/test/mjsunit/
string-match.js 43 // Returns array of matched strings.
  /external/openssh/
clientloop.c 2026 int i, j, matched; local
    [all...]
  /external/icu4c/common/
triedict.cpp 176 int matched; local
177 matched = search(fIter, length, NULL, count, 0, parent, pMatched);
179 while (matched++ < length) {
    [all...]
  /external/mksh/src/
misc.c 793 int matched = 0; local
799 matched = 1;
805 if (!matched &&
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 155 // if we've already reported an error and have not matched a token
620 * that there has been an identifier matched previously and that
715 * It returns the index of the last token matched by the rule.
739 * 1 past the stop token matched for this rule last time.
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
    [all...]
  /external/gtest/src/
gtest-death-test.cc 515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 468 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
469 if (matched) {
    [all...]
  /external/dnsmasq/src/
rfc2131.c 607 int i, matched = 0; local
614 matched = 1;
618 matched = 1;
625 matched = 1;
635 if (matched)
    [all...]
  /external/dbus/bus/
signals.c 778 "Argument %d matched more than once in match rule\n", key);
2206 dbus_bool_t matched; local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 1594 bool matched = true; local
    [all...]
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 1177 "not matched\n");
1187 plog(LLV_DEBUG, LOCATION, NULL, "matched\n");
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.cpp 1176 bool matched = false; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 164 when :identifier then @text = @scanner.matched
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 396 # ! if we get this far, we matched
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 394 # ! if we get this far, we matched
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 74 /// Negative indexes are allowed. LA(-1) is previous token (token just matched).
248 /// <summary>The line number on which this token was matched; line=1..N</summary>
256 /// <summary>The line number on which this token was matched; line=1..N</summary>
535 /// matched a token. Prevents generation of more than one error message
594 /// emissions, then set this to the last token to be matched or
    [all...]
Antlr.Runtime.Tree.pas     [all...]
  /external/chromium/net/base/
dnssec_unittest.cc 635 unsigned matched = 0; local
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/genext2fs/
configure     [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]

Completed in 1066 milliseconds

1 23 4