/external/pdfium/fpdfsdk/ |
D | fpdf_doc.cpp | 30 CPDF_Bookmark bookmark, in FindBookmark() argument 34 if (pdfium::ContainsKey(*visited, bookmark.GetDict())) in FindBookmark() 36 visited->insert(bookmark.GetDict()); in FindBookmark() 38 if (bookmark.GetDict() && in FindBookmark() 39 bookmark.GetTitle().CompareNoCase(title.c_str()) == 0) { in FindBookmark() 41 return bookmark; in FindBookmark() 45 CPDF_Bookmark child = tree.GetFirstChild(&bookmark); in FindBookmark() 71 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark) { in FPDFBookmark_GetFirstChild() argument 76 CPDF_Bookmark cBookmark(CPDFDictionaryFromFPDFBookmark(bookmark)); in FPDFBookmark_GetFirstChild() 82 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark) { in FPDFBookmark_GetNextSibling() argument [all …]
|
D | cpdfsdk_helpers.h | 84 const CPDF_Dictionary* bookmark) { in FPDFBookmarkFromCPDFDictionary() argument 86 const_cast<CPDF_Dictionary*>(bookmark)); in FPDFBookmarkFromCPDFDictionary() 88 inline CPDF_Dictionary* CPDFDictionaryFromFPDFBookmark(FPDF_BOOKMARK bookmark) { in CPDFDictionaryFromFPDFBookmark() argument 89 return reinterpret_cast<CPDF_Dictionary*>(bookmark); in CPDFDictionaryFromFPDFBookmark()
|
/external/protobuf/js/binary/ |
D | writer.js | 134 var bookmark = this.encoder_.end(); 135 this.blocks_.push(bookmark); 136 this.totalLength_ += bookmark.length; 137 bookmark.push(this.totalLength_); 138 return bookmark; 149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) { argument 150 var oldLength = bookmark.pop(); 155 bookmark.push((messageLength & 0x7f) | 0x80); 160 bookmark.push(messageLength); 756 var bookmark = this.beginDelimited_(field); [all …]
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
D | SymbolFileBreakpad.h | 188 CompUnitData(Bookmark bookmark) : bookmark(bookmark) {} in CompUnitData() argument 191 CompUnitData(const CompUnitData &rhs) : bookmark(rhs.bookmark) {} in CompUnitData() 193 bookmark = rhs.bookmark; 199 return lhs.bookmark < rhs.bookmark; 202 Bookmark bookmark; variable 217 lldb::UnwindPlanSP ParseCFIUnwindPlan(const Bookmark &bookmark, 222 lldb::UnwindPlanSP ParseWinUnwindPlan(const Bookmark &bookmark,
|
D | SymbolFileBreakpad.cpp | 42 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark); 90 Bookmark bookmark) in LineIterator() argument 92 m_next_section_idx(bookmark.section), m_current_line(bookmark.offset) { in LineIterator() 208 LineIterator It(*m_objfile_sp, Record::Func, data.bookmark), in ParseCompileUnitAtIndex() 514 SymbolFileBreakpad::ParseCFIUnwindPlan(const Bookmark &bookmark, in ParseCFIUnwindPlan() argument 520 LineIterator It(*m_objfile_sp, Record::StackCFI, bookmark), in ParseCFIUnwindPlan() 557 SymbolFileBreakpad::ParseWinUnwindPlan(const Bookmark &bookmark, in ParseWinUnwindPlan() argument 564 LineIterator It(*m_objfile_sp, Record::StackWin, bookmark); in ParseWinUnwindPlan() 727 LineIterator It(*m_objfile_sp, Record::Func, data.bookmark), in ParseLineTableAndSupportFiles()
|
/external/pdfium/public/ |
D | fpdf_doc.h | 59 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark); 69 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark); 85 FPDFBookmark_GetTitle(FPDF_BOOKMARK bookmark, 109 FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark); 119 FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark);
|
/external/pdfium/testing/resources/ |
D | bookmarks_circular.in | 39 % First bookmark 47 % Last bookmark 55 % Root bookmark
|
D | bookmarks.in | 39 % First bookmark 47 % Last bookmark 55 % Root bookmark
|
/external/rust/crates/serde_cbor/examples/ |
D | tags.rs | 56 let bookmark = Bookmark { in main() localVariable 63 let bytes1 = serde_cbor::to_vec(&bookmark)?; in main() 77 assert_eq!(bookmark, result); in main()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_bookmarktree.cpp | 30 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(CPDF_Bookmark* bookmark) const { in GetNextSibling() 31 const CPDF_Dictionary* pDict = bookmark->GetDict(); in GetNextSibling()
|
D | cpdf_bookmarktree.h | 21 CPDF_Bookmark GetNextSibling(CPDF_Bookmark* bookmark) const;
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | HelpMessages.java | 161 String bookmark = "HM_" + CLEANUP_BOOKMARK.reset(contents).replaceAll("_"); in find() local 166 … header.append("<a href='#").append(bookmark).append("'>").append(contents).append("</a>"); in find() 168 … newValue.append("<a name='").append(bookmark).append("'>").append(contents).append("</a>"); in find()
|
/external/autotest/server/cros/tradefed/ |
D | generate_controlfiles_common.py | 1043 for bookmark in CONFIG['QUAL_BOOKMARKS']: 1046 if module < bookmark: 1047 v = d.get(bookmark, set()) 1049 d[bookmark] = v 1051 if bookmark in d: 1052 modules = modules - d[bookmark]
|
/external/autotest/ |
D | PRESUBMIT.cfg | 17 # and as a bookmark. TODO: http://crbug.com/558819 some wrapper script
|
/external/pdfium/testing/ |
D | SUPPRESSIONS | 91 bookmark.pdf * * *
|
/external/libchrome/base/ |
D | values_unittest.cc | 724 DictionaryValue* bookmark; in TEST() local 726 ASSERT_TRUE(bookmark_list->GetDictionary(0, &bookmark)); in TEST() 728 ASSERT_TRUE(bookmark->GetString("name", &bookmark_name)); in TEST() 731 ASSERT_TRUE(bookmark->GetString("url", &bookmark_url)); in TEST()
|
/external/fmtlib/doc/bootstrap/ |
D | glyphicons.less | 85 .glyphicon-bookmark { &:before { content: "\e044"; } }
|
/external/perfetto/infra/perfetto.dev/src/assets/ |
D | style.scss | 755 &:before { content: 'bookmark'; }
|
/external/unicode/ |
D | emoji-data.txt | 242 1F516..1F52B ; Emoji # E0.6 [22] (..) bookmark..pistol 536 1F516..1F52B ; Emoji_Presentation # E0.6 [22] (..) bookmark..pistol 1044 1F516..1F52B ; Extended_Pictographic# E0.6 [22] (..) bookmark..pistol
|
D | emoji-sequences.txt | 160 1F516..1F52B ; Basic_Emoji ; bookmark …
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 963 6. Let a bookmark note the position of the formatting element in 976 the aforementioned bookmark to be immediately after the 1000 aforementioned bookmark.
|
/external/curl/docs/ |
D | TheArtOfHttpScripting.md | 251 bookmark that page with your given data, but it is an obvious disadvantage if
|
/external/cldr/docs/rfc/ |
D | rfc2629.xslt | 252 Fix internal bookmark generation.
|
/external/icu/icu4c/source/test/testdata/ |
D | emoji-test.txt | 2861 1F4D1 ; fully-qualified # bookmark tabs 2862 1F516 ; fully-qualified # bookmark
|
/external/python/setuptools/ |
D | CHANGES.rst | 2433 referenced by bookmark.
|