HomeSort by relevance Sort by last modified time
    Searched full:import_name (Results 101 - 125 of 185) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gdb/darwin-x86/lib/python2.7/
opcode.py 146 name_op('IMPORT_NAME', 108) # Index in name list
  /prebuilts/gdb/linux-x86/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
opcode.py 146 name_op('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
opcode.py 146 name_op('IMPORT_NAME', 108) # Index in name list
  /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
opcode.py 146 name_op('IMPORT_NAME', 108) # Index in name list
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 448 FQName import_name = FQName(import); local
449 string imported_package_name = import_name.package();
450 string imported_package_version = import_name.version();
451 string imported_component_name = import_name.name();
  /external/libmojo/mojo/public/tools/chrome_ipc/
generate_mojom.py 220 for import_name in sorted(self._imports):
221 yield 'import "%s";' % import_name
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
import_statement.py 161 if children[0].type != symbol.import_name:
  /external/v8/src/parsing/
parser.h 318 const AstRawString* import_name; member in struct:v8::internal::Parser::NamedImport
321 NamedImport(const AstRawString* import_name, const AstRawString* local_name,
323 : import_name(import_name),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
parser.so 
  /external/protobuf/objectivec/DevTools/
pddm.py 551 import_name = self.first_line.split(' ', 1)[1].strip()
552 imported_file = self._import_resolver(import_name)
556 (import_name, self.first_line_num, self.first_line))
  /external/python/cpython3/Lib/
modulefinder.py 17 IMPORT_NAME = dis.opmap['IMPORT_NAME']
350 if (op == IMPORT_NAME and i >= 2
  /toolchain/binutils/binutils-2.27/binutils/
ChangeLog-2004 246 (struct export): Add member import_name;
247 (def_exports): Set import_name.
248 (make_one_lib_file): Remove prefix alias code, use import_name
  /external/v8/src/
objects-debug.cc     [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 530 FQName import_name = FQName(import); local
531 string import_package_name = import_name.package();
532 string import_package_version = import_name.version();
533 string import_component_name = import_name.name();
    [all...]
  /external/v8/src/objects/
scope-info.cc 839 Handle<Object> import_name,
846 result->set_import_name(*import_name);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
peicode.h 789 case IMPORT_NAME:
894 /* XXX - treat as IMPORT_NAME ??? */
927 if (import_name_type != IMPORT_NAME)
    [all...]
  /external/v8/src/compiler/
wasm-compiler.h 99 MaybeHandle<String> import_name,
  /toolchain/binutils/binutils-2.27/include/coff/
pe.h 353 #define IMPORT_NAME 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 952 VALIDATER(import_name); VALIDATER(import_from); variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 923 VALIDATER(import_name); VALIDATER(import_from); variable
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 952 VALIDATER(import_name); VALIDATER(import_from); variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 852 case IMPORT_NAME:
    [all...]

Completed in 1037 milliseconds

1 2 3 45 6 7 8