HomeSort by relevance Sort by last modified time
    Searched defs: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/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_ushort.c 34 typedef unsigned short (*test_type)(unsigned short, unsigned 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_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/Tools/TestResultServer/model/
testfile.py 40 test_type = db.StringProperty() variable in class:TestFile
43 def delete_file(cls, key, master, builder, test_type, name, limit):
52 files = cls.get_files(master, builder, test_type, name, limit)
55 "File not found, master: %s, builder: %s, test_type:%s, name: %s.",
56 builder, test_type, name)
65 def get_files(cls, master, builder, test_type, name, load_data=True, limit=1):
71 if test_type:
72 query = query.filter("test_type =", test_type)
84 def add_file(cls, master, builder, test_type, name, data)
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldProxyTest.java 59 public void test_type() { method in class:OldProxyTest
  /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;
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;
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;
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ProxyTest.java 95 public void test_type() { method in class:ProxyTest
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
sync.h 299 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon22732
syncstr.h 220 CARD32 test_type B32;
269 CARD32 test_type B32;
415 unsigned int test_type; /* transition or Comparision type */ member in struct:_SyncTrigger
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
sync.h 299 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon24322
syncstr.h 220 CARD32 test_type B32;
269 CARD32 test_type B32;
415 unsigned int test_type; /* transition or Comparision type */ member in struct:_SyncTrigger
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
sync.h 299 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon25834
syncstr.h 220 CARD32 test_type B32;
269 CARD32 test_type B32;
415 unsigned int test_type; /* transition or Comparision type */ member in struct:_SyncTrigger
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 72 SpdyNetworkTransactionTestTypes test_type)
78 test_type_(test_type),
311 SpdyNetworkTransactionTestTypes test_type() const { return test_type_; } function in class:net::SpdyNetworkTransactionTest::NormalSpdyTransactionHelper
434 int port = helper.test_type() == SPDYNPN ? 443 : 80;
    [all...]
  /external/linux-tools-perf/util/
trace-event-parse.c 623 static int test_type(enum event_type type, enum event_type expect) function
667 return test_type(type, expect);
844 if (test_type(type, EVENT_OP))
    [all...]

Completed in 1824 milliseconds