HomeSort by relevance Sort by last modified time
    Searched full:test_entry (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/CodeGen/XCore/
2011-01-31-DAGCombineBug.ll 6 define i32 @test_entry() nounwind {
  /external/autotest/server/
site_server_job.py 119 for test_entry in tests:
121 if len(test_entry) > 2 and not isinstance(test_entry[2], dict):
122 test_attribs = {'include': test_entry[2]}
123 if len(test_entry) > 3:
124 test_attribs['exclude'] = test_entry[3]
125 if len(test_entry) > 4:
126 test_attribs['attributes'] = test_entry[4]
128 test_entry = list(test_entry[:2]
    [all...]
  /external/llvm/test/Transforms/PlaceSafepoints/
basic.ll 5 define void @test_entry() gc "statepoint-example" {
6 ; CHECK-LABEL: @test_entry
  /system/connectivity/shill/
routing_table_unittest.cc 322 RoutingTableEntry test_entry = (*tables)[kTestDeviceIndex0][0]; local
323 EXPECT_TRUE(entry0.Equals(test_entry));
336 test_entry = (*tables)[kTestDeviceIndex1][0];
337 EXPECT_TRUE(entry0.Equals(test_entry));
360 test_entry = (*tables)[kTestDeviceIndex1][1];
361 EXPECT_TRUE(entry1.Equals(test_entry));
373 test_entry = (*tables)[kTestDeviceIndex1][0];
374 EXPECT_TRUE(entry1.Equals(test_entry));
385 test_entry = (*tables)[kTestDeviceIndex1][0];
386 EXPECT_TRUE(entry2.Equals(test_entry));
    [all...]
  /external/autotest/frontend/tko/
resources_test_fixme.py 40 def test_entry(self): member in class:TestResultTest
  /external/squashfs-tools/squashfs-tools/
action.h 100 struct test_entry *test;
142 struct test_entry { struct
146 int (*parse_args)(struct test_entry *, struct atom *);
action.c 86 static struct test_entry test_table[];
274 struct test_entry *test;
    [all...]
  /external/autotest/frontend/afe/
resources_test.py 87 def test_entry(self): member in class:AtomicGroupClassTest
107 def test_entry(self): member in class:LabelTest
126 def test_entry(self): member in class:UserTest
155 def test_entry(self): member in class:AclTest
181 def test_entry(self): member in class:HostTest
264 def test_entry(self): member in class:TestTest
337 def test_entry(self): member in class:JobTest
  /external/autotest/site_utils/
generate_test_report 541 def _PrintResultDictKeyVals(self, test_entry, result_dict):
548 @param test_entry: The unique name of the test (dir) - matches other
566 self._PrintEntries([test_entry, key_entry, value_entry])
609 test_entry = testdir if self._options.csv else testdir.ljust(width)
618 test_entries = [test_entry, self._color.Color(color, status_entry)]
630 self._PrintErrors(test_entry, result['error_msg'])
634 self._PrintErrorLogs(testdir, test_entry)
638 self._PrintResultDictKeyVals(test_entry, result['perf'])
649 self._PrintResultDictKeyVals(test_entry, info)

Completed in 496 milliseconds