Home
last modified time | relevance | path

Searched defs:AddSegment (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h42 inline StringRef getInstrProfCountersSectionName(bool AddSegment) { in getInstrProfCountersSectionName()
49 inline StringRef getInstrProfNameSectionName(bool AddSegment) { in getInstrProfNameSectionName()
56 inline StringRef getInstrProfDataSectionName(bool AddSegment) { in getInstrProfDataSectionName()
63 inline StringRef getInstrProfValuesSectionName(bool AddSegment) { in getInstrProfValuesSectionName()
70 inline StringRef getInstrProfVNodesSectionName(bool AddSegment) { in getInstrProfVNodesSectionName()
83 inline StringRef getInstrProfCoverageSectionName(bool AddSegment) { in getInstrProfCoverageSectionName()
/aosp_15_r20/external/pdfium/public/
H A Dfpdf_dataavail.h87 void (*AddSegment)(struct _FX_DOWNLOADHINTS* pThis, member
/aosp_15_r20/external/pdfium/testing/
H A Dfake_file_access.cpp88 void FakeFileAccess::AddSegment(size_t offset, size_t size) { in AddSegment() function in FakeFileAccess
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc139 void ELF::AddSegment(int start, int end, uint32_t type, uint32_t flags) { in AddSegment() function in google_breakpad::synth_elf::ELF
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_dataavail.cpp111 void AddSegment(FX_FILESIZE offset, size_t size) override { in AddSegment() function in __anon2fe3d1030111::FPDF_DownloadHintsContext
/aosp_15_r20/external/deqp-deps/amber/src/
Dformat.cc127 bool Format::AddSegment(const Segment& seg) { in AddSegment() function in amber::Format
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_read_validator_unittest.cpp53 void AddSegment(FX_FILESIZE offset, size_t size) override { in AddSegment() function in __anoncc04b3650111::MockDownloadHints
/aosp_15_r20/external/cronet/components/metrics/
H A Dpersistent_system_profile.cc155 bool PersistentSystemProfile::RecordAllocator::AddSegment(size_t min_size) { in AddSegment() function in metrics::PersistentSystemProfile::RecordAllocator
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py615 …def AddSegment(self, segname, filename, start, end, length, output, quantize, jetevents, dlsfile, … member in JetFile