HomeSort by relevance Sort by last modified time
    Searched defs:dotted_name (Results 1 - 25 of 26) sorted by null

1 2

  /external/libmojo/base/android/
jni_android.cc 114 char dotted_name[bufsize]; local
115 memmove(dotted_name, class_name, bufsize);
117 if (dotted_name[i] == '/') {
118 dotted_name[i] = '.';
125 ConvertUTF8ToJavaString(env, dotted_name).obj()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 35 #define dotted_name 288 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 35 #define dotted_name 288 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 45 dotted_name = 288 variable
  /external/python/cpython2/Include/
graminit.h 35 #define dotted_name 288 macro
  /external/python/cpython2/Lib/
symbol.py 45 dotted_name = 288 variable
  /external/python/cpython3/Include/
graminit.h 38 #define dotted_name 291 macro
  /external/python/cpython3/Lib/
symbol.py 48 dotted_name = 291 variable
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 35 #define dotted_name 288 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 45 dotted_name = 288 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 35 #define dotted_name 288 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 45 dotted_name = 288 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 35 #define dotted_name 288 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 45 dotted_name = 288 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 35 #define dotted_name 288 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 45 dotted_name = 288 variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 578 milliseconds

1 2