/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLElementStack.cpp | 45 inline bool isRootNode(HTMLStackItem* item) in isRootNode() 51 inline bool isScopeMarker(HTMLStackItem* item) in isScopeMarker() 73 inline bool isListItemScopeMarker(HTMLStackItem* item) in isListItemScopeMarker() 80 inline bool isTableScopeMarker(HTMLStackItem* item) in isTableScopeMarker() 87 inline bool isTableBodyScopeMarker(HTMLStackItem* item) in isTableBodyScopeMarker() 96 inline bool isTableRowScopeMarker(HTMLStackItem* item) in isTableRowScopeMarker() 103 inline bool isForeignContentScopeMarker(HTMLStackItem* item) in isForeignContentScopeMarker() 110 inline bool isButtonScopeMarker(HTMLStackItem* item) in isButtonScopeMarker() 116 inline bool isSelectScopeMarker(HTMLStackItem* item) in isSelectScopeMarker() 124 HTMLElementStack::ElementRecord::ElementRecord(PassRefPtr<HTMLStackItem> item, PassOwnPtr<ElementRe… in ElementRecord() [all …]
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | AbstractItemVisitor.java | 20 public Object visit (final AllItem item, final Object ctx) in visit() 25 public Object visit (final PackageItem item, final Object ctx) in visit() 30 public Object visit (final SrcFileItem item, final Object ctx) in visit() 35 public Object visit (final ClassItem item, final Object ctx) in visit() 40 public Object visit (final MethodItem item, final Object ctx) in visit()
|
D | IItemVisitor.java | 19 Object visit (AllItem item, Object ctx); in visit() 20 Object visit (PackageItem item, Object ctx); in visit() 21 Object visit (SrcFileItem item, Object ctx); in visit() 22 Object visit (ClassItem item, Object ctx); in visit() 23 Object visit (MethodItem item, Object ctx); in visit()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | ReferenceFormatter.java | 38 public static void writeReference(IndentingWriter writer, Item item) throws IOException { in writeReference() 55 …public static void writeMethodReference(IndentingWriter writer, MethodIdItem item) throws IOExcept… in writeMethodReference() 62 …public static void writeFieldReference(IndentingWriter writer, FieldIdItem item) throws IOExceptio… in writeFieldReference() 70 …public static void writeStringReference(IndentingWriter writer, StringIdItem item) throws IOExcept… in writeStringReference() 76 …public static void writeTypeReference(IndentingWriter writer, TypeIdItem item) throws IOException { in writeTypeReference()
|
/external/chromium_org/ui/app_list/ |
D | app_list_item_list.cc | 27 AppListItemModel* item = app_list_items_[i]; in FindItem() local 36 AppListItemModel* item = app_list_items_[i]; in FindItemIndex() local 45 size_t AppListItemList::AddItem(AppListItemModel* item) { in AddItem() 57 void AppListItemList::InsertItemAt(AppListItemModel* item, size_t index) { in InsertItemAt() 88 scoped_ptr<AppListItemModel> item = RemoveItem(id); in DeleteItem() local 95 AppListItemModel* item = app_list_items_[i]; in DeleteItemsByType() local 112 AppListItemModel* item = app_list_items_[index]; in RemoveItemAt() local 160 AppListItemModel* item, in SetItemPosition() 193 scoped_ptr<AppListItemModel> item = RemoveItemAt(index); in DeleteItemAt() local 197 void AppListItemList::EnsureValidItemPosition(AppListItemModel* item) { in EnsureValidItemPosition()
|
/external/chromium_org/chrome/browser/download/ |
D | all_download_item_notifier.cc | 44 content::DownloadItem* item) { in OnDownloadCreated() 51 content::DownloadItem* item) { in OnDownloadUpdated() 56 content::DownloadItem* item) { in OnDownloadOpened() 61 content::DownloadItem* item) { in OnDownloadRemoved() 66 content::DownloadItem* item) { in OnDownloadDestroyed()
|
D | download_query.cc | 74 const DownloadItem& item) { in MatchesQuery() 101 static int64 GetStartTimeMsEpoch(const DownloadItem& item) { in GetStartTimeMsEpoch() 105 static int64 GetEndTimeMsEpoch(const DownloadItem& item) { in GetEndTimeMsEpoch() 118 static std::string GetStartTime(const DownloadItem& item) { in GetStartTime() 122 static std::string GetEndTime(const DownloadItem& item) { in GetEndTime() 126 static bool GetDangerAccepted(const DownloadItem& item) { in GetDangerAccepted() 131 static bool GetExists(const DownloadItem& item) { in GetExists() 135 static base::string16 GetFilename(const DownloadItem& item) { in GetFilename() 141 static std::string GetFilenameUTF8(const DownloadItem& item) { in GetFilenameUTF8() 145 static std::string GetUrl(const DownloadItem& item) { in GetUrl() [all …]
|
D | download_history.cc | 60 static DownloadHistoryData* Get(content::DownloadItem* item) { in Get() 66 explicit DownloadHistoryData(content::DownloadItem* item) in DownloadHistoryData() 102 content::DownloadItem* item) { in GetDownloadRow() 185 bool DownloadHistory::IsPersisted(content::DownloadItem* item) { in IsPersisted() 232 content::DownloadItem* item = notifier_.GetManager()->CreateDownloadItem( in QueryCallback() local 261 void DownloadHistory::MaybeAddToHistory(content::DownloadItem* item) { in MaybeAddToHistory() 302 content::DownloadItem* item = notifier_.GetManager()->GetDownload( in ItemAdded() local 339 content::DownloadManager* manager, content::DownloadItem* item) { in OnDownloadCreated() 356 content::DownloadManager* manager, content::DownloadItem* item) { in OnDownloadUpdated() 386 content::DownloadManager* manager, content::DownloadItem* item) { in OnDownloadOpened() [all …]
|
D | all_download_item_notifier.h | 47 content::DownloadManager* manager, content::DownloadItem* item) {} in OnDownloadCreated() 49 content::DownloadManager* manager, content::DownloadItem* item) {} in OnDownloadUpdated() 51 content::DownloadManager* manager, content::DownloadItem* item) {} in OnDownloadOpened() 53 content::DownloadManager* manager, content::DownloadItem* item) {} in OnDownloadRemoved()
|
/external/chromium_org/content/browser/download/ |
D | download_item_impl_unittest.cc | 113 explicit MockObserver(DownloadItem* item) in MockObserver() 238 DownloadItemImpl* item, in AddDownloadFileToDownloadItem() 273 MockDownloadFile* DoIntermediateRename(DownloadItemImpl* item, in DoIntermediateRename() 294 void CleanupItem(DownloadItemImpl* item, in CleanupItem() 307 void DestroyDownloadItem(DownloadItem* item) { in DestroyDownloadItem() 342 DownloadItemImpl* item = CreateDownloadItem(); in TEST_F() local 370 DownloadItemImpl* item = CreateDownloadItem(); in TEST_F() local 381 DownloadItemImpl* item = CreateDownloadItem(); in TEST_F() local 389 DownloadItemImpl* item = CreateDownloadItem(); in TEST_F() local 404 DownloadItemImpl* item = CreateDownloadItem(); in TEST_F() local [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | list_no_stl.cc | 17 ListItem::ListItem(const void* item) in ListItem() 25 ListItem::ListItem(const unsigned int item) in ListItem() 81 ListItem* item = new ListItem(ptr); in PushBack() local 89 ListItem* item = new ListItem(item_id); in PushBack() local 97 ListItem* item = new ListItem(item_id); in PushFront() local 105 ListItem* item = new ListItem(ptr); in PushFront() local 221 int ListWrapper::Erase(ListItem* item) in Erase() 258 void ListWrapper::PushBackImpl(ListItem* item) in PushBackImpl() 274 void ListWrapper::PushFrontImpl(ListItem* item) in PushFrontImpl()
|
D | map_no_stl.cc | 17 MapNoStlItem::MapNoStlItem(int id, void* item) in MapNoStlItem() 79 MapNoStlItem* item = first_; in Insert() local 148 MapNoStlItem* item = Locate(id); in Find() local 152 int MapNoStl::Erase(MapNoStlItem* item) in Erase() 165 MapNoStlItem* item = Locate(id); in Erase() local 175 MapNoStlItem* item = first_; in Locate() local 187 int MapNoStl::Remove(MapNoStlItem* item) in Remove()
|
D | list_stl.cc | 16 ListItem::ListItem(const void* item) in ListItem() 23 ListItem::ListItem(const unsigned int item) in ListItem() 73 ListItem* item = new ListItem(ptr); in PushBack() local 80 ListItem* item = new ListItem(item_id); in PushBack() local 87 ListItem* item = new ListItem(item_id); in PushFront() local 94 ListItem* item = new ListItem(ptr); in PushFront() local 235 int ListWrapper::Erase(ListItem* item) in Erase()
|
/external/chromium_org/chrome/installer/util/ |
D | work_item_list.cc | 79 WorkItem* item = WorkItem::CreateCallbackWorkItem(callback); in AddCallbackWorkItem() local 89 WorkItem* item = WorkItem::CreateCopyRegKeyWorkItem( in AddCopyRegKeyWorkItem() local 101 WorkItem* item = WorkItem::CreateCopyTreeWorkItem( in AddCopyTreeWorkItem() local 112 WorkItem* item = WorkItem::CreateCreateDirWorkItem(path); in AddCreateDirWorkItem() local 119 WorkItem* item = WorkItem::CreateCreateRegKeyWorkItem(predefined_root, path); in AddCreateRegKeyWorkItem() local 126 WorkItem* item = WorkItem::CreateDeleteRegKeyWorkItem(predefined_root, path); in AddDeleteRegKeyWorkItem() local 135 WorkItem* item = WorkItem::CreateDeleteRegValueWorkItem(predefined_root, in AddDeleteRegValueWorkItem() local 145 WorkItem* item = WorkItem::CreateDeleteTreeWorkItem(root_path, temp_path, in AddDeleteTreeWorkItem() local 161 WorkItem* item = WorkItem::CreateMoveTreeWorkItem(base::FilePath(source_path), in AddMoveTreeWorkItem() local 175 WorkItem* item = WorkItem::CreateSetRegValueWorkItem(predefined_root, in AddSetRegValueWorkItem() local [all …]
|
D | copy_reg_key_work_item_unittest.cc | 43 scoped_ptr<CopyRegKeyWorkItem> item( in TEST_F() local 62 scoped_ptr<CopyRegKeyWorkItem> item( in TEST_F() local 81 scoped_ptr<CopyRegKeyWorkItem> item( in TEST_F() local 110 scoped_ptr<CopyRegKeyWorkItem> item( in TEST_F() local 145 scoped_ptr<CopyRegKeyWorkItem> item( in TEST_F() local 169 scoped_ptr<CopyRegKeyWorkItem> item( in TEST_F() local
|
/external/qemu/android/utils/ |
D | refset.c | 18 _arefSet_hashItem( void* item ) in _arefSet_hashItem() 30 _arefSet_lookup( ARefSet* s, void* item) in _arefSet_lookup() 48 _arefSet_lookupInsert( ARefSet* s, void* item) in _arefSet_lookupInsert() 70 arefSet_has( ARefSet* s, void* item ) in arefSet_has() 93 void* item = s->buckets[nn]; in _arefSet_resize() local 107 arefSet_add( ARefSet* s, void* item ) in arefSet_add() 134 arefSet_del( ARefSet* s, void* item ) in arefSet_del()
|
/external/openssl/crypto/pqueue/ |
D | pqueue.c | 73 pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem)); in pitem_new() local 85 pitem_free(pitem *item) in pitem_free() 111 pqueue_insert(pqueue_s *pq, pitem *item) in pqueue_insert() 159 pitem *item = pq->items; in pqueue_pop() local 205 pitem *item = pq->items; in pqueue_print() local 225 pqueue_next(pitem **item) in pqueue_next() 243 pitem *item = pq->items; in pqueue_size() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/pqueue/ |
D | pqueue.c | 73 pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem)); in pitem_new() local 85 pitem_free(pitem *item) in pitem_free() 111 pqueue_insert(pqueue_s *pq, pitem *item) in pqueue_insert() 159 pitem *item = pq->items; in pqueue_pop() local 205 pitem *item = pq->items; in pqueue_print() local 225 pqueue_next(pitem **item) in pqueue_next() 243 pitem *item = pq->items; in pqueue_size() local
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | ListStack`1.cs | 54 public bool TryPeek(out T item) in TryPeek() 59 public bool TryPeek(int depth, out T item) in TryPeek() 80 public bool TryPop(out T item) in TryPop() 93 public void Push(T item) in Push()
|
/external/icu4c/test/depstest/ |
D | dependencies.py | 73 def _ReadFiles(deps_file, item, library_name): argument 89 def _IsLibrary(item): return item and item["type"] == "library" argument 91 def _IsLibraryGroup(item): return item and "library" in item argument 93 def _ReadDeps(deps_file, item, library_name): argument 114 def _AddSystemSymbol(item, symbol): argument 119 def _ReadSystemSymbols(deps_file, item): argument
|
/external/wpa_supplicant_8/src/utils/ |
D | list.h | 26 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add() 34 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail() 39 static inline void dl_list_del(struct dl_list *item) in dl_list_del() 54 struct dl_list *item; in dl_list_len() local 65 #define dl_list_entry(item, type, member) \ argument 76 #define dl_list_for_each(item, list, type, member) \ argument 81 #define dl_list_for_each_safe(item, n, list, type, member) \ argument 87 #define dl_list_for_each_reverse(item, list, type, member) \ argument
|
/external/chromium_org/chrome/browser/resources/apps_debugger/js/ |
D | items_list.js | 184 createNode_: function(item) { argument 297 setWebstoreLink_: function(item, el) { argument 312 setReloadLink_: function(item, el) { argument 328 setTerminatedReloadLink_: function(item, el) { argument 344 setPermissionsLink_: function(item, el) { argument 357 setPackButton_: function(item, el) { argument 383 showDeleteConfirmationDialog: function(item) { argument 413 setDeleteButton_: function(item, el) { argument 426 setEnabledCheckbox_: function(item, el) { argument 449 setAllowFileAccessCheckbox_: function(item, el) { argument [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_hash_table.c | 107 struct util_hash_table_item *item; in util_hash_table_find_iter() local 127 struct util_hash_table_item *item; in util_hash_table_find_item() local 147 struct util_hash_table_item *item; in util_hash_table_set() local 185 struct util_hash_table_item *item; in util_hash_table_get() local 207 struct util_hash_table_item *item; in util_hash_table_remove() local 231 struct util_hash_table_item *item; in util_hash_table_clear() local 253 struct util_hash_table_item *item; in util_hash_table_foreach() local 277 struct util_hash_table_item *item; in util_hash_table_destroy() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_hash_table.c | 107 struct util_hash_table_item *item; in util_hash_table_find_iter() local 127 struct util_hash_table_item *item; in util_hash_table_find_item() local 147 struct util_hash_table_item *item; in util_hash_table_set() local 185 struct util_hash_table_item *item; in util_hash_table_get() local 207 struct util_hash_table_item *item; in util_hash_table_remove() local 231 struct util_hash_table_item *item; in util_hash_table_clear() local 253 struct util_hash_table_item *item; in util_hash_table_foreach() local 277 struct util_hash_table_item *item; in util_hash_table_destroy() local
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | hangoutpubsubclient.cc | 171 virtual bool ParseStateItem(const PubSubItem& item, in ParseStateItem() 194 for (std::vector<PubSubItem>::const_iterator item = items.begin(); in OnItems() local 200 void OnItem(const PubSubItem& item) { in OnItem() 253 const XmlElement* item) { in OnPublishResult() 259 const buzz::XmlElement* item, in OnPublishError() 269 const XmlElement* item = NULL; in OnRetractResult() local 279 const XmlElement* item = NULL; in OnRetractError() local 328 virtual bool ParseStateItem(const PubSubItem& item, in ParseStateItem() 490 const std::string& task_id, const XmlElement* item) { in OnPresenterPublishResult() 495 const std::string& task_id, const XmlElement* item, in OnPresenterPublishError() [all …]
|