Searched refs:formatted (Results 1 – 13 of 13) sorted by relevance
/system/tools/aidl/ |
D | code_writer.cpp | 48 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()
|
D | aidl_unittest.cpp | 3836 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/ |
D | test.cpp | 249 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/ |
D | logger.rs | 95 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-format | 17 # External libraries shouldn't be formatted so they retain the format they were
|
/system/chre/chre_api/ |
D | .clang-format | 17 # Legacy headers shouldn't be formatted so they retain the format they were
|
/system/bt/doc/ |
D | pts_guide.md | 39 - `PTS_SmpOptions` sets SMP Pair options (formatted as hex bytes) `auth, io,
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergy.txt | 80 * incorrectly formatted. Otherwise, the result of the operation will be
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 200 /// 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/ |
D | Doxyfile | 273 # 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/ |
D | Doxyfile | 273 # 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/ |
D | Doxyfile | 304 # 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/ |
D | README.md | 935 1) Well formatted action, service and import sections, e.g. no actions without a preceding 'on'
|