HomeSort by relevance Sort by last modified time
    Searched refs:test_format (Results 1 - 25 of 32) sorted by null

1 2

  /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...]
  /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/linux-tools-perf/src/tools/perf/tests/
pmu.c 7 static struct test_format { struct
95 struct test_format *format = &test_formats[i];
  /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_str.py 153 def test_format(self): member in class:StrTest
test_complex.py 543 def test_format(self): member in class:ComplexTest
test_long.py 302 def test_format(self): member in class:LongTest
    [all...]
test_datetime.py 896 def test_format(self): member in class:TestDate
1206 def test_format(self): member in class:TestDateTime
1859 def test_format(self): member in class:TestTime
    [all...]
test_bigmem.py 469 def test_format(self, size): member in class:StrTest
    [all...]
test_float.py 554 def test_format(self): member in class:IEEEFormatTestCase
    [all...]
  /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_str.py 153 def test_format(self): member in class:StrTest
test_complex.py 543 def test_format(self): member in class:ComplexTest
test_long.py 302 def test_format(self): member in class:LongTest
    [all...]
test_datetime.py 896 def test_format(self): member in class:TestDate
1206 def test_format(self): member in class:TestDateTime
1859 def test_format(self): member in class:TestTime
    [all...]
test_bigmem.py 469 def test_format(self, size): member in class:StrTest
    [all...]
  /external/llvm/utils/lit/lit/
discovery.py 142 if lc.test_format is not None:
143 for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
run.py 166 result = test.config.test_format.execute(test, self.lit_config)
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 407 public void test_format() { method in class:OldStringTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 968 public void test_format() { method in class:String2Test
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 557 public void test_format$Ljava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition() {
    [all...]

Completed in 905 milliseconds

1 2