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

  /external/chromium_org/tools/android/forwarder/
forwarder.cc 394 int failed_count = 0; local
399 ++failed_count;
408 return failed_count;
412 tools::SpawnDaemon(failed_count);
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_float_fft.c 46 int failed_count = 0; local
71 failed_count = RunAllTests(&info);
81 return failed_count > 0 ? 1 : 0;
test_float_rfft.c 46 int failed_count = 0; local
71 failed_count = RunAllTests(&info);
81 return failed_count > 0 ? 1 : 0;
  /external/chromium_org/tools/clang/scripts/
run_tool.py 150 def failed_count(self): member in class:_CompilerDispatcher
302 if dispatcher.failed_count != 0:

Completed in 265 milliseconds