HomeSort by relevance Sort by last modified time
    Searched defs:reportResult (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ResultReporter.java 42 public void reportResult(File reportFile, @Nullable String referenceUrl) throws IOException {
CtsXmlResultReporter.java 342 mReporter.reportResult(reportFile, mReferenceUrl);
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 76 EAS_RESULT result, reportResult;
99 if ((reportResult = EAS_OpenFile(easData, filename, &handle)) != EAS_SUCCESS)
101 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "EAS_OpenFile returned %ld\n", reportResult); */ }
102 return reportResult;
109 reportResult = result;
120 if (reportResult == EAS_SUCCESS)
127 reportResult = EAS_FAILURE;
132 while (reportResult == EAS_SUCCESS)
143 if (reportResult == EAS_SUCCESS)
144 reportResult = result
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 76 EAS_RESULT result, reportResult;
99 if ((reportResult = EAS_OpenFile(easData, filename, &handle)) != EAS_SUCCESS)
101 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "EAS_OpenFile returned %ld\n", reportResult); */ }
102 return reportResult;
109 reportResult = result;
120 if (reportResult == EAS_SUCCESS)
127 reportResult = EAS_FAILURE;
132 while (reportResult == EAS_SUCCESS)
143 if (reportResult == EAS_SUCCESS)
144 reportResult = result
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 76 EAS_RESULT result, reportResult;
102 if ((reportResult = EAS_OpenFile(easData, &file, &handle)) != EAS_SUCCESS)
104 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "EAS_OpenFile returned %ld\n", reportResult); */ }
105 return reportResult;
112 reportResult = result;
123 if (reportResult == EAS_SUCCESS)
130 reportResult = EAS_FAILURE;
135 while (reportResult == EAS_SUCCESS)
146 if (reportResult == EAS_SUCCESS)
147 reportResult = result
    [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 198 reportResult(result.megaVertPerSec, result.megaFragPerSec);
205 void ShaderPerformanceCase::reportResult (float mvertPerSecond, float mfragPerSecond)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 180 void reportResult(RttRequest request, RttManager.RttResult[] results) {
334 mOutstandingRequest.ci.reportResult(
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 129 reportResult(error->code());
135 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<TypeBuilder::FileSystem::Entry> entry = nullptr)
177 reportResult(static_cast<FileError::ErrorCode>(0), result);
191 reportResult(FileError::ABORT_ERR);
199 reportResult(error->code());
206 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<Array<TypeBuilder::FileSystem::Entry> > entries = nullptr)
238 reportResult(FileError::TYPE_MISMATCH_ERR);
251 reportResult(FileError::ABORT_ERR);
263 reportResult(static_cast<FileError::ErrorCode>(0), m_entries);
312 reportResult(FileError::ABORT_ERR)
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_public.c 468 EAS_RESULT result, reportResult;
479 reportResult = EAS_SUCCESS;
487 reportResult = result;
496 if (reportResult == EAS_SUCCESS)
497 reportResult = result;
504 if (reportResult == EAS_SUCCESS)
505 reportResult = result;
516 if (reportResult == EAS_SUCCESS)
517 reportResult = result;
532 if (reportResult == EAS_SUCCESS
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c 468 EAS_RESULT result, reportResult;
479 reportResult = EAS_SUCCESS;
487 reportResult = result;
496 if (reportResult == EAS_SUCCESS)
497 reportResult = result;
504 if (reportResult == EAS_SUCCESS)
505 reportResult = result;
516 if (reportResult == EAS_SUCCESS)
517 reportResult = result;
532 if (reportResult == EAS_SUCCESS
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 469 EAS_RESULT result, reportResult;
480 reportResult = EAS_SUCCESS;
488 reportResult = result;
497 if (reportResult == EAS_SUCCESS)
498 reportResult = result;
505 if (reportResult == EAS_SUCCESS)
506 reportResult = result;
517 if (reportResult == EAS_SUCCESS)
518 reportResult = result;
533 if (reportResult == EAS_SUCCESS
    [all...]