Searched refs:formatted (Results 1 – 11 of 11) sorted by relevance
/system/tools/aidl/ |
D | code_writer.cpp | 46 std::string formatted; in Write() local 47 android::base::StringAppendV(&formatted, format, ap); in Write() 53 while (pos < formatted.size()) { in Write() 54 size_t line_end = formatted.find('\n', pos); in Write() 56 lines.push_back(formatted.substr(pos, (line_end - pos) + 1)); in Write() 59 lines.push_back(formatted.substr(pos)); in Write()
|
/system/extras/libjsonpb/verify/ |
D | test.cpp | 257 auto formatted = FormatJson(json, &scalar_); in TEST_F() local 258 ASSERT_TRUE(formatted.ok()) << formatted.error(); in TEST_F() 259 EXPECT_TRUE(IsJsonEq(json, *formatted)); in TEST_F() 273 auto formatted = FormatJson(json, &scalar_); in TEST_P() local 274 ASSERT_TRUE(formatted.ok()) << formatted.error(); in TEST_P() 275 EXPECT_FALSE(IsJsonEq(json, *formatted)) << message; in TEST_P()
|
/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 | 175 /// A buffer containing formatted log data. A flat array is used here to avoid
|
/system/core/libutils/ |
D | README | 273 or, formatted differently
|
/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/core/init/ |
D | README.md | 824 1) Well formatted action, service and import sections, e.g. no actions without a preceding 'on'
|
/system/media/audio_utils/ |
D | Doxyfile | 1864 # formatted so it can be parsed by a human reader. This is useful if you want to
|
D | Doxyfile.orig | 1864 # formatted so it can be parsed by a human reader. This is useful if you want to
|