Searched defs:result (Results 51 - 75 of 552) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/am/
H A DAppErrorDialog.java41 AppErrorResult result, ProcessRecord app) {
48 mResult = result;
40 AppErrorDialog(Context context, ActivityManagerService service, AppErrorResult result, ProcessRecord app) argument
/frameworks/base/test-runner/src/junit/runner/
H A DClassPathTestCollector.java24 Hashtable result = collectFilesInPath(classPath);
25 return result.elements();
29 Hashtable result= collectFilesInRoots(splitClassPath(classPath));
30 return result;
34 Hashtable result= new Hashtable(100);
37 gatherFiles(new File((String)e.nextElement()), "", result);
38 return result;
41 void gatherFiles(File classRoot, String classFileName, Hashtable result) { argument
46 result.put(className, className);
53 gatherFiles(classRoot, classFileName+File.separatorChar+contents[i], result);
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DSha1Test.java29 private String result; field in class:Sha1Test.TestData
33 result = r;
52 assertEquals(encodedHash, mTestData[i].result);
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java46 mResultText = (TextView) findViewById(R.id.result);
98 protected void onPostExecute(Boolean result) { argument
99 CharSequence text = (result) ? "Valid!" : "NOT VALID";
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTextureBase.java38 protected void onPostExecute(Boolean result) { argument
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp33 int result; member in struct:Test
90 t->result = t->func();
91 if (t->result != 0) {
110 if (t->result != 0) {
/frameworks/base/tools/aapt/
H A DMain.cpp232 int result = 1; // pessimistically assume an error. local
640 result = handleCommand(&bundle);
645 result = 2;
648 //printf("--> returning %d\n", result);
649 return result;
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp31 OutputFile *result = NULL; local
57 // Create result OutputFile. Temporary file is always truncated.
58 result = new (std::nothrow) OutputFile(tmp_filename,
60 if (result == NULL) {
64 if (result->hasError()) {
66 result->getName().c_str(), result->getErrorMessage().c_str());
67 delete result;
68 result = NULL;
77 return result;
144 llvm::raw_fd_ostream *result = local
[all...]
/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/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp36 ResolveInfo::Type result = static_cast<ResolveInfo::Type>(pInfo & 0xF); local
37 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) {
45 return result;
H A DLDContext.cpp64 size_t result = 1; local
66 for (; result != size; ++result)
67 if (m_SectionTable[result]->name() == pName)
68 return result;
H A DRelocationFactory.cpp74 Relocation* result = allocate(); local
75 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
76 return result;
81 Relocation* result = allocate(); local
82 new (result) Relocation(0, 0, 0, 0);
83 return result;
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp39 Input* result = Alloc::allocate(); local
40 new (result) Input(pName, pPath, *m_pLast, pType, pFileOffset);
41 return result;
/frameworks/compile/mclinker/lib/Support/
H A DLEB128.cpp97 uint64_t result = 0; local
113 result = ((*(pBuf + 3) & 0x7f) << 21) |
131 result |= (static_cast<uint64_t>(byte & 0x7f) << shift);
136 return result;
142 uint64_t result; local
145 result = byte & 0x7f;
147 return result;
150 result |= ((byte & 0x7f) << 7);
152 return result;
155 result |
189 uint64_t result = 0; local
210 uint64_t result = 0; local
[all...]
H A DMemoryRegion.cpp40 MemoryRegion* result = g_RegionFactory->produce(static_cast<Address>(pStart), local
42 result->setParent(pSpace);
43 pSpace.addRegion(*result);
44 return result;
H A DTargetRegistry.cpp22 mcld::Target *result = 0; local
26 result = (*TIter);
30 return result;
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp62 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
63 ASSERT_TRUE(result);
88 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
89 ASSERT_TRUE(result);
115 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
116 ASSERT_TRUE(result);
142 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
143 ASSERT_TRUE(result);
164 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
165 ASSERT_TRUE(result);
193 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
215 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
240 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
264 bool result = m_pResolver->resolve(*old_sym, *new_sym, override); local
[all...]
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py145 result = puny.decode('punycode') variable
146 result = repr(result) variable
147 getBucket(buckets, 'xn--').add(result[2:-1])
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp67 int result = -123; local
69 &result);
71 EXPECT_EQ(1, result);
78 int result = -123; local
80 &result);
82 EXPECT_EQ(1, result);
128 int result = -123; local
129 int err = anw->query(anw.get(), NATIVE_WINDOW_CONCRETE_TYPE, &result);
131 EXPECT_EQ(NATIVE_WINDOW_SURFACE, result);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResultException.java30 public ResultException(ResultCode result) { argument
36 switch (result) {
46 "For result code, " + result +
52 mResult = result;
57 public ResultException(ResultCode result, String explanation) { argument
58 this(result);
62 public ResultException(ResultCode result, int additionalInfo) { argument
63 this(result);
73 public ResultException(ResultCode result, in argument
78 public ResultCode result() { method in class:ResultException
[all...]
/frameworks/volley/src/com/android/volley/
H A DResponse.java41 /** Returns a successful response containing the parsed result. */
42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { argument
43 return new Response<T>(result, cacheEntry);
55 public final T result; field in class:Response
74 private Response(T result, Cache.Entry cacheEntry) { argument
75 this.result = result;
81 this.result = null;
/frameworks/wilhelm/src/itf/
H A DIAudioDecoderCapabilities.c28 result = SL_RESULT_PARAMETER_INVALID;
30 result = SL_RESULT_SUCCESS;
37 result = SL_RESULT_PARAMETER_INVALID;
54 result = GetCodecCapabilities(decoderId, pIndex, pDescriptor, DecoderDescriptors); local
H A DIAudioEncoderCapabilities.c28 result = SL_RESULT_PARAMETER_INVALID;
30 result = SL_RESULT_SUCCESS;
37 result = SL_RESULT_PARAMETER_INVALID;
54 result = GetCodecCapabilities(encoderId, pIndex, pDescriptor, local

Completed in 2009 milliseconds

1234567891011>>