OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcl_preprocess
(Results
1 - 1
of
1
) sorted by null
/external/swiftshader/third_party/LLVM/utils/lit/lit/
TclUtil.py
5
def
tcl_preprocess
(data):
function
23
self.data =
tcl_preprocess
(data)
258
self.assertEqual(
tcl_preprocess
('a b'), 'a b')
259
self.assertEqual(
tcl_preprocess
('a\\\nb c'), 'a b c')
Completed in 227 milliseconds