Home
last modified time | relevance | path

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

12

/external/syslinux/com32/gpllib/
Dmemory.c247 unsigned long current_type, last_type; in sanitize_e820_map() local
338 last_type = 0; /* start with undefined memory type */ in sanitize_e820_map()
361 if (current_type != last_type) { in sanitize_e820_map()
362 if (last_type != 0) { in sanitize_e820_map()
375 last_type = current_type; in sanitize_e820_map()
/external/python/cpython3/Lib/idlelib/
Dstackviewer.py40 type = sys.last_type
140 sys.last_type = exc_type
147 del sys.last_type
Drun.py204 sys.last_type, sys.last_value, sys.last_traceback = excinfo
506 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/cpython3/Lib/
Dcode.py110 sys.last_type = type
140 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
Dtraceback.py170 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
/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/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/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/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/nanopb-c/
Dpb_decode.c867 pb_type_t last_type; in pb_decode_noinit() local
871 last_type = iter.pos->type; in pb_decode_noinit()
875 if (PB_HTYPE(last_type) == PB_HTYPE_REQUIRED && iter.pos->tag != 0) in pb_decode_noinit()
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc470 InstanceType first_type, last_type; in ReduceCheckInstanceType() local
471 instr->GetCheckInterval(&first_type, &last_type); in ReduceCheckInstanceType()
472 if (first_type <= type && type <= last_type) maps->Add(map, zone()); in ReduceCheckInstanceType()
/external/python/cpython3/Doc/library/
Dtraceback.rst67 This is a shorthand for ``print_exception(sys.last_type, sys.last_value,
70 :data:`sys.last_type`).
118 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.c41 _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`,
/external/python/cpython3/Doc/c-api/
Dexceptions.rst59 If *set_sys_last_vars* is nonzero, the variables :data:`sys.last_type`,

12