Searched refs:v_dict (Results 1 – 1 of 1) sorted by relevance
32 def assert_consistency(self, v_dict): argument33 self.assertIs(v_dict.LOCAL_CFLAGS, v_dict['LOCAL_CFLAGS'])34 self.assertIs(v_dict.LOCAL_CPPFLAGS, v_dict['LOCAL_CPPFLAGS'])35 self.assertIs(v_dict.LOCAL_SRC_FILES, v_dict['LOCAL_SRC_FILES'])36 self.assertIs(v_dict.LOCAL_SHARED_LIBRARIES,37 v_dict['LOCAL_SHARED_LIBRARIES'])38 self.assertIs(v_dict.LOCAL_STATIC_LIBRARIES,39 v_dict['LOCAL_STATIC_LIBRARIES'])40 self.assertIs(v_dict.LOCAL_C_INCLUDES, v_dict['LOCAL_C_INCLUDES'])41 self.assertIs(v_dict.LOCAL_EXPORT_C_INCLUDE_DIRS,[all …]