Searched refs:result (Results 176 - 200 of 1438) sorted by relevance

1234567891011>>

/frameworks/base/core/jni/android/graphics/
H A DPorterDuff.cpp46 int result = AndroidRuntime::registerNativeMethods(env, local
49 return result;
/frameworks/base/tools/preload/
H A DRecord.java146 * @result the same field with any escaped characters replaced
149 String result = rawField;
150 int offset = result.indexOf("\\u");
152 String before = result.substring(0, offset);
153 String escaped = result.substring(offset+2, offset+6);
154 String after = result.substring(offset+6);
156 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after);
159 offset = result.indexOf("\\u", offset + 1);
161 return result;
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dglobal_struct.c34 double result = pf[0] * d[1][1] * s.d * us * l; local
35 return (result == 0 ? 0 : -1);
H A Dglobals.c41 double result = pf[0] * d[1][1] * s.d * us * l; local
42 return (result == 0 ? 0 : -1);
H A Dlocals.cpp13 // CHECK: result = 0
44 double result = pf[0] * d[1][1] * s.f * us * l; local
45 return (result == 0 ? 0 : -1);
/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp55 status_t result = reply.readInt32(); local
56 if (result == NO_ERROR) {
58 result = reply.read(*graphicBuffer);
63 *error = result;
96 sp<GraphicBuffer> result = local
99 if (result != 0) {
100 reply->write(*result);
107 reply->writeStrongBinder( new BufferReference(result) );
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetProgramInfoLog.cpp16 jstring result = _env->NewStringUTF(buf); local
18 return result;
H A DglGetProgramPipelineInfoLog.cpp16 jstring result = _env->NewStringUTF(buf); local
18 return result;
H A DglGetShaderInfoLog.cpp16 jstring result = _env->NewStringUTF(buf); local
18 return result;
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c39 SLresult result; local
59 result = SL_RESULT_SUCCESS;
61 result = SL_RESULT_FEATURE_UNSUPPORTED;
67 if (SL_RESULT_SUCCESS == result) {
77 result = SL_RESULT_OPERATION_ABORTED;
83 result = SL_RESULT_INTERNAL_ERROR;
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
112 result = SL_RESULT_PARAMETER_INVALID;
122 result = SL_RESULT_FEATURE_UNSUPPORTED;
138 result
295 SLresult result; local
[all...]
H A DIMetadataTraversal.c34 result = SL_RESULT_SUCCESS;
38 result = SL_RESULT_PARAMETER_INVALID;
51 result = SL_RESULT_PARAMETER_INVALID;
58 result = SL_RESULT_SUCCESS;
71 result = SL_RESULT_PARAMETER_INVALID;
78 result = SL_RESULT_SUCCESS;
91 result = SL_RESULT_FEATURE_UNSUPPORTED; local
106 result = SL_RESULT_PARAMETER_INVALID;
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dl_mult.h111 Word32 result; local
119 QADD result, product, product local
122 return (result);
131 Word32 result; local
142 : "=r"(result)
146 return(result);
/frameworks/base/core/java/android/accounts/
H A DAccount.java40 int result = 17;
41 result = 31 * result + name.hashCode();
42 result = 31 * result + type.hashCode();
43 return result;
/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java103 int result = Integer.compare(another.mPriority, mPriority);
104 if (result == 0) {
105 result = mLabel.compareToIgnoreCase(another.mLabel);
107 if (result == 0) {
108 result = mCollection.compareToIgnoreCase(another.mCollection);
110 return result;
/frameworks/base/core/java/android/net/
H A DUidRange.java53 int result = 17;
54 result = 31 * result + start;
55 result = 31 * result + stop;
56 return result;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemsExpandOnSelection.java42 TextView result = new ExpandWhenSelectedView(parent.getContext(), desiredHeight);
43 result.setHeight(desiredHeight);
44 result.setFocusable(mItemsFocusable);
45 result.setText(getValueAtPosition(position));
49 result.setLayoutParams(lp);
50 return result;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp26 int result = a + b; local
27 ALOGI("%d + %d = %d", a, b, result);
28 return result;
89 jint result = -1; local
105 result = JNI_VERSION_1_4;
108 return result;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp26 int result = a + b; local
27 ALOGI("%d + %d = %d", a, b, result);
28 return result;
89 jint result = -1; local
105 result = JNI_VERSION_1_4;
108 return result;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp26 int result = a + b; local
27 ALOGI("%d + %d = %d", a, b, result);
28 return result;
89 jint result = -1; local
105 result = JNI_VERSION_1_4;
108 return result;
/frameworks/base/media/java/android/media/audiofx/
H A DEqualizer.java182 short[] result = new short[1];
183 checkStatus(getParameter(param, result));
184 mNumBands = result[0];
199 short[] result = new short[2];
200 checkStatus(getParameter(PARAM_LEVEL_RANGE, result));
201 return result;
238 short[] result = new short[1];
242 checkStatus(getParameter(param, result));
244 return result[0];
260 int[] result
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameManager.java36 Frame result = newFrame(frame.getFormat());
37 result.setDataFromFrame(frame);
38 return result;
44 Frame result = newFrame(newFormat);
45 result.setDataFromFrame(frame);
46 return result;
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java41 MutableFrameFormat result = new MutableFrameFormat(FrameFormat.TYPE_BYTE, target);
42 result.setDimensions(width, height);
43 result.setBytesPerSample(bytesPerSample);
44 result.setMetaValue(COLORSPACE_KEY, colorspace);
46 result.setObjectClass(Bitmap.class);
48 return result;
H A DPrimitiveFormat.java69 MutableFrameFormat result = new MutableFrameFormat(baseType, target);
70 result.setDimensions(count);
71 return result;
75 MutableFrameFormat result = new MutableFrameFormat(baseType, target);
76 result.setDimensionCount(1);
77 return result;
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
H A DValidateNotificationPeopleTest.java32 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
33 assertNull("lack of extra should return null", result);
41 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
42 assertStringArrayEquals("string should be in result[0]", expected, result);
50 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
51 assertStringArrayEquals("char[] should be in result[0]", expected, result);
59 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
60 assertStringArrayEquals("charSequence should be in result[
147 assertStringArrayEquals(String message, String[] expected, String[] result) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DDataConnectionRealTimeInfo.java108 long result = 1;
109 result = (prime * result) + mTime;
110 result += (prime * result) + mDcPowerState;
111 return (int)result;

Completed in 829 milliseconds

1234567891011>>