Searched defs:got (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp18 void expectEqual(int got, int expected, const char* desc) { argument
20 cout << "Got " << got << ", expected " << expected << "...";
21 cout << ( (got == expected) ? "PASSED" : "FAILED") << endl;
22 errno += ((got == expected) ? 0 : 1);
/frameworks/base/tools/aidl/
H A Doptions_test.cpp21 match_arrays(const char* const*expected, const vector<string> &got) argument
27 if (got.size() != count) {
31 if (got[i] != expected[i]) {
48 print_array(const char* prefix, const vector<string> &got) argument
50 size_t count = got.size();
52 cout << prefix << got[i] << endl;
71 cout << "mismatch: result: got " << result << " expected " <<
83 cout << "mismatch: systemSearchPath: got" << endl;
92 cout << "mismatch: localSearchPath: got" << endl;
101 cout << "mismatch: inputFileName: got " << option
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp84 GOTEntry* got = &(llvm::cast<GOTEntry>((*it))); local
85 *buffer = static_cast<uint32_t>(got->getContent());
H A DMipsLDBackend.cpp130 // that a .got section is needed.
184 // when building shared object, the .got section is must.
812 LDSection& got = file_format->getGOT(); local
813 m_pGOT = new MipsGOT(got, pLinker.getOrCreateSectData(got));
815 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp174 GOTEntry* got = 0; local
179 got = &(llvm::cast<GOTEntry>((*it)));
180 *buffer = static_cast<uint32_t>(got->getContent());
H A DARMLDBackend.cpp124 // when building shared object, the .got section is must.
187 // get .got LDSection and create MCSectionData
190 LDSection& got = file_format->getGOT(); local
191 m_pGOT = new ARMGOT(got, pLinker.getOrCreateSectData(got));
193 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
515 // Create .got section if it doesn't exist
523 // in .got and .rel.plt. (GOT entry will be reserved simultaneously
644 // Create .got section if it doesn't exist
653 // in .got an
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp72 // when building shared object, the .got section is needed
106 // get .got LDSection and create MCSectionData
109 LDSection& got = file_format->getGOT(); local
110 m_pGOT = new X86GOT(got, pLinker.getOrCreateSectData(got));
112 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
301 // Create .got section if it dosen't exist
309 // in .got and .rel.plt. (GOT entry will be reserved simultaneously
351 // Create .got section if it dosen't exist
359 // in .got an
486 GOTEntry* got = 0; local
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2320 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); local
2321 if (!got) {

Completed in 93 milliseconds