HomeSort by relevance Sort by last modified time
    Searched refs:GetPatch (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/src/
version.cc 86 if (GetPatch() > 0) {
88 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate,
103 if (GetPatch() > 0) {
105 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate);
version.h 17 static int GetPatch() { return patch_; }
  /device/asus/deb/
releasetools.py 74 _, _, d = diff.GetPatch()
  /device/asus/flo/
releasetools.py 87 _, _, d = diff.GetPatch()
  /device/lge/hammerhead/
releasetools.py 74 _, _, d = diff.GetPatch()
  /device/lge/mako/
releasetools.py 74 _, _, d = diff.GetPatch()
  /build/tools/releasetools/
common.py 917 tf. Returns the same tuple as GetPatch()."""
973 def GetPatch(self):
1002 tf, sf, patch = d.GetPatch()
    [all...]
ota_from_target_files     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmusicc.h 516 STDMETHOD(GetPatch)(THIS_ DWORD *pdwPatch) PURE;
527 #define IDirectMusicInstrument_GetPatch(p,a) (p)->lpVtbl->GetPatch(p,a)
    [all...]

Completed in 1012 milliseconds