Home
last modified time | relevance | path

Searched refs:Doc (Results 1 – 17 of 17) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp242 static int writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF() argument
247 const ELFYAML::FileHeader &Hdr = Doc.Header; in writeELF()
273 const std::vector<ELFYAML::Section> &Sections = Doc.Sections; in writeELF()
344 handleSymtabSectionHeader<ELFT>(Doc.Symbols, State, SymtabSHeader); in writeELF()
366 static bool is64Bit(const ELFYAML::Object &Doc) { in is64Bit() argument
367 return Doc.Header.Class == ELFYAML::ELF_ELFCLASS(ELF::ELFCLASS64); in is64Bit()
370 static bool isLittleEndian(const ELFYAML::Object &Doc) { in isLittleEndian() argument
371 return Doc.Header.Data == ELFYAML::ELF_ELFDATA(ELF::ELFDATA2LSB); in isLittleEndian()
376 ELFYAML::Object Doc; in yaml2elf() local
377 YIn >> Doc; in yaml2elf()
[all …]
Dyaml2coff.cpp266 COFFYAML::Object Doc; in yaml2coff() local
267 YIn >> Doc; in yaml2coff()
273 COFFParser CP(Doc); in yaml2coff()
/external/llvm/include/llvm/Support/
DYAMLParser.h151 OwningPtr<Document> &Doc;
512 document_iterator() : Doc(0) {} in document_iterator()
513 document_iterator(OwningPtr<Document> &D) : Doc(&D) {} in document_iterator()
519 return Doc == Other.Doc;
526 assert(Doc != 0 && "incrementing iterator past the end.");
527 if (!(*Doc)->skip()) {
528 Doc->reset(0);
530 Stream &S = (*Doc)->stream;
531 Doc->reset(new Document(S));
537 return *Doc->get();
[all …]
/external/llvm/lib/Support/
DYAMLParser.cpp1592 : Doc(D) in Node()
1600 return Doc->peekNext(); in peekNext()
1604 return Doc->getNext(); in getNext()
1608 return Doc->parseBlockNode(); in parseBlockNode()
1612 return Doc->NodeAllocator; in getAllocator()
1616 Doc->setError(Msg, Tok); in setError()
1620 return Doc->failed(); in failed()
1810 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1819 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1831 return Value = new (getAllocator()) NullNode(Doc); in getValue()
[all …]
/external/ceres-solver/docs/source/
DCMakeLists.txt9 COMPONENT Doc
/external/jdiff/src/jdiff/
DRootDocToXML.java383 Tag[] ta = ((Doc)ped).tags("deprecated"); in addCommonModifiers()
389 System.out.println("Text is: " + ((Doc)ped).getRawCommentText()); in addCommonModifiers()
683 public boolean shownElement(Doc doc, String visLevel) { in shownElement()
719 public String stripNonPrintingChars(String s, Doc doc) { in stripNonPrintingChars()
813 String rct = ((Doc)ped).getRawCommentText(); in addDocumentation()
815 rct = stripNonPrintingChars(rct, (Doc)ped); in addDocumentation()
924 rct = stripNonPrintingChars(rct, (Doc)pd); in addPkgDocumentation()
/external/doclava/src/com/google/doclava/
DDoclava.java1299 private static boolean hasHideAnnotation(Doc doc) { in hasHideAnnotation()
1307 private static boolean isHidden(Doc doc) { in isHidden()
1355 if ((entry instanceof Doc) && isHidden((Doc) entry)) { in filterHidden()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js69 if (typeof doc == "string") doc = new Doc(options.value, options.mode);
3378 Doc.prototype[name] = func;
4726 var Doc = CodeMirror.Doc = function(text, mode, firstLine) {
4727 if (!(this instanceof Doc)) return new Doc(text, mode, firstLine);
4746 Doc.prototype = createObj(BranchChunk.prototype, {
4747 constructor: Doc,
4915 …var doc = new Doc(getLines(this, this.first, this.first + this.size), this.modeOption, this.first);
4931 var copy = new Doc(getLines(this, from, to), options.mode || this.modeOption, from);
4961 Doc.prototype.eachLine = Doc.prototype.iter;
4965 …for (var prop in Doc.prototype) if (Doc.prototype.hasOwnProperty(prop) && indexOf(dontDelegate, pr…
[all …]
/external/clang/tools/c-index-test/
Dc-index-test.c481 xmlDocPtr Doc; in ValidateCommentXML() local
498 Doc = xmlParseDoc((const xmlChar *) Str); in ValidateCommentXML()
500 if (!Doc) { in ValidateCommentXML()
507 status = xmlRelaxNGValidateDoc(ValidationCtxt, Doc); in ValidateCommentXML()
517 xmlFreeDoc(Doc); in ValidateCommentXML()
/external/libvpx/libvpx/examples/includes/geshi/docs/
DCHANGES123 … * Fixed Doc-URL getting reparsed by highlighted keywords of other groups (BenBE, Jordi Boggiano)
/external/bison/
DChangeLog1840 * NEWS: Doc it.
2030 * NEWS: Doc it.
2757 * NEWS: Doc this.
/external/libusb/
DChangeLog723 Doc: fix typo in events lock section
/external/oprofile/
DChangeLog-2001605 speed-up assembly output. Doc not updated.
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/SDL.xcodeproj/
Dproject.pbxproj1421 … DOXYGEN_EXE dir is $DOXYGEN_EXE\n\nDOC_DIR=$SRCROOT/../XcodeDocSet\n#echo Doc dir is $DOC_DIR\ncd…
/external/e2fsprogs/debian/
Dchangelog2265 ** Doc fixes (Closes: #110621).
/external/chromium_org/third_party/libxml/src/
DChangeLog8000 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
9086 * include/libxml/tree.h: make room in Doc, Element, Attributes
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en7383 http://heather.cs.ucdavis.edu/~matloff/Elvis/Doc/elvisexp.html