HomeSort by relevance Sort by last modified time
    Searched refs:test_type (Results 1 - 23 of 23) 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/libnfc-nxp/src/
phHciNfc.h 649 * \param[in] test_type test_type is the type of the Self Test
668 uint32_t test_type,
741 uint32_t test_type,
phHciNfc_DevMgmt.h 217 * \param[in] test_type test_type is the type of the Self Test
236 uint8_t test_type,
phHciNfc.c     [all...]
phHciNfc_DevMgmt.c     [all...]
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 80 static int test_type = TEST_PINK_NOISE; /* Test type. 1 = noise, 2 = sine wave */ variable
725 if (test_type == TEST_WAV) {
746 if (test_type == TEST_PINK_NOISE)
884 test_type = TEST_PINK_NOISE;
886 test_type = TEST_SINE;
888 test_type = TEST_WAV;
890 test_type = atoi(optarg);
891 if (test_type < TEST_PINK_NOISE || test_type > TEST_WAV) {
930 if (test_type == TEST_WAV
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldProxyTest.java 59 public void test_type() { method in class:OldProxyTest
  /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...]
  /external/chromium/net/flip/
flip_network_transaction_unittest.cc 819 for (int test_type = PUSH_AFTER_REQUEST; test_type != DONE; ++test_type) {
848 if (test_type == PUSH_BEFORE_REQUEST)
871 if (test_type == PUSH_AFTER_REQUEST)
    [all...]

Completed in 233 milliseconds