Searched refs:First (Results 26 - 50 of 294) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVectorTraits.h74 template<typename First, typename Second>
75 struct VectorTraits<pair<First, Second> >
77 typedef VectorTraits<First> FirstTraits;
/external/chromium_org/third_party/webrtc/base/
H A Dwin32toolhelp.h34 // - implement bool First(HANDLE, T*) normally calls a
56 // Moves forward to the next object using the First and Next
57 // pointers. If either First or Next ever indicates an failure
69 incr_ok = Traits::First(snapshot_, &current_);
125 static bool First(HANDLE handle, Type* t) { function in class:rtc::ToolhelpProcessTraits
149 static bool First(HANDLE handle, Type* t) { function in class:rtc::ToolhelpModuleTraits
H A Dwin32toolhelp_unittest.cc38 static bool First(HANDLE handle, TestData* d) { function in class:rtc::Win32ToolhelpTest
136 static bool First(HANDLE handle, Type* t) { function in class:rtc::TestTraits
137 return Win32ToolhelpTest::First(handle, t);
153 static bool First(HANDLE handle, Type* t) { function in class:rtc::BadFirstTraits
172 static bool First(HANDLE handle, Type* t) { function in class:rtc::BadNextTraits
173 return Win32ToolhelpTest::First(handle, t);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension_unittest.cc96 EXPECT_EQ(kRtpExtensionNone, map_.First());
101 EXPECT_EQ(kRtpExtensionTransmissionTimeOffset, map_.First());
111 EXPECT_EQ(kRtpExtensionTransmissionTimeOffset, mapOut.First());
H A Drtp_header_extension.h79 RTPExtensionType First() const;
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp183 Instruction *First = Succ->getFirstNonPHIOrDbgOrLifetime(); local
184 DebugLoc FirstLoc = First->getDebugLoc();
188 // If the first instruction (First) of Succ is at the same file
190 // discriminator for First's location and all the instructions
191 // in Succ that share the same location with First.
206 // Attach this new debug location to First and every
207 // instruction following First that shares the same location.
208 for (BasicBlock::iterator I1(*First), E1 = Succ->end(); I1 != E1;
/external/webrtc/src/system_wrappers/source/
H A Dlist_unittest.cc53 ListItem* First() const { function in class:ListWrapperSimple
54 return list_.First();
100 ListItem* list_item = list_wrapper->First();
103 list_item = list_wrapper->First();
209 return Erase(list_.First());
299 ListItem* list_item = list->First();
318 ListItem* lhs_item = lhs->First();
319 ListItem* rhs_item = rhs->First();
367 for (ListItem* item = list_to_reverse->First(); item != NULL;
379 EXPECT_EQ(1U, ascending_list->GetUnsignedItem(ascending_list->First()));
[all...]
H A Dmap_no_stl.cc59 if (First())
63 while (Erase(First()) == 0)
117 MapNoStlItem* MapNoStl::First() const function in class:webrtc::MapNoStl
H A Dlist_stl.h52 ListItem* First() const;
H A Dmap_no_stl.h52 MapNoStlItem* First() const;
H A Dmap_unittest.cc74 MapItem* remove_item = clear_map->First();
100 MapItem* item = print_map.First();
144 MapItem* lhs_item = lhs.First();
174 MapItem* item_first = ascending_map_.First();
218 MapItem* ascend_item = ascending_map_.First();
228 while (compare_map.Erase(compare_map.First()) == 0) {
H A Dmap.cc58 while (Erase(First()) == 0)
74 MapItem* MapWrapper::First() const function in class:webrtc::MapWrapper
/external/chromium_org/sync/engine/
H A Dcommit_processor.cc27 for (ModelTypeSet::Iterator it = commit_types.First();
/external/chromium_org/sync/internal_api/test/
H A Dsync_manager_for_profile_sync_test.cc31 for (ModelTypeSet::Iterator it = early_download_types.First();
/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h56 MapItem* First() const;
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp212 NamespaceTypoProvider First("XXX", "BBB");
216 Installer->PushSource(&First);
223 ASSERT_LE(1, First.CallCount);
251 CompleteTypeDiagnoser First(false);
254 Installer->PushSource(&First);
261 ASSERT_EQ(1, First.CallCount);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc51 for (syncer::ModelTypeSet::Iterator it = registered_types.First();
97 for (syncer::ModelTypeSet::Iterator it = registered_types.First();
105 for (syncer::ModelTypeSet::Iterator it = registered_types.First();
/external/chromium_org/sync/syncable/
H A Dmodel_type_unittest.cc84 for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good();
99 for (ModelTypeSet::Iterator it = all_types.First(); it.Good(); it.Inc()) {
129 for (ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) {
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp129 namespace First namespace in namespace:PR9668
145 typedef First::Bar<Second::Foo> Special;
148 First namespace in namespace:PR9668
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cc98 unsigned First = (V & 65535) ^ 1; local
99 unsigned Probe = First;
109 return &__ubsan_vptr_hash_set[First];
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h34 SlotIndex First; member in struct:llvm::InterferenceCache::BlockInterference
217 return Current->First.isValid();
223 return Current->First;
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc41 MapItem* map_item = map.First();
80 // Test First
81 MapItem* first_item = test_map.First();
/external/chromium_org/chrome/browser/extensions/api/preferences_private/
H A Dpreferences_private_api.cc59 for (syncer::ModelTypeSet::Iterator it = result_set.First(); it.Good();
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineDictionary_autogen.cpp23 SkPdfDictionary* SkPdfOutlineDictionary::First(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineDictionary
24 SkPdfNativeObject* ret = get("First", "");
32 return get("First", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineDictionary_autogen.cpp23 SkPdfDictionary* SkPdfOutlineDictionary::First(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineDictionary
24 SkPdfNativeObject* ret = get("First", "");
32 return get("First", "") != NULL;

Completed in 1064 milliseconds

1234567891011>>