Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_stackviewer.py20 svs.last_type, svs.last_value, svs.last_traceback = (
30 del svs.last_traceback, svs.last_type, svs.last_value
/external/python/cpython3/Lib/idlelib/
Dstackviewer.py40 type = sys.last_type
139 sys.last_type = exc_type
146 del sys.last_type
Drun.py206 sys.last_type, sys.last_value, sys.last_traceback = excinfo
520 sys.last_type = typ
/external/python/cpython2/Lib/idlelib/
DStackViewer.py39 type = sys.last_type
138 sys.last_type = exc_type
145 del sys.last_type
Drun.py176 sys.last_type, sys.last_value, sys.last_traceback = excinfo
370 sys.last_type = typ
/external/e2fsprogs/ext2ed/
Dinit.c170 first_type=last_type=current_type=NULL; in free_struct_descriptors()
202 first_type = last_type = ptr; in add_new_descriptor()
204 ptr->prev = last_type; last_type->next = ptr; last_type=ptr; in add_new_descriptor()
Dmain.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
Dext2ed.h208 extern struct struct_descriptor *last_type;
/external/python/cpython2/Lib/
Dcode.py125 sys.last_type = type
151 sys.last_type = type
Dtraceback.py254 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
/external/python/cpython3/Lib/
Dcode.py109 sys.last_type = type
139 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
Dtraceback.py174 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
/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/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/python/cpython2/Doc/library/
Dtraceback.rst61 This is a shorthand for ``print_exception(sys.last_type, sys.last_value,
63 an exception has reached an interactive prompt (see :data:`sys.last_type`).
105 type, *etype* and *value* such as given by ``sys.last_type`` and
/external/brotli/c/enc/
Dbrotli_bit_stream.c67 size_t last_type; member
72 self->last_type = 1; in InitBlockTypeCodeCalculator()
78 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode()
80 calculator->second_last_type = calculator->last_type; in NextBlockTypeCode()
81 calculator->last_type = type; in NextBlockTypeCode()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc510 DWORD last_type = std::numeric_limits<DWORD>::max(); in PrintFrameDataUsingPDB() local
579 if (type != last_type || rva != last_rva || code_size != last_code_size || in PrintFrameDataUsingPDB()
644 last_type = type; in PrintFrameDataUsingPDB()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1427 ThemeType last_type = null; in ApplyStyle() local
1490 last_type = type; in ApplyStyle()
1493 ThemeEntry entry = last_type.entries[entry_idx]; in ApplyStyle()
1495 entry = last_type.entries[entry_idx] = new ThemeEntry(); in ApplyStyle()
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c914 pb_type_t last_type; in pb_decode_noinit() local
918 last_type = iter.pos->type; in pb_decode_noinit()
922 if (PB_HTYPE(last_type) == PB_HTYPE_REQUIRED && iter.pos->tag != 0) in pb_decode_noinit()
/external/nanopb-c/
Dpb_decode.c1013 pb_type_t last_type; in pb_decode_noinit() local
1017 last_type = iter.pos->type; in pb_decode_noinit()
1021 if (PB_HTYPE(last_type) == PB_HTYPE_REQUIRED && iter.pos->tag != 0) in pb_decode_noinit()
/external/python/cpython3/Doc/library/
Dtraceback.rst74 This is a shorthand for ``print_exception(sys.last_type, sys.last_value,
77 :data:`sys.last_type`).
127 type and value such as given by ``sys.last_type`` and ``sys.last_value``.
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_extensions.py47 self.assertNotEqual(sys.last_type, tkinter.TclError)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_extensions.py47 self.assertNotEqual(sys.last_type, tkinter.TclError)
/external/python/cpython3/Python/
Dpythonrun.c45 _Py_IDENTIFIER(last_type);
/external/python/cpython2/Doc/c-api/
Dexceptions.rst50 If *set_sys_last_vars* is nonzero, the variables :data:`sys.last_type`,

12