/external/opencv3/modules/core/include/opencv2/core/ |
cvstd.inl.hpp | 172 std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd) 174 fmtd->reset(); 175 for(const char* str = fmtd->next(); str; str = fmtd->next())
|
operations.hpp | 377 int print(Ptr<Formatted> fmtd, FILE* stream = stdout) 380 fmtd->reset(); 381 for(const char* str = fmtd->next(); str; str = fmtd->next())
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRegressionTest.java | 61 StringBuffer fmtd = new StringBuffer(""); local 63 fmtd = sdf.format(today, fmtd, pos); 64 logln("today: " + fmtd); 635 StringBuffer fmtd = new StringBuffer(""); local 637 fmtd = df.format(dt, fmtd, pos); 638 logln(fmtd.toString()); [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmrgts.cpp | 89 UnicodeString fmtd; local 92 fmtd = sdf->format(today, fmtd, pos); 93 logln("today: " + fmtd); 958 UnicodeString fmtd; local 960 fmtd = df->format(dt, fmtd, pos); 961 logln(fmtd); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRegressionTest.java | 57 StringBuffer fmtd = new StringBuffer(""); local 59 fmtd = sdf.format(today, fmtd, pos); 60 logln("today: " + fmtd); 631 StringBuffer fmtd = new StringBuffer(""); local 633 fmtd = df.format(dt, fmtd, pos); 634 logln(fmtd.toString()); [all...] |
/external/libedit/src/ |
terminal.c | 1469 static const char fmts[] = "%s\\n", fmtd[] = "%d\\n"; local [all...] |
/external/opencv3/modules/java/generator/src/cpp/ |
Mat.cpp | 2178 Ptr<Formatted> fmtd = Formatter::get()->format(*me); local [all...] |
/system/core/libpixelflinger/codeflinger/ |
mips64_disassem.c | 101 "fmtc", "fmtd", "fmte", "fmtf"
|
mips_disassem.c | 125 "fmtc", "fmtd", "fmte", "fmtf"
|
/prebuilts/libs/libedit/linux-x86/lib/ |
libedit.a | [all...] |