/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | trap.c | 12 void* env, const wasm_val_t args[], wasm_val_t results[] in fail_callback()
|
H A D | serialize.cc | 12 const wasm::Val args[], wasm::Val results[]
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-spi.h | 65 // results. This reporter will only catch failures generated in the current 106 SingleFailureChecker(const TestPartResultArray* results,
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-spi.h | 66 // results. This reporter will only catch failures generated in the current 104 SingleFailureChecker(const TestPartResultArray* results,
|
/third_party/python/Lib/test/ |
H A D | test_cmd.py | 256 r=tracer.results() 257 print("Writing coverage results...")
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.cc | 990 CordRep* node; // nullptr means concat last 2 results. 996 absl::InlinedVector<CordRep*, kInlinedVectorSize> results; in NewSubRange() local 1007 assert(results.size() >= 2); in NewSubRange() 1008 CordRep* right = results.back(); in NewSubRange() 1009 results.pop_back(); in NewSubRange() 1010 CordRep* left = results.back(); in NewSubRange() 1011 results.pop_back(); in NewSubRange() 1012 results.push_back(Concat(left, right)); in NewSubRange() 1014 results.push_back(CordRep::Ref(node)); in NewSubRange() 1020 results in NewSubRange() [all...] |
/base/security/access_token/services/privacymanager/src/database/ |
H A D | permission_used_record_db.cpp | 175 const GenericValues& andConditions, std::vector<GenericValues>& results, int32_t databaseQueryCount) in FindByConditions() 204 results.emplace_back(value); in FindByConditions() 286 std::vector<GenericValues>& results) in Query() 310 results.emplace_back(value); in Query() 174 FindByConditions(DataType type, const std::set<int32_t>& opCodeList, const GenericValues& andConditions, std::vector<GenericValues>& results, int32_t databaseQueryCount) FindByConditions() argument 285 Query(DataType type, const GenericValues& conditionValue, std::vector<GenericValues>& results) Query() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_scheduler_stub.cpp | 649 std::vector<std::shared_ptr<AppExecFwk::DataAbilityResult>> results = ExecuteBatch(operations); in ExecuteBatchInner() local 650 int total = (int)results.size(); in ExecuteBatchInner() 657 if (results[i] == nullptr) { in ExecuteBatchInner() 659 "null results[i], index: %{public}d", i); in ExecuteBatchInner() 662 if (!reply.WriteParcelable(results[i].get())) { in ExecuteBatchInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 122 void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) override 126 observers_->ForEach([this, results](IBluetoothBleCentralManagerCallback *observer) { 134 for (auto iter = results.begin(); iter != results.end(); iter++) {
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | file_access_ext_stub_impl_test.cpp | 621 vector<string> results; in HWTEST_F() local 623 int result = impl.Query(uri, columns, results); in HWTEST_F() 648 vector<string> results; in HWTEST_F() local 650 int result = impl.Query(uri, columns, results); in HWTEST_F()
|
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/ |
H A D | system_tone_player_impl.cpp | 342 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in ChangeUri() local 343 unique_ptr<RingtoneAsset> ringtoneAsset = results->GetFirstObject(); in ChangeUri() 370 auto results = make_unique<RingtoneFetchResult<VibrateAsset>>(move(resultSet)); in ChangeHapticsUri() local 372 unique_ptr<VibrateAsset> vibrateAssetByUri = results->GetFirstObject(); in ChangeHapticsUri()
|
/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_state_common.cpp | 97 napi_value results[ARGS_TWO] = {nullptr}; in SetCallbackInfo() local 98 results[PARAM_FIRST] = GetErrorValue(env, errorCode); in SetCallbackInfo() 99 results[PARAM_SECOND] = result; in SetCallbackInfo() 100 NAPI_CALL_RETURN_VOID(env, napi_call_function(env, undefined, callback, ARGS_TWO, &results[PARAM_FIRST], in SetCallbackInfo()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_autolaunch_test.cpp | 443 vector<DBStatus> results = {INVALID_ARGS, OK, OK, INVALID_ARGS, OK, OK, OK, OK, OK, OK, INVALID_ARGS}; in HWTEST_F() local 450 if (results[index] == OK) { in HWTEST_F() 458 EXPECT_EQ(status, results[index]); in HWTEST_F() 463 if (results[index] == OK) { in HWTEST_F()
|
H A D | distributeddb_nb_enable_sync_by_closed_db_test.cpp | 434 vector<DBStatus> results = {INVALID_ARGS, OK, OK, INVALID_ARGS, OK, OK, OK, OK, OK, OK, INVALID_ARGS}; in HWTEST_F() local 441 if (results[index] == OK) { in HWTEST_F() 449 EXPECT_EQ(status, results[index]); in HWTEST_F() 454 if (results[index] == OK) { in HWTEST_F()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSampleVariablesTests.cpp | 461 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate() 462 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate() 766 tcu::TextureLevel results(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, in iterate() 768 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | data_ability_helper.cpp | 722 std::vector<std::shared_ptr<DataAbilityResult>> results; in ExecuteBatch() local 726 results = dataAbilityHelperImpl->ExecuteBatch(uri, operations); in ExecuteBatch() 731 return results; in ExecuteBatch()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 310 std::vector<std::string> results; in DoSomethingInterestingWithMyAPI() local 311 bundleMgrProxy.CompileProcessAOT(bundleName, "none", false, results); in DoSomethingInterestingWithMyAPI() 313 bundleMgrProxy.CopyAp(bundleName, false, results); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_sta_interface.c | 243 WifiErrorNo GetScanInfos(ScanInfo *results, int *size) in GetScanInfos() argument 246 if (results == NULL || size == NULL || *size == 0) { in GetScanInfos() 253 int ret = pStaIfc->wpaCliCmdScanInfo(pStaIfc, results, size); in GetScanInfos()
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_stub_impl.cpp | 190 int DataShareStubImpl::BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) in BatchUpdate() argument 209 std::function<bool()> getRetFunc = [&results, extension]() -> bool { in BatchUpdate() 214 extension->GetResult(results); in BatchUpdate()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dbg_hsi.h | 886 * for idle check results. 902 * qed_dbg_idle_chk_dump: Performs idle check and writes the results 924 * for mcp trace results. 942 * qed_dbg_mcp_trace_dump(): Performs mcp trace and writes the results 968 * for grc trace fifo results. 983 * qed_dbg_reg_fifo_dump(): Reads the reg fifo and writes the results into 1006 * for the IGU fifo results. 1022 * qed_dbg_igu_fifo_dump(): Reads the IGU fifo and writes the results into 1045 * buffer size for protection override window results. 1062 * entries and writes the results int [all...] |
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 561 When waiting for the yielded coroutines you'll get the results (or 719 """Return a future aggregating results from the given coroutines/futures. 727 results (in the order of the original sequence, not necessarily 728 the order of results arrival). If *return_exceptions* is True, 730 results, and gathered in the result list; otherwise, the first 779 # All futures are done; create a list of results 781 results = [] 788 # to 'results' instead of raising it, don't bother 798 results.append(res) 807 outer.set_result(results) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 375 std::vector<float> results(count); 380 deMemcpy(&results[0], pFloatData, sizeof(float) * count); 383 return results; 609 // Clear the results buffer
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 164 std::stringstream results; \ 166 results << result[i] << " "; \ 167 stream << enumString + std::string(",") + results.str() << std::endl; \
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ByteString.java | 511 Collection<ByteString> results = new ArrayList<ByteString>(); in readFrom() 521 results.add(chunk); in readFrom() 525 return ByteString.copyFrom(results); in readFrom()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 375 std::vector<float> results(count); 380 deMemcpy(&results[0], pFloatData, sizeof(float) * count); 383 return results; 593 // Clear the results buffer
|