Home
last modified time | relevance | path

Searched refs:do_strip (Results 1 – 4 of 4) sorted by relevance

/third_party/quickjs/
Djscompress.c562 BOOL do_strip, BOOL keep_header) in js_compress() argument
585 if (do_strip) { in js_compress()
838 int c, do_strip, keep_header, compress; in main() local
842 do_strip = 1; in main()
856 do_strip = 0; in main()
895 js_compress(filename, fname, do_strip, keep_header); in main()
/third_party/python/Lib/
Dpstats.py749 def do_strip(self, line): member in ProfileBrowser
/third_party/python/Objects/
Dbytesobject.c1916 do_strip(PyBytesObject *self, int striptype) in do_strip() function
1951 return do_strip(self, striptype); in do_argstrip()
Dunicodeobject.c12912 do_strip(PyObject *self, int striptype) in do_strip() function
12991 return do_strip(self, striptype); in do_argstrip()