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

  /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...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ResultReporter.java 41 public void reportResult() throws IOException {
CtsXmlResultReporter.java 268 reporter.reportResult();
  /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...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 412 reportResult(testInfo);
440 private void reportResult(TestResult testInfo) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 310 milliseconds