Searched refs:result (Results 201 - 225 of 1828) sorted by relevance

1234567891011>>

/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/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/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/packages/StatementService/src/com/android/statementservice/retriever/
H A DStatement.java123 int result = mTarget.hashCode();
124 result = 31 * result + mRelation.hashCode();
125 result = 31 * result + mSource.hashCode();
126 return result;
/frameworks/base/services/core/java/com/android/server/pm/
H A DIntentFilterVerificationKey.java58 int result = domains != null ? domains.hashCode() : 0;
59 result = 31 * result + (packageName != null ? packageName.hashCode() : 0);
60 result = 31 * result + (className != null ? className.hashCode() : 0);
61 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;
/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover.cpp26 OutputIterator moveIf(InputContainer& inputContainer, OutputIterator result, argument
31 return result;
34 *result = std::move(*newEnd);
42 *result = std::move(*first);
43 ++result;
53 return result;
/frameworks/base/tools/split-select/
H A DRule_test.cpp71 std::string result(rule.toJson().string());
72 result.erase(std::remove_if(result.begin(), result.end(), ::isspace), result.end());
74 ASSERT_EQ(expected, result);
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp72 Relocation* result = allocate(); local
73 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
74 return result;
78 Relocation* result = allocate(); local
79 new (result) Relocation(0, 0, 0, 0);
80 return result;

Completed in 4584 milliseconds

1234567891011>>