Searched defs:reportResult (Results 1 - 6 of 6) sorted by relevance

/external/sonivox/arm-wt-22k/host_src/
H A Deas_main.c76 EAS_RESULT result, reportResult; local
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
[all...]
/external/deqp/modules/glshared/
H A DglsShaderPerformanceCase.cpp198 reportResult(result.megaVertPerSec, result.megaFragPerSec);
205 void ShaderPerformanceCase::reportResult (float mvertPerSecond, float mfragPerSecond) function in class:deqp::gls::ShaderPerformanceCase
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
H A DWifiScannerFacade.java123 public void reportResult(ScanResult[] results, String type) { method in class:WifiScannerFacade.WifiActionListener
124 Log.d("reportResult " + mEventType + " " + mIndex);
207 mWAL.reportResult(new ScanResult[] {
273 mWAL.reportResult(results, "onChanging");
283 mWAL.reportResult(results, "onQuiescence");
326 mWAL.reportResult(results, "onFound");
331 mWAL.reportResult(results, "onLost");
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_public.c476 EAS_RESULT reportResult = EAS_SUCCESS; local
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)
533 reportResult
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2879 milliseconds