Home
last modified time | relevance | path

Searched defs:FormatEntry (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DDeferredTranscript.java22 private final class FormatEntry { class in DeferredTranscript
27 public FormatEntry(String fmt, Object[] args) { in FormatEntry() method in DeferredTranscript.FormatEntry
/aosp_15_r20/system/extras/memory_replay/
H A DMemoryTrace.cpp148 static size_t FormatEntry(const Entry& entry, char* buffer, size_t buffer_len) { in FormatEntry() function
/aosp_15_r20/frameworks/av/media/libnblog/include/media/nblog/
H A DEntry.h184 explicit FormatEntry(const uint8_t *ptr) : AbstractEntry(ptr) {} in FormatEntry() function
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFboUtil.hpp176 typedef Pair<FormatFlags, FormatKeys> FormatEntry; typedef