OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:identifierRE
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/
afmLib.py
12
identifierRE
= re.compile("^([A-Za-z]+).*")
114
m =
identifierRE
.match(line)
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py
731
identifierRE
= re.compile(r"[_a-zA-z][_a-zA-Z0-9]*$")
735
if
identifierRE
.match(head) is None:
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py
731
identifierRE
= re.compile(r"[_a-zA-z][_a-zA-Z0-9]*$")
735
if
identifierRE
.match(head) is None:
[
all
...]
Completed in 117 milliseconds