/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | builtin_locals.py | 4 print(locals()['x']) 11 print('x' in locals()) 12 print(locals()['y']) 13 print('f' in locals())
|
A D | builtin_exec.py | 23 exec('print(foo)', {'bar':3}, locals())
|
A D | builtin_override.py | 23 def custom_import(name, globals, locals, fromlist, level): argument
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | builtinevex.c | 46 STATIC mp_obj_t code_execute(mp_obj_code_t *self, mp_obj_dict_t *globals, mp_obj_dict_t *locals) { in code_execute() argument 51 mp_locals_set(locals); in code_execute() 120 mp_obj_dict_t *locals = mp_locals_get(); in eval_exec_helper() local 126 locals = MP_OBJ_TO_PTR(args[i]); in eval_exec_helper() 128 globals = locals; in eval_exec_helper() 135 return code_execute(MP_OBJ_TO_PTR(args[0]), globals, locals); in eval_exec_helper() 153 return mp_parse_compile_execute(lex, parse_input_kind, globals, locals); in eval_exec_helper()
|
A D | compile.h | 43 …xer_t *lex, mp_parse_input_kind_t parse_input_kind, mp_obj_dict_t *globals, mp_obj_dict_t *locals);
|
A D | runtime.c | 1474 …er_t *lex, mp_parse_input_kind_t parse_input_kind, mp_obj_dict_t *globals, mp_obj_dict_t *locals) { in mp_parse_compile_execute() argument 1481 mp_locals_set(locals); in mp_parse_compile_execute()
|
/AliOS-Things-master/components/py_engine/tests/cpydiff/ |
A D | core_locals.py | 11 print(locals())
|
/AliOS-Things-master/components/py_engine/tests/import/ |
A D | import_override.py | 4 def custom_import(name, globals, locals, fromlist, level): argument
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2ft.c | 605 FT_ASSERT( decoder->locals ); in cf2_initLocalRegionBuffer() 608 buf->ptr = decoder->locals[idx]; in cf2_initLocalRegionBuffer() 609 buf->end = decoder->locals[idx + 1]; in cf2_initLocalRegionBuffer()
|
A D | cffgload.h | 184 FT_Byte** locals; member
|
A D | cffgload.c | 452 decoder->locals = sub->local_subrs; in cff_decoder_prepare() 2412 zone->base = decoder->locals[idx]; in cff_decoder_parse_charstrings() 2413 zone->limit = decoder->locals[idx + 1]; in cff_decoder_parse_charstrings()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure | 995 | --localstate | --localstat | --localsta | --localst | --locals) 998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure | 1043 | --localstate | --localstat | --localsta | --localst | --locals) 1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure | 1179 | --localstate | --localstat | --localsta | --localst | --locals) 1182 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | configure | 1061 | --localstate | --localstat | --localsta | --localst | --locals) 1064 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
A D | ChangeLog | 156 b2db361c image_enc,WebPWritePNG: move locals after setjmp
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | configure | 996 | --localstate | --localstat | --localsta | --localst | --locals) 999 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | configure | 1014 | --localstate | --localstat | --localsta | --localst | --locals) 1017 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure | 1079 | --localstate | --localstat | --localsta | --localst | --locals) 1082 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
/AliOS-Things-master/components/SDL2/ |
A D | configure | 1152 | --localstate | --localstat | --localsta | --localst | --locals) 1155 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.0 | 1179 | --localstate | --localstat | --localsta | --localst | --locals) 1182 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
A D | output.1 | 1179 | --localstate | --localstat | --localsta | --localst | --locals) 1182 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
A D | output.2 | 1041 | --localstate | --localstat | --localsta | --localst | --locals) 1044 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|