Home
last modified time | relevance | path

Searched defs:dotted_name (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/android/
Djni_android.cc122 char dotted_name[bufsize]; in GetClass() local
/external/python/cpython2/Lib/
Dsymbol.py45 dotted_name = 288 variable
/external/python/cpython3/Include/
Dgraminit.h38 #define dotted_name 291 macro
/external/python/cpython2/Include/
Dgraminit.h35 #define dotted_name 288 macro
/external/python/cpython3/Lib/
Dsymbol.py48 dotted_name = 291 variable
/external/python/cpython2/Tools/i18n/
Dpygettext.py264 def _get_modpkg_path(dotted_name, pathlist=None): argument
/external/python/cpython2/Lib/compiler/
Dtransformer.py342 def dotted_name(self, nodelist): member in Transformer