Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Tools/TestResultServer/model/
Dtestfile.py40 test_type = db.StringProperty() variable in TestFile
43 def delete_file(cls, key, master, builder, test_type, name, limit): argument
65 def get_files(cls, master, builder, test_type, name, load_data=True, limit=1): argument
84 def add_file(cls, master, builder, test_type, name, data): argument
101 def update(cls, master, builder, test_type, name, data): argument
Djsonresults.py401 def update(cls, master, builder, test_type, incremental): argument
422 def update_file(cls, master, builder, test_type, incremental, filename, num_runs): argument
/external/webkit/Tools/TestResultServer/handlers/
Dtestfilehandler.py74 def _get_file_list(self, master, builder, test_type, name): argument
102 def _get_file_content(self, master, builder, test_type, name): argument
120 def _get_test_list_json(self, master, builder, test_type): argument
/external/libffi/testsuite/libffi.call/
Dcls_multi_ushort.c34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
Dcls_multi_sshort.c34 typedef signed short (*test_type)(signed short, signed short); typedef
Dcls_multi_schar.c34 typedef signed char (*test_type)(signed char, signed char); typedef
Dcls_multi_sshortchar.c38 typedef signed short (*test_type)(signed char, signed short, typedef
Dcls_multi_ushortchar.c38 typedef unsigned short (*test_type)(unsigned char, unsigned short, typedef
Dcls_multi_uchar.c37 typedef unsigned char (*test_type)(unsigned char, unsigned char, typedef
/external/v8/test/mjsunit/
Dswitch.js384 function test_switch(clause_type, test_type, feedback, optimize) { argument
444 test_types.forEach(function(test_type) { argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DProxyTest.java95 public void test_type() { in test_type() method in ProxyTest
/external/bluetooth/glib/gio/xdgmime/
Dtest-mime.c33 XdgGlobType test_type; in test_individual_glob() local
/external/bluetooth/glib/tests/refcount/
Dobjects2.c36 static GType test_type = 0; in my_test_get_type() local
Dobjects.c37 static GType test_type = 0; in my_test_get_type() local
Dproperties2.c51 static GType test_type = 0; in my_test_get_type() local
Dproperties.c54 static GType test_type = 0; in my_test_get_type() local
Dsignals.c68 static GType test_type = 0; in my_test_get_type() local
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Djson_layout_results_generator.py59 test_results_server=None, test_type="", master_name=""): argument
Djson_results_generator.py143 test_type="", argument
/external/libnfc-nxp/src/
DphHciNfc.c1585 uint32_t test_type, in phHciNfc_PRBS_Test()
1623 uint32_t test_type, in phHciNfc_System_Test()
DphHciNfc_DevMgmt.c1117 uint8_t test_type, in phHciNfc_DevMgmt_Test()
/external/linux-tools-perf/util/
Dtrace-event-parse.c623 static int test_type(enum event_type type, enum event_type expect) in test_type() function
/external/chromium/net/spdy/
Dspdy_network_transaction_unittest.cc72 SpdyNetworkTransactionTestTypes test_type) in NormalSpdyTransactionHelper()
311 SpdyNetworkTransactionTestTypes test_type() const { return test_type_; } in test_type() function in net::SpdyNetworkTransactionTest::NormalSpdyTransactionHelper