OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_re
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/build/scripts/
rjsmin.py
64
import re as
_re
namespace
139
return
_re
.sub(r'([\000-\040\047])', # for better portability
147
match =
_re
.compile(what).match
153
match =
_re
.compile(id_literal_(keep)).match
167
space_sub =
_re
.compile((
266
return
_re
.sub(
/external/opencv/cxcore/src/
_cxcore.h
105
CvComplex32f( float
_re
, float _im=0 ) : re(
_re
), im(_im) {}
117
CvComplex64f( double
_re
, double _im=0 ) : re(
_re
), im(_im) {}
Completed in 219 milliseconds