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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h 722 VARIANT vItem,
726 VARIANT vItem,
730 VARIANT vItem,
817 VARIANT vItem,
822 VARIANT vItem,
827 VARIANT vItem,
856 #define Folder_MoveHere(This,vItem,vOptions) (This)->lpVtbl->MoveHere(This,vItem,vOptions)
857 #define Folder_CopyHere(This,vItem,vOptions) (This)->lpVtbl->CopyHere(This,vItem,vOptions
    [all...]
iads.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 625 PyObject **vitem = NULL; local
650 vitem = PySequence_Fast_ITEMS(v_as_SF);
696 PyObject *w = vitem[k];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 625 PyObject **vitem = NULL; local
650 vitem = PySequence_Fast_ITEMS(v_as_SF);
696 PyObject *w = vitem[k];
    [all...]
  /external/python/cpython2/Objects/
listobject.c 625 PyObject **vitem = NULL; local
650 vitem = PySequence_Fast_ITEMS(v_as_SF);
699 PyObject *w = vitem[k];
    [all...]
  /external/python/cpython3/Objects/
listobject.c 590 PyObject **vitem = NULL; local
615 vitem = PySequence_Fast_ITEMS(v_as_SF);
669 PyObject *w = vitem[k];
    [all...]

Completed in 896 milliseconds