Searched refs:test_pattern (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
H A DgateA20.c67 static uint32_t test_pattern = 0xdeadbeef; local
68 physaddr_t test_pattern_phys = virt_to_phys ( &test_pattern );
77 if ( verify_pattern != test_pattern )
81 test_pattern++;
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp318 U_STRING_DECL(test_pattern, "[[:assigned:]-[:c:]]", 20);
319 U_STRING_INIT(test_pattern, "[[:assigned:]-[:c:]]", 20);
320 USet *charsToTest = uset_openPattern(test_pattern, 20, &status);
/external/python/cpython2/Lib/test/
H A Dtest_strptime.py117 def test_pattern(self): member in class:TimeRETests
/external/python/cpython3/Lib/test/
H A Dtest_strptime.py116 def test_pattern(self): member in class:TimeRETests
/external/libxml2/
H A Dtestapi.c1213 static int test_pattern(void);
1266 test_ret += test_pattern();
17343 test_pattern(void) { function
[all...]

Completed in 317 milliseconds