Searched refs:posn (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Demo/tix/samples/ |
D | SHList2.py | 116 for key,name,posn in managers : 120 hlist.item_create(e, 1, itemtype=Tix.TEXT, text=posn, 124 for key,mgr,name,posn in employees : 134 text = posn, style = style['empl_posn'] )
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 1986 UWord posn, in trace_DIE() argument 2001 posn = uncook_die( cc, posn, &debug_types_flag, &alt_flag ); in trace_DIE() 2009 level, posn, (ULong) abbv->abbv_code, ML_(pp_DW_TAG)( dtag ), in trace_DIE() 2043 UWord posn, in dump_bad_die_and_barf() argument 2050 trace_DIE (dtag, posn, level, saved_die_c_offset, abbv, cc); in dump_bad_die_and_barf() 2069 UWord posn, in parse_var_DIE() argument 2412 tv->dioff = posn; in parse_var_DIE() 2537 dump_bad_die_and_barf("parse_var_DIE", dtag, posn, level, in parse_var_DIE() 2582 UWord posn; in get_inlFnName() local 2588 posn = uncook_die( cc, absori, &type_flag, &alt_flag); in get_inlFnName() [all …]
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 1205 sorted, posn = shellsort(rankvals) 3595 sorted, posn = ashellsort(N.array(rankvals))
|