Searched refs:Success (Results 1 – 7 of 7) sorted by relevance
22 public enum StatusCode {Success, FileNotFound, Unspecified} enumConstant65 if (getStatusCode() != that.getStatusCode() || getStatusCode() != StatusCode.Success) {
31 Success = 0, enumerator
240 return CopyResult::Success; in copyTextureInto()272 return CopyResult::Success == copyTextureInto(Caches::getInstance(), in copyLayerInto()
31 enum Action { Success, Warning, Abort, LastAction }; enumerator
90 TEST_F(ClearKeyFetcherTest, Success) { in TEST_F() argument
108 copyResult = CopyResult::Success; in copyImageInto()
138 // Mapping of Error/Success codes to the number of background scans that resulted in it