/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 242 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 …]
|
D | yaml2coff.cpp | 266 COFFYAML::Object Doc; in yaml2coff() local 267 YIn >> Doc; in yaml2coff() 273 COFFParser CP(Doc); in yaml2coff()
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 151 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/ |
D | YAMLParser.cpp | 1592 : 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/ |
D | CMakeLists.txt | 9 COMPONENT Doc
|
/external/jdiff/src/jdiff/ |
D | RootDocToXML.java | 383 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/ |
D | Doclava.java | 1299 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/ |
D | codemirror.js | 69 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/ |
D | c-index-test.c | 481 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/ |
D | CHANGES | 123 … * Fixed Doc-URL getting reparsed by highlighted keywords of other groups (BenBE, Jordi Boggiano)
|
/external/bison/ |
D | ChangeLog | 1840 * NEWS: Doc it. 2030 * NEWS: Doc it. 2757 * NEWS: Doc this.
|
/external/libusb/ |
D | ChangeLog | 723 Doc: fix typo in events lock section
|
/external/oprofile/ |
D | ChangeLog-2001 | 605 speed-up assembly output. Doc not updated.
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/SDL.xcodeproj/ |
D | project.pbxproj | 1421 … DOXYGEN_EXE dir is $DOXYGEN_EXE\n\nDOC_DIR=$SRCROOT/../XcodeDocSet\n#echo Doc dir is $DOC_DIR\ncd…
|
/external/e2fsprogs/debian/ |
D | changelog | 2265 ** Doc fixes (Closes: #110621).
|
/external/chromium_org/third_party/libxml/src/ |
D | ChangeLog | 8000 * 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/ |
D | final-url-en | 7383 http://heather.cs.ucdavis.edu/~matloff/Elvis/Doc/elvisexp.html
|