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

  /external/chromium_org/tools/gyp/test/mac/
gyptest-strip.py 30 def CheckNsyms(p, n_expected):
49 CheckNsyms(OutPath('no_postprocess'), 29 + expected_extra_symbol_count)
50 CheckNsyms(OutPath('no_strip'), 29 + expected_extra_symbol_count)
51 CheckNsyms(OutPath('strip_all'), 0)
52 CheckNsyms(OutPath('strip_nonglobal'), 6)
53 CheckNsyms(OutPath('strip_debugging'), 7)
54 CheckNsyms(OutPath('strip_all_custom_flags'), 0)
55 CheckNsyms(test.built_file_path(
58 CheckNsyms(OutPath('strip_save'), 7)
gyptest-strip-default.py 30 def CheckNsyms(p, o_expected):
47 CheckNsyms(OutPath('libsingle_dylib.dylib'),
56 CheckNsyms(OutPath('single_so.so'),
65 CheckNsyms(OutPath('single_exe'),
70 CheckNsyms(test.built_file_path(
80 CheckNsyms(test.built_file_path(
89 CheckNsyms(test.built_file_path(

Completed in 232 milliseconds