HomeSort by relevance Sort by last modified time
    Searched refs:v_dict (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/platform_tools/android/tests/
var_dict_tests.py 32 def assert_consistency(self, v_dict):
33 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
    [all...]
  /external/skia/platform_tools/android/tests/
var_dict_tests.py 32 def assert_consistency(self, v_dict):
33 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
    [all...]

Completed in 96 milliseconds