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

1 2

  /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/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/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...]
  /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
  /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
  /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
  /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

Completed in 528 milliseconds

1 2