Searched refs:End (Results 76 - 100 of 628) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/page_sets/
H A Dintl_es_fr_pt-BR.py19 interaction.End()
H A Dintl_hi_ru.py19 interaction.End()
H A Dintl_ja_zh.py19 interaction.End()
H A Dintl_ko_th_vi.py19 interaction.End()
H A Dkey_search_mobile.py20 interaction.End()
H A Dtop_10_mobile.py20 interaction.End()
H A Dtop_desktop_sites_2012Q3.py25 interaction.End()
H A Dtough_dom_memory_cases.py19 interaction.End()
H A Dtough_layout_cases.py20 interaction.End()
H A Dtypical_25.py19 interaction.End()
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp333 SourceLocation Begin = I->getBegin(), End = I->getEnd(); local
337 FileID EndFileID = SM->getFileID(End);
351 while (End.isMacroID() && !BeginLocsMap.count(EndFileID)) {
352 End = SM->getImmediateExpansionRange(End).second;
353 EndFileID = SM->getFileID(End);
355 if (End.isMacroID()) {
364 End = SM->getImmediateSpellingLoc(End);
367 End
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h43 uptr End(); // Last byte of user memory.
51 if (addr >= Beg() && (addr + access_size) <= End()) {
66 if (addr + access_size > End()) {
67 *offset = addr - End();
/external/llvm/lib/CodeGen/
H A DAntiDepBreaker.h47 MachineBasicBlock::iterator End,
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp28 << format("0x%016" PRIx64, E.End) << '\n';
56 E.End = data.getUnsigned(&Offset, AddressSize);
58 E.End += AI->second.second;
63 if (E.Begin == 0 && E.End == 0)
H A DDWARFDebugLoc.h27 uint64_t End; member in struct:llvm::DWARFDebugLoc::Entry
/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp102 const char *End = P + Size; local
105 } while(P != End);
112 const char *End = P + Size; local
115 } while(P != End);
/external/llvm/lib/Support/
H A DStreamableMemoryObject.cpp23 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : argument
24 FirstChar(Start), LastChar(End) {
129 const unsigned char *Start, const unsigned char *End) {
130 return new RawMemoryObject(Start, End);
128 getNonStreamedMemoryObject( const unsigned char *Start, const unsigned char *End) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h40 int End; member in struct:live_intervals
/external/chromium_org/chrome/browser/ui/views/
H A Dcolor_chooser_win.cc29 virtual void End() OVERRIDE;
68 // Always call End() before destroying.
72 void ColorChooserWin::End() { function in class:ColorChooserWin
/external/chromium_org/ppapi/cpp/dev/
H A Dprinting_dev.cc51 void End(PP_Instance instance) { function in namespace:pp::__anon9969
72 &End,
/external/chromium_org/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.cc40 void SimplifiedGraphBuilder::End() { function in class:v8::internal::compiler::SimplifiedGraphBuilder
41 Node* end = graph()->NewNode(common()->End(), return_);
/external/clang/lib/Format/
H A DWhitespaceManager.h170 /// \brief Align trailing comments from change \p Start to change \p End at
172 void alignTrailingComments(unsigned Start, unsigned End, unsigned Column);
177 /// \brief Align escaped newlines from change \p Start to change \p End at
179 void alignEscapedNewlines(unsigned Start, unsigned End, unsigned Column);
/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCModule.h50 /// \brief Remap \p Atom to the given range, and update its Begin/End fields.
56 /// \brief Insert an atom in the module, using its Begin and End addresses.
96 MCTextAtom *createTextAtom(uint64_t Begin, uint64_t End);
97 MCDataAtom *createDataAtom(uint64_t Begin, uint64_t End);
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp48 for (Interval::node_iterator It = I->Nodes.begin(), End = I->Nodes.end();
49 It != End; ++It)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.h40 MCSymbol *End; member in struct:llvm::WinCodeViewLineTables::FunctionInfo
41 FunctionInfo() : End(nullptr) {}
142 } // End of namespace llvm

Completed in 533 milliseconds

1234567891011>>