Home
last modified time | relevance | path

Searched refs:write (Results 2251 - 2275 of 5800) sorted by relevance

1...<<919293949596979899100>>...232

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h692 /// \note Over-write existing comments. To preserve comments, use #swapPayload().
1577 to see the defaults. You can also write and read them just like any
1701 writer->write(value, &std::cout);
1718 virtual int write(Value const& root, std::ostream* sout) = 0;
1749 writer->write(value, &std::cout);
1774 to see the defaults. You can also write and read them just like any
1811 virtual std::string write(const Value& root) = 0;
1841 std::string write(const Value& root) override;
1886 std::string write(const Value& root) override;
1945 * \param out Stream to write t
[all...]
/third_party/python/Lib/http/
H A Dserver.py427 #a read or a write timed out. Discard this connection
491 self.wfile.write(body)
542 self.wfile.write(b"".join(self._headers_buffer))
596 sys.stderr.write("%s - - [%s] %s\n" %
825 f.write(encoded)
869 anything with a write() method).
1228 self.wfile.write(stdout)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRobustnessCacheTests.cpp634 std::string write = {}; in initPrograms() local
641 write = " out_color = vec4(values[index]);\n"; in initPrograms()
649 write = " out_color = vec4(values[index]);\n"; in initPrograms()
654 write = " out_color = imageLoad(tex, ivec2(index, 0));\n"; in initPrograms()
667 << write in initPrograms() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h642 /// \note Over-write existing comments. To preserve comments, use #swapPayload().
1523 to see the defaults. You can also write and read them just like any
1647 writer->write(value, &std::cout);
1664 virtual int write(Value const& root, std::ostream* sout) = 0;
1695 writer->write(value, &std::cout);
1716 to see the defaults. You can also write and read them just like any
1753 virtual std::string write(const Value& root) = 0;
1783 virtual std::string write(const Value& root);
1828 virtual std::string write(const Value& root);
1887 * \param out Stream to write t
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h642 /// \note Over-write existing comments. To preserve comments, use #swapPayload().
1523 to see the defaults. You can also write and read them just like any
1647 writer->write(value, &std::cout);
1664 virtual int write(Value const& root, std::ostream* sout) = 0;
1695 writer->write(value, &std::cout);
1716 to see the defaults. You can also write and read them just like any
1753 virtual std::string write(const Value& root) = 0;
1783 virtual std::string write(const Value& root);
1828 virtual std::string write(const Value& root);
1887 * \param out Stream to write t
[all...]
/third_party/skia/tests/
H A DStreamTest.cpp66 writer.write(s, 26); in test_filestreams()
95 REPORTER_ASSERT(reporter, ds.write(s, 26)); in TestWStream()
126 REPORTER_ASSERT(reporter, ds.write(s, 26)); in TestWStream()
148 // we know that packeduint tries to write 1, 2 or 4 bytes for the length, in TestPackedUInt()
319 if (!wStream.isValid() || !wStream.write(data->data(), data->size())) { in DEF_TEST()
391 dynamicMemoryWStream.write(buffer, size); in DEF_TEST()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py548 def write(self, *ignored): member in PydocTopicsBuilder
561 writer.write(document, destination)
567 f.write('# -*- coding: utf-8 -*-\n'.encode('utf-8'))
568 f.write(('# Autogenerated by Sphinx on %s\n' % asctime()).encode('utf-8'))
569 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h642 /// \note Over-write existing comments. To preserve comments, use #swapPayload().
1523 to see the defaults. You can also write and read them just like any
1647 writer->write(value, &std::cout);
1664 virtual int write(Value const& root, std::ostream* sout) = 0;
1695 writer->write(value, &std::cout);
1716 to see the defaults. You can also write and read them just like any
1753 virtual std::string write(const Value& root) = 0;
1783 virtual std::string write(const Value& root);
1828 virtual std::string write(const Value& root);
1887 * \param out Stream to write t
[all...]
/third_party/python/Lib/
H A Dcgi.py76 will write "a: b" to the log file, followed by a newline.
104 logfp.write(fmt%args + "\n")
708 self.file.write(data)
728 self.file.write(data)
732 self.file.write(line)
735 self.file.write(line.decode(self.encoding, self.errors))
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
H A Dmain.rb322 File.write ts_path, buf
336 File.write(File.join($options[:tmp], "#{k}#{chunk_id}.json"), stdout_str)
342 File.write ets_path, buf
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h250 outStream.write(reinterpret_cast<const char *>(data.data()), data.size());
376 outStream.write(reinterpret_cast<const char *>(symbols.data()), symbols.size() * sizeof(Symbol));
435 outStream.write(reinterpret_cast<const char *>(relas.data()), relas.size() * sizeof(Rela));
/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dhitrace_converter.py135 outfile.write(line)
463 outfile.write(TRACE_TXT_HEADER_FORMAT)
472 outfile.write("{}\n".format(line[1]))
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java199 // now we need to confirm whether current fetcher's data should be write to i18n.dat in buildLocaleConfigs()
272 osw.write(jsonObject.toString(2)); in writeLocales()
298 osw.write(object.toString(2)); in writeData()
350 osw.write(object.toString(2)); in writeMeasureData()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Ddlp_file_test.cpp144 ASSERT_NE(write(g_plainFileFd, buffer, sizeof(buffer)), -1); in HWTEST_F()
183 ASSERT_NE(write(g_plainFileFd, buffer, sizeof(buffer)), -1); in HWTEST_F()
241 ASSERT_NE(write(g_plainFileFd, buffer, sizeof(buffer)), -1); in HWTEST_F()
/test/xts/tools/lite/build/
H A Dutils.py118 output_f.write("%s\n" % content)
207 sys.stdout.write(subsystem_name)
218 sys.stdout.write(module)
/third_party/ffmpeg/libavcodec/
H A Dbytestream.h19 * License along with FFmpeg; if not, write to the Free Software
42 #define DEF(type, name, bytes, read, write) \
51 write(*b, value); \
63 write(p->buffer, value); \
/third_party/alsa-lib/modules/mixer/simple/python/
H A Dcommon.py110 hv.write()
123 hv.write()
175 hv.write()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java76 String output; // name of output file to write
184 bw.write(String.valueOf(APIInfo.VERSION) + APIInfo.SEP); // header version in run()
185 bw.write(srcName + APIInfo.SEP); // source name in run()
186 bw.write((base == null ? "" : base) + APIInfo.SEP); // base in run()
192 RuntimeException re = new RuntimeException("write error: " + e.getMessage()); in run()
H A DGatherAPIDataOld.java75 String output; // name of output file to write
175 bw.write(String.valueOf(APIInfo.VERSION) + APIInfo.SEP); // header version in run()
176 bw.write(srcName + APIInfo.SEP); // source name in run()
177 bw.write((base == null ? "" : base) + APIInfo.SEP); // base in run()
183 RuntimeException re = new RuntimeException("write error: " + e.getMessage()); in run()
/third_party/icu/icu4c/source/i18n/
H A Dcollationdatawriter.cpp82 return write(true, NULL, in writeBase()
92 return write(false, t.version, in writeTailoring()
99 CollationDataWriter::write(UBool isBase, const UVersionInfo dataVersion, in write() function in CollationDataWriter
110 // Figure out which data items to write before settling on in write()
112 // For any data item, we need to write the start and limit offsets, in write()
128 // For the root collator, we write an even number of indexes in write()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dheap.c28 #if defined(write)
29 #undef write macro
600 .write = lws_cache_heap_write,
/third_party/mbedtls/tests/scripts/
H A Dgenerate_tls13_compat_tests.py629 f.write(SSL_OUTPUT_HEADER.format(
631 f.write('\n\n'.join(get_all_test_cases()))
632 f.write('\n')
/third_party/json/tools/serve_header/
H A Dserve_header.py298 length += content.write(bytes('#define JSON_BUILD_COUNT '\
300 length += content.write(bytes('#define JSON_BUILD_TIME '\
303 length += content.write(bytes(line, 'utf-8'))
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c210 if (write(fd, buf, len) != (int)len) in ssh_ops_rx()
220 if (write(fd, bbuf, 1) != 1) in ssh_ops_rx()
268 lwsl_err("%s: unable to open %s for write: %s\n", __func__, in ssh_ops_set_server_key()
274 n = (int)write(fd, buf, len); in ssh_ops_set_server_key()
674 * the privileges needed to read / write /etc/... in callback_lws_sshd_demo()
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py340 filename: name of the file to potentially write to.
342 A file like object which will write to temporary file and only overwrite
419 def write(self, s): member in WriteOnDiff.Writer
420 self.tmp_file.write(s.encode("utf-8"))
491 # Add header and write it out.
494 tool_file.write("".join([source[0], header] + source[1:]))

Completed in 30 milliseconds

1...<<919293949596979899100>>...232