/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...] |
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
library.dsc | 14 'symtable.c',
|
hashtable.c | 110 /* Double the capacity of the symtable if we've hit the ratio. */
|
/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 *);
|
pythonrun.h | 68 PyAPI_FUNC(struct symtable *) Py_SymtableString(const char *, const char *, int);
|
/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 *);
|
pythonrun.h | 68 PyAPI_FUNC(struct symtable *) Py_SymtableString(const char *, const char *, int);
|
/external/srec/srec/Semproc/src/ |
ExpressionParser.c | 101 SymbolTable* symtable, ExpressionEvaluator* evaluator, 110 CHKLOG(rc, ST_reset(symtable)); /* reset the symbol table, for a new set of keys and values */ 143 CHKLOG(rc, handle_EndOfStatement(parser, symtable, evaluator)); 152 CHKLOG(rc, ST_Copy(symtable, *hashmap)); 347 ESR_ReturnCode handle_EndOfStatement(ExpressionParser* self, SymbolTable* symtable, ExpressionEvaluator* evaluator) 373 CHKLOG(rc, ST_getKeyValue(symtable, self->identifiers[i], &operands[i])); 408 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, result)); 411 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, L("undefined"))); 417 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, operands[0]));
|
SemanticProcessorImpl.c | 126 if ((rc = ST_Init(&impl->symtable)) != ESR_SUCCESS) 164 ST_Free(impl->symtable); [all...] |
/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/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")
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
SDL_dlcompat.c | [all...] |
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
cxxfiles.txt | 75 symtable.h
|
/external/icu/icu4c/source/test/hdrtst/ |
cxxfiles.txt | 87 symtable.h
|
/external/srec/srec/Semproc/include/ |
SR_SemanticProcessorImpl.h | 51 SymbolTable* symtable; member in struct:SR_SemanticProcessorImpl_t
|
SR_ExpressionParser.h | 186 * @param symtable pointer to the symbol table where the parser gets/sets key-value pairs 191 SymbolTable* symtable, ExpressionEvaluator* evaluator,
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.cpp | 14 #include "unicode/symtable.h"
|
rbbiscan.h | 21 #include "unicode/symtable.h"// For UnicodeSet parsing, is the interface that
|
/external/icu/icu4c/source/common/ |
ruleiter.cpp | 13 #include "unicode/symtable.h"
|
rbbiscan.h | 21 #include "unicode/symtable.h"// For UnicodeSet parsing, is the interface that
|
/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")
|
/external/chromium_org/build/linux/unbundle/ |
icu.gyp | 188 'unicode/symtable.h',
|
/external/chromium_org/third_party/icu/ |
icuuc.target.darwin-arm.mk | 26 $(hide)cd $(gyp_local_path)/third_party/icu; mkdir -p $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target/third_party/icu/source/common/unicode; python ../../tools/generate_shim_headers/generate_shim_headers.py --headers-root source/common --output-directory "$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target" unicode/brkiter.h unicode/bytestream.h unicode/caniter.h unicode/chariter.h unicode/dbbi.h unicode/docmain.h unicode/dtintrv.h unicode/errorcode.h unicode/icudataver.h unicode/icuplug.h unicode/idna.h unicode/localpointer.h unicode/locid.h unicode/normalizer2.h unicode/normlzr.h unicode/pandroid.h unicode/parseerr.h unicode/parsepos.h unicode/pfreebsd.h unicode/plinux.h unicode/pmac.h unicode/popenbsd.h unicode/ppalmos.h unicode/ptypes.h unicode/putil.h unicode/pwin32.h unicode/rbbi.h unicode/rep.h unicode/resbund.h unicode/schriter.h unicode/std_string.h unicode/strenum.h unicode/stringpiece.h unicode/symtable.h unicode/ubidi.h unicode/ubrk.h unicode/ucasemap.h unicode/ucat.h unicode/uchar.h unicode/uchriter.h unicode/uclean.h unicode/ucnv_cb.h unicode/ucnv_err.h unicode/ucnv.h unicode/ucnvsel.h unicode/uconfig.h unicode/udata.h unicode/udeprctd.h unicode/udraft.h unicode/uenum.h unicode/uidna.h unicode/uintrnal.h unicode/uiter.h unicode/uloc.h unicode/umachine.h unicode/umisc.h unicode/unifilt.h unicode/unifunct.h unicode/unimatch.h unicode/uniset.h unicode/unistr.h unicode/unorm2.h unicode/unorm.h unicode/uobject.h unicode/uobslete.h unicode/urename.h unicode/urep.h unicode/ures.h unicode/uscript.h unicode/uset.h unicode/usetiter.h unicode/ushape.h unicode/usprep.h unicode/ustring.h unicode/usystem.h unicode/utext.h unicode/utf16.h unicode/utf32.h unicode/utf8.h unicode/utf.h unicode/utf_old.h unicode/utrace.h unicode/utypeinfo.h unicode/utypes.h unicode/uvernum.h unicode/uversion.h --generate 60 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target/third_party/icu/source/common/unicode/symtable.h: $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target/third_party/icu/source/common/unicode/brkiter.h ; 149 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target/third_party/icu/source/common/unicode/symtable.h \
|