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

/external/skia/platform_tools/android/tests/
H A Dvar_dict_tests.py9 Test the VarsDict.
20 from vars_dict_lib import VarsDict namespace
25 Tests for the VarsDict class.
30 self.__vars_dict = VarsDict()
46 v_dict = VarsDict()
47 # VarsDict has one entry for each label in VAR_NAMES
61 v_dict = VarsDict()
H A Dmakefile_writer_tests.py33 """Create a VarsDict and fill it with dummy entries.
39 A VarsDict with dummy entries.
41 vars_dict = vars_dict_lib.VarsDict()
79 VarsDict and the VarsDictData
83 VarsDict.
165 # KNOWN_TARGETS is always a key in the input VarsDict, but it should not
/external/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py100 class VarsDict(collections.namedtuple('VarsDict', VAR_NAMES)): class in inherits:collections.namedtuple('VarsDict', VAR_NAMES
139 var_dict_list: list of VarsDicts. WARNING: each VarsDict will be
142 VarsDict containing list entries common to all VarsDicts in
145 intersection = VarsDict()
146 # First VarsDict
H A Dtool_makefile_writer.py35 var_dict: VarsDict containing variables for the makefile.
65 skia_lib_var_dict: VarsDict representing libskia. Used as a reference to
78 var_dict = vars_dict_lib.VarsDict()
/external/skia/platform_tools/android/bin/
H A Dgyp_to_android.py41 """Create a VarsDict for a particular arch type.
52 A VarsDict containing the variable definitions determined by gyp.
57 var_dict = vars_dict_lib.VarsDict()
90 # Generate a separate VarsDict for each architecture type. For each
93 # 2. call parse_gypd to read those gypd files into the VarsDict
96 # Once we have the VarsDict for each architecture type, we combine them all

Completed in 76 milliseconds