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

  /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...]
jsonresults.py 401 def update(cls, master, builder, test_type, incremental):
409 test_type: type of test results.
416 small_file_updated = cls.update_file(master, builder, test_type, incremental, JSON_RESULTS_FILE_SMALL, JSON_RESULTS_MAX_BUILDS_SMALL)
417 large_file_updated = cls.update_file(master, builder, test_type, incremental, JSON_RESULTS_FILE, JSON_RESULTS_MAX_BUILDS)
422 def update_file(cls, master, builder, test_type, incremental, filename, num_runs):
423 files = TestFile.get_files(master, builder, test_type, filename)
432 file.test_type = test_type
439 "Update failed, master: %s, builder: %s, test_type: %s, name: %s." %
440 (master, builder, test_type, filename)
    [all...]
  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 57 test_type = self.request.get(PARAM_TEST_TYPE)
61 "Deleting File, master: %s, builder: %s, test_type: %s, name: %s, key: %s.",
62 master, builder, test_type, name, key)
64 TestFile.delete_file(key, master, builder, test_type, name, 100)
68 % (master, builder, test_type, name))
74 def _get_file_list(self, master, builder, test_type, name):
79 test_type: type of the test
84 master, builder, test_type, name, load_data=False, limit=100)
86 logging.info("File not found, master: %s, builder: %s, test_type: %s, name: %s.",
87 master, builder, test_type, name
    [all...]
  /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/v8/test/mjsunit/
switch.js 384 function test_switch(clause_type, test_type, feedback, optimize) {
388 if (Array.isArray(test_type)) {
389 pairs = test_type.map(function(v) {
395 } else if (test_type === 'symbols') {
402 } else if (test_type === 'strings') {
409 } else if (test_type === 'oddball') {
415 } else if (test_type === 'smi') {
422 } else if (test_type === 'heapnum') {
436 // test_switch(clause_type, test_type, feedback, optimize);
444 test_types.forEach(function(test_type) {
    [all...]
  /external/libnfc-nxp/src/
phHciNfc.h 651 * \param[in] test_type test_type is the type of the Self Test
670 uint32_t test_type,
743 uint32_t test_type,
phHciNfc_DevMgmt.h 218 * \param[in] test_type test_type is the type of the Self Test
237 uint8_t test_type,
phHciNfc.c     [all...]
phHciNfc_DevMgmt.c     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldProxyTest.java 59 public void test_type() { method in class:OldProxyTest
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
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
sync.h 299 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon23769
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
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
sync.h 299 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon25359
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
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
sync.h 299 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon26871
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 59 test_results_server=None, test_type="", master_name=""):
70 test_results_server, test_type, master_name)
json_results_generator.py 143 test_type="",
163 test_type: test type string (e.g. 'layout-tests').
182 self._test_type = 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
  /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...]

Completed in 650 milliseconds