Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/format/cts/
DFormatterTest.java32 BigDecimal bd = new BigDecimal((long) 1024, mc); in testFormatFileSize() local
39 assertEquals("1.00 KB", Formatter.formatFileSize(mContext, bd.pow(1).longValue())); in testFormatFileSize()
41 assertEquals("1.00 MB", Formatter.formatFileSize(mContext, bd.pow(2).longValue())); in testFormatFileSize()
43 assertEquals("1.00 GB", Formatter.formatFileSize(mContext, bd.pow(3).longValue())); in testFormatFileSize()
45 assertEquals("1.00 TB", Formatter.formatFileSize(mContext, bd.pow(4).longValue())); in testFormatFileSize()
47 assertEquals("1.00 PB", Formatter.formatFileSize(mContext, bd.pow(5).longValue())); in testFormatFileSize()
49 assertEquals("1024 PB", Formatter.formatFileSize(mContext, bd.pow(6).longValue())); in testFormatFileSize()
/cts/apps/CameraITS/tests/dng_noise_model/
Ddng_noise_model.py209 bd = means
212 a = np.asarray([ad, bd, cd, dd]).T
/cts/tests/tests/security/res/raw/
Dopenssl_heartbleed_test_cert.pem69 7b:71:e1:4c:ac:bf:08:e3:08:72:e6:fd:8c:db:bd:84:01:ac:
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbox2d.js503 var bd = new BodyDef();
504 var ground = world.CreateBody(bd);
524 var bd = new BodyDef();
525 bd.type = Body.b2_dynamicBody;
526 bd.position.Set(y.x, y.y);
527 var body = world.CreateBody(bd);