Searched refs:Contents (Results 51 - 75 of 125) sorted by relevance

12345

/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp524 ArrayRef<uint8_t> Contents;
525 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
534 reinterpret_cast<const ulittle32_t *>(Contents.data() + Offset);
701 ArrayRef<uint8_t> Contents) {
704 reinterpret_cast<const ulittle32_t *>(Contents.data() + Offset);
715 ArrayRef<uint8_t> Contents; local
716 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
719 if (Contents.size() % PDataEntrySize) {
724 for (unsigned EI = 0, EE = Contents.size() / PDataEntrySize; EI < EE; ++EI)
725 if (!dumpProcedureDataEntry(COFF, Section, EI, Contents))
699 dumpProcedureDataEntry(const COFFObjectFile &COFF, const SectionRef Section, unsigned Index, ArrayRef<uint8_t> Contents) argument
[all...]
H A DCOFFDumper.cpp473 StringRef Contents = Data.substr(Offset, PayloadSize); local
474 W.printBinaryBlock("Contents", Contents);
500 FunctionLineTables[FunctionName] = Contents;
506 Contents.back() != '\0') {
511 StringTable = Contents;
523 FileIndexToStringOffsetTable = Contents;
686 StringRef Contents; local
696 if (error(Section.getContents(Contents)))
H A DARMWinEHPrinter.h106 ArrayRef<uint8_t> Contents);
H A DELFDumper.cpp1016 ErrorOr<ArrayRef<uint8_t> > Contents = Obj->getSectionContents(&(*SI)); local
1017 if (!Contents)
1020 if ((*Contents)[0] != ARMBuildAttrs::Format_Version) {
1021 errs() << "unrecognised FormatVersion: 0x" << utohexstr((*Contents)[0])
1026 W.printHex("FormatVersion", (*Contents)[0]);
1027 if (Contents->size() == 1)
1030 ARMAttributeParser(W).Parse(*Contents);
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp107 StringRef Contents; local
108 Section.getContents(Contents);
109 StringRefMemoryObject memoryObject(Contents, StartAddr);
112 if (Contents.size() != SecSize || !SecSize)
142 InvalidData->addData(Contents[Index+I]);
149 Data->addData(Contents[Index]);
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install_test.sh74 mkdir -p "${DEST}"/Contents
75 defaults write "${DEST}/Contents/Info" KSVersion 0
97 defaults write "${DEST}/Contents/Info" CFBundleShortVersionString 0
98 defaults write "${DEST}/Contents/Info" KSVersion 0
119 RSRCDIR="${TEMPDIR}/${APPNAME}/Contents/Versions/1/${FWKNAME}/Resources"
121 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
123 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
125 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
147 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" KSUpdateURL "http://foobar"
154 defaults write "${TEMPDIR}/${APPNAME}/Contents/Inf
[all...]
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_postflight.sh20 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.cpp103 v8::ArrayBuffer::Contents v8Contents = v8buffer->Externalize();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch_test.cc82 Slice contents = WriteBatchInternal::Contents(&batch);
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfLineAnnotationDictionary_autogen.cpp23 SkString SkPdfLineAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfLineAnnotationDictionary
24 SkPdfNativeObject* ret = get("Contents", "");
32 return get("Contents", "") != NULL;
H A DSkPdfMovieAnnotationDictionary_autogen.cpp35 SkString SkPdfMovieAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfMovieAnnotationDictionary
36 SkPdfNativeObject* ret = get("Contents", "");
44 return get("Contents", "") != NULL;
H A DSkPdfTrapNetworkAnnotationDictionary_autogen.cpp23 SkString SkPdfTrapNetworkAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfTrapNetworkAnnotationDictionary
24 SkPdfNativeObject* ret = get("Contents", "");
32 return get("Contents", "") != NULL;
H A DSkPdfALinkAnnotationDictionary_autogen.cpp23 SkString SkPdfALinkAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfALinkAnnotationDictionary
24 SkPdfNativeObject* ret = get("Contents", "");
32 return get("Contents", "") != NULL;
H A DSkPdfSignatureDictionary_autogen.cpp59 SkString SkPdfSignatureDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
60 SkPdfNativeObject* ret = get("Contents", "");
68 return get("Contents", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfLineAnnotationDictionary_autogen.cpp23 SkString SkPdfLineAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfLineAnnotationDictionary
24 SkPdfNativeObject* ret = get("Contents", "");
32 return get("Contents", "") != NULL;
H A DSkPdfMovieAnnotationDictionary_autogen.cpp35 SkString SkPdfMovieAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfMovieAnnotationDictionary
36 SkPdfNativeObject* ret = get("Contents", "");
44 return get("Contents", "") != NULL;
H A DSkPdfTrapNetworkAnnotationDictionary_autogen.cpp23 SkString SkPdfTrapNetworkAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfTrapNetworkAnnotationDictionary
24 SkPdfNativeObject* ret = get("Contents", "");
32 return get("Contents", "") != NULL;
H A DSkPdfALinkAnnotationDictionary_autogen.cpp23 SkString SkPdfALinkAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfALinkAnnotationDictionary
24 SkPdfNativeObject* ret = get("Contents", "");
32 return get("Contents", "") != NULL;
H A DSkPdfSignatureDictionary_autogen.cpp59 SkString SkPdfSignatureDictionary::Contents(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
60 SkPdfNativeObject* ret = get("Contents", "");
68 return get("Contents", "") != NULL;
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp373 std::vector<Entry *> Contents; member in class:__anon17804::DirectoryEntry
378 DirectoryEntry(StringRef Name, std::vector<Entry *> Contents, Status S) argument
379 : Entry(EK_Directory, Name), Contents(std::move(Contents)),
383 iterator contents_begin() { return Contents.begin(); }
384 iterator contents_end() { return Contents.end(); }
688 yaml::SequenceNode *Contents = local
690 if (!Contents) {
696 for (yaml::SequenceNode::iterator I = Contents->begin(),
697 E = Contents
[all...]
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp626 StringRef Contents; local
631 if (error(Section.getContents(Contents)))
638 outs() << "Contents of section " << Name << ":\n";
642 BaseAddr + Contents.size());
647 for (std::size_t addr = 0, end = Contents.size(); addr < end; addr += 16) {
654 outs() << hexdigit((Contents[addr + i] >> 4) & 0xF, true)
655 << hexdigit(Contents[addr + i] & 0xF, true);
662 if (std::isprint(static_cast<unsigned char>(Contents[addr + i]) & 0xFF))
663 outs() << Contents[addr + i];
/external/llvm/lib/MC/
H A DMCAssembler.cpp1158 OS << " Contents:[";
1159 const SmallVectorImpl<char> &Contents = DF->getContents(); local
1160 for (unsigned i = 0, e = Contents.size(); i != e; ++i) {
1162 OS << hexdigit((Contents[i] >> 4) & 0xF) << hexdigit(Contents[i] & 0xF);
1164 OS << "] (" << Contents.size() << " bytes)";
1182 OS << " Contents:[";
1183 const SmallVectorImpl<char> &Contents = CEIF->getContents(); local
1184 for (unsigned i = 0, e = Contents.size(); i != e; ++i) {
1186 OS << hexdigit((Contents[
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp240 } Contents; member in class:__anon26012::CountValue
246 Contents.R.Reg = v;
247 Contents.R.Sub = u;
249 Contents.ImmVal = v;
257 return Contents.R.Reg;
261 return Contents.R.Sub;
265 return Contents.ImmVal;
270 if (isReg()) { OS << PrintReg(Contents.R.Reg, TRI, Contents.R.Sub); }
271 if (isImm()) { OS << Contents
[all...]
/external/chromium_org/gin/
H A Darray_buffer.cc103 v8::ArrayBuffer::Contents contents = array->Externalize();
/external/chromium_org/components/omnibox/
H A Dkeyword_provider_unittest.cc227 TEST_F(KeywordProviderTest, Contents) {

Completed in 662 milliseconds

12345