Home
last modified time | relevance | path

Searched refs:results (Results 1001 - 1025 of 1501) sorted by relevance

1...<<41424344454647484950>>...61

/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_sta_interface.h102 * @param results - Scan result array.
107 WifiErrorNo GetScanInfos(ScanInfo *results, int *size);
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_proxy.h45 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) override;
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Didatashare.h49 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_ext_ability.cpp97 int DataShareExtAbility::BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) in BatchUpdate() argument
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Ddatashare_stub_impl.h49 int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) override;
H A Ddatashare_stub.h58 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) override;
H A Ddatashare_ext_ability.h142 * @param results Indicates the number of data records updated.
144 * @return Return the execution results of batch updates.
146 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results);
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/
H A Dfileaccessextabilitymock.h51 int Query(const Uri &uri, std::vector<std::string> &columns, std::vector<std::string> &results) override
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dfile_access_ext_ability_mock.h45 MOCK_METHOD3(Query, int(const Uri &uri, std::vector<std::string> &columns, std::vector<std::string> &results));
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacstruct.h85 union acpi_generic_state *results; /* Stack of accumulated results */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.h56 int efx_mcdi_phy_run_tests(struct efx_nic *efx, int *results, unsigned int flags);
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dwhiteheat.h294 __u8 results[32]; /* test-dependent results */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.h56 int efx_mcdi_phy_run_tests(struct efx_nic *efx, int *results, unsigned int flags);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacstruct.h85 union acpi_generic_state *results; /* Stack of accumulated results */ member
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dwhiteheat.h294 __u8 results[32]; /* test-dependent results */ member
/third_party/googletest/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/mbedtls/tests/scripts/
H A Drun-test-suites.pl22 Execute all the test suites and print a summary of the results.
/third_party/ltp/pan/cgi/
H A Dresults.cgi15 unless (chdir("/usr/tests/ltp/results")) {
16 failure("Could not get to the results directory\n");
78 s/(\S+)/<a href="results.cgi?get_df=$host.$datestr.$suite.driver&zoom_tag=\1">\1<\/a>/;
91 %results = ();
93 # run through the files in the results directory
105 $results{ $a_rec->{DRIVER_FILE} } = $a_rec;
111 @ri = values %results;
149 print " [<a href=\"results.cgi?get_df=$rp->{DRIVER_FILE}\">driver output</a>]";
150 print " [<a href=\"results.cgi?get_df=$thishost.$thisdate.$thissuite.scanner\">results</
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhello.cc12 const wasm::Val args[], wasm::Val results[]
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...")
/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()

Completed in 11 milliseconds

1...<<41424344454647484950>>...61