Searched refs:PAD (Results 1 – 3 of 3) sorted by relevance
31 static final byte PAD = (byte) '='; field in Base6488 while (base64Data[lastData - 1] == PAD) { in decodeBase64()104 if (marker0 != PAD && marker1 != PAD) { in decodeBase64()113 } else if (marker0 == PAD) { in decodeBase64()116 } else if (marker1 == PAD) { in decodeBase64()136 if (octect == PAD) { in isBase64()
15 # ION GO PAD
52 private static final float PAD = 2f / VIEWPORT; field in SignalDrawable202 final float padding = Math.round(PAD * width); in draw()