Home
last modified time | relevance | path

Searched refs:bat (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/unittests/
Dtest3.txt233 echo "==> Adding updated djunpack.bat to top-level directory"
235 sed < djunpack.bat > djunpack.new \
237 -rm -f proto-toplev/djunpack.bat
238 mv djunpack.new proto-toplev/djunpack.bat
/frameworks/base/core/java/android/os/
DBatteryStats.java1349 int bat = (((int)cmd)&0xff) in writeToParcel() local
1357 dest.writeInt(bat); in writeToParcel()
1358 bat = (((int)batteryTemperature)&0xffff) in writeToParcel()
1360 dest.writeInt(bat); in writeToParcel()
1381 int bat = src.readInt(); in readFromParcel() local
1382 cmd = (byte)(bat&0xff); in readFromParcel()
1383 batteryLevel = (byte)((bat>>8)&0xff); in readFromParcel()
1384 batteryStatus = (byte)((bat>>16)&0xf); in readFromParcel()
1385 batteryHealth = (byte)((bat>>20)&0xf); in readFromParcel()
1386 batteryPlugType = (byte)((bat>>24)&0xf); in readFromParcel()
[all …]
/frameworks/base/core/res/assets/webkit/
Dhyph_en_US.dic720 1bat
5848 .1bat
/frameworks/base/docs/html/wear/preview/
Ddownloads.jd428 <code>flash-all.bat</code>. The following may need to
/frameworks/base/docs/html/guide/topics/manifest/
Duses-sdk-element.jd546 also simply double-click the android.bat (Windows) or android (OS X/Linux) file.</p>
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd139 also simply double-click the android.bat (Windows) or android (OS X/Linux) file.