Searched defs:result (Results 1 - 25 of 725) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dround.cpp48 Created a new return variable result.
110 result = MS 16 bits of rounded input L_var1.
189 Word16 result; local
192 result = (Word16)(L_var1 >> 16);
194 return (result);
H A Dl_shr_r.cpp41 function return value name from "L_var_out" to "result".
95 result = Shifted result w/ rounding (Word32)
109 the result. The result is saturated in case of underflows or overflows, i.e.,
195 Word32 result; local
199 result = 0;
203 result = L_shr(L_var1, var2, pOverflow);
209 result++;
213 return (result);
[all...]
H A Dlog2.cpp118 positive. If L_x is negative or zero, the result is 0.
171 Word32 result; local
175 result = L_x << exp;
176 Log2_norm(result, exp, pExponent, pFraction);
H A Dshr.cpp114 product = Shifted result limited to 16 bits (Word16)
127 -var2 with sign extension. Saturate the result in case of underflows or
207 Word16 result; local
216 result = ((var1 < 0) ? -1 : 0);
222 result = (~((~var1) >> var2));
226 result = (var1 >> var2);
241 result = (Word16)(temp_res);
243 if (temp_res != (Word32) result)
246 result = ((var1 > 0) ? MAX_16 : MIN_16);
253 result
[all...]
/frameworks/wilhelm/src/ut/
H A DslesutResult.c22 /** \brief Maximum result return code */
26 /** \brief Array of strings correponding to each result code */
49 /** \brief Convert a result code to a string or NULL. */
51 const char *slesutResultToString(SLresult result) argument
54 return result < SLESUT_RESULT_MAX ? slesutResultStrings[result] : NULL;
/frameworks/base/services/core/jni/
H A Donload.cpp52 jint result = -1; local
56 return 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/native/services/inputflinger/host/
H A DInputHost.cpp35 void InputHost::dump(String8& result) { argument
36 result.append(INDENT "Input Drivers:\n");
38 mDrivers[i]->dump(result);
/frameworks/wilhelm/src/android/
H A DOutputMix_to_android.cpp30 SLresult result = SL_RESULT_SUCCESS; local
62 return result;
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dl_add.h113 Word32 result; local
118 QADD result, L_var1, L_var2 local
120 return(result);
129 Word32 result; local
134 : "=r"(result)
137 return (result);
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);
H A Dl_sub.h111 Word32 result; local
117 QSUB result, L_var1, L_var2 local
120 return(result);
130 Word32 result; local
135 : "=r"(result)
139 return (result);
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorActivity.java30 * The activity then sets the result that is to be handed to the response via
32 * This result will be sent as the result of the request when the activity finishes. If this
41 * Set the result that is to be sent as the result of the request that caused this
42 * Activity to be launched. If result is null or this method is never called then
44 * @param result this is returned as the result of the AbstractAccountAuthenticator request
46 public final void setAccountAuthenticatorResult(Bundle result) { argument
47 mResultBundle = result;
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsPromptResult.java25 * JsPromptResult instance as a parameter. This parameter is used to return the result of this user
30 // String result of the prompt
36 public void confirm(String result) { argument
37 mStringResult = result;
/frameworks/base/core/tests/coretests/src/android/animation/
H A DFutureWaiter.java37 * Used to indicate failure (when the result value is false).
39 public void set(boolean result) { argument
40 super.set(result);
/frameworks/base/telecomm/java/android/telecom/
H A DResponse.java28 * @param result The results.
30 void onResult(IN request, OUT... result); argument
/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end(); local
32 //std::cout << String8(result).string() << std::endl;
33 ASSERT_EQ(String8(expected), String8(result));
39 String16 result = pseudo.start() + \ local
44 ASSERT_EQ(String8(expected), String8(result));
213 String16 result = pseudo.text(String16(String8("Hello, "))); local
215 result.append(pseudo.text(String16(String8("world!"))));
216 ASSERT_EQ(String8("Ĥéļļö, world!"), String8(result));
/frameworks/base/tools/aapt2/
H A DBindingXmlPullParser_test.cpp87 std::string result = output.str(); local
89 result.find("<entries name=\"user\" type=\"com.android.test.User\"/>"));
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dpass-struct.c35 int result = test_struct(s); local
36 return(result == 20 ? 0 : -1);
/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp32 SectionData* result = g_SectDataFactory->allocate(); local
33 new (result) SectionData(pSection);
34 return result;
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp25 LDContext* result = find(pPath); local
26 if (result == NULL) {
27 result = UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>::allocate();
28 new (result) LDContext();
29 f_KeyMap.insert(std::make_pair(pPath, result));
31 return result;
39 LDContext* result = allocate(); local
40 new (result) LDContext();
41 return result;
/frameworks/minikin/include/minikin/
H A DHyphenator.h31 std::vector<uint8_t> result; member in class:android::Trie
40 // Compute the hyphenation of a word, storing the hyphenation in result vector. Each
44 // Example: word is "hyphen", result is [0 0 1 0 0 0], corresponding to "hy-phen".
45 void hyphenate(std::vector<uint8_t>* result, const uint16_t* word, size_t len);
50 void hyphenateSoft(std::vector<uint8_t>* result, const uint16_t* word, size_t len);
/frameworks/wilhelm/src/objects/
H A DCAudioRecorder.c26 SLresult result = SL_RESULT_SUCCESS; local
30 result = android_audioRecorder_realize(thiz, async);
33 return result;

Completed in 810 milliseconds

1234567891011>>