HomeSort by relevance Sort by last modified time
    Searched refs:test_type (Results 1 - 17 of 17) sorted by null

  /external/bluetooth/glib/gio/xdgmime/
test-mime.c 33 XdgGlobType test_type; local
35 test_type = _xdg_glob_determine_type (glob);
36 if (test_type != expected_type)
40 ((test_type == XDG_GLOB_LITERAL)?"XDG_GLOB_LITERAL":
41 ((test_type == XDG_GLOB_SIMPLE)?"XDG_GLOB_SIMPLE":"XDG_GLOB_FULL")),
  /external/bluetooth/glib/tests/refcount/
objects2.c 36 static GType test_type = 0; local
38 if (!test_type) {
52 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
55 return test_type;
objects.c 37 static GType test_type = 0; local
39 if (!test_type) {
53 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
56 return test_type;
properties2.c 51 static GType test_type = 0; local
53 if (!test_type) {
67 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
70 return test_type;
properties.c 54 static GType test_type = 0; local
56 if (!test_type) {
70 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest", &test_info, 0);
72 return test_type;
signals.c 68 static GType test_type = 0; local
70 if (!test_type) {
86 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
89 return test_type;
  /external/libffi/testsuite/libffi.call/
cls_multi_schar.c 34 typedef signed char (*test_type)(signed char, signed char); typedef
76 res_closure = (*((test_type)pcl))(2, 125);
cls_multi_sshort.c 34 typedef signed short (*test_type)(signed short, signed short); typedef
76 res_closure = (*((test_type)pcl))(2, 32765);
cls_multi_sshortchar.c 38 typedef signed short (*test_type)(signed char, signed short, typedef
88 res_closure = (*((test_type)pcl))(1, 32765, 127, -128);
cls_multi_ushort.c 34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
76 res_closure = (*((test_type)pcl))(2, 32765);
cls_multi_ushortchar.c 38 typedef unsigned short (*test_type)(unsigned char, unsigned short, typedef
88 res_closure = (*((test_type)pcl))(1, 2, 127, 128);
cls_multi_uchar.c 37 typedef unsigned char (*test_type)(unsigned char, unsigned char, typedef
93 res_closure = (*((test_type)pcl))(1, 2, 127, 125);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
test_type_base.py 151 def write_output_files(self, port, filename, test_type, file_type,
157 <filename><test_type>-actual<file_type>
163 test_type: A string describing the test type, e.g. "simp"
173 test_type + self.FILENAME_SUFFIX_ACTUAL + file_type)
175 test_type + self.FILENAME_SUFFIX_EXPECTED + file_type)
188 test_type + self.FILENAME_SUFFIX_DIFF + file_type)
194 filename = self.output_filename(filename, test_type +
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py 111 def __init__(self, test_type):
113 # TODO(ojan): This class no longer needs to know the test_type.
114 self._test_type = test_type
199 def __init__(self, test_type, has_wdiff):
200 FailureWithType.__init__(self, test_type)
test_shell_thread.py 96 for test_type in test_types:
98 new_failures = test_type.compare_output(port, test_info.filename,
106 time_for_diffs[test_type.__class__.__name__] = (
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 378 def add_test_type(self, test_type):
380 self._test_types.append(test_type)
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ProxyTest.java 141 public void test_type() { method in class:ProxyTest

Completed in 113 milliseconds