Searched defs:result (Results 126 - 150 of 523) sorted by relevance

1234567891011>>

/frameworks/wilhelm/tests/sandbox/
H A Dxa.c25 XAresult result; local
28 result = xaCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
29 printf("result = %d\n", result);
30 assert(XA_RESULT_SUCCESS == result);
33 result = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE);
34 printf("result = %d\n", result);
37 result = (*engineObject)->GetInterface(engineObject, XA_IID_ENGINE, &engineEngine);
38 printf("result
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java30 // result code for GetObjectPropList
44 public MtpPropertyList(int maxCount, int result) { argument
46 mResult = result;
75 public void setResult(int result) { argument
76 mResult = result;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp134 status_t result = mSource->read(&pBuffer, NULL); local
136 mSourceError = result;
137 if (result != OK) {
/frameworks/av/media/libstagefright/
H A DFileSource.cpp108 off64_t result = lseek64(mFd, offset + mOffset, SEEK_SET); local
109 if (result == -1) {
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dbasic_op_arm_v5.h121 Word32 result; local
126 QADD result, L_var1, L_var2 local
128 return(result);
154 Word32 result; local
160 QSUB result, L_var1, L_var2 local
163 return(result);
188 result = 32-bit result of L_var3 + (var1 * var2)(Word32)
192 Word32 result; local
197 __asm {SMULBB result, var local
225 Word32 result; local
233 QADD result, product, product local
266 Word32 result; local
273 QDSUB result, L_var3, product local
361 Word32 result; local
367 __asm {SMULBB result, L_var1_lo, var2} local
413 Word32 result; local
416 smlabb result, L_var1, L_var2, L_var3 local
423 Word32 result; local
427 smlabb result, L_var1, L_var2, L_var3 local
[all...]
H A Dbasic_op_c_equivalent.h197 result = 32-bit result of L_var3 + (var1 * var2)(Word32)
201 Word32 result; local
203 result = (Word32) var1 * var2;
204 if (result != (Word32) 0x40000000L)
206 L_sum = (result << 1) + L_var3;
209 if ((L_var3 ^ result) > 0)
288 result = 32-bit result of L_var3 - (var1 * var2)
293 Word32 result; local
403 Word32 result; local
478 Word32 result; local
487 Word32 result; local
[all...]
/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java163 Intent result = new Intent();
164 result.putExtra("retry", true);
165 setResult(RESULT_OK, result);
166 setAccountAuthenticatorResult(result.getExtras());
177 public final void setAccountAuthenticatorResult(Bundle result) { argument
178 mResultBundle = result;
182 * Sends the result or a {@link AccountManager#ERROR_CODE_CANCELED} error if a
183 * result isn't present.
189 // send the result bundle back if set, otherwise send an error.
/frameworks/base/core/java/android/os/
H A DRegistrantList.java76 internalNotifyRegistrants (Object result, Throwable exception) argument
80 r.internalNotifyRegistrant(result, exception);
97 notifyResult(Object result) argument
99 internalNotifyRegistrants (result, null);
106 internalNotifyRegistrants(ar.result, ar.exception);
H A DRemoteCallback.java31 DeliverResult(Bundle result) { argument
32 mResult = result;
/frameworks/base/core/jni/android/graphics/
H A DInterpolator.cpp60 SkInterpolatorBase::Result result; local
63 result = interp->timeToValues(msec, (SkScalar*)values);
73 return result;
H A DPicture.cpp114 result = android::AndroidRuntime::registerNativeMethods(env, name, array, \
116 if (result < 0) return result
119 int result; local
123 return result;
/frameworks/base/libs/androidfw/
H A DStreamingZipInflater.cpp159 int result = Z_OK; local
162 result = inflateInit2(&mInflateState, -MAX_WBITS);
165 if (result == Z_OK) result = ::inflate(&mInflateState, Z_SYNC_FLUSH);
166 if (result < 0) {
168 ALOGE("Error inflating asset: %d", result);
173 if (result == Z_STREAM_END) {
/frameworks/base/libs/hwui/
H A DGradientCache.h68 int result = memcmp(colors, rhs.colors, count * sizeof(uint32_t)); local
69 if (result< 0) return true;
70 else if (result == 0) {
71 result = memcmp(positions, rhs.positions, count * sizeof(float));
72 if (result < 0) return true;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaScene.java99 protected void onPostExecute(Boolean result) { argument
132 protected void onPostExecute(Boolean result) { argument
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DUnitTest.java24 public int result; field in class:UnitTest
43 result = initResult;
61 if (result == 0) {
64 result = 1;
67 result = -1;
76 mItem.result = result;
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DUnitTest.java24 public int result; field in class:UnitTest
43 result = initResult;
61 result = -1;
68 mItem.result = result;
83 if (result == 0) {
86 result = 1;
89 result = -1;
/frameworks/base/tools/aidl/
H A Doptions_test.cpp10 int result; member in struct:Answer
67 int result = parse_options(argc, answer.argv, &options); local
69 // result
70 if (((bool)result) != ((bool)answer.result)) {
71 cout << "mismatch: result: got " << result << " expected " <<
72 answer.result << endl;
76 if (result != 0) {
141 /* result */
243 int result = 0; local
[all...]
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp75 Compiler::ErrorCode result = mCompiler.config(*mCompilerConfig); local
77 if (result != Compiler::kSuccess) {
79 Compiler::GetErrorString(result));
122 Linker::ErrorCode result = mLinker.config(*mLinkerConfig); local
123 if (result != Linker::kSuccess) {
125 Linker::GetErrorString(result));
159 Compiler::ErrorCode result = mCompiler.compile(pScript, pOutput); local
160 if (result != Compiler::kSuccess) {
162 Compiler::GetErrorString(result));
178 Linker::ErrorCode result local
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp51 RSExecutable *result = new (std::nothrow) RSExecutable(pInfo, local
54 if (result == NULL) {
55 ALOGE("Out of memory when create object to hold RS result file for %s!",
70 void *addr = result->getSymbolAddress(name);
72 ALOGW("RS export var at entry #%u named %s cannot be found in the result "
75 result->mExportVarAddrs.push_back(addr);
87 void *addr = result->getSymbolAddress(name);
89 ALOGW("RS export func at entry #%u named %s cannot be found in the result"
92 result->mExportFuncAddrs.push_back(addr);
106 void *addr = result
184 DisassembleResult result = local
[all...]
H A DRSInfoReader.cpp178 RSInfo *result = NULL; local
256 // File seems ok, create result RSInfo object.
257 result = new (std::nothrow) RSInfo(header->strPoolSize);
258 if (result == NULL) {
267 ::memcpy(&result->mHeader, header, sizeof(rsinfo::Header));
272 if (result->mStringPool == NULL) {
277 ::memcpy(result->mStringPool, data + result->mHeader.headerSize,
278 result->mHeader.strPoolSize);
281 // Populate all the data to the result objec
[all...]
/frameworks/compile/libbcc/tests/data/src/
H A Dstructs.c44 void add(struct v* result, struct v* a, struct v* b) { argument
45 result->x = a->x + b->x;
46 result->y = a->y + b->y;
47 result->z = a->z + b->z;
48 result->w = a->w + b->w;
/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp43 static inline bool GetIntArg(const char *arg, int &result) { argument
46 result = ::strtol(arg, &endptr, 0);
/frameworks/compile/linkloader/include/
H A DELFObject.h101 void *result = SHNCommonDataPtr; local
105 return result;
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp78 const DiagStaticInfo *result = std::lower_bound(static_info, static_info + info_size, key); local
80 if (result == (static_info + info_size) || result->ID != pID)
83 return result;
H A DELFDynObjReader.cpp51 bool result = true; local
53 result = false;
55 result = false;
57 result = false;
59 result = false;
61 return result;
110 bool result = m_pELFReader->readSymbols(pInput, m_Linker, *symtab_region, local
115 return result;

Completed in 748 milliseconds

1234567891011>>