OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dotted_as_name
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
import_statement.py
60
if (symbol_type != symbol.
dotted_as_name
and
173
return tuple((
dotted_as_name
.name,
dotted_as_name
.alias)
174
for
dotted_as_name
in dotted_as_names.children[::2])
/prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h
32
#define
dotted_as_name
285
macro
/prebuilts/gdb/linux-x86/include/python2.7/
graminit.h
32
#define
dotted_as_name
285
macro
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h
32
#define
dotted_as_name
285
macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h
32
#define
dotted_as_name
285
macro
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
Grammar.txt
77
dotted_as_name
: dotted_name ['as' NAME]
79
dotted_as_names:
dotted_as_name
(','
dotted_as_name
)*
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
Grammar.txt
77
dotted_as_name
: dotted_name ['as' NAME]
79
dotted_as_names:
dotted_as_name
(','
dotted_as_name
)*
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt
77
dotted_as_name
: dotted_name ['as' NAME]
79
dotted_as_names:
dotted_as_name
(','
dotted_as_name
)*
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt
77
dotted_as_name
: dotted_name ['as' NAME]
79
dotted_as_names:
dotted_as_name
(','
dotted_as_name
)*
/prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py
42
dotted_as_name
= 285
variable
/prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py
42
dotted_as_name
= 285
variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py
42
dotted_as_name
= 285
variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py
42
dotted_as_name
= 285
variable
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_imports.py
76
yield """import_name< 'import' (
dotted_as_name
< (%s) 'as' any > |
78
any*
dotted_as_name
< (%s) 'as' any > any* >) >
fix_import.py
30
elif node.type == syms.
dotted_as_name
:
fix_urllib.py
65
dotted_as_name
< module_as=%r 'as' any > >
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_imports.py
76
yield """import_name< 'import' (
dotted_as_name
< (%s) 'as' any > |
78
any*
dotted_as_name
< (%s) 'as' any > any* >) >
fix_import.py
30
elif node.type == syms.
dotted_as_name
:
fix_urllib.py
65
dotted_as_name
< module_as=%r 'as' any > >
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py
76
yield """import_name< 'import' (
dotted_as_name
< (%s) 'as' any > |
78
any*
dotted_as_name
< (%s) 'as' any > any* >) >
fix_import.py
30
elif node.type == syms.
dotted_as_name
:
fix_urllib.py
65
dotted_as_name
< module_as=%r 'as' any > >
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py
76
yield """import_name< 'import' (
dotted_as_name
< (%s) 'as' any > |
78
any*
dotted_as_name
< (%s) 'as' any > any* >) >
fix_import.py
30
elif node.type == syms.
dotted_as_name
:
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g
201
: 'import'
dotted_as_name
(COMMA
dotted_as_name
)*
210
dotted_as_name
: dotted_name (NAME NAME)?
Completed in 488 milliseconds
1
2