Home
last modified time | relevance | path

Searched defs:Format (Results 1 – 18 of 18) sorted by relevance

/system/logging/logd/
DPruneList.cpp31 std::string Prune::Format() const { in Format() function in Prune
167 std::string PruneList::Format() const { in Format() function in PruneList
DLogTags.cpp138 const std::string& Format, const char* source, in AddEventLogTags()
262 std::string Format(format, cp - format); in ReadFileEventLogTags() local
320 std::string Format; in ReadPersistEventLogTags() local
514 std::string Format = (iform != tag2format.end()) ? iform->second : ""; in WritePmsgEventLogTags() local
DLogStatistics.cpp595 std::string LogStatistics::Format(uid_t uid, pid_t pid, unsigned int logMask) const { in Format() function in LogStatistics
/system/memory/libmeminfo/include/meminfo/
Dprocmeminfo.h178 enum class Format { INVALID = 0, RAW, JSON, CSV }; enum
/system/linkerconfig/
DREADME.md31 #### Format subsubsection
/system/vold/fs/
DF2fs.cpp75 status_t Format(const std::string& source, bool is_zoned, in Format() function
DExt4.cpp159 status_t Format(const std::string& source, unsigned long numSectors, const std::string& target) { in Format() function
DExfat.cpp101 status_t Format(const std::string& source) { in Format() function
DVfat.cpp227 status_t Format(const std::string& source, unsigned long numSectors) { in Format() function
/system/core/init/
Dkeychords_test.cpp264 std::string TestFrame::Format(const std::vector<std::vector<int>>& chords) { in Format() function in android::init::__anon1e896e400111::TestFrame
276 std::string TestFrame::Format() const { in Format() function in android::init::__anon1e896e400111::TestFrame
/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp42 using Format = ::android::meminfo::Format; typedef
/system/cros-codecs/src/video_frame/
Dframe_pool.rs72 fn process_dqbuf(&mut self, device: Arc<Device>, format: &Format, buf: &V4l2Buffer) { in process_dqbuf()
Dv4l2_mmap_video_frame.rs153 fn process_dqbuf(&mut self, device: Arc<Device>, format: &Format, buf: &V4l2Buffer) { in process_dqbuf()
Dgeneric_dma_video_frame.rs526 fn process_dqbuf(&mut self, _device: Arc<Device>, _format: &Format, _buf: &V4l2Buffer) {} in process_dqbuf()
Dgbm_video_frame.rs395 fn process_dqbuf(&mut self, _device: Arc<Device>, _format: &Format, _buf: &V4l2Buffer) {} in process_dqbuf()
/system/gsid/
Dpartition_installer.cpp296 bool PartitionInstaller::Format() { in Format() function in android::gsi::PartitionInstaller
/system/cros-codecs/src/
Dvideo_frame.rs274 fn process_dqbuf(&mut self, device: Arc<Device>, format: &Format, buf: &V4l2Buffer); in process_dqbuf()
/system/logging/liblog/tests/
Dliblog_benchmark.cpp977 std::string Format(format, len); in BM_lookupEventTagNum_logd_existing() local