HomeSort by relevance Sort by last modified time
    Searched full:tp_prev (Results 1 - 15 of 15) sorted by null

  /external/python/cpython3/Objects/
object.c 163 if (tp->tp_next == NULL && tp->tp_prev == NULL) {
168 type_list->tp_prev = tp;
198 if (tp->tp_prev)
199 tp->tp_prev->tp_next = tp->tp_next;
203 tp->tp_next->tp_prev = tp->tp_prev;
204 tp->tp_next = tp->tp_prev = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 141 if (tp->tp_next == NULL && tp->tp_prev == NULL) {
146 type_list->tp_prev = tp;
176 if (tp->tp_prev)
177 tp->tp_prev->tp_next = tp->tp_next;
181 tp->tp_next->tp_prev = tp->tp_prev;
182 tp->tp_next = tp->tp_prev = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 141 if (tp->tp_next == NULL && tp->tp_prev == NULL) {
146 type_list->tp_prev = tp;
176 if (tp->tp_prev)
177 tp->tp_prev->tp_next = tp->tp_next;
181 tp->tp_next->tp_prev = tp->tp_prev;
182 tp->tp_next = tp->tp_prev = NULL;
    [all...]
  /external/python/cpython2/Objects/
object.c 141 if (tp->tp_next == NULL && tp->tp_prev == NULL) {
146 type_list->tp_prev = tp;
176 if (tp->tp_prev)
177 tp->tp_prev->tp_next = tp->tp_next;
181 tp->tp_next->tp_prev = tp->tp_prev;
182 tp->tp_next = tp->tp_prev = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /external/python/cpython3/Include/
object.h 432 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 

Completed in 1812 milliseconds