Home
last modified time | relevance | path

Searched refs:last_value (Results 1 – 25 of 35) sorted by relevance

12

/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dawait_result.pass.cpp46 int last_value = -1; variable
48 last_value = x; in set_value()
64 last_value = -1; in main()
66 assert(last_value == 0); in main()
68 assert(last_value == 42); in main()
/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph_test.cc52 HloInstruction* last_value = param0; in MakeMappingComputation() local
54 last_value = builder.AddInstruction(HloInstruction::CreateMap( in MakeMappingComputation()
55 kScalarShape, {last_value}, map_computation)); in MakeMappingComputation()
68 HloInstruction* last_value = param0; in MakeCallingComputation() local
70 last_value = builder.AddInstruction(HloInstruction::CreateCall( in MakeCallingComputation()
71 kScalarShape, {last_value}, callee_computation)); in MakeCallingComputation()
Dcall_graph_test.cc54 HloInstruction* last_value = param0; in MakeMappingComputation() local
56 last_value = builder.AddInstruction(HloInstruction::CreateMap( in MakeMappingComputation()
57 kScalarShape, {last_value}, map_computation)); in MakeMappingComputation()
70 HloInstruction* last_value = param0; in MakeCallingComputation() local
72 last_value = builder.AddInstruction(HloInstruction::CreateCall( in MakeCallingComputation()
73 kScalarShape, {last_value}, callee_computation)); in MakeCallingComputation()
/external/autotest/client/cros/networking/
Dshill_proxy.py485 last_value = properties.get(property_name, '(no value found)')
486 if last_value in expected_values:
487 return True, last_value, duration()
504 last_value = value
505 if not last_value in expected_values:
508 return True, last_value, duration()
514 return False, last_value, duration()
/external/python/cpython3/Lib/
Dcode.py111 sys.last_value = value
123 sys.last_value = value
140 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
Denum.py536 for last_value in reversed(last_values):
538 return last_value + 1
660 for last_value in reversed(last_values):
662 high_bit = _high_bit(last_value)
665 raise TypeError('Invalid Flag value: %r' % last_value) from None
Dtraceback.py170 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
/external/python/cpython2/Lib/
Dcode.py126 sys.last_value = value
137 sys.last_value = value
152 sys.last_value = value
Dtraceback.py254 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
/external/python/cpython3/Lib/idlelib/
Dstackviewer.py41 value = sys.last_value
141 sys.last_value = exc_value
148 del sys.last_value
Drun.py204 sys.last_type, sys.last_value, sys.last_traceback = excinfo
507 sys.last_value = val
/external/python/cpython2/Lib/idlelib/
DStackViewer.py40 value = sys.last_value
139 sys.last_value = exc_value
146 del sys.last_value
Drun.py176 sys.last_type, sys.last_value, sys.last_traceback = excinfo
371 sys.last_value = val
/external/webp/src/enc/
Dframe_enc.c38 double value, last_value; // PSNR or size member
54 s->value = s->last_value = 0.; in InitPassStats()
68 } else if (s->value != s->last_value) { in ComputeNextQ()
69 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ()
77 s->last_value = s->value; in ComputeNextQ()
632 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop()
838 num_pass_left, stats.last_value, stats.value, in VP8EncTokenLoop()
/external/v8/tools/
Dstats-viewer.py280 self.last_value = None
292 if value == self.last_value:
295 self.last_value = value
/external/libcxx/fuzzing/
Dfuzzing.cpp333 uint8_t last_value = *first1; in compare_unique() local
338 while (*first1 == last_value) in compare_unique()
341 last_value = *first1; in compare_unique()
351 if (*first1 != last_value) return false; in compare_unique()
/external/python/cpython2/Modules/
D_lsprof.c383 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
384 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()
409 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc868 int last_value = value; in wcstol_positive_strict() local
871 if (value / 10 != last_value || value < 0) { in wcstol_positive_strict()
878 last_value = value; in wcstol_positive_strict()
881 if (value < last_value) { in wcstol_positive_strict()
/external/python/cpython3/Modules/
D_lsprof.c382 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
383 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()
408 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc55 const FlowIds CreateFlowIdRange(int initial_value, int last_value) { in CreateFlowIdRange() argument
56 int size = last_value - initial_value + 1; in CreateFlowIdRange()
59 for (int i = initial_value; i <= last_value; ++i) { in CreateFlowIdRange()
Dbwe_test_framework.h78 const FlowIds CreateFlowIdRange(int initial_value, int last_value);
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.cpp1889 const glw::GLint last_value = (point + 1) * n_components_per_point; in verifyResult() local
1890 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult()
2207 const glw::GLint last_value = n_components_per_point; in verifyResult() local
2208 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult()
2515 const glw::GLint last_value = m_textures[point].data; in verifyResult() local
2516 const glw::GLint expected_value = ((first_value + last_value) * (point + 1)) / 2; in verifyResult()
/external/python/cpython2/Doc/library/
Dtraceback.rst61 This is a shorthand for ``print_exception(sys.last_type, sys.last_value,
106 ``sys.last_value``. The return value is a list of strings, each ending in a
/external/python/cpython3/Doc/library/
Dtraceback.rst67 This is a shorthand for ``print_exception(sys.last_type, sys.last_value,
118 type and value such as given by ``sys.last_type`` and ``sys.last_value``.
/external/python/cpython3/Python/
Dpythonrun.c42 _Py_IDENTIFIER(last_value);

12