Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions | Variables
BUILD_simulator.py File Reference

Go to the source code of this file.

Namespaces

namespace  tools
 
namespace  tools.BUILD_simulator
 

Functions

def tools.BUILD_simulator.noop (*args, **kwargs)
 
def tools.BUILD_simulator.select_simulator (d)
 
def tools.BUILD_simulator.BUILD_glob_single (pattern)
 
def tools.BUILD_simulator.BUILD_glob (include, exclude=())
 

Variables

 tools.BUILD_simulator.DOUBLE_STAR_RE = re.compile(r'/\*\*/')
 
 tools.BUILD_simulator.STAR_RE = re.compile(r'\*')
 
string tools.BUILD_simulator.DOUBLE_STAR_PLACEHOLDER = "xxxdoublestarxxx"
 
string tools.BUILD_simulator.STAR_PLACEHOLDER = "xxxstarxxx"
 
dictionary tools.BUILD_simulator.global_names
 
dictionary tools.BUILD_simulator.local_names = {}