/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ascii_formatd.py | 30 def test_format(self): member in class:FormatTests
|
test_format.py | 56 def test_format(self): member in class:FormatTest
|
test_bool.py | 172 def test_format(self): member in class:BoolTest
|
test_long.py | 302 def test_format(self): member in class:LongTest [all...] |
test_str.py | 153 def test_format(self): member in class:StrTest
|
test_complex.py | 543 def test_format(self): member in class:ComplexTest
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ascii_formatd.py | 30 def test_format(self): member in class:FormatTests
|
test_format.py | 56 def test_format(self): member in class:FormatTest
|
test_bool.py | 172 def test_format(self): member in class:BoolTest
|
test_long.py | 302 def test_format(self): member in class:LongTest [all...] |
test_str.py | 153 def test_format(self): member in class:StrTest
|
test_complex.py | 543 def test_format(self): member in class:ComplexTest
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ascii_formatd.py | 30 def test_format(self): member in class:FormatTests
|
test_format.py | 56 def test_format(self): member in class:FormatTest
|
test_bool.py | 172 def test_format(self): member in class:BoolTest
|
test_long.py | 302 def test_format(self): member in class:LongTest [all...] |
test_str.py | 153 def test_format(self): member in class:StrTest
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ascii_formatd.py | 30 def test_format(self): member in class:FormatTests
|
test_format.py | 56 def test_format(self): member in class:FormatTest
|
test_bool.py | 172 def test_format(self): member in class:BoolTest
|
test_long.py | 302 def test_format(self): member in class:LongTest [all...] |
test_str.py | 153 def test_format(self): member in class:StrTest
|
/hardware/ti/omap4-aah/test/CameraHal/ |
surfacetexture_test.cpp | 112 test_format (int format, int page_mode, int width, int height) function 237 test_format (HAL_PIXEL_FORMAT_TI_NV12, 0, width, height); 238 test_format (HAL_PIXEL_FORMAT_TI_NV12, 1, width, height); 239 test_format (HAL_PIXEL_FORMAT_TI_NV12_1D, 0, width, height); 240 test_format (HAL_PIXEL_FORMAT_TI_Y8, 1, width, height); 241 test_format (HAL_PIXEL_FORMAT_TI_Y16, 1, width, height); 245 test_format (HAL_PIXEL_FORMAT_TI_NV12, 1, width, height); 246 test_format (HAL_PIXEL_FORMAT_TI_NV12_1D, 0, width, height); 247 test_format (HAL_PIXEL_FORMAT_TI_Y8, 1, width, height); 248 test_format (HAL_PIXEL_FORMAT_TI_Y16, 1, width, height) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
tracetst.c | 57 * test_format. Helper function for checking the results of a formatting 70 static void test_format(const char *format, int32_t bufCap, int32_t indent, function 298 test_format("hello, world", 50, 0, "hello, world", __LINE__); 299 test_format("hello, world", 50, 4, " hello, world", __LINE__); 300 test_format("hello, world", 3, 0, "hello, world", __LINE__); 302 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x'); 303 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello"); 304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1); 305 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2); 307 test_format("a byte %b--", 50, 0, "a byte dd--", __LINE__, 0xdd) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldStringTest.java | 407 public void test_format() { method in class:OldStringTest
|