Searched refs:First (Results 76 - 100 of 294) sorted by relevance

1234567891011>>

/external/chromium_org/sync/internal_api/public/base/
H A Denum_set.h63 // for (EnumSet<...>::Iterator it = enums.First(); it.Good(); it.Inc()) {
73 // for (EnumSet<...>::Iterator it = SomeFun().First(); ...
80 // Good(). You need to call First() on an EnumSet to get a usable
108 friend Iterator EnumSet::First() const;
220 Iterator First() const {
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
H A Drpm.spec40 - First draft
/external/cmockery/cmockery_0_1_2/packages/rpm/
H A Drpm.spec39 - First draft
/external/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp31 Enable(default_cs,First);
84 if (pos == First || m_active_categories.size() == 0)
/external/valgrind/main/helgrind/tests/
H A Dpth_cond_destroy_busy.stderr.exp47 First pthread_cond_destroy() call returned EBUSY.
/external/clang/lib/AST/
H A DAPValue.cpp496 bool First = true; local
502 if (!First)
505 First = false;
509 if (!First)
514 First = false;
H A DNestedNameSpecifier.cpp352 NestedNameSpecifierLoc First = *this;
353 while (NestedNameSpecifierLoc Prefix = First.getPrefix())
354 First = Prefix;
356 return SourceRange(First.getLocalSourceRange().getBegin(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h254 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
255 APInt First; member in struct:llvm::SelectionDAGBuilder::JumpTableHeader
280 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
282 APInt First; member in struct:llvm::SelectionDAGBuilder::BitTestBlock
637 void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp714 // This is a simple greedy algorithm for merging allocas. First, sort the
744 LiveInterval *First = &*Intervals[FirstSlot]; local
746 assert (!First->empty() && !Second->empty() && "Found an empty range");
749 if (!First->overlaps(*Second)) {
751 First->MergeSegmentsInAsValue(*Second, First->getValNumInfo(0));
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h808 First (first),
812 CharacterRange() : First(0), Length(0)
817 First = rhs.First;
822 INT First; member in class:CharacterRange
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c160 aactx->colorOutput = decl->Range.First;
164 for (i = decl->Range.First;
179 for (i = decl->Range.First;
244 decl.Range.First =
252 decl.Range.First =
259 decl.Range.First =
265 decl.Range.First =
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c160 aactx->colorOutput = decl->Range.First;
164 for (i = decl->Range.First;
179 for (i = decl->Range.First;
244 decl.Range.First =
252 decl.Range.First =
259 decl.Range.First =
265 decl.Range.First =
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar.cc118 for (syncer::ModelTypeSet::Iterator it = initial_types.First();
161 filtered_types_to_add.First();
170 for (syncer::ModelTypeSet::Iterator it = types_to_remove.First();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h249 template<typename First, typename Second>
250 struct HashTraits<std::pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits<Second> > { };
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp298 bool First = true; local
300 if (First)
301 First = false;
/external/clang/tools/driver/
H A Dcc1as_main.cpp210 bool First = true; local
212 ie = Args->filtered_end(); it != ie; ++it, First=false) {
214 if (First)
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dquiesce_status_change_checker.cc33 for (syncer::ModelTypeSet::Iterator type_it = common_types.First();
/external/chromium_org/components/sync_driver/
H A Ddata_type_status_table.cc80 for (syncer::ModelTypeSet::Iterator iter = purged_types.First(); iter.Good();
H A Dsync_prefs_unittest.cc116 for (syncer::ModelTypeSet::Iterator it = user_visible_types.First();
135 for (syncer::ModelTypeSet::Iterator it = user_visible_types.First();
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.cc34 // First, go through and manually apply any new top level datatype nodes (so
40 for (ModelTypeSet::Iterator iter = control_types.First(); iter.Good();
/external/chromium_org/sync/syncable/
H A Dmodel_type.cc129 for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good();
207 for (ModelTypeSet::Iterator i = in.First(); i.Good(); i.Inc()) {
709 for (ModelTypeSet::Iterator it = model_types.First(); it.Good(); it.Inc()) {
744 for (ModelTypeSet::Iterator it = model_types.First(); it.Good(); it.Inc()) {
H A Dsyncable_write_transaction.cc144 type_seen.First().Get());
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension.cc153 RTPExtensionType RtpHeaderExtensionMap::First() const { function in class:webrtc::RtpHeaderExtensionMap
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A DplotReceiveTrace.m3 %DEBUG ; ( 8:32:33:375 | 0) VIDEO:1 ; 5260; First packet of frame 1869537938
61 [p, count] = sscanf(message, 'First packet of frame %lu at %lu');
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c149 for (reg = fulldecl->Range.First;
171 unsigned index = fulldecl->Range.First;

Completed in 783 milliseconds

1234567891011>>