Home
last modified time | relevance | path

Searched defs:results (Results 226 - 250 of 710) sorted by relevance

12345678910>>...29

/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py145 results = [] variable in Benchmark
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp66 const deUint16* results = reinterpret_cast<const deUint16*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat16() local
95 const deUint32* results = reinterpret_cast<const deUint32*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat32() local
131 const deUint64* results = reinterpret_cast<const deUint64*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat64() local
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_buffer_test.cc76 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; in TEST_F() local
109 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; in TEST_F() local
142 std::vector<float> results = {1.f, 2.f, 3.f, 4.f}; in TEST_F() local
175 std::vector<float> results = {1.f, 2.f, 0.f, 0.f, 3.f, 4.f, 0.f, 0.f}; TEST_F() local
207 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; TEST_F() local
239 std::vector<uint32_t> results = {1, 0, 0, 0, 2, 0, 0, 0, 3, 0, TEST_F() local
273 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; TEST_F() local
302 std::vector<uint32_t> results = {1, 2, 3, 4}; TEST_F() local
331 std::vector<float> results = {1, 2, 3, 4}; TEST_F() local
360 std::vector<uint32_t> results = {5, 5, 5, 5, 5}; TEST_F() local
389 std::vector<float> results = {5.2f, 5.2f, 5.2f, 5.2f, 5.2f}; TEST_F() local
419 std::vector<uint8_t> results = {2, 3, 4, 5, 6}; TEST_F() local
450 std::vector<float> results = {2.2f, 3.3f, 4.4f, 5.5f, 6.6f}; TEST_F() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultisampleCompatibilityTest.cpp186 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local
242 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local
[all...]
H A DFramebufferMixedSamplesTest.cpp192 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local
237 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local
[all...]
/third_party/skia/src/core/
H A DSkPathEffect.cpp36 bool SkPathEffectBase::asPoints(PointData* results, const SkPath& src, in asPoints() argument
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_integer_sequence.cpp245 uint8_t results[68]; in decode_ise() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_fluent.cpp295 auto results = new UFormattedNumberRangeData(); in formatFormattableRange() local
322 formatImpl( UFormattedNumberRangeData& results, bool equalBeforeRounding, UErrorCode& status) const formatImpl() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_benchmarks.cc94 void Print(const char* name, const size_t n, const Result (&results)[N], in Print() argument
130 Result results[N]; in Measure() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h277 const std::initializer_list<bool> results = { in ForEachParameter() local
/third_party/skia/buildtools/checkdeps/
H A Dcheckdeps_test.py15 import results namespace
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp50 NegativeTestContext(ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLogging_) NegativeTestContext() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp66 const deUint16* results = reinterpret_cast<const deUint16*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat16() local
95 const deUint32* results = reinterpret_cast<const deUint32*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat32() local
131 const deUint64* results = reinterpret_cast<const deUint64*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat64() local
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb.cpp231 FindSubPath( const DataType type, const std::string& filePath, std::vector<GenericValues>& results) FindSubPath() argument
266 Find(const DataType type, const GenericValues& conditions, const GenericValues& symbols, std::vector<GenericValues>& results) Find() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp187 napi_value results[ARGS_TWO] = {nullptr}; in SetCallback() local
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_set_param.cpp356 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() local
373 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() local
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp45 AddMimeInputToWant(const NotificationUserInput &userInput, AAFwk::Want &want, const std::map<std::string, std::shared_ptr<Uri>> &results) AddMimeInputToWant() argument
/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dprivacy_kit.cpp213 GetPermissionUsedTypeInfos(const AccessTokenID tokenId, const std::string& permissionName, std::vector<PermissionUsedTypeInfo>& results) GetPermissionUsedTypeInfos() argument
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Daccess_token_db.cpp310 Find(AtmDataType type, const GenericValues& conditionValue, std::vector<GenericValues>& results) Find() argument
/base/security/access_token/services/privacymanager/test/unittest/
H A Dpermission_record_db_test.cpp529 std::vector<GenericValues> results; in HWTEST_F() local
604 std::vector<GenericValues> results; in HWTEST_F() local
672 std::vector<GenericValues> results; in HWTEST_F() local
730 std::vector<GenericValues> results; HWTEST_F() local
[all...]
/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp301 std::vector<PermissionUsedTypeInfo> results; in DumpUsedTypeInfo() local
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp197 std::smatch results; in RegexMatchMmi() local
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp148 napi_value results[2] = { 0 }; in SetCallback() local
/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/
H A Dco_auth_client_fuzzer.cpp69 int32_t OnGetProperty(const Attributes &conditions, Attributes &results) in OnGetProperty() argument
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1331 char16_t results[] = {0x41, 0xc4, 0x5218, 0xd83d, 0xdc05, 0xf405}; in HWTEST_F() local
1359 char16_t results[] = {0x4100, 0x4200, 0x4300}; in HWTEST_F() local

Completed in 19 milliseconds

12345678910>>...29