OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportResult
(Results
1 - 5
of
5
) sorted by null
/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.hpp
70
virtual void
reportResult
(float mvertPerSecond, float mfragPerSecond);
glsShaderPerformanceCase.cpp
198
reportResult
(result.megaVertPerSec, result.megaFragPerSec);
205
void ShaderPerformanceCase::
reportResult
(float mvertPerSecond, float mfragPerSecond)
/external/sonivox/arm-wt-22k/lib_src/
eas_public.c
479
EAS_RESULT
reportResult
= EAS_SUCCESS;
490
reportResult
= result;
499
if (
reportResult
== EAS_SUCCESS)
500
reportResult
= result;
507
if (
reportResult
== EAS_SUCCESS)
508
reportResult
= result;
519
if (
reportResult
== EAS_SUCCESS)
520
reportResult
= result;
535
if (
reportResult
== EAS_SUCCESS)
536
reportResult
= result
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiScannerFacade.java
123
public void
reportResult
(ScanResult[] results, String type) {
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");
Completed in 503 milliseconds