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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 35 # Note that DATA_MIXED also tests the ability to recognize a lone \r
37 DATA_MIXED = "\n".join(DATA_TEMPLATE) + "\r"
113 DATA = DATA_MIXED
test_univnewlines2k.py 27 # Note that DATA_MIXED also tests the ability to recognize a lone \r
29 DATA_MIXED = "\n".join(DATA_TEMPLATE) + "\r"
117 DATA = DATA_MIXED
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 35 # Note that DATA_MIXED also tests the ability to recognize a lone \r
37 DATA_MIXED = "\n".join(DATA_TEMPLATE) + "\r"
113 DATA = DATA_MIXED
test_univnewlines2k.py 27 # Note that DATA_MIXED also tests the ability to recognize a lone \r
29 DATA_MIXED = "\n".join(DATA_TEMPLATE) + "\r"
117 DATA = DATA_MIXED

Completed in 3106 milliseconds