/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_sta_interface.h | 102 * @param results - Scan result array. 107 WifiErrorNo GetScanInfos(ScanInfo *results, int *size);
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/ |
H A D | datashare_proxy.h | 45 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) override;
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | idatashare.h | 49 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) = 0;
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_ext_ability.cpp | 97 int DataShareExtAbility::BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) in BatchUpdate() argument
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/ |
H A D | datashare_stub_impl.h | 49 int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) override;
|
H A D | datashare_stub.h | 58 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) override;
|
H A D | datashare_ext_ability.h | 142 * @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 D | fileaccessextabilitymock.h | 51 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 D | file_access_ext_ability_mock.h | 45 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 D | acstruct.h | 85 union acpi_generic_state *results; /* Stack of accumulated results */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.h | 56 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 D | whiteheat.h | 294 __u8 results[32]; /* test-dependent results */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.h | 56 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 D | acstruct.h | 85 union acpi_generic_state *results; /* Stack of accumulated results */ member
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | whiteheat.h | 294 __u8 results[32]; /* test-dependent results */ member
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-spi.h | 65 // results. This reporter will only catch failures generated in the current 106 SingleFailureChecker(const TestPartResultArray* results,
|
/third_party/mbedtls/tests/scripts/ |
H A D | run-test-suites.pl | 22 Execute all the test suites and print a summary of the results.
|
/third_party/ltp/pan/cgi/ |
H A D | results.cgi | 15 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 D | hello.cc | 12 const wasm::Val args[], wasm::Val results[]
|
H A D | trap.c | 12 void* env, const wasm_val_t args[], wasm_val_t results[] in fail_callback()
|
H A D | serialize.cc | 12 const wasm::Val args[], wasm::Val results[]
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-spi.h | 65 // 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 D | gtest-spi.h | 66 // results. This reporter will only catch failures generated in the current 104 SingleFailureChecker(const TestPartResultArray* results,
|
/third_party/python/Lib/test/ |
H A D | test_cmd.py | 256 r=tracer.results() 257 print("Writing coverage results...")
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_scheduler_stub.cpp | 649 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()
|