Searched defs:resultValue (Results 1 - 18 of 18) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DActivityResultFacade.java54 @RpcParameter(name = "resultValue") Boolean resultValue) {
56 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.booleanValue());
66 @RpcParameter(name = "resultValue") Byte resultValue) {
68 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.byteValue());
78 @RpcParameter(name = "resultValue") Short resultValue) {
80 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.shortValue());
90 @RpcParameter(name = "resultValue") Characte
52 setResultBoolean( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Boolean resultValue) argument
64 setResultByte( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Byte resultValue) argument
76 setResultShort( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Short resultValue) argument
88 setResultChar( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Character resultValue) argument
100 setResultInteger( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Integer resultValue) argument
112 setResultLong( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Long resultValue) argument
124 setResultFloat( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Float resultValue) argument
136 setResultDouble( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Double resultValue) argument
148 setResultString( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) String resultValue) argument
160 setResultBooleanArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Boolean[] resultValue) argument
176 setResultByteArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Byte[] resultValue) argument
192 setResultShortArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Short[] resultValue) argument
208 setResultCharArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Character[] resultValue) argument
224 setResultIntegerArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Integer[] resultValue) argument
240 setResultLongArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Long[] resultValue) argument
256 setResultFloatArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Float[] resultValue) argument
272 setResultDoubleArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Double[] resultValue) argument
288 setResultStringArray( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) String[] resultValue) argument
300 setResultSerializable( @pcParametername = �, description = sCodeDescription) Integer resultCode, @RpcParameter(name = �) Serializable resultValue) argument
[all...]
/external/xmlrpcpp/src/
H A DXmlRpcServerConnection.cpp209 XmlRpcValue params, resultValue; local
216 if ( ! executeMethod(methodName, params, resultValue) &&
217 ! executeMulticall(methodName, params, resultValue))
220 generateResponse(resultValue.toXml());
298 XmlRpcValue resultValue; local
299 resultValue.setSize(1);
301 if ( ! executeMethod(methodName, methodParams, resultValue[0]) &&
302 ! executeMulticall(methodName, params, resultValue[0]))
308 result[i] = resultValue;
/external/vogar/src/vogar/
H A DConsole.java157 String outcomeName, Result result, ResultValue resultValue, Expectation expectation) {
159 if (result != Result.SUCCESS || resultValue != ResultValue.OK) {
177 if (resultValue == ResultValue.OK) {
179 } else if (resultValue == ResultValue.FAIL) {
181 } else if (resultValue == ResultValue.IGNORE) {
205 ResultValue resultValue = annotatedOutcome.getResultValue();
206 if (resultValue == ResultValue.OK) {
209 } else if (resultValue == ResultValue.FAIL) {
212 } else if (resultValue == ResultValue.WARNING) {
230 if (mostRecentResultValue != null && resultValue !
156 printResult( String outcomeName, Result result, ResultValue resultValue, Expectation expectation) argument
[all...]
/external/v8/src/inspector/
H A Dinjected-script.cc138 v8::Local<v8::Value> resultValue = function.callWithoutExceptionHandling(); local
147 if (resultValue.IsEmpty()) return Response::InternalError();
149 Response response = toProtocolValue(context, resultValue, &protocolValue);
383 v8::Local<v8::Value> resultValue; local
385 if (!maybeResultValue.ToLocal(&resultValue))
387 Response response = wrapObject(resultValue, objectGroup, returnByValue,
391 m_lastEvaluationResult.Reset(m_context->isolate(), resultValue);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp667 deInt32 resultValue = resultBuffer.getPixelInt(x, y, z).x(); local
679 if (resultValue != reference)
690 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2721 const deUint32 resultValue = resultSlice.getPixelUint(0, 0).x(); local
2722 if (!de::inRange(resultValue, m_min, m_max))
2724 log << TestLog::Message << "// Failure: got value " << resultValue << TestLog::EndMessage;
2729 log << TestLog::Message << "// Success: got value " << resultValue << TestLog::EndMessage;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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 ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 446 milliseconds