Home
last modified time | relevance | path

Searched refs:result (Results 11301 - 11325 of 22598) sorted by relevance

1...<<451452453454455456457458459460>>...904

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Ddownload_asset_callback_manager_test.cpp107 int32_t result = 1; in HWTEST_F() local
109 callbackManager.OnDownloadFinshed(taskId, uri, result); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.h51 // connect result
101 * @param3 result Indicates the result.
106 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, const void *ctx);
123 * @param3 result Indicates the result.
126 void AttReceiveConfigRsp(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, const void *ctx);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.h79 * @param result indicates the outcome of the connection request
83 int L2CAP_ConnectRsp(uint16_t lcid, uint8_t id, uint16_t result, uint16_t status);
100 * @param result config result
103 int L2CAP_ConfigRsp(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, uint16_t result);
H A Dl2cap_le.h79 * @param result result of connection
82 int L2CAP_LeCreditBasedConnectionRsp(uint16_t lcid, uint8_t id, const L2capLeConfigInfo *cfg, uint16_t result);
192 * @param result result of the request
195 int L2CAP_LeConnectionParameterUpdateRsp(uint16_t aclHandle, uint8_t id, uint16_t result);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_common.h37 void SMP_NotifyCbPairRet(uint16_t handle, uint8_t status, const SMP_PairResult *result);
45 void SMP_NotifyCbResoRpa(uint8_t status, bool result, const uint8_t *addr, const uint8_t *irk);
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.h37 void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) override;
39 void OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) override;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/include/
H A Djs_fontdescriptor.h32 static napi_value CreateFontDescriptorArray(napi_env env, std::set<FontDescSharedPtr>& result);
33 static napi_value CreateFontDescriptor(napi_env env, FontDescSharedPtr& result);
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
H A Dlife_init.sh43 local result=$(echo "$result_left $result_right" \
45 if [ $result -gt 0 ]; then
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_vs_cpu_event_test.c80 FAIL_IF(event.result.enabled >= event.result.running); in ebb_vs_cpu_event()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
H A Dwide_access.c10 .result = res, \
47 .result = res, \
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_vs_cpu_event_test.c79 FAIL_IF(event.result.enabled >= event.result.running); in ebb_vs_cpu_event()
/test/testfwk/arkxtest/testserver/test/fuzztest/setpastedata_fuzzer/
H A Dsetpastedata_fuzzer.cpp42 int32_t result = testServerService->OnRemoteRequest(code, dataParcel, replyParcel, option); in DoFuzzTestServerSetPasteData() local
43 return result == ERR_NONE; in DoFuzzTestServerSetPasteData()
/third_party/elfutils/libdw/
H A Ddwarf_getlocation_die.c38 Dwarf_Die *result) in dwarf_getlocation_die()
89 if (__libdw_offdie (attr->cu->dbg, dieoff, result, in dwarf_getlocation_die()
37 dwarf_getlocation_die(Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Die *result) dwarf_getlocation_die() argument
/third_party/astc-encoder/Test/
H A Dastc_dump_binary.py56 result = sp.run(args, stdout=sp.PIPE, stderr=sp.PIPE,
63 lines = result.stdout.splitlines()
/third_party/curl/docs/examples/
H A Dmulti-app.c100 printf("HTTP transfer completed with status %d\n", msg->data.result); in main()
103 printf("FTP transfer completed with status %d\n", msg->data.result); in main()
/third_party/curl/lib/
H A Dcurl_addrinfo.h71 struct Curl_addrinfo **result);
96 const struct addrinfo *hints, struct addrinfo **result,
/third_party/gn/src/gn/
H A Dninja_target_command_util_unittest.cc43 ::testing::TestResult result(false, message.c_str()); in TestWriter()
44 ::testing::AssertHelper(__FILE__, __LINE__, result) = ::testing::Message(); in TestWriter()
/third_party/gn/tools/
H A Dfind_unreachable.py71 result = find_source_targets_from(unreachable, targets_graph) \
74 print('\n'.join(sorted(result)))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleFormatter.java120 * Formats the given values, replacing the contents of the result builder.
121 * May optimize by actually appending to the result if it is the same object
124 * @param result Gets its contents replaced by the formatted pattern and values.
130 * An argument value may be the same object as result.
132 * @return result
136 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
137 return SimpleFormatterImpl.formatAndReplace(compiledPattern, result, offsets, values); in formatAndReplace()
135 formatAndReplace( StringBuilder result, int[] offsets, CharSequence... values) formatAndReplace() argument
/third_party/icu/icu4c/source/i18n/
H A Dunumsys.cpp76 unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result, in unumsys_getDescription() argument
84 return descrip.extract(result, resultLength, *status); in unumsys_getDescription()
H A Dnumparse_decimal.h25 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
28 match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, UErrorCode& status) const;
H A Dnumparse_compositions.h54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
58 // void postProcess(ParsedNumber& result) const override;
76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
80 void postProcess(ParsedNumber& result) const override;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dformat.h127 * for deleting the result when done.
137 * @param appendTo Output parameter to receive result.
155 * @param appendTo Output parameter to receive result.
175 * @param appendTo Output parameter to receive result.
204 * with index == 0 will result in the number 12, with
206 * Parsing a second time will result in a failing UErrorCode since
218 * @param result Formattable to be set to the parse result.
228 Formattable& result,
237 * @param result Formattabl
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleFormatter.java116 * Formats the given values, replacing the contents of the result builder.
117 * May optimize by actually appending to the result if it is the same object
120 * @param result Gets its contents replaced by the formatted pattern and values.
126 * An argument value may be the same object as result.
128 * @return result
131 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
132 return SimpleFormatterImpl.formatAndReplace(compiledPattern, result, offsets, values); in formatAndReplace()
130 formatAndReplace( StringBuilder result, int[] offsets, CharSequence... values) formatAndReplace() argument
/third_party/icu/icu4c/source/common/
H A Duniquecharstr.h44 CharString *result = strings; in orphanCharStrings() local
46 return result; in orphanCharStrings()

Completed in 17 milliseconds

1...<<451452453454455456457458459460>>...904