Searched refs:Success (Results 1 – 14 of 14) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestIntrospectionControl.cpp | 277 enum class Success : uint32_t { enum 330 bool hasBit(Success mask, Success bit) { in hasBit() 337 Success clearBit(Success mask, Success bit) { in clearBit() 341 return static_cast<Success>(static_cast<uint32_t>(mask) & ~bitAsInt); in clearBit() 344 std::ostream& operator<<(std::ostream& os, Success success) { in operator <<() 346 case Success::FAIL_LAUNCH: in operator <<() 348 case Success::FAIL_WAIT: in operator <<() 350 case Success::PASS_CPU: in operator <<() 356 static const std::vector<std::pair<Success, const char*>> bits = { in operator <<() 357 {Success::PASS_BIT, "PASS"}, in operator <<() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Resolver.h | 31 enum Action { Success, Warning, Abort, LastAction }; enumerator
|
/frameworks/base/cmds/incident_helper/tests/ |
D | BatteryTypeParser_test.cpp | 52 TEST_F(BatteryTypeParserTest, Success) { in TEST_F() argument
|
D | PageTypeInfoParser_test.cpp | 52 TEST_F(PageTypeInfoParserTest, Success) { in TEST_F() argument
|
D | CpuFreqParser_test.cpp | 52 TEST_F(CpuFreqParserTest, Success) { in TEST_F() argument
|
D | EventLogTagsParser_test.cpp | 52 TEST_F(EventLogTagsParserTest, Success) { in TEST_F() argument
|
D | CpuInfoParser_test.cpp | 52 TEST_F(CpuInfoParserTest, Success) { in TEST_F() argument
|
/frameworks/base/libs/hwui/ |
D | Readback.h | 36 Success = 0, enumerator
|
D | Readback.cpp | 100 copyResult = CopyResult::Success; in copyLayerInto() 153 copyResult = CopyResult::Success; in copyImageInto()
|
/frameworks/ml/nn/tools/systrace_parser/parser/test/ |
D | large_test.sh | 44 echo Success
|
/frameworks/av/drm/mediacas/plugins/clearkey/tests/ |
D | ClearKeyFetcherTest.cpp | 90 TEST_F(ClearKeyFetcherTest, Success) { in TEST_F() argument
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | types.hal | 21 NO_ERROR = 0, // Success
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 169 return thread.readback().copyLayerInto(layer, &bitmap) == CopyResult::Success; in copyLayerInto()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 138 // Mapping of Error/Success codes to the number of background scans that resulted in it
|