Home
last modified time | relevance | path

Searched refs:write2 (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/cctest/
Dtest_inspector_socket.cc478 const int write2 = 5; in TEST_F() local
479 const int write3 = sizeof(HANDSHAKE_REQ) - write1 - write2 - 1; in TEST_F()
482 do_write(const_cast<char*>(HANDSHAKE_REQ) + write1, write2); in TEST_F()
484 do_write(const_cast<char*>(HANDSHAKE_REQ) + write1 + write2, write3); in TEST_F()
/third_party/python/Lib/test/
Dtest_tempfile.py945 write2 = f.write
949 write2(b'bar')
950 del write2
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4395 bool write2 = op == aco_opcode::ds_write2_b32 || op == aco_opcode::ds_write2_b64; in store_lds() local
4399 unsigned max_offset = write2 ? (255 - write2_off) * split_data.bytes() : 65535; in store_lds()
4410 if (write2) { in store_lds()
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md1989 …ub.com/nodejs/node/commit/5abfa930b8)] - **test**: make destroyed-socket-write2.js more robust (Mi…
2434 …4e3673b9fa178c41dc8109b72b)] - test: fix parallel/test-http-destroyed-socket-write2 (Ben Noordhuis)
DCHANGELOG_V5.md723 …node/commit/138ee983b0)] - **test**: refactor test-http-destroyed-socket-write2 (Santiago Gimeno) …
DCHANGELOG_V4.md2254 …node/commit/1647113d7a)] - **test**: refactor test-http-destroyed-socket-write2 (Santiago Gimeno) …
DCHANGELOG_V14.md2338 …/node/commit/3e77536c6b)] - **test**: deflake test-http-destroyed-socket-write2 (Luigi Pinca) [#36…