| /third_party/python/Lib/test/ |
| H A D | test_bytes.py | 1250 f.write(short_sample) 1259 f.write(b)
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingValveMutableTests.cpp | 1732 // Obtain the descriptor write info for the resource. 1755 // The new write should be in the same vector (imageInfoVec, bufferInfoVec or bufferViewVec) so increasing the count works. 1763 const VkWriteDescriptorSet write = { 1775 descriptorWrites.push_back(write);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassMultisampleResolveTests.cpp | 2403 const VkWriteDescriptorSet write = in createDescriptorSet() local 2417 descriptorWrites[idx] = write; in createDescriptorSet()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassMultisampleResolveTests.cpp | 2390 const VkWriteDescriptorSet write = in createDescriptorSet() local 2404 descriptorWrites[idx] = write; in createDescriptorSet()
|
| /third_party/typescript/lib/ |
| H A D | tsc.js | 4514 write: function (s) { 4515 process.stdout.write(s); 4590 process.stdout.write("\x1Bc"); 5454 The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_write_Promise_0: diag(1064, ts.DiagnosticCategory.Error, "The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064", "The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?"), 5652 _0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write_0: diag(1329, ts.DiagnosticCategory.Error, "_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329", "'{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?"), 5816 Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function: diag(2311, ts.DiagnosticCategory.Error, "Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311", "Cannot find name '{0}'. Did you mean to write this in an async function?"), 6046 Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_write_2: diag(2561, ts.DiagnosticCategory.Error, "Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561", "Object literal may only specify known properties, but '{0}' does not exist in type '{1}'. Did you mean to write '{2}'?"), 6267 Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_the_whole_assignment_in_parentheses: diag(2809, ts.DiagnosticCategory.Error, "Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809", "Declaration or statement expected. This '=' follows a block of statements, so if you intended to write a destructuring assignment, you might need to wrap the the whole assignment in parentheses."), 6291 We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here: diag(2843, ts.DiagnosticCategory.Error, "We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here_2843", "We can only write a type for '{0}' by adding a type for the entire parameter here."), 6410 Could_not_write_file_0_Colon_1: diag(5033, ts.DiagnosticCategory.Error, "Could_not_write_file_0_Colon_1_5033", "Could not write fil [all...] |
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 1085 * path_converter takes care to not write to the path_t 1943 /* \\.\con requires read or write access. */ in win32_xstat_impl() 2055 AccessCheck to check for generic read, write, and execute in win32_xstat_impl() 3013 * * write access wasn't requested, in os_access_impl() 3557 Force write of fd to disk. 3573 Force write of everything to disk. 3598 Force write of fd to disk without forcing update of metadata. 9907 os.write -> Py_ssize_t 10126 // On illumos specifically sendfile() may perform a partial write but in os_sendfile_impl() 10139 // This handles illumos-specific sendfile() partial write behavio in os_sendfile_impl() 10260 HANDLE read, write; os_pipe_impl() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_pcie.c | 159 static int dhdpcie_bus_membytes(dhd_bus_t *bus, bool write, ulong address, uint8 *data, uint size); 382 /** the GDB debugger layer will call back into this (bus) layer to read/write dongle memory */ 975 /* save core dump or write to a file */ in dhdpcie_cto_recovery_handler() 2018 /** 32 bit config write */ 3302 /* wrap around case - write ptr < read ptr */ in dhdpcie_bus_readconsole() 3311 /* from beginning of buffer to write ptr */ in dhdpcie_bus_readconsole() 3320 /* non-wraparound case, write ptr > read ptr */ in dhdpcie_bus_readconsole() 3553 /* save core dump or write to a file */ in dhdpcie_checkdied() 3795 dhdpcie_bus_membytes(dhd_bus_t *bus, bool write, ulong address, uint8 *data, uint size) in dhdpcie_bus_membytes() argument 3801 if (write in dhdpcie_bus_membytes() [all...] |
| H A D | dhd_sdio.c | 339 /** the debugger layer will call back into this (bus) layer to read/write dongle memory */ 409 /* Macros to get register read/write status */ 3267 dhdsdio_membytes(dhd_bus_t *bus, bool write, uint32 address, uint8 *data, uint size) in dhdsdio_membytes() argument 3299 __FUNCTION__, (write ? "write" : "read"), dsize, sdaddr, in dhdsdio_membytes() 3303 if (write) in dhdsdio_membytes() 3308 if ((bcmerror = bcmsdh_rwdata(bus->sdh, write, sdaddr, pdata, dsize))) { in dhdsdio_membytes() 3312 if (dsize <= MAX_MEM_BUF && !write) in dhdsdio_membytes() 4632 DHD_ERROR(("%s: could not write vars to RAM\n", __FUNCTION__)); in dhdsdio_download_state() 4665 /* write var in dhdsdio_download_state() [all...] |
| H A D | linux_osl.c | 719 osl_pcmcia_attr(osl_t *osh, uint offset, char *buf, int size, bool write) in osl_pcmcia_attr() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os05a_2L/ |
| H A D | os05a_2l_sensor_ctl.c | 118 SNS_ERR_TRACE("GPIO-I2C write failed!\n"); in os05a_2l_write_register() 140 ret = write(g_fd[vi_pipe], buf, (OS05A_2L_ADDR_BYTE + OS05A_2L_DATA_BYTE)); in os05a_2l_write_register() 197 SNS_ERR_TRACE("write register failed!\n"); in os05a_2l_default_reg_init() 505 SNS_ERR_TRACE("write register failed!\n"); in os05a_2l_init_5M_2688x1944_10bit_wdr30() 744 SNS_ERR_TRACE("write register failed!\n"); in os05a_2l_init_5M_2688x1944_12bit_linear30()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/ |
| H A D | base.mak | 14 # along with this program; if not, write to the Free Software
|
| /foundation/ability/ability_base/interfaces/kits/native/want/src/ |
| H A D | pac_map.cpp | 1197 jsonWriter->write(root, &os); in MapListToString()
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
| H A D | application_info.cpp | 788 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump() 790 APP_LOGE("dump write error : %{public}d", errno); in Dump()
|
| H A D | ability_info.cpp | 525 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump() 527 APP_LOGE("dump Abilityinfo write error : %{public}d", errno); in Dump()
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
| H A D | main.cpp | 606 // write to correct set location
in GetPipelineLayout() 1551 outputStream.write((const char*)data.data(), data.size() * sizeof(T));
1555 LUME_LOG_E("Could not write file: '%s'", aDestinationFile.string().c_str());
|
| /foundation/multimedia/av_codec/test/unittest/audio_test/ |
| H A D | audio_encoder_capi_unit_test.cpp | 264 outputFile.write(reinterpret_cast<char *>(OH_AVMemory_GetAddr(data)), attr.size); in OutputFunc()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
| H A D | medialibrary_fileext_test.cpp | 189 size_written = write(fd, str, strLen); in HWTEST_F() 191 MEDIA_DEBUG_LOG("medialib_OpenFile_test_001 write errno: %{public}d, errmsg: %{public}s", in HWTEST_F()
|
| /foundation/multimedia/player_framework/services/services/recorder/server/ |
| H A D | recorder_server.cpp | 1031 write(fd, dumpString.c_str(), dumpString.size()); in DumpInfo()
|
| /foundation/multimedia/player_framework/services/services/player/server/ |
| H A D | player_server.cpp | 1527 write(fd, dumpString.c_str(), dumpString.size()); in DumpInfo()
|
| /foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
| H A D | bg_continuous_task_mgr.cpp | 139 int res = write(fd, contentStr.c_str(), contentStr.length());
in ReclaimProcessMemory() 141 BGTASK_LOGE("BgContinuousTaskMgr ReclaimProcessMemory write file failed!");
in ReclaimProcessMemory()
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
| H A D | client_trans_proxy_file_manager_test.cpp | 194 write(g_fd, g_writeData, sizeof(g_writeData)); in SetUpTestCase() 1251 * @tc.desc: client trans proxy write empty frame test, use normal parameter. 1551 * @tc.desc: client trans proxy write frame to file test, use normal parameter. 1572 * @tc.desc: client trans proxy write frame to file test, use normal parameter. 1589 * @tc.desc: client trans proxy write frame to file test, use normal parameter. 1606 * @tc.desc: client trans proxy write frame to file test, use normal parameter.
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
| H A D | distributeddb_nb_backup_test.cpp | 642 * @tc.steps: step2. write some data to DB file1. in HWTEST_F() 643 * @tc.expected: step2. write successfully in HWTEST_F() 647 damageFile.write(reinterpret_cast<char *>(&filePath), filePath.size()); in HWTEST_F()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| H A D | distributeddb_tools_unit_test.cpp | 566 if (!dataFile.write(reinterpret_cast<char *>(&value), sizeof(uint32_t))) { in ModifyDatabaseFile()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_import_and_export_test.cpp | 1173 write(fd, text.c_str(), text.length()); in HWTEST_F() 1263 * @tc.desc: Intercept obtaining new write handles during Import. 1295 * @tc.steps: step3. Multi threads to occupy write handles. in HWTEST_F()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | cbs_h2645.c | 15 * License along with FFmpeg; if not, write to the Free Software 387 #define READWRITE write
|