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

  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
gUnitTestResult.stg 34 <num_of_failure> failures found:
47 Tests run: <num_of_test>, Failures: <num_of_failure>
  /external/jsoncpp/src/test_lib_json/
jsontest.h 109 typedef std::deque<Failure> Failures;
110 Failures failures_;
jsontest.cpp 163 Failures::const_iterator itEnd = failures_.end();
164 for (Failures::const_iterator it = failures_.begin(); it != itEnd; ++it) {
274 std::deque<TestResult> failures; local
279 failures.push_back(result);
283 if (failures.empty()) {
289 for (unsigned int index = 0; index < failures.size(); ++index) {
290 TestResult& result = failures[index];
295 unsigned int failedCount = static_cast<unsigned int>(failures.size());
  /external/regex-re2/re2/testing/
possible_match_test.cc 128 TEST(PossibleMatchRange, Failures) {
  /frameworks/compile/slang/tests/
test.py 243 print 'Failures:',
  /external/clang/utils/analyzer/
SATestBuild.py 6 The goal is to test the analyzer against different projects, check for failures,
167 # Summary file - contains the summary of the failures. Ex: This info can be be
170 FailuresSummaryFileName = "failures.txt"
292 # Always use ccc-analyze to ensure that we can locate the failures
364 FailPath = os.path.join(PlistPath, "failures");
473 # (by searching for the failures directories). If there are failures, it
476 # Check if there are failures.
477 Failures = glob.glob(SBOutputDir + "/*/failures/*.stderr.txt"
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager_unittest.cc 280 TEST_F(DelayManagerTest, Failures) {
timestamp_scaler_unittest.cc 290 TEST(TimestampScaler, Failures) {
packet_buffer_unittest.cc 370 TEST(PacketBuffer, Failures) {
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /external/libmtp/
configure     [all...]

Completed in 1585 milliseconds