Home
last modified time | relevance | path

Searched refs:results (Results 1101 - 1125 of 1616) sorted by relevance

1...<<41424344454647484950>>...65

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtrap.c12 void* env, const wasm_val_t args[], wasm_val_t results[] in fail_callback()
H A Dserialize.cc12 const wasm::Val args[], wasm::Val results[]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-spi.h65 // results. This reporter will only catch failures generated in the current
106 SingleFailureChecker(const TestPartResultArray* results,
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h66 // results. This reporter will only catch failures generated in the current
104 SingleFailureChecker(const TestPartResultArray* results,
/third_party/python/Lib/test/
H A Dtest_cmd.py256 r=tracer.results()
257 print("Writing coverage results...")
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc990 CordRep* node; // nullptr means concat last 2 results.
996 absl::InlinedVector<CordRep*, kInlinedVectorSize> results; in NewSubRange() local
1007 assert(results.size() >= 2); in NewSubRange()
1008 CordRep* right = results.back(); in NewSubRange()
1009 results.pop_back(); in NewSubRange()
1010 CordRep* left = results.back(); in NewSubRange()
1011 results.pop_back(); in NewSubRange()
1012 results.push_back(Concat(left, right)); in NewSubRange()
1014 results.push_back(CordRep::Ref(node)); in NewSubRange()
1020 results in NewSubRange()
[all...]
/base/security/access_token/services/privacymanager/src/database/
H A Dpermission_used_record_db.cpp175 const GenericValues& andConditions, std::vector<GenericValues>& results, int32_t databaseQueryCount) in FindByConditions()
204 results.emplace_back(value); in FindByConditions()
286 std::vector<GenericValues>& results) in Query()
310 results.emplace_back(value); in Query()
174 FindByConditions(DataType type, const std::set<int32_t>& opCodeList, const GenericValues& andConditions, std::vector<GenericValues>& results, int32_t databaseQueryCount) FindByConditions() argument
285 Query(DataType type, const GenericValues& conditionValue, std::vector<GenericValues>& results) Query() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp649 std::vector<std::shared_ptr<AppExecFwk::DataAbilityResult>> results = ExecuteBatch(operations); in ExecuteBatchInner() local
650 int total = (int)results.size(); in ExecuteBatchInner()
657 if (results[i] == nullptr) { in ExecuteBatchInner()
659 "null results[i], index: %{public}d", i); in ExecuteBatchInner()
662 if (!reply.WriteParcelable(results[i].get())) { in ExecuteBatchInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp122 void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) override
126 observers_->ForEach([this, results](IBluetoothBleCentralManagerCallback *observer) {
134 for (auto iter = results.begin(); iter != results.end(); iter++) {
/foundation/filemanagement/user_file_service/test/unittest/
H A Dfile_access_ext_stub_impl_test.cpp621 vector<string> results; in HWTEST_F() local
623 int result = impl.Query(uri, columns, results); in HWTEST_F()
648 vector<string> results; in HWTEST_F() local
650 int result = impl.Query(uri, columns, results); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp342 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in ChangeUri() local
343 unique_ptr<RingtoneAsset> ringtoneAsset = results->GetFirstObject(); in ChangeUri()
370 auto results = make_unique<RingtoneFetchResult<VibrateAsset>>(move(resultSet)); in ChangeHapticsUri() local
372 unique_ptr<VibrateAsset> vibrateAssetByUri = results->GetFirstObject(); in ChangeHapticsUri()
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_common.cpp97 napi_value results[ARGS_TWO] = {nullptr}; in SetCallbackInfo() local
98 results[PARAM_FIRST] = GetErrorValue(env, errorCode); in SetCallbackInfo()
99 results[PARAM_SECOND] = result; in SetCallbackInfo()
100 NAPI_CALL_RETURN_VOID(env, napi_call_function(env, undefined, callback, ARGS_TWO, &results[PARAM_FIRST], in SetCallbackInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_autolaunch_test.cpp443 vector<DBStatus> results = {INVALID_ARGS, OK, OK, INVALID_ARGS, OK, OK, OK, OK, OK, OK, INVALID_ARGS}; in HWTEST_F() local
450 if (results[index] == OK) { in HWTEST_F()
458 EXPECT_EQ(status, results[index]); in HWTEST_F()
463 if (results[index] == OK) { in HWTEST_F()
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp434 vector<DBStatus> results = {INVALID_ARGS, OK, OK, INVALID_ARGS, OK, OK, OK, OK, OK, OK, INVALID_ARGS}; in HWTEST_F() local
441 if (results[index] == OK) { in HWTEST_F()
449 EXPECT_EQ(status, results[index]); in HWTEST_F()
454 if (results[index] == OK) { in HWTEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSampleVariablesTests.cpp461 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate()
462 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate()
766 tcu::TextureLevel results(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, in iterate()
768 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_helper.cpp722 std::vector<std::shared_ptr<DataAbilityResult>> results; in ExecuteBatch() local
726 results = dataAbilityHelperImpl->ExecuteBatch(uri, operations); in ExecuteBatch()
731 return results; in ExecuteBatch()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp310 std::vector<std::string> results; in DoSomethingInterestingWithMyAPI() local
311 bundleMgrProxy.CompileProcessAOT(bundleName, "none", false, results); in DoSomethingInterestingWithMyAPI()
313 bundleMgrProxy.CopyAp(bundleName, false, results); in DoSomethingInterestingWithMyAPI()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_sta_interface.c243 WifiErrorNo GetScanInfos(ScanInfo *results, int *size) in GetScanInfos() argument
246 if (results == NULL || size == NULL || *size == 0) { in GetScanInfos()
253 int ret = pStaIfc->wpaCliCmdScanInfo(pStaIfc, results, size); in GetScanInfos()
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_stub_impl.cpp190 int DataShareStubImpl::BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) in BatchUpdate() argument
209 std::function<bool()> getRetFunc = [&results, extension]() -> bool { in BatchUpdate()
214 extension->GetResult(results); in BatchUpdate()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_dbg_hsi.h886 * for idle check results.
902 * qed_dbg_idle_chk_dump: Performs idle check and writes the results
924 * for mcp trace results.
942 * qed_dbg_mcp_trace_dump(): Performs mcp trace and writes the results
968 * for grc trace fifo results.
983 * qed_dbg_reg_fifo_dump(): Reads the reg fifo and writes the results into
1006 * for the IGU fifo results.
1022 * qed_dbg_igu_fifo_dump(): Reads the IGU fifo and writes the results into
1045 * buffer size for protection override window results.
1062 * entries and writes the results int
[all...]
/third_party/python/Lib/asyncio/
H A Dtasks.py561 When waiting for the yielded coroutines you'll get the results (or
719 """Return a future aggregating results from the given coroutines/futures.
727 results (in the order of the original sequence, not necessarily
728 the order of results arrival). If *return_exceptions* is True,
730 results, and gathered in the result list; otherwise, the first
779 # All futures are done; create a list of results
781 results = []
788 # to 'results' instead of raising it, don't bother
798 results.append(res)
807 outer.set_result(results)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp375 std::vector<float> results(count);
380 deMemcpy(&results[0], pFloatData, sizeof(float) * count);
383 return results;
609 // Clear the results buffer
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp164 std::stringstream results; \
166 results << result[i] << " "; \
167 stream << enumString + std::string(",") + results.str() << std::endl; \
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java511 Collection<ByteString> results = new ArrayList<ByteString>(); in readFrom()
521 results.add(chunk); in readFrom()
525 return ByteString.copyFrom(results); in readFrom()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp375 std::vector<float> results(count);
380 deMemcpy(&results[0], pFloatData, sizeof(float) * count);
383 return results;
593 // Clear the results buffer

Completed in 29 milliseconds

1...<<41424344454647484950>>...65