HomeSort by relevance Sort by last modified time
    Searched refs:IMPORT_NAME (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 106 #define IMPORT_NAME 108 /* Index in name list */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 106 #define IMPORT_NAME 108 /* Index in name list */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 20 IMPORT_NAME = chr(dis.opname.index('IMPORT_NAME'))
354 if c == LOAD_CONST and code[3] == IMPORT_NAME:
371 LOAD_LOAD_AND_IMPORT = LOAD_CONST + LOAD_CONST + IMPORT_NAME
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 20 IMPORT_NAME = chr(dis.opname.index('IMPORT_NAME'))
354 if c == LOAD_CONST and code[3] == IMPORT_NAME:
371 LOAD_LOAD_AND_IMPORT = LOAD_CONST + LOAD_CONST + IMPORT_NAME
  /external/llvm/include/llvm/Support/
COFF.h 639 IMPORT_NAME = 1,

Completed in 250 milliseconds