HomeSort by relevance Sort by last modified time
    Searched defs:symtable (Results 1 - 9 of 9) sorted by null

  /external/srec/srec/Semproc/include/
SR_SemanticProcessorImpl.h 51 SymbolTable* symtable; member in struct:SR_SemanticProcessorImpl_t
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 2 Test the API of the symtable module.
4 import symtable namespace
48 top = symtable.symtable(TEST_CODE, "?", "exec")
162 symtable.symtable(brokencode, "spam", "exec")
168 checkfilename("def f(x): global x") # symtable-build-time
171 symbols = symtable.symtable("42", "?", "eval")
174 symbols = symtable.symtable("42", "?", "single"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 2 Test the API of the symtable module.
4 import symtable namespace
48 top = symtable.symtable(TEST_CODE, "?", "exec")
162 symtable.symtable(brokencode, "spam", "exec")
168 checkfilename("def f(x): global x") # symtable-build-time
171 symbols = symtable.symtable("42", "?", "eval")
174 symbols = symtable.symtable("42", "?", "single"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 13 struct symtable { struct
46 struct symtable *ste_table;
55 PyAPI_FUNC(struct symtable *) PySymtable_Build(mod_ty, const char *,
57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
59 PyAPI_FUNC(void) PySymtable_Free(struct symtable *);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
12 def symtable(code, filename, compile_type): function
13 raw = _symtable.symtable(code, filename, compile_type)
239 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 13 struct symtable { struct
46 struct symtable *ste_table;
55 PyAPI_FUNC(struct symtable *) PySymtable_Build(mod_ty, const char *,
57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
59 PyAPI_FUNC(void) PySymtable_Free(struct symtable *);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
12 def symtable(code, filename, compile_type): function
13 raw = _symtable.symtable(code, filename, compile_type)
239 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 417 import symtable namespace
428 syms = symtable.symtable(buf, file, "exec")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 417 import symtable namespace
428 syms = symtable.symtable(buf, file, "exec")

Completed in 3157 milliseconds