Searched defs:result (Results 26 - 50 of 825) sorted by relevance

1234567891011>>

/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/wilhelm/src/objects/
H A DCAudioRecorder.c26 SLresult result = SL_RESULT_SUCCESS; local
30 result = android_audioRecorder_realize(thiz, async);
33 return result;
H A DCMediaPlayer.c29 XAresult result = XA_RESULT_SUCCESS; local
35 result = android_Player_realize(thiz, async);
38 return result;
/frameworks/wilhelm/tests/sandbox/
H A Ddim.c36 SLresult result; local
40 result = slCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
41 assert(SL_RESULT_SUCCESS == result);
43 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
44 assert(SL_RESULT_SUCCESS == result);
45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
46 assert(SL_RESULT_SUCCESS == result);
50 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 0, NULL, NULL);
51 assert(SL_RESULT_SUCCESS == result);
55 result
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoFactory.cpp50 android::status_t result = clearKeyPlugin->getInitStatus(); local
51 if (result == android::OK) {
57 return result;
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.h63 Word32 result; local
65 "SMULWB %[result], %[L_var2], %[var1] \n"
66 :[result]"=r"(result)
69 return result;
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dl_mac.h110 Word32 result; local
115 __asm {SMULBB result, var1, var2} local
116 __asm {QDADD L_sum, L_var3, result}
127 Word32 result; local
132 : "=r"(result)
138 : "r"(ra), "r"(result)
148 Word32 result; local
150 result = (Word32) var1 * var2;
151 if (result != (Word32) 0x40000000L)
153 L_sum = (result <<
[all...]
H A Dl_msu.h112 Word32 result; local
119 QDSUB result, L_var3, product local
122 return (result);
133 Word32 result; local
143 : "=r"(result)
147 return (result);
154 Word32 result; local
156 result = L_mult(var1, var2, pOverflow);
157 result = L_sub(L_var3, result, pOverflo
[all...]
H A Dmpy_32.h149 register Word32 L_product, result; local
164 : "=r"(result)
169 : "r"(result), "r"(L_product)
228 /* result = mult (L_var1_hi, L_var2_lo, pOverflow); */
231 /* L_product = L_mac (L_product, result, 1, pOverflow); */
244 /* result = mult (L_var1_lo, L_var2_hi, pOverflow); */
247 /* L_product = L_mac (L_product, result, 1, pOverflow); */
H A Dmpy_32_16.h101 Word32 result; local
107 __asm {SMULBB result, L_var1_lo, var2} local
108 result >>= 15;
109 __asm {QDADD L_sum, L_product, result}
124 Word32 result, L_product; local
133 : "=r"(result)
138 : "r"(result), "r"(L_product)
142 : "=r"(result)
148 : "r"(result)
151 : "=r"(result)
167 Word32 result; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Ddiv_32.cpp46 that the result will not saturate.
104 result = 32-bit quotient of of the division of two 32 bit integers
125 3. result = L_num * (1/L_denom).
179 Word32 result; local
187 result = Mpy_32_16(L_denom_hi, L_denom_lo, approx, pOverflow);
188 /* result is > 0 , and less than 1.0 */
189 result = 0x7fffffffL - result;
191 hi = (Word16)(result >> 16);
192 lo = (result >>
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_adapt.cpp418 Word16 result; /* alpha factor, Q13 */ local
473 filt = gmed_n(st->ltpg_mem, 5); /* function result */
479 result = 0;
485 result = 16384; /* 16384 Q15 = 0.5 */
488 { /* result = 0.5 - 0.75257499*filt */
489 /* result (Q15) = 16384 - 24660 * (filt << 2) */
491 result = mult(24660, filt, pOverflow);
492 result = sub(16384, result, pOverflow);
498 result
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DTypeConverter.cpp248 bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result) argument
253 result = mTable[i].value;
/frameworks/av/services/mediaresourcemanager/
H A DServiceLog.cpp43 String8 result; local
45 addLine(log.string(), linePrefix, &result);
48 addLine("...", linePrefix, &result);
50 addLine("[no events yet]", linePrefix, &result);
52 return result;
55 void ServiceLog::addLine(const char *log, const char *prefix, String8 *result) const {
57 result->append(prefix);
59 result->append(log);
60 result->append("\n");
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java42 public void onResult(Bundle result) { argument
44 mResponse.onResult(result);
/frameworks/base/core/java/android/app/backup/
H A DRestoreObserver.java34 * @param result An array of {@link android.app.backup.RestoreSet RestoreSet} objects
36 * the current device. If no applicable datasets exist, {@code result} will be
42 public void restoreSetsAvailable(RestoreSet[] result) { argument
/frameworks/base/core/java/android/bluetooth/le/
H A DScanCallback.java60 * @param result A Bluetooth LE scan result.
62 public void onScanResult(int callbackType, ScanResult result) { argument
/frameworks/base/core/java/android/content/
H A DSyncContext.java67 public void onFinished(SyncResult result) { argument
70 mSyncContext.onFinished(result);
/frameworks/base/core/java/android/os/
H A DAsyncResult.java27 // Expect either exception or result to be null
30 public Object result; field in class:AsyncResult
65 result = r;
/frameworks/base/core/java/android/test/
H A DInstrumentationTestSuite.java71 public void runTest(Test test, TestResult result) { argument
78 super.runTest(test, result);
/frameworks/base/core/java/android/webkit/
H A DJsResult.java29 * notifications when the JavaScript result represented by a JsResult instance has
34 public void onJsResultComplete(JsResult result); argument
38 // This is a basic result of a confirm or prompt dialog.
42 * Handle the result if the user cancelled the dialog.
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDevice.cpp42 jstring result = env->NewStringUTF(name); local
44 return result;
/frameworks/base/libs/hwui/tests/unit/
H A DFontRendererTests.cpp47 auto result = fontRenderer.renderDropShadow(&paint, glyphs.data(), glyphs.size(), local
49 ASSERT_NE(nullptr, result.image);
50 EXPECT_FALSE(isZero(result.image, result.width * result.height));
51 EXPECT_LE(bounds.getWidth() + radius * 2, (int) result.width);
52 EXPECT_LE(bounds.getHeight() + radius * 2, (int) result.height);
53 delete result.image;
/frameworks/base/libs/hwui/thread/
H A DFuture.h34 * Returns the result of this future, blocking if
35 * the result is not available yet.
45 void produce(T result) { argument
46 mResult = result;

Completed in 5684 milliseconds

1234567891011>>