Searched defs:test_type (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Tools/TestResultServer/model/
H A Dtestfile.py40 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, nam
[all...]
/external/libffi/testsuite/libffi.call/
H A Dcls_multi_schar.c34 typedef signed char (*test_type)(signed char, signed char); typedef
76 res_closure = (*((test_type)pcl))(2, 125);
H A Dcls_multi_sshort.c34 typedef signed short (*test_type)(signed short, signed short); typedef
76 res_closure = (*((test_type)pcl))(2, 32765);
H A Dcls_multi_ushort.c34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
76 res_closure = (*((test_type)pcl))(2, 32765);
H A Dcls_multi_sshortchar.c38 typedef signed short (*test_type)(signed char, signed short, typedef
88 res_closure = (*((test_type)pcl))(1, 32765, 127, -128);
H A Dcls_multi_uchar.c37 typedef unsigned char (*test_type)(unsigned char, unsigned char, typedef
93 res_closure = (*((test_type)pcl))(1, 2, 127, 125);
H A Dcls_multi_ushortchar.c38 typedef unsigned short (*test_type)(unsigned char, unsigned short, typedef
88 res_closure = (*((test_type)pcl))(1, 2, 127, 128);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DProxyTest.java95 public void test_type() { method in class:ProxyTest
/external/libnfc-nxp/src/
H A DphHciNfc.c1585 uint32_t test_type,
1595 || (test_type != DEVMGMT_PRBS_TEST)
1607 (uint8_t)(test_type & DEVMGMT_TEST_MASK), test_param);
1623 uint32_t test_type,
1645 if (test_type != NFC_GPIO_READ)
1648 (uint8_t)(test_type & DEVMGMT_TEST_MASK), test_param);
1582 phHciNfc_PRBS_Test( void *psHciHandle, void *pHwRef, uint32_t test_type, phNfc_sData_t *test_param ) argument
1620 phHciNfc_System_Test( void *psHciHandle, void *pHwRef, uint32_t test_type, phNfc_sData_t *test_param ) argument
H A DphHciNfc_DevMgmt.c1117 uint8_t test_type,
1141 switch(test_type)
1160 pipe_id, (uint8_t)test_type );
1114 phHciNfc_DevMgmt_Test( void *psContext, void *pHwRef, uint8_t test_type, phNfc_sData_t *test_param ) argument
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc72 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;
70 NormalSpdyTransactionHelper(const HttpRequestInfo& request, const BoundNetLog& log, SpdyNetworkTransactionTestTypes test_type) argument
/external/linux-tools-perf/util/
H A Dtrace-event-parse.c623 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))

Completed in 291 milliseconds