/third_party/python/Lib/test/ |
H A D | test_logging.py | 4581 results = {'processName' : name, 4588 conn.send(results) 4590 return results 4605 results = self._extract_logrecord_process_name(1, LOG_MULTI_PROCESSING) 4606 self.assertEqual('MainProcess', results['processName']) 4607 self.assertEqual('MainProcess', results['r1.processName']) 4608 self.assertEqual('MainProcess', results['r2.processName']) 4619 results = parent_conn.recv() 4620 self.assertNotEqual('MainProcess', results['processName']) 4621 self.assertEqual(results['processNam [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/ |
H A D | mission_list_manager_interface.h | 107 std::vector<MissionValidResult> &results) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 245 * @brief Batch scan results event callback. 247 * @param results Scan results. 250 virtual void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) = 0;
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/ |
H A D | mock_scan_service_new.cpp | 138 void ScanService::MergeScanResult(std::vector<WifiScanInfo> &results, std::vector<WifiScanInfo> &storeInfoList) in MergeScanResult() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.h | 281 * @Output: Return operating results to Interface Service after set iface up dwon 299 PnoScanInfoHandlerMap pnoScanInfoHandlerMap; /* Map of obtaining PNO scanning results */ 381 * @param results - Scanning Result Cache[in] 384 void MergeScanResult(std::vector<WifiScanInfo> &results, std::vector<WifiScanInfo> &storeInfoList);
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/ |
H A D | napi_datashare_helper.h | 117 std::vector<OperationResult> results; member
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_helper.h | 180 * @param results Indicates the number of data records updated. 182 * @return Return the execution results of batch updates. 184 virtual int BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 145 SyncResult ProcessResult(const std::map<std::string, int32_t> &results);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 199 SyncResult ProcessResult(const std::map<std::string, int32_t> &results);
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 57 WSError IsValidSessionIds(const std::vector<int32_t>& sessionIds, std::vector<bool>& results) override;
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_resume.tex | 32 another thread results in undefined behavior (e.g., the program may
|
/third_party/lzma/C/ |
H A D | Xz.h | 215 SRes results[MIXCODER_NUM_FILTERS_MAX];
member 528 CXzStatInfo *stat, // out: decoding results and statistics
|
/third_party/musl/src/stdio/ |
H A D | vfwprintf.c | 170 * on overflow; otherwise %n could produce wrong results. */ in wprintf_core()
|
/third_party/nghttp2/doc/ |
H A D | make.bat | 166 results in %BUILDDIR%/doctest/output.txt.
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
H A D | file_n_exporter.cpp | 59 napi_value results = nullptr; in CallBackSuccess() local 67 napi_call_function(env, global, successFunc, count, &obj, &results); in CallBackSuccess() 73 napi_value results = nullptr; in CallBackError() local 83 napi_call_function(env, global, failFunc, COMMON_NUM::TWO, argvFail, &results); in CallBackError() 89 napi_value results = nullptr; in CallComplete() local 96 napi_call_function(env, global, completeFunc, COMMON_NUM::ZERO, nullptr, &results); in CallComplete()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 2021 // choosing them too large results in over-reservation (virtual address space 2291 base::Vector<WasmCompilationResult> results) { in AddCompiledCode() 2293 "wasm.AddCompiledCode", "num", results.size()); in AddCompiledCode() 2294 DCHECK(!results.empty()); in AddCompiledCode() 2295 // First, allocate code space for all the results. in AddCompiledCode() 2297 for (auto& result : results) { in AddCompiledCode() 2324 // {results} vector in smaller chunks). in AddCompiledCode() 2328 generated_code.reserve(results.size()); in AddCompiledCode() 2331 for (auto& result : results) { in AddCompiledCode() 2290 AddCompiledCode( base::Vector<WasmCompilationResult> results) AddCompiledCode() argument
|
/third_party/libdrm/ |
H A D | xf86drm.c | 1337 /* The results might not be null-terminated strings, so terminate them. */ in drmGetVersion() 3889 struct pci_conf results[1]; in drmParsePciDeviceInfo() 3910 pc.match_buf_len = sizeof(results); in drmParsePciDeviceInfo() 3911 pc.matches = results; in drmParsePciDeviceInfo() 3920 device->vendor_id = results[0].pc_vendor; in drmParsePciDeviceInfo() 3921 device->device_id = results[0].pc_device; in drmParsePciDeviceInfo() 3922 device->subvendor_id = results[0].pc_subvendor; in drmParsePciDeviceInfo() 3923 device->subdevice_id = results[0].pc_subdevice; in drmParsePciDeviceInfo() 3924 device->revision_id = results[0].pc_revid; in drmParsePciDeviceInfo()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl_v2.cpp | 663 std::smatch results; in GetRawfile() local 665 if (std::regex_match(fileName, results, regex)) { in GetRawfile() 666 newFIleName = results[1]; in GetRawfile()
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 165 std::vector<BundleActiveModuleRecord> results; in HWTEST_F() local 167 ErrCode code = DelayedSingleton<BundleActiveService>::GetInstance()->QueryModuleUsageRecords(maxNum, results, 100); in HWTEST_F() 171 code = DelayedSingleton<BundleActiveService>::GetInstance()->QueryModuleUsageRecords(maxNum, results, 100); in HWTEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 929 decltype(srcValues) results (srcValues.size()); in iterateTransfer() 930 deMemcpy(results.data(), dstBufferAlloc.getHostPtr(), de::dataSize(srcValues)); in iterateTransfer() 935 const auto& res = results[valueIdx]; in iterateTransfer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 914 decltype(srcValues) results (srcValues.size()); in iterateTransfer() 915 deMemcpy(results.data(), dstBufferAlloc.getHostPtr(), de::dataSize(srcValues)); in iterateTransfer() 920 const auto& res = results[valueIdx]; in iterateTransfer()
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 988 results = [ disasm.GetDisasmLines(self.minidump_name, 995 return min(results, key=CountUndefinedInstructions) 3249 def output_find_results(self, f, results): 3251 toomany = len(results) > self.MAX_FOUND_RESULTS 3253 f.write("(found %i results, displaying only first %i)" % 3254 (len(results), self.MAX_FOUND_RESULTS)) 3256 results = sorted(results) 3257 results = results[ [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_impl.cpp | 515 std::vector<std::shared_ptr<DataAbilityResult>> results; in ExecuteBatch() local 516 return results; in ExecuteBatch()
|
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/ |
H A D | wifistaserver_fuzzer.cpp | 154 std::vector<InterScanInfo> results; in StaServerFuzzTest() local 155 pStaInterface->ConnectivityManager(results); in StaServerFuzzTest()
|