HomeSort by relevance Sort by last modified time
    Searched refs:check_match (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch): member in class:FnmatchTestCase
26 check = self.check_match
53 check = self.check_match
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch): member in class:FnmatchTestCase
26 check = self.check_match
53 check = self.check_match
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 168 check_match (regmatch_t *rm, int idx, const char *string, function
291 ret = check_match (rm, 0, string, expect, fail);
305 ret = check_match (rm, n, string, matches ? matches : "-", fail);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 126 static void check_match (LexState *ls, int what, int who, int where) { function
749 check_match(ls, '}', '{', line);
804 check_match(ls, TK_END, TK_FUNCTION, line);
836 check_match(ls, ')', '(', line);
884 check_match(ls, ')', '(', line);
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.c 97 local void check_match OF((deflate_state *s, IPos start, IPos match,
1414 local void check_match(s, start, match, length) function
1435 # define check_match macro
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 96 local void check_match OF((deflate_state *s, IPos start, IPos match,
1355 local void check_match( function
1376 # define check_match macro
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 96 local void check_match OF((deflate_state *s, IPos start, IPos match,
1356 local void check_match(s, start, match, length) function
1377 # define check_match macro
    [all...]
  /external/zlib/src/
deflate.c 96 local void check_match OF((deflate_state *s, IPos start, IPos match,
1356 local void check_match(s, start, match, length) function
1377 # define check_match macro
    [all...]
  /external/iptables/libiptc/
libip4tc.c 227 check_match(const STRUCT_ENTRY_MATCH *m, unsigned int *off)
248 IPT_MATCH_ITERATE(e, check_match, &toff);
  /external/elfutils/0.153/src/
unstrip.c 1047 inline void check_match (bool match, Elf_Scn *scn, const char *name)
1087 check_match (shdr == NULL, scn, name);
1045 inline void check_match (bool match, Elf_Scn *scn, const char *name) function
    [all...]

Completed in 320 milliseconds