Home
last modified time | relevance | path

Searched refs:ROUND_UP (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/
DBackupData.cpp45 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; variable
50 return ROUND_UP[n % 4]; in padding_extra()
DBackupHelpers.cpp78 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; variable
83 return n + ROUND_UP[n % 4]; in round_up()
188 int paddingLen = ROUND_UP[nameLen % 4]; in write_snapshot_file()
/frameworks/base/api/
Dcurrent.txt45400 field public static final int ROUND_UP = 0; // 0x0
Dsystem-current.txt48006 field public static final int ROUND_UP = 0; // 0x0