OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_WHITESPACE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/grit/grit/node/
message.py
24
_WHITESPACE
= lazy_re.compile('(?P<start>\s*)(?P<body>.+?)(?P<end>\s*)\Z',
141
m =
_WHITESPACE
.match(text)
/external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py
305
_WHITESPACE
= re.compile('(\\s|(#.*$))+', re.MULTILINE)
348
match = self.
_WHITESPACE
.match(self._current_line, self._column)
/external/chromium_org/tools/grit/grit/gather/
tr_html.py
99
_WHITESPACE
= lazy_re.compile(r'(\s| |\\n|\\r|<!--\s*desc\s*=.*?-->)+',
351
m =
_WHITESPACE
.match(self.Rest())
/external/protobuf/python/google/protobuf/
text_format.py
302
_WHITESPACE
= re.compile('(\\s|(#.*$))+', re.MULTILINE)
351
match = re.match(self.
_WHITESPACE
, self._current_line)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
Completed in 428 milliseconds