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

  /external/python/cpython3/Lib/test/
test_fnmatch.py 9 def check_match(self, filename, pattern, should_match=1, fn=fnmatch): member in class:FnmatchTestCase
20 check = self.check_match
53 check = self.check_match
58 self.check_match(b'test', b'te*')
59 self.check_match(b'test\xff', b'te*\xff')
60 self.check_match(b'foo\nbar', b'foo*')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/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/syslinux/com32/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 97 local void check_match OF((deflate_state *s, IPos start, IPos match,
1232 local void check_match(s, start, match, length) function
1253 # define check_match macro
    [all...]
  /external/python/cpython2/Modules/zlib/
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/syslinux/com32/lib/zlib/
deflate.c 96 local void check_match OF((deflate_state *s, IPos start, IPos match,
1271 local void check_match(s, start, match, length) function
1292 # define check_match macro
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
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/python/cpython3/Modules/zlib/
deflate.c 99 local void check_match OF((deflate_state *s, IPos start, IPos match,
1448 local void check_match(s, start, match, length) function
1469 # define check_match macro
    [all...]
  /external/zlib/src/
deflate.c 99 local void check_match OF((deflate_state *s, IPos start, IPos match,
1448 local void check_match(s, start, match, length) function
1469 # define check_match macro
    [all...]
  /external/elfutils/src/
unstrip.c 1105 inline void check_match (bool match, Elf_Scn *scn, const char *name)
1145 check_match (shdr == NULL, scn, name);
1103 inline void check_match (bool match, Elf_Scn *scn, const char *name) function
    [all...]

Completed in 517 milliseconds