/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 217 std::ostringstream oss; in TEST_F() local 218 oss << "UNKNOWN_EVENT"; in TEST_F() 219 ASSERT_STREQ(oss.str().c_str(), in TEST_F() 239 std::ostringstream oss; in TEST_F() local 240 oss << "UNKNOWN MSG ID"; in TEST_F() 241 ASSERT_STREQ(oss.str().c_str(), in TEST_F() 266 std::ostringstream oss; in TEST_F() local 267 oss << "UNKNOWN PROPERTY ID"; in TEST_F() 268 ASSERT_STREQ(oss.str().c_str(), in TEST_F() 300 std::ostringstream oss; in TEST_F() local [all …]
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalDevice.cpp | 85 std::ostringstream oss; in toString() local 86 oss << "["; in toString() 88 if (i != 0) oss << ", "; in toString() 89 oss << dimensions[i]; in toString() 91 oss << "]"; in toString() 92 return oss.str(); in toString()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomGraphGeneratorUtils.cpp | 42 std::ostringstream oss; in getElapsedTime() local 43 oss << std::setfill('0') << std::setw(2) << hour << ":" << std::setw(2) << minutes << ":" in getElapsedTime() 45 return oss.str(); in getElapsedTime()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_test.cc | 146 std::ostringstream oss; in Hex16() local 147 oss << "0x" << std::hex << std::setw(4) << std::setfill('0') << n; in Hex16() 148 return oss.str(); in Hex16() 415 std::ostringstream oss; in TEST_F() local 416 oss << "unknown_sco_state: " << std::numeric_limits<std::uint16_t>::max(); in TEST_F() 417 ASSERT_STREQ(oss.str().c_str(), in TEST_F()
|
/packages/modules/Bluetooth/system/gd/common/testing/host/ |
D | log_capture.cc | 117 std::ostringstream oss; in Read() local 123 oss << buf; in Read() 126 return oss.str(); in Read()
|
/packages/modules/NeuralNetworks/common/ |
D | GraphDump.cpp | 115 std::ostringstream oss; in translate() local 116 oss << type; in translate() 117 return oss.str(); in translate()
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | TypeUtils.h | 173 std::ostringstream oss; in toString() local 174 oss << "(" << pair.first << ", " << pair.second << ")"; in toString() 175 return oss.str(); in toString()
|
/packages/modules/Bluetooth/system/device/fuzzer/ |
D | README.md | 48 * https://github.com/google/oss-fuzz
|
/packages/modules/Bluetooth/system/btcore/fuzzer/ |
D | README.md | 56 * https://github.com/google/oss-fuzz
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | Validation.cpp | 253 std::ostringstream oss; in validateTiming() local 254 oss << "Timing::timeOnDevice (" << timing.timeOnDevice.value() in validateTiming() 256 return oss.str(); in validateTiming() 1757 std::ostringstream oss; in validateOperationButNotOperandsImpl() local 1758 oss << operation.type; in validateOperationButNotOperandsImpl() 1759 const std::string name = oss.str(); in validateOperationButNotOperandsImpl()
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | README.md | 92 * https://github.com/google/oss-fuzz
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |