Home
last modified time | relevance | path

Searched refs:test_mapping (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/third_party/jinja2/
Dtests.py82 def test_mapping(value): function
152 'mapping': test_mapping,
/external/selinux/secilc/test/
Dpolicy.cil310 (macro test_mapping ((classpermission cps))
313 (call test_mapping ((file (read))))
314 (call test_mapping ((files (read))))
315 (call test_mapping (char_w))
/external/fonttools/Tests/misc/
Dplistlib_test.py551 test_mapping = CustomMapping()
552 data = plistlib.dumps(test_mapping)
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c432 static int test_mapping(struct gralloctest_context *ctx) in test_mapping() function
640 { "mapping", test_mapping, 1 },
/external/python/cpython2/Lib/test/
Dtest_locale.py254 def test_mapping(self): member in TestLocaleFormatString
/external/python/cpython3/Lib/test/
Dtest_locale.py257 def test_mapping(self): member in TestLocaleFormatString
Dtest_typing.py1980 def test_mapping(self): member in CollectionsAbcTests