/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_sta_impl.c | 551 ScanInfo *results = NULL;
in HdiWpaStaGetScanInfos() local 553 results = (ScanInfo *)calloc(*size, sizeof(ScanInfo));
in HdiWpaStaGetScanInfos() 555 if (results == NULL) {
in HdiWpaStaGetScanInfos() 563 free(results);
in HdiWpaStaGetScanInfos() 564 results = NULL;
in HdiWpaStaGetScanInfos() 571 free(results);
in HdiWpaStaGetScanInfos() 572 results = NULL;
in HdiWpaStaGetScanInfos() 582 free(results);
in HdiWpaStaGetScanInfos() 583 results = NULL;
in HdiWpaStaGetScanInfos() 599 free(results);
in HdiWpaStaGetScanInfos() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_share.cpp | 118 Results results; in Share() member 143 int32_t result = proxy->Share(ctxt->sharingRes, ctxt->participants, ctxt->results); in Share() 149 result = JSUtils::Convert2JSValue(env, ctxt->results); in Share() 169 Results results; in Unshare() member 193 int32_t result = proxy->Unshare(ctxt->sharingRes, ctxt->participants, ctxt->results); in Unshare() 199 result = JSUtils::Convert2JSValue(env, ctxt->results); in Unshare() 265 Results results; in ChangePrivilege() member 289 int32_t result = proxy->ChangePrivilege(ctxt->sharingRes, ctxt->participants, ctxt->results); in ChangePrivilege() 295 result = JSUtils::Convert2JSValue(env, ctxt->results); in ChangePrivilege() 313 QueryResults results; in Query() member 358 QueryResults results; QueryByInvitation() member 455 std::pair<int32_t, std::string> results; ChangeConfirmation() member [all...] |
/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/ |
H A D | ringtone_fetch_result_test.cpp | 188 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in HWTEST_F() local 189 cout << "query count = " << to_string(results->GetCount()) << endl; in HWTEST_F() 192 results->GetRowValFromColumn(RINGTONE_COLUMN_DATA, dataType, nativeRdbResultSet); in HWTEST_F() 194 auto ringtoneObject = results->GetObjectAtPosition(index); in HWTEST_F() 196 results->Close(); in HWTEST_F() 236 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in HWTEST_F() local 237 cout << "query count = " << to_string(results->GetCount()) << endl; in HWTEST_F() 238 auto ringtoneObject = results->GetNextObject(); in HWTEST_F() 240 ringtoneObject = results->GetFirstObject(); in HWTEST_F() 242 ringtoneObject = results in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dswstate.c | 47 state = walk_state->results; in acpi_ds_result_pop() 52 ACPI_ERROR((AE_INFO, "No results on result stack")); in acpi_ds_result_pop() 74 *object = state->results.obj_desc[index]; in acpi_ds_result_pop() 82 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop() 141 state = walk_state->results; in acpi_ds_result_push() 157 state->results.obj_desc[index] = object; in acpi_ds_result_push() 204 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push() 236 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop() 248 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop() 719 while (walk_state->results) { in acpi_ds_delete_walk_state() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_info.c | 184 /* ScanResults are sorted: first ESS results in decreasing signal in prism2_host_roaming() 185 * quality then IBSS results in similar order. in prism2_host_roaming() 196 PDEBUG(DEBUG_EXTRA, "%s: no scan results for host roaming\n", in prism2_host_roaming() 240 /* Inform user space about new scan results (just empty event, in hostap_report_scan_complete() 260 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local 274 results = kmalloc_array(new_count, in prism2_info_scanresults() 277 if (results == NULL) in prism2_info_scanresults() 283 memcpy(&results[i], &res[i], in prism2_info_scanresults() 285 results[i].atim = 0; in prism2_info_scanresults() 291 local->last_scan_results = results; in prism2_info_scanresults() 309 struct hfa384x_hostscan_result *results, *prev; prism2_info_hostscanresults() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dswstate.c | 47 state = walk_state->results; in acpi_ds_result_pop() 52 ACPI_ERROR((AE_INFO, "No results on result stack")); in acpi_ds_result_pop() 74 *object = state->results.obj_desc[index]; in acpi_ds_result_pop() 82 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop() 141 state = walk_state->results; in acpi_ds_result_push() 157 state->results.obj_desc[index] = object; in acpi_ds_result_push() 204 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push() 236 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop() 248 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop() 719 while (walk_state->results) { in acpi_ds_delete_walk_state() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_info.c | 184 /* ScanResults are sorted: first ESS results in decreasing signal in prism2_host_roaming() 185 * quality then IBSS results in similar order. in prism2_host_roaming() 196 PDEBUG(DEBUG_EXTRA, "%s: no scan results for host roaming\n", in prism2_host_roaming() 240 /* Inform user space about new scan results (just empty event, in hostap_report_scan_complete() 260 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local 274 results = kmalloc_array(new_count, in prism2_info_scanresults() 277 if (results == NULL) in prism2_info_scanresults() 283 memcpy(&results[i], &res[i], in prism2_info_scanresults() 285 results[i].atim = 0; in prism2_info_scanresults() 291 local->last_scan_results = results; in prism2_info_scanresults() 309 struct hfa384x_hostscan_result *results, *prev; prism2_info_hostscanresults() local [all...] |
/third_party/curl/lib/ |
H A D | curl_ntlm_core.c | 310 * bytes are stored in the results array. 314 unsigned char *results) in Curl_ntlm_core_lm_resp() 320 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) results, in Curl_ntlm_core_lm_resp() 324 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results + 8), in Curl_ntlm_core_lm_resp() 328 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results + 16), in Curl_ntlm_core_lm_resp() 333 des_encrypt(&des, 8, results, plaintext); in Curl_ntlm_core_lm_resp() 335 des_encrypt(&des, 8, results + 8, plaintext); in Curl_ntlm_core_lm_resp() 337 des_encrypt(&des, 8, results + 16, plaintext); in Curl_ntlm_core_lm_resp() 340 encrypt_des(plaintext, results, keys); in Curl_ntlm_core_lm_resp() 341 encrypt_des(plaintext, results in Curl_ntlm_core_lm_resp() 312 Curl_ntlm_core_lm_resp(const unsigned char *keys, const unsigned char *plaintext, unsigned char *results) Curl_ntlm_core_lm_resp() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | WriteCharts.java | 103 String[] results = new String[set.size()]; in getAllScripts() 104 set.toArray(results); in getAllScripts() 105 return results; in getAllScripts() 114 StringBuffer results = new StringBuffer(); in showScripts() 116 if (i != 0) results.append(", "); in showScripts() 117 results.append(UScript.getName(scripts[i])); in showScripts() 119 return results.toString(); in showScripts() 372 StringBuffer results = new StringBuffer(); in hex() 375 if (i != 0) results.append(' '); in hex() 376 results in hex() [all...] |
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | WriteCharts.java | 100 String[] results = new String[set.size()]; in getAllScripts() 101 set.toArray(results); in getAllScripts() 102 return results; in getAllScripts() 111 StringBuffer results = new StringBuffer(); in showScripts() 113 if (i != 0) results.append(", "); in showScripts() 114 results.append(UScript.getName(scripts[i])); in showScripts() 116 return results.toString(); in showScripts() 369 StringBuffer results = new StringBuffer(); in hex() 372 if (i != 0) results.append(' '); in hex() 373 results in hex() [all...] |
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | hostref.cc | 12 const wasm::Val args[], wasm::Val results[] 16 results[0] = args[0].copy(); 58 wasm::Val results[1]; variable 59 if (func->call(nullptr, results)) { 64 return results[0].release_ref(); 70 wasm::Val results[1]; variable 71 if (func->call(args, results)) { 76 return results[0].release_ref(); 92 wasm::Val results[1]; variable 93 if (func->call(args, results)) { [all...] |
H A D | table.c | 12 const wasm_val_t args[], wasm_val_t results[] in neg_callback() 15 results[0].kind = WASM_I32; in neg_callback() 16 results[0].of.i32 = -args[0].of.i32; in neg_callback() 56 wasm_val_t results[1]; in check_call() local 57 if (wasm_func_call(func, args, results) || results[0].of.i32 != expected) { in check_call()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | confirm_callback.cpp | 134 napi_value results[ARGS_ONE] = {nullptr}; in SendMessageBack() local 135 CHECK_ARGS_RET_VOID(this->env_, napi_create_object(this->env_, &results[PARAM0]), JS_INNER_FAIL); in SendMessageBack() 141 CHECK_ARGS_RET_VOID(this->env_, napi_set_named_property(this->env_, results[PARAM0], RESULT_PARAM.c_str(), result), in SendMessageBack() 150 CHECK_ARGS_RET_VOID(this->env_, napi_set_named_property(this->env_, results[PARAM0], DATA_PARAM.c_str(), data), in SendMessageBack() 158 CHECK_ARGS_RET_VOID(this->env_, napi_call_function(this->env_, undefined, callback, ARGS_ONE, results, &returnVal), in SendMessageBack()
|
H A D | request_photo_uris_read_permission_callback.cpp | 135 napi_value results[ARGS_ONE] = {nullptr}; in SendMessageBack() local 136 CHECK_ARGS_RET_VOID(this->env_, napi_create_object(this->env_, &results[PARAM0]), JS_INNER_FAIL); in SendMessageBack() 142 CHECK_ARGS_RET_VOID(this->env_, napi_set_named_property(this->env_, results[PARAM0], RESULT_PARAM.c_str(), result), in SendMessageBack() 151 CHECK_ARGS_RET_VOID(this->env_, napi_set_named_property(this->env_, results[PARAM0], DATA_PARAM.c_str(), data), in SendMessageBack() 161 CHECK_ARGS_RET_VOID(this->env_, napi_call_function(this->env_, undefined, callback, ARGS_ONE, results, &returnVal), in SendMessageBack()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_service.h | 110 virtual int32_t Share(const std::string &sharingRes, const Participants &participants, Results &results) = 0; 111 virtual int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results) = 0; 114 const std::string &sharingRes, const Participants &participants, Results &results) = 0; 115 virtual int32_t Query(const std::string &sharingRes, QueryResults &results) = 0; 116 virtual int32_t QueryByInvitation(const std::string &invitation, QueryResults &results) = 0;
|
/third_party/benchmark/tools/gbench/ |
H A D | util.py | 122 one used by the C++ code, which may produce different results 136 results = json.load(f) 137 if 'benchmarks' in results: 138 results['benchmarks'] = list(filter(benchmark_wanted, 139 results['benchmarks'])) 140 return results 191 Get the results for a specified benchmark. If 'filename' specifies 192 an executable benchmark then the results are generated by running the
|
/third_party/mesa3d/.gitlab-ci/piglit/ |
H A D | piglit-traces.sh | 8 RESULTS=$(realpath -s "$PWD"/results) 113 if [ -d results ]; then 114 cd results && rm -rf ..?* .[!.]* * 162 ./piglit summary console "$RESULTS"/results.json.bz2 \ 182 "$RESULTS"/summary "$RESULTS"/results.json.bz2 191 quiet print_red echo "Review the image changes and get the new checksums at: ${ARTIFACTS_BASE_URL}/results/summary/problems.html"
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_image_load_store.c | 60 nir_ssa_def *results[4]; in pack_bits() local 74 results[offset / 32] = chan; in pack_bits() 76 results[offset / 32] = in pack_bits() 77 nir_ior(b, results[offset / 32], in pack_bits() 84 return nir_vec(b, results, DIV_ROUND_UP(offset, 32)); in pack_bits()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | allcoll.cpp | 52 const Collator::EComparisonResult CollationDummyTest::results[] = { member in CollationDummyTest 101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 119 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 129 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 152 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
|
/third_party/skia/src/core/ |
H A D | SkRTree.cpp | 148 void SkRTree::search(const SkRect& query, std::vector<int>* results) const { in search() 150 this->search(fRoot.fSubtree, query, results); in search() 154 void SkRTree::search(Node* node, const SkRect& query, std::vector<int>* results) const { in search() 158 results->push_back(node->fChildren[i].fOpIndex); in search() 160 this->search(node->fChildren[i].fSubtree, query, results); in search()
|
H A D | SkStrikeCache.h | 79 const SkGlyph* results[]) { in metrics() 80 auto [glyphs, increase] = fScalerCache.metrics(glyphIDs, results); in metrics() 86 const SkGlyph* results[]) { in preparePaths() 87 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths() 93 const SkGlyph* results[]) { in prepareImages() 94 auto [glyphs, increase] = fScalerCache.prepareImages(glyphIDs, results); in prepareImages() 78 metrics(SkSpan<const SkGlyphID> glyphIDs, const SkGlyph* results[]) metrics() argument 85 preparePaths(SkSpan<const SkGlyphID> glyphIDs, const SkGlyph* results[]) preparePaths() argument 92 prepareImages(SkSpan<const SkPackedGlyphID> glyphIDs, const SkGlyph* results[]) prepareImages() argument
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_device_proxy.cpp | 185 int32_t HCameraDeviceProxy::GetEnabledResults(std::vector<int32_t> &results) in GetEnabledResults() argument 199 reply.ReadInt32Vector(&results); in GetEnabledResults() 204 int32_t HCameraDeviceProxy::EnableResult(std::vector<int32_t> &results) in EnableResult() argument 211 data.WriteInt32Vector(results); in EnableResult() 222 int32_t HCameraDeviceProxy::DisableResult(std::vector<int32_t> &results) in DisableResult() argument 229 data.WriteInt32Vector(results); in DisableResult()
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_sync_test.cpp | 101 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override 146 std::map<std::string, Status> results; in HWTEST_F() local 147 results["123456"] = Status::SUCCESS; in HWTEST_F() 148 results["78910"] = Status::ERROR; in HWTEST_F() 149 results["996"] = Status::ERROR; in HWTEST_F() 156 onlineSyncTblTest_->SyncCompleted(results); in HWTEST_F()
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/ |
H A D | js_datashare_ext_ability.h | 145 * @param results Indicates the number of data records updated. 147 * @return Return the execution results of batch updates. 149 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) override; 289 void SetResult(const std::vector<BatchUpdateResult> &results) in SetResult() argument 291 updateResults_ = results; in SetResult() 294 void GetResult(std::vector<BatchUpdateResult> &results) in GetResult() argument 296 results = updateResults_; in GetResult() 350 static bool UnwrapBatchUpdateResult(napi_env env, napi_value &info, std::vector<BatchUpdateResult> &results);
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 74 results = {} 77 # Build `results` dictionary as 78 # results['LIT_MAGIC_STRING_xxx'][('!defined (CONFIG_DISABLE_yyy_BUILTIN)', ...)] 94 if str_ref not in results: 95 results[str_ref] = {} 96 str_guards = results[str_ref] 155 .format(dump=debug_dump(results))) 157 return results
|