Home
last modified time | relevance | path

Searched refs:new_val (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dlocale.py224 new_val = []
227 new_val.append('%')
229 new_val.append(format(perc.group(), val, grouping))
233 new_val = []
237 new_val.append('%')
240 new_val.append(_format(perc.group(),
246 val = tuple(new_val)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dlocale.py230 new_val = []
233 new_val.append('%')
235 new_val.append(format(perc.group(), val, grouping))
239 new_val = []
243 new_val.append('%')
246 new_val.append(_format(perc.group(),
252 val = tuple(new_val)
/device/google/wahoo/lisa/targetdev/
Dpowerhint.py12 def set_touch_param(target, opcode, new_val): argument
23 tree.findall(xpath)[0].set('value', '{:#x}'.format(new_val))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsysmodule.c631 int new_val; in sys_setdlopenflags() local
633 if (!PyArg_ParseTuple(args, "i:setdlopenflags", &new_val)) in sys_setdlopenflags()
637 tstate->interp->dlopenflags = new_val; in sys_setdlopenflags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsysmodule.c627 int new_val; in sys_setdlopenflags() local
629 if (!PyArg_ParseTuple(args, "i:setdlopenflags", &new_val)) in sys_setdlopenflags()
633 tstate->interp->dlopenflags = new_val; in sys_setdlopenflags()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h320 int new_val; member
Dregcomp.c1792 map[en->regnum].new_val = *counter; in noname_disable_map()
1832 n = map[backs[i]].new_val; in renumber_node_backref()
1915 map[i].new_val = 0; in disable_noname_group_capture()
1925 if (map[i].new_val > 0) { in disable_noname_group_capture()
1935 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, map[i].new_val); in disable_noname_group_capture()
Dregparse.c550 e->back_refs[i] = map[e->back_refs[i]].new_val; in i_renumber_name()
554 e->back_ref1 = map[e->back_ref1].new_val; in i_renumber_name()