Searched defs:SetLong (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py317 def SetLong(self, key, value): member in class:SharedPrefs
/external/lzma/CPP/Windows/
H A DWindow.h179 LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr); } function in class:NWindows::CWindow
181 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); }
187 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); }

Completed in 78 milliseconds