OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPatch
(Results
1 - 10
of
10
) 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
40
static int
GetPatch
() { return patch_; }
/external/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
40
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
854
tf. Returns the same tuple as
GetPatch
()."""
894
def
GetPatch
(self):
923
tf, sf, patch = d.
GetPatch
()
ota_from_target_files
540
tf, sf, d = diff.
GetPatch
()
Completed in 424 milliseconds