HomeSort by relevance Sort by last modified time
    Searched full:test_match (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/tests/
patterntest.c 147 test_match (gchar *pattern, function
199 #define TEST_MATCH(pattern, string, match) { \
201 if (test_match (pattern, string, match)) \
253 TEST_MATCH("*x", "x", TRUE);
254 TEST_MATCH("*x", "xx", TRUE);
255 TEST_MATCH("*x", "yyyx", TRUE);
256 TEST_MATCH("*x", "yyxy", FALSE);
257 TEST_MATCH("?x", "x", FALSE);
258 TEST_MATCH("?x", "xx", TRUE);
259 TEST_MATCH("?x", "yyyx", FALSE)
    [all...]
regex-test.c 207 test_match (const gchar *pattern, function
254 #define TEST_MATCH(pattern, compile_opts, match_opts, string, \
257 if (test_match (pattern, compile_opts, match_opts, string, \
    [all...]
  /external/chromium/base/test/
test_suite.h 49 int GetTestCount(TestMatch test_match);
test_suite.cc 97 int TestSuite::GetTestCount(TestMatch test_match) {
104 if (test_match(*test_case.GetTestInfo(j))) {
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 364 def test_match method in class:TestTreeWizard
  /external/bluetooth/glib/
ChangeLog.pre-2-14 934 (test_match) : for the unexpected case output pattern and string
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ScannerTest.java 509 public void test_match() { method in class:ScannerTest
    [all...]

Completed in 136 milliseconds