Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 13 of 13) sorted by relevance

/system/tools/aidl/
Dcode_writer.cpp48 std::string formatted; in Write() local
49 android::base::StringAppendV(&formatted, format, ap); in Write()
55 while (pos < formatted.size()) { in Write()
56 size_t line_end = formatted.find('\n', pos); in Write()
58 lines.push_back(formatted.substr(pos, (line_end - pos) + 1)); in Write()
61 lines.push_back(formatted.substr(pos)); in Write()
Daidl_unittest.cpp3836 string formatted; in TEST_F() member
3863 for (const auto& [input, formatted] : testcases) { in TEST_F()
3864 EXPECT_EQ(formatted, FormatCommentsForJava(input)); in TEST_F()
/system/extras/libjsonpb/verify/
Dtest.cpp249 auto formatted = FormatJson(json, &scalar_); in TEST_F() local
250 ASSERT_TRUE(formatted.ok()) << formatted.error(); in TEST_F()
251 EXPECT_TRUE(IsJsonEq(json, *formatted)); in TEST_F()
264 auto formatted = FormatJson(json, &scalar_); in TEST_P() local
265 ASSERT_TRUE(formatted.ok()) << formatted.error(); in TEST_P()
266 EXPECT_FALSE(IsJsonEq(json, *formatted)) << message; in TEST_P()
/system/logging/rust/
Dlogger.rs95 let formatted = custom_format(r); in init() localVariable
96 writeln!(f, "{}", formatted) in init()
123 let formatted = custom_format(r); in init() localVariable
124 write!(f, "{}", formatted) in init()
/system/chre/external/
D.clang-format17 # External libraries shouldn't be formatted so they retain the format they were
/system/chre/chre_api/
D.clang-format17 # Legacy headers shouldn't be formatted so they retain the format they were
/system/bt/doc/
Dpts_guide.md39 - `PTS_SmpOptions` sets SMP Pair options (formatted as hex bytes) `auth, io,
/system/bt/service/doc/
DIBluetoothLowEnergy.txt80 * incorrectly formatted. Otherwise, the result of the operation will be
/system/chre/platform/shared/idl/
Dhost_messages.fbs200 /// A buffer containing formatted log data. A flat array is used here to avoid
281 /// A buffer containing formatted log data. A flat array is used here to avoid
/system/chre/pal/doc/
DDoxyfile273 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
275 # or free formatted code, this is the default for Fortran type files), VHDL. For
1947 # formatted so it can be parsed by a human reader. This is useful if you want to
/system/chre/chre_api/doc/
DDoxyfile273 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
275 # or free formatted code, this is the default for Fortran type files), VHDL. For
1947 # formatted so it can be parsed by a human reader. This is useful if you want to
/system/media/audio_utils/
DDoxyfile304 # Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
305 # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
306 # tries to guess whether the code is fixed or free formatted code, this is the
2065 # formatted so it can be parsed by a human reader. This is useful if you want to
/system/core/init/
DREADME.md935 1) Well formatted action, service and import sections, e.g. no actions without a preceding 'on'