/frameworks/ml/nn/runtime/test/ |
D | TestIntrospectionControl.cpp | 277 enum class Success { enum 295 std::ostream& operator<<(std::ostream& os, Success success) { in operator <<() 303 std::map<Success, Timing> expectedTimingMap = { 304 {Success::PASS_NEITHER, kBadTiming}, 305 {Success::PASS_DEVICE, 307 {Success::PASS_DRIVER, 309 {Success::PASS_BOTH, kGoodTiming}, 310 {Success::FAIL_LAUNCH, kBadTiming}, 311 {Success::FAIL_WAIT, kBadTiming}}; 313 std::set<Success> expectedPassSet = {Success::PASS_NEITHER, Success::PASS_DEVICE, [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/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonParser.cs | 790 if (!match.Success) in MergeTimestamp() 866 if (!match.Success) in MergeDuration()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 168 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
|