Home
last modified time | relevance | path

Searched refs:result (Results 9526 - 9550 of 20878) sorted by relevance

1...<<381382383384385386387388389390>>...836

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_controller_baseband.c132 int result; in HCI_WriteCurrentIacLap() local
148 result = HciSendCmd(cmd); in HCI_WriteCurrentIacLap()
152 result = BT_NO_MEMORY; in HCI_WriteCurrentIacLap()
155 return result; in HCI_WriteCurrentIacLap()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h70 // L2cap connection response result
84 // L2cap config response result
159 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx);
165 void (*recvConfigRsp)(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx);
198 // L2CAP CONNECTION PARAMETER UPDATE RESPONSE result
202 // L2cap Credit Based Connection response result
228 uint16_t lcid, const L2capConnectionInfo *info, const L2capLeConfigInfo *cfg, uint16_t result, void *ctx);
273 void (*recvLeConnectionParameterUpdateRsp)(uint16_t aclHandle, uint16_t result, void *ctx);
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_observer_callback.cpp48 const char* fieldStr, const std::vector<std::string> listValue, napi_value& result) in SetValueArray()
66 status = napi_set_named_property(env, result, fieldStr, value); in SetValueArray()
104 napi_value result = nullptr; in NapiWorkScope() local
105 ret = napi_call_function(param->napiObserver->env_, global, callback, ARGS_ONE, args, &result); in NapiWorkScope()
47 SetValueArray(const napi_env& env, const char* fieldStr, const std::vector<std::string> listValue, napi_value& result) SetValueArray() argument
/test/testfwk/arkxtest/testserver/src/service/
H A Dtest_server_service.cpp96 bool result = true; in CreateSession() local
98 result = sessionToken.AddDeathRecipient( in CreateSession()
101 result = false; in CreateSession()
103 if (!result) { in CreateSession()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Drepeater_helper.py94 if testcase.attrib.get(ReportConstant.result,
107 result = testcase.attrib.get(ReportConstant.result, "")
108 if result == ReportConstant.true:
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddevices.py148 result = ""
152 result = data.decode('utf-8', 'ignore')
156 return result if result else data
/test/testfwk/xdevice/src/xdevice/_core/
H A Dinterface.py172 Return tests execution result
242 def __started__(self, lifecycle, result):
249 def __ended__(self, lifecycle, result, **kwargs):
256 def __skipped__(self, lifecycle, result):
262 def __failed__(self, lifecycle, result):
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
H A Ddrag_getDataTypesCount.cpp77 auto result = OH_ArkUI_DragEvent_GetDataTypeCount(dragEvent, &count); in OnEventReceive() local
78 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getDataTypesCount", "Drag getDataTypesCount result : %{public}d", in OnEventReceive()
79 result); in OnEventReceive()
82 if (result == 0 && count == 0) { in OnEventReceive()
88 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getDataTypesCount", "getDataTypesCount result:%{public}d", in OnEventReceive()
89 result); in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/
H A Dcheckbox_onchange_test.cpp68 ArkUI_NodeComponentEvent *result = OH_ArkUI_NodeEvent_GetNodeComponentEvent(event); in OnEventReceive() local
69 if (result->data[0].i32) { in OnEventReceive()
78 ArkUI_NodeComponentEvent *result = OH_ArkUI_NodeEvent_GetNodeComponentEvent(event); in OnEventReceive() local
79 if (!result->data[0].i32) { in OnEventReceive()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_array_buffer_backing_store.cpp117 JSVM_Value result; in TEST() local
118 status = OH_JSVM_CreateArrayBufferFromBackingStoreData(env, data, byteLength, 6, 20, &result); in TEST()
122 JSVMTEST_CALL(OH_JSVM_CreateTypedarray(env, JSVM_INT8_ARRAY, 2, result, 5, &result1)); in TEST()
128 status = OH_JSVM_DetachArraybuffer(env, result); in TEST()
/third_party/elfutils/libelf/
H A Delf_getdata_rawchunk.c73 Elf_Data *result = NULL; in elf_getdata_rawchunk() local
85 result = &rawchunks->data.d; in elf_getdata_rawchunk()
194 result = &chunk->data.d; in elf_getdata_rawchunk()
198 return result; in elf_getdata_rawchunk()
/third_party/elfutils/tests/
H A Daddrscopes.c153 int result = 0; in main() local
174 result = 1; in main()
188 result = 1; in main()
195 return result; in main()
/third_party/gn/src/gn/
H A Dstring_output_buffer_unittest.cc16 std::string result; in CreateTestString() local
17 result.resize(size); in CreateTestString()
21 result[n] = ch; in CreateTestString()
23 return result; in CreateTestString()
/third_party/googletest/googlemock/test/
H A Dgmock_stress_test.cc209 const TestResult& result = *info->result(); in TEST() local
211 GTEST_CHECK_(kExpectedFailures == result.total_part_count()) in TEST()
213 << result.total_part_count(); in TEST()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISymbolTable.java116 String result = ""; in parseReference()
126 return result; // Indicate failure with empty string in parseReference()
129 result = text.substring(start, i); in parseReference()
130 return result; in parseReference()
/third_party/icu/icu4c/source/samples/layout/
H A DGnomeFontInstance.cpp131 FT_Byte *result = NULL; in readFontTable() local
136 result = LE_NEW_ARRAY(FT_Byte, len); in readFontTable()
137 FT_Load_Sfnt_Table(fFace, tableTag, 0, result, &len); in readFontTable()
140 return result; in readFontTable()
/third_party/icu/icu4c/source/io/
H A Duprintf.cpp80 const UChar *result, in u_printf_pad_and_justify()
90 written = u_file_write(result, resultLen, output); in u_printf_pad_and_justify()
101 written += u_file_write(result, resultLen, output); in u_printf_pad_and_justify()
106 written = u_file_write(result, resultLen, output); in u_printf_pad_and_justify()
78 u_printf_pad_and_justify(void *context, const u_printf_spec_info *info, const UChar *result, int32_t resultLen) u_printf_pad_and_justify() argument
/third_party/icu/icu4c/source/common/
H A Drbbistbl.cpp145 UnicodeString result; in parseReference() local
154 return result; // Indicate failure with empty string in parseReference()
157 text.extractBetween(start, i, result); in parseReference()
158 return result; in parseReference()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBISymbolTable.java117 String result = ""; in parseReference()
127 return result; // Indicate failure with empty string in parseReference()
130 result = text.substring(start, i); in parseReference()
131 return result; in parseReference()
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_impl.h28 * identifier. The category is returned via `result`, which must initially be
68 void appendNeutralIdentifier(CharString &result, UErrorCode &status) const;
264 MeasureUnitImpl result; in forCurrencyCode() local
266 result.identifier.append(currencyCode, localStatus); in forCurrencyCode()
268 return result; in forCurrencyCode()
/third_party/libuv/src/win/
H A Dreq-inl.h69 #define UV_SUCCEEDED_WITHOUT_IOCP(result) \
70 ((result) && (handle->flags & UV_HANDLE_SYNC_BYPASS_IOCP))
72 #define UV_SUCCEEDED_WITH_IOCP(result) \
73 ((result) || (GetLastError() == ERROR_IO_PENDING))
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-file.c130 char buf[64], result[64]; in lws_find_string_in_file() local
144 s = sizeof(result) - 1; in lws_find_string_in_file()
145 n = nvs_get_str(nvh, buf, result, &s); in lws_find_string_in_file()
151 return !strcmp(p + 1, result); in lws_find_string_in_file()
/third_party/mesa3d/.gitlab-ci/tests/utils/
H A Dtest_lava_log.py61 result = getattr(gs, method)()
62 assert result == expectation
163 result = yaml.safe_load(yaml_result)
165 assert result == expectation
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-assign.js164 var result = Object.assign ({}, obj);
165 assert (result[foo] == 7);
166 assert (result[asd] == 8);
167 assert (result[bar] == 9);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-reflect.c281 ecma_value_t result = ecma_op_object_define_own_property (obj_p, in ecma_builtin_reflect_dispatch_routine() local
288 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_reflect_dispatch_routine()
290 return result; in ecma_builtin_reflect_dispatch_routine()
293 bool boolean_result = ecma_op_to_boolean (result); in ecma_builtin_reflect_dispatch_routine()

Completed in 17 milliseconds

1...<<381382383384385386387388389390>>...836