/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | download_asset_callback_manager_test.cpp | 107 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 D | att_connect.h | 51 // 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 D | l2cap.h | 79 * @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 D | l2cap_le.h | 79 * @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 D | smp_common.h | 37 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 D | dhcp_client_callback_stub.h | 37 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 D | js_fontdescriptor.h | 32 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 D | life_init.sh | 43 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 D | ebb_vs_cpu_event_test.c | 80 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 D | wide_access.c | 10 .result = res, \ 47 .result = res, \
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_vs_cpu_event_test.c | 79 FAIL_IF(event.result.enabled >= event.result.running); in ebb_vs_cpu_event()
|
/test/testfwk/arkxtest/testserver/test/fuzztest/setpastedata_fuzzer/ |
H A D | setpastedata_fuzzer.cpp | 42 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 D | dwarf_getlocation_die.c | 38 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 D | astc_dump_binary.py | 56 result = sp.run(args, stdout=sp.PIPE, stderr=sp.PIPE, 63 lines = result.stdout.splitlines()
|
/third_party/curl/docs/examples/ |
H A D | multi-app.c | 100 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 D | curl_addrinfo.h | 71 struct Curl_addrinfo **result); 96 const struct addrinfo *hints, struct addrinfo **result,
|
/third_party/gn/src/gn/ |
H A D | ninja_target_command_util_unittest.cc | 43 ::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 D | find_unreachable.py | 71 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 D | SimpleFormatter.java | 120 * 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 D | unumsys.cpp | 76 unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result, in unumsys_getDescription() argument 84 return descrip.extract(result, resultLength, *status); in unumsys_getDescription()
|
H A D | numparse_decimal.h | 25 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override; 28 match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, UErrorCode& status) const;
|
H A D | numparse_compositions.h | 54 // 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 D | format.h | 127 * 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 D | SimpleFormatter.java | 116 * 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 D | uniquecharstr.h | 44 CharString *result = strings; in orphanCharStrings() local 46 return result; in orphanCharStrings()
|