Home
last modified time | relevance | path

Searched refs:skipped_modules (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dgentest.py22 skipped_modules = [ "SAX", "xlink", "threads", "globals", variable
269 for mod in skipped_modules:
518 if (mod not in skipped_modules) and (func not in skipped_functions):
529 if (mod not in skipped_modules) and (func not in skipped_functions):
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dcompile_frontend.py322 skipped_modules = {} variable
327 skipped_modules[skipped_module] = True
339 skip_module = skipped_modules.get(module_name)