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

1234567891011>>

/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicProviderTask.java66 protected void onPostExecute(Void result) { argument
/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.cpp252 int result = 1; // pessimistically assume an error. local
700 result = handleCommand(&bundle);
705 result = 2;
708 //printf("--> returning %d\n", result);
709 return result;
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp91 llvm::raw_fd_ostream *result = local
94 if (result == NULL) {
98 return result;
/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/ADT/GraphLite/
H A DListDigraph.cpp40 Node* result = NULL; local
42 result = m_NodeList.allocate();
43 new (result) Node();
46 result = m_pFreeNodeHead;
51 result->prev = NULL;
52 result->next = m_pNodeHead;
56 m_pNodeHead->prev = result;
58 m_pNodeHead = result;
60 return result;
67 Arc* result local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp32 ResolveInfo::Type result = static_cast<ResolveInfo::Type>(pInfo & 0xF); local
33 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) {
41 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 DRelocData.cpp33 RelocData* result = g_RelocDataFactory->allocate(); local
34 new (result) RelocData(pSection);
35 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/Script/
H A DFileToken.cpp36 FileToken* result = g_FileTokenFactory->allocate(); local
37 new (result) FileToken(pName, pAsNeeded);
38 return result;
H A DNameSpec.cpp36 NameSpec* result = g_NameSpecFactory->allocate(); local
37 new (result) NameSpec(pName, pAsNeeded);
38 return result;
H A DScriptReader.cpp42 bool result = false; local
54 result = (0 == parser.parse());;
56 return result;
H A DStrToken.cpp37 StrToken* result = g_StrTokenFactory->allocate(); local
38 new (result) StrToken(String, pString);
39 return result;
H A DStringList.cpp45 StringList* result = g_StringListFactory->allocate(); local
46 new (result) StringList();
47 return result;
H A DWildcardPattern.cpp54 WildcardPattern* result = g_WildcardPatternFactory->allocate(); local
55 new (result) WildcardPattern(pPattern, pPolicy);
56 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 DMemoryAreaFactory.cpp31 MemoryArea* result = allocate(); local
32 new (result) MemoryArea(name);
33 m_AreaMap[name] = result;
34 return result;
46 MemoryArea* result = allocate(); local
47 new (result) MemoryArea(name);
48 m_AreaMap[name] = result;
49 return result;
60 MemoryArea* result = allocate(); local
61 new (result) MemoryAre
[all...]
H A DTargetRegistry.cpp72 const Target* result = NULL; local
77 result = *it;
82 if (NULL == result) {
96 result = lookupTarget(pTriple.getTriple(), error);
97 if (NULL == result) {
104 return result;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h22 T1 result = 0; local
29 result |= static_cast<T1>(valBit) << bit;
33 return result;
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp62 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
63 ASSERT_TRUE(result);
88 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
89 ASSERT_TRUE(result);
115 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
116 ASSERT_TRUE(result);
142 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
143 ASSERT_TRUE(result);
164 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
165 ASSERT_TRUE(result);
193 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
215 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
240 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
264 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); local
[all...]

Completed in 7877 milliseconds

1234567891011>>