HomeSort by relevance Sort by last modified time
    Searched refs:last_type (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/syslinux/com32/gpllib/
memory.c 247 unsigned long current_type, last_type; local
338 last_type = 0; /* start with undefined memory type */
361 if (current_type != last_type) {
362 if (last_type != 0) {
375 last_type = current_type;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
TargetTool.py 79 last_type, last_value, last_tb = sys.exc_info()
80 traceback.print_exception(last_type, last_value, last_tb)
136 last_type, last_value, last_tb = sys.exc_info()
137 traceback.print_exception(last_type, last_value, last_tb)
258 last_type, last_value, last_tb = sys.exc_info()
259 traceback.print_exception(last_type, last_value, last_tb)
  /external/python/cpython2/Lib/idlelib/
StackViewer.py 39 type = sys.last_type
138 sys.last_type = exc_type
145 del sys.last_type
run.py 176 sys.last_type, sys.last_value, sys.last_traceback = excinfo
370 sys.last_type = typ
  /external/python/cpython3/Lib/idlelib/
stackviewer.py 40 type = sys.last_type
140 sys.last_type = exc_type
147 del sys.last_type
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
code.py 125 sys.last_type = type
151 sys.last_type = type
  /external/python/cpython2/Lib/
code.py 125 sys.last_type = type
151 sys.last_type = type
  /external/python/cpython3/Lib/
code.py 110 sys.last_type = type
140 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
code.py 125 sys.last_type = type
151 sys.last_type = type
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
StackViewer.py 37 type = sys.last_type
130 sys.last_type, sys.last_value, sys.last_traceback = sys.exc_info()
run.py 160 sys.last_type, sys.last_value, sys.last_traceback = excinfo
351 sys.last_type = typ
  /prebuilts/gdb/linux-x86/lib/python2.7/
code.py 125 sys.last_type = type
151 sys.last_type = type
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
StackViewer.py 37 type = sys.last_type
130 sys.last_type, sys.last_value, sys.last_traceback = sys.exc_info()
run.py 160 sys.last_type, sys.last_value, sys.last_traceback = excinfo
351 sys.last_type = typ
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 125 sys.last_type = type
151 sys.last_type = type
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 37 type = sys.last_type
130 sys.last_type, sys.last_value, sys.last_traceback = sys.exc_info()
run.py 160 sys.last_type, sys.last_value, sys.last_traceback = excinfo
351 sys.last_type = typ
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 125 sys.last_type = type
151 sys.last_type = type
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 37 type = sys.last_type
130 sys.last_type, sys.last_value, sys.last_traceback = sys.exc_info()
run.py 160 sys.last_type, sys.last_value, sys.last_traceback = excinfo
351 sys.last_type = typ
  /external/e2fsprogs/ext2ed/
init.c 170 first_type=last_type=current_type=NULL;
202 first_type = last_type = ptr;
204 ptr->prev = last_type; last_type->next = ptr; last_type=ptr;
ext2ed.h 208 extern struct struct_descriptor *last_type;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 383 PyObject *last_type, *last_value, *last_tb; local
384 PyErr_Fetch(&last_type, &last_value, &last_tb);
409 PyErr_Restore(last_type, last_value, last_tb);
  /external/python/cpython2/Modules/
_lsprof.c 383 PyObject *last_type, *last_value, *last_tb; local
384 PyErr_Fetch(&last_type, &last_value, &last_tb);
409 PyErr_Restore(last_type, last_value, last_tb);
  /external/python/cpython3/Modules/
_lsprof.c 382 PyObject *last_type, *last_value, *last_tb; local
383 PyErr_Fetch(&last_type, &last_value, &last_tb);
408 PyErr_Restore(last_type, last_value, last_tb);

Completed in 258 milliseconds

1 2 3