/external/syslinux/com32/gpllib/ |
D | memory.c | 247 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/ |
D | stackviewer.py | 40 type = sys.last_type 140 sys.last_type = exc_type 147 del sys.last_type
|
D | run.py | 204 sys.last_type, sys.last_value, sys.last_traceback = excinfo 506 sys.last_type = typ
|
/external/python/cpython2/Lib/idlelib/ |
D | StackViewer.py | 39 type = sys.last_type 138 sys.last_type = exc_type 145 del sys.last_type
|
D | run.py | 176 sys.last_type, sys.last_value, sys.last_traceback = excinfo 370 sys.last_type = typ
|
/external/e2fsprogs/ext2ed/ |
D | init.c | 170 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()
|
D | main.c | 79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
|
D | ext2ed.h | 208 extern struct struct_descriptor *last_type;
|
/external/python/cpython3/Lib/ |
D | code.py | 110 sys.last_type = type 140 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
|
D | traceback.py | 170 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
|
/external/python/cpython2/Lib/ |
D | code.py | 125 sys.last_type = type 151 sys.last_type = type
|
D | traceback.py | 254 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
|
/external/python/cpython2/Modules/ |
D | _lsprof.c | 383 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/ |
D | traceback.rst | 61 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.c | 382 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/ |
D | brotli_bit_stream.c | 67 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/ |
D | pdb_source_line_writer.cc | 510 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/ |
D | pb_decode.c | 867 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/ |
D | hydrogen-check-elimination.cc | 470 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/ |
D | traceback.rst | 67 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/ |
D | test_extensions.py | 47 self.assertNotEqual(sys.last_type, tkinter.TclError)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 47 self.assertNotEqual(sys.last_type, tkinter.TclError)
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 41 _Py_IDENTIFIER(last_type);
|
/external/python/cpython2/Doc/c-api/ |
D | exceptions.rst | 50 If *set_sys_last_vars* is nonzero, the variables :data:`sys.last_type`,
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 59 If *set_sys_last_vars* is nonzero, the variables :data:`sys.last_type`,
|