Home
last modified time | relevance | path

Searched refs:last_value (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_stackviewer.py20 svs.last_type, svs.last_value, svs.last_traceback = (
30 del svs.last_traceback, svs.last_type, svs.last_value
/third_party/python/Lib/
H A Dcode.py110 sys.last_value = value
122 sys.last_value = value
139 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
H A Denum.py1347 last_value = max(last_values)
1349 high_bit = _high_bit(last_value)
1351 raise TypeError('invalid flag value %r' % last_value) from None
H A Dtraceback.py191 sys.last_value, sys.last_traceback, limit, file)'."""
194 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
/third_party/python/Lib/idlelib/
H A Dstackviewer.py41 value = sys.last_value
140 sys.last_value = exc_value
147 del sys.last_value
H A Drun.py241 sys.last_type, sys.last_value, sys.last_traceback = excinfo
633 sys.last_value = val
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c398 unsigned last_value; member
432 hud_graph_add_value(gr, current_value - info->last_value); in query_thread_counter()
433 info->last_value = current_value; in query_thread_counter()
438 info->last_value = get_counter(gr, info->counter); in query_thread_counter()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c43 double value, last_value; // PSNR or size member
61 s->value = s->last_value = 0.; in InitPassStats()
71 } else if (s->value != s->last_value) { in ComputeNextQ()
72 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ()
80 s->last_value = s->value; in ComputeNextQ()
649 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop()
856 num_pass_left, stats.last_value, stats.value, in VP8EncTokenLoop()
/third_party/node/deps/v8/tools/
H A Dstats-viewer.py283 self.last_value = None
295 if value == self.last_value:
298 self.last_value = value
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.h80 uint64_t last_value, value; member
H A Dfd_pps_driver.cc631 d->state[id].last_value = d->state[id].value; in collect()
670 return d->state[id].value - d->state[id].last_value; in get_value()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c685 uint8_t last_value; in ucom_cfg_line_state() local
707 last_value = sc->sc_pls_curr; in ucom_cfg_line_state()
731 (last_value & UCOM_LS_DTR) ? 1 : 0); in ucom_cfg_line_state()
734 (last_value & UCOM_LS_RTS) ? 1 : 0); in ucom_cfg_line_state()
737 (last_value & UCOM_LS_BREAK) ? 1 : 0); in ucom_cfg_line_state()
740 (last_value & UCOM_LS_RING) ? 1 : 0); in ucom_cfg_line_state()
/third_party/python/Modules/
H A D_lsprof.c353 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
354 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()
379 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLimits.cpp1890 const glw::GLint last_value = (point + 1) * n_components_per_point; in verifyResult() local
1891 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult()
2210 const glw::GLint last_value = n_components_per_point; in verifyResult() local
2211 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult()
2518 const glw::GLint last_value = m_textures[point].data; in verifyResult() local
2519 const glw::GLint expected_value = ((first_value + last_value) * (point + 1)) / 2; in verifyResult()
/third_party/python/Include/internal/
H A Dpycore_global_strings.h286 STRUCT_FOR_ID(last_value)
H A Dpycore_runtime_init.h909 INIT_ID(last_value), \
/third_party/python/Python/
H A Dpythonrun.c803 if (_PySys_SetAttr(&_Py_ID(last_value), v) < 0) { in _PyErr_PrintEx()
/third_party/python/Lib/tkinter/
H A D__init__.py2404 sys.last_value = val
/third_party/node/deps/v8/src/objects/
H A Delements.cc3541 ElementType last_value = AccessorClass::GetImpl(last, kShared); in ReverseImpl() local
3542 AccessorClass::SetImpl(first, last_value, kShared); in ReverseImpl()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 165 milliseconds