Searched refs:First (Results 226 - 250 of 294) sorted by relevance

1234567891011>>

/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc287 for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good();
826 // First, add the two new columns to the schema.
1348 DVLOG(1) << "First run, creating tables";
H A Ddirectory_unittest.cc173 for (ModelTypeSet::Iterator it = types_to_purge.First(); it.Good();
921 for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good();
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dmethods.cpp372 {# First resolve by length #}
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm536 ; First-pass filter only when yoffset==0
649 ; First-pass filter only when yoffset==0
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c410 unsigned first = decl->Range.First;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineDictionary_autogen.h523 SkPdfDictionary* First(SkPdfNativeDoc* doc);
H A DSkPdfOutlineItemDictionary_autogen.h529 SkPdfDictionary* First(SkPdfNativeDoc* doc);
/external/clang/lib/AST/
H A DVTableBuilder.cpp227 // First, look for the virtual base class.
2666 bool First = true; local
2716 if (Ret > ThisOffset || First) {
2717 First = false;
2722 assert(!First && "Method not found in the given subobject?");
3150 /// algorithm. First, walk the class hierarchy in the usual order, depth first,
3416 // First, see if the Derived class shared the vbptr with a non-virtual base.
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp620 const CFGBlock *First) {
619 enterCFG(CFG *Cfg, const NamedDecl *D, const CFGBlock *First) argument
/external/clang/lib/Driver/
H A DToolChains.cpp910 // First get the generic Apple args, before moving onto Darwin-specific ones.
1135 std::pair<StringRef, StringRef> First = VersionText.split('.'); local
1136 std::pair<StringRef, StringRef> Second = First.second.split('.');
1139 if (First.first.getAsInteger(10, GoodVersion.Major) ||
1142 GoodVersion.MajorStr = First.first.str();
1148 // First look for a number prefix and parse that if present. Otherwise just
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp752 // First we check for applicability.
1109 #define STMT_RANGE(Base, First, Last)
H A DSemaInit.cpp3369 // First, catch C++03 where this isn't possible.
4317 if (Best->FinalConversion.First || Best->FinalConversion.Second ||
4483 ICS.Standard.First = ICK_Array_To_Pointer;
4486 ICS.Standard.First = ICK_Lvalue_To_Rvalue;
4786 if (ICS.Standard.First == ICK_Array_To_Pointer ||
4787 ICS.Standard.First == ICK_Lvalue_To_Rvalue) {
4792 LvalueICS.Standard.First = ICS.Standard.First;
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm536 ; First-pass filter only when yoffset==0
649 ; First-pass filter only when yoffset==0
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
H A Dmemcpy-sh4.S239 ! First align destination to a long word boundary.
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c410 unsigned first = decl->Range.First;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineDictionary_autogen.h523 SkPdfDictionary* First(SkPdfNativeDoc* doc);
H A DSkPdfOutlineItemDictionary_autogen.h529 SkPdfDictionary* First(SkPdfNativeDoc* doc);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c740 for (reg = parse.FullToken.FullDeclaration.Range.First;
752 for (reg = decl->Range.First; reg <= decl->Range.Last; ++reg) {
2342 mach->SamplerViews[decl->Range.First] = decl->SamplerView;
2350 first = decl->Range.First;
2408 mach->SysSemanticToIndex[decl->Declaration.Semantic] = decl->Range.First;
3726 /* First, record the depths of the execution stacks.
H A Dtgsi_ppc.c1166 first = decl->Range.First;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c740 for (reg = parse.FullToken.FullDeclaration.Range.First;
752 for (reg = decl->Range.First; reg <= decl->Range.Last; ++reg) {
2342 mach->SamplerViews[decl->Range.First] = decl->SamplerView;
2350 first = decl->Range.First;
2408 mach->SysSemanticToIndex[decl->Declaration.Semantic] = decl->Range.First;
3726 /* First, record the depths of the execution stacks.
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1216 // The caller should already have ordered First/SecondLdSt by offset.
1221 bool AArch64InstrInfo::shouldScheduleAdjacent(MachineInstr *First,
1229 switch (First->getOpcode()) {
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp1508 MachineInstr *First = BuildMI(MBB, MII, DL, InstDesc, MidReg) local
1518 Worklist.push_back(First);
/external/stlport/
H A Dconfigure.bat32 REM First parameter can only be help or compiler
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl.cc581 // - First time sync on android, where we'll never have a
790 UnlockVault(trans->GetWrappedTrans()).encrypted_types.First();
1571 // First, go through and all all the old keystore keys to the temporary
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc766 // First no shift.
1129 RTPExtensionType type = rtp_header_extension_map_.First();

Completed in 689 milliseconds

1234567891011>>