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

  /external/v8/build/config/mac/
compile_xib.py 38 current_section_header = None
41 current_section_header = line
43 if current_section_header:
44 sys.stdout.write(current_section_header)
45 current_section_header = None
  /external/v8/tools/gyp/pylib/gyp/
mac_tool.py 108 current_section_header = None
111 current_section_header = line
113 if current_section_header:
114 sys.stdout.write(current_section_header)
115 current_section_header = None

Completed in 301 milliseconds