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

1 2 3

  /external/v8/tools/gyp/test/make_global_settings/basics/
gyptest-make_global_settings.py 15 test_format = ['ninja'] variable
17 test_format += ['make']
19 test = TestGyp.TestGyp(formats=test_format)
  /external/v8/tools/gyp/test/make_global_settings/ar/
gyptest-make_global_settings_ar.py 71 test_format = ['ninja'] variable
73 test_format += ['make']
75 test = TestGyp.TestGyp(formats=test_format)
  /external/v8/tools/gyp/test/make_global_settings/env-wrapper/
gyptest-wrapper.py 15 test_format = ['ninja'] variable
21 test = TestGyp.TestGyp(formats=test_format)
  /external/v8/tools/gyp/test/make_global_settings/ld/
gyptest-make_global_settings_ld.py 78 test_format = ['ninja'] variable
80 test_format += ['make']
82 test = TestGyp.TestGyp(formats=test_format)
  /external/v8/tools/gyp/test/make_global_settings/wrapper/
gyptest-wrapper.py 15 test_format = ['ninja'] variable
17 test_format += ['make']
19 test = TestGyp.TestGyp(formats=test_format)
  /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_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_str.py 153 def test_format(self): member in class:StrTest
  /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
  /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
  /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

Completed in 777 milliseconds

1 2 3