Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/third_party/mbedtls/tests/suites/
Dtest_suite_asn1write.data1 ASN.1 Write NULL
4 ASN.1 Write BOOLEAN FALSE
7 ASN.1 Write BOOLEAN TRUE
10 ASN.1 Write int 0
13 ASN.1 Write int 1
16 ASN.1 Write int 127
19 ASN.1 Write int 128
22 ASN.1 Write int 255
25 ASN.1 Write int 256
28 ASN.1 Write int 32767
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_output_stream.cc32 void FontOutputStream::Write(uint8_t b) { in Write() function in sfntly::FontOutputStream
34 stream_->Write(b); in Write()
39 void FontOutputStream::Write(std::vector<uint8_t>* b) { in Write() function in sfntly::FontOutputStream
41 Write(b, 0, b->size()); in Write()
46 void FontOutputStream::Write(std::vector<uint8_t>* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
58 stream_->Write(b, off, len); in Write()
62 void FontOutputStream::Write(uint8_t* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
73 stream_->Write(b, off, len); in Write()
78 Write(c); in WriteChar()
82 Write((uint8_t)((us >> 8) & 0xff)); in WriteUShort()
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_output_stream.cc32 void FontOutputStream::Write(uint8_t b) { in Write() function in sfntly::FontOutputStream
34 stream_->Write(b); in Write()
39 void FontOutputStream::Write(std::vector<uint8_t>* b) { in Write() function in sfntly::FontOutputStream
41 Write(b, 0, b->size()); in Write()
46 void FontOutputStream::Write(std::vector<uint8_t>* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
58 stream_->Write(b, off, len); in Write()
62 void FontOutputStream::Write(uint8_t* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
73 stream_->Write(b, off, len); in Write()
78 Write(c); in WriteChar()
82 Write((uint8_t)((us >> 8) & 0xff)); in WriteUShort()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs207 writer.Write(customDiagnosticMessage.ToDiagnosticString()); in WriteMessage()
211 writer.Write("{ "); in WriteMessage()
213 writer.Write(writtenFields ? " }" : "}"); in WriteMessage()
232 writer.Write(PropertySeparator); in WriteMessageFields()
236 writer.Write(NameValueSeparator); in WriteMessageFields()
300 writer.Write("null"); in WriteNull()
366 writer.Write((bool)value ? "true" : "false"); in WriteValue()
371 writer.Write('"'); in WriteValue()
372 writer.Write(((ByteString)value).ToBase64()); in WriteValue()
373 writer.Write('"'); in WriteValue()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
DDebug.h33 inline std::ostream& Write(std::ostream& out) { in Write() function
37 inline std::ostream& Write(std::ostream& out, const std::optional<T>& value);
39 inline std::ostream& Write(std::ostream& out, const std::vector<T>& value);
41 inline std::ostream& Write(std::ostream& out, const std::unordered_map<K, V>& value);
43 inline std::ostream& Write(std::ostream& out, const std::variant<TYS...>& value);
45 std::ostream& Write(std::ostream& out, VALUE&& value);
49 std::ostream& Write(std::ostream& out, const std::optional<T>& value) { in Write() function
51 return Write(out, value.value()); in Write()
57 std::ostream& Write(std::ostream& out, const std::vector<T>& value) { in Write() function
65 Write(out, el); in Write()
[all …]
/third_party/libsnd/tests/
Dbenchmark-latest-coltrane10 Write short to PCM_16 : 83.19% of raw write
12 Write int to PCM_24 : 30.81% of raw write
14 Write float to PCM_16 : 17.70% of raw write
16 Write float to PCM_24 : 15.09% of raw write
18 Write float to PCM_32 : 14.32% of raw write
20 Write float to FLOAT : 28.64% of raw write
24 Write short to PCM_16 : 44.04% of raw write
26 Write int to PCM_24 : 28.92% of raw write
28 Write float to PCM_16 : 17.30% of raw write
30 Write float to PCM_24 : 14.62% of raw write
[all …]
Dbenchmark-1.0.18pre16-mingus9 Write short to PCM_16 : 98.84% of raw write
11 Write int to PCM_24 : 33.74% of raw write
13 Write int to PCM_32 : 48.34% of raw write
15 Write float to PCM_16 : 41.86% of raw write
17 Write float to PCM_24 : 28.38% of raw write
19 Write float to PCM_32 : 23.68% of raw write
21 Write float to FLOAT : 47.21% of raw write
25 Write short to PCM_16 : 54.94% of raw write
27 Write int to PCM_24 : 33.40% of raw write
29 Write int to PCM_32 : 30.89% of raw write
[all …]
Dbenchmark-1.0.6pre10-coltrane9 Write short to PCM_16 : 86.21% of raw write
11 Write int to PCM_24 : 34.89% of raw write
13 Write int to PCM_32 : 43.36% of raw write
15 Write float to PCM_16 : 43.02% of raw write
17 Write float to PCM_24 : 32.72% of raw write
19 Write float to PCM_32 : 25.92% of raw write
21 Write float to FLOAT : 46.65% of raw write
25 Write short to PCM_16 : 54.53% of raw write
27 Write int to PCM_24 : 35.28% of raw write
29 Write int to PCM_32 : 26.21% of raw write
[all …]
Dbenchmark-0.0.2810 Write short to PCM_16 : 83.37% of raw write
12 Write int to PCM_24 : 30.78% of raw write
14 Write int to PCM_32 : 42.05% of raw write
16 Write float to PCM_16 : 17.75% of raw write
18 Write float to PCM_24 : 15.30% of raw write
20 Write float to PCM_32 : 14.55% of raw write
22 Write float to FLOAT : 28.98% of raw write
26 Write short to PCM_16 : 43.39% of raw write
28 Write int to PCM_24 : 29.65% of raw write
30 Write int to PCM_32 : 19.62% of raw write
[all …]
Dbenchmark-1.0.6pre10-miles9 Write short to PCM_16 : 61.90% of raw write
11 Write int to PCM_24 : 28.69% of raw write
13 Write int to PCM_32 : 31.14% of raw write
15 Write float to PCM_16 : 25.57% of raw write
17 Write float to PCM_24 : 23.59% of raw write
19 Write float to PCM_32 : 18.00% of raw write
21 Write float to FLOAT : 31.32% of raw write
25 Write short to PCM_16 : 42.81% of raw write
27 Write int to PCM_24 : 29.28% of raw write
29 Write int to PCM_32 : 22.21% of raw write
[all …]
Dbenchmark-1.0.18pre16-hendrix9 Write short to PCM_16 : 95.08% of raw write
11 Write int to PCM_24 : 54.55% of raw write
13 Write int to PCM_32 : 46.97% of raw write
15 Write float to PCM_16 : 60.85% of raw write
17 Write float to PCM_24 : 46.23% of raw write
19 Write float to PCM_32 : 35.38% of raw write
21 Write float to FLOAT : 47.73% of raw write
25 Write short to PCM_16 : 79.98% of raw write
27 Write int to PCM_24 : 53.80% of raw write
29 Write int to PCM_32 : 41.68% of raw write
[all …]
Dbenchmark-1.0.09 Write short to PCM_16 : 83.19% of raw write
11 Write int to PCM_24 : 31.12% of raw write
13 Write float to PCM_16 : 37.00% of raw write
15 Write float to PCM_24 : 29.08% of raw write
17 Write float to PCM_32 : 22.08% of raw write
19 Write float to FLOAT : 28.70% of raw write
23 Write short to PCM_16 : 22.08% of raw write
25 Write int to PCM_24 : 30.96% of raw write
27 Write float to PCM_16 : 35.82% of raw write
29 Write float to PCM_24 : 27.70% of raw write
[all …]
Dbenchmark-1.0.0rc29 Write short to PCM_16 : 82.37% of raw write
11 Write int to PCM_24 : 30.80% of raw write
13 Write float to PCM_16 : 36.22% of raw write
15 Write float to PCM_24 : 28.41% of raw write
17 Write float to FLOAT : 28.41% of raw write
21 Write short to PCM_16 : 21.73% of raw write
23 Write int to PCM_24 : 31.02% of raw write
25 Write float to PCM_16 : 35.51% of raw write
27 Write float to PCM_24 : 27.37% of raw write
29 Write float to FLOAT : 15.11% of raw write
/third_party/gettext/gettext-tools/src/
Dmsgunfmt.cs37 Out.Write('"'); in DumpString()
41 Out.Write('\\'); Out.Write('b'); in DumpString()
43 Out.Write('\\'); Out.Write('f'); in DumpString()
45 Out.Write('\\'); Out.Write('n'); in DumpString()
47 Out.Write('\\'); Out.Write('r'); in DumpString()
49 Out.Write('\\'); Out.Write('t'); in DumpString()
51 Out.Write('\\'); Out.Write(c); in DumpString()
53 Out.Write(c); in DumpString()
55 Out.Write('"'); in DumpString()
62 Out.Write("msgctxt "); DumpString(msgctxt); in DumpMessage()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp314 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
315 Write.OpIndex = i; in populateWrites()
320 Write.Latency = in populateWrites()
322 Write.SClassOrWriteResourceID = WLE.WriteResourceID; in populateWrites()
325 Write.Latency = ID.MaxLatency; in populateWrites()
326 Write.SClassOrWriteResourceID = 0; in populateWrites()
328 Write.IsOptionalDef = false; in populateWrites()
330 dbgs() << "\t\t[Def] OpIdx=" << Write.OpIndex in populateWrites()
331 << ", Latency=" << Write.Latency in populateWrites()
332 << ", WriteResourceID=" << Write.SClassOrWriteResourceID << '\n'; in populateWrites()
[all …]
/third_party/zlib/contrib/ada/
Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); argument
194 procedure Write (Item : in Stream_Element_Array) is subprogram
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write argument
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/
Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); argument
194 procedure Write (Item : in Stream_Element_Array) is subprogram
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write subprogram
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/
Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); subprogspec
194 procedure Write (Item : in Stream_Element_Array) is argument
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write subprogram
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Droadmap.md8 - Write the PNG decoder.
9 - Write the JPEG decoder.
10 - Write the PNG encoder.
12 - Write some example programs, maybe cpng a la cjpeg and cwebp.
18 - Write the BMP/ICO decoder.
19 - Write the TIFF decoder.
20 - Write the WEBP decoder.
21 - Write the JPEG encoder.
31 - Write a language spec.
/third_party/skia/experimental/graphite/src/
DUniformManager.cpp174 static uint32_t Write(void *dst, int n, const MemType src[]) { in Write() function in skgpu::Writer
214 Write<float, UniformType, 3, 3>(SkTAddOffset<void>(dst, offset), 1, mt); in WriteSkMatrices()
230 return Write<int32_t, int32_t>(dest, n, static_cast<const int32_t *>(src)); in WriteUniform()
233 return Write<int32_t, int32_t, 2>(dest, n, static_cast<const int32_t *>(src)); in WriteUniform()
236 return Write<int32_t, int32_t, 3>(dest, n, static_cast<const int32_t *>(src)); in WriteUniform()
239 return Write<int32_t, int32_t, 4>(dest, n, static_cast<const int32_t *>(src)); in WriteUniform()
242 return Write<float, SkHalf>(dest, n, static_cast<const float *>(src)); in WriteUniform()
245 return Write<float, float>(dest, n, static_cast<const float *>(src)); in WriteUniform()
248 return Write<float, SkHalf, 2>(dest, n, static_cast<const float *>(src)); in WriteUniform()
251 return Write<float, float, 2>(dest, n, static_cast<const float *>(src)); in WriteUniform()
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeInfer1.types3 Write(s:string):void;
4 >Write : (s: string) => void
14 >{ Write: function (s:string):void {}, WriteLine: function(s:string):void {}} : { Write: (s: …
16 Write: function (s:string):void {},
17 >Write : (s: string) => void
DtypeInfer1.symbols5 Write(s:string):void;
6 >Write : Symbol(ITextWriter2.Write, Decl(typeInfer1.ts, 0, 24))
18 Write: function (s:string):void {},
19 >Write : Symbol(Write, Decl(typeInfer1.ts, 5, 23))
DkeyofInferenceLowerPriorityThanReturn.symbols3 declare class Write {
4 >Write : Symbol(Write, Decl(keyofInferenceLowerPriorityThanReturn.ts, 0, 0))
6 protected dummy: Write;
7 >dummy : Symbol(Write.dummy, Decl(keyofInferenceLowerPriorityThanReturn.ts, 1, 21))
8 >Write : Symbol(Write, Decl(keyofInferenceLowerPriorityThanReturn.ts, 0, 0))
44 [P in keyof T1]: Col<Write, T1[P]>;
48 >Write : Symbol(Write, Decl(keyofInferenceLowerPriorityThanReturn.ts, 0, 0))
53 [P in keyof T2]: Col<Write, T2[P]>;
57 >Write : Symbol(Write, Decl(keyofInferenceLowerPriorityThanReturn.ts, 0, 0))
/third_party/protobuf/csharp/src/AddressBook/
DAddPerson.cs47 output.Write("Enter person ID: "); in PromptForAddress()
50 output.Write("Enter name: "); in PromptForAddress()
53 output.Write("Enter email address (blank for none): "); in PromptForAddress()
62 output.Write("Enter a phone number (or leave blank to finish): "); in PromptForAddress()
71 output.Write("Is this a mobile, home, or work phone? "); in PromptForAddress()
85 output.Write("Unknown phone type. Using default."); in PromptForAddress()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DBufferValidationTests.cpp152 buf.MapAsync(wgpu::MapMode::Write, 0, 4, ToMockBufferMapAsyncCallback, nullptr); in TEST_F()
169 AssertMapAsyncError(buffer, wgpu::MapMode::Write, 0, 4); in TEST_F()
181 buffer.MapAsync(wgpu::MapMode::Write, 8, 4, nullptr, nullptr); in TEST_F()
191 AssertMapAsyncError(buffer, wgpu::MapMode::Write, 4, 4); in TEST_F()
201 AssertMapAsyncError(buffer, wgpu::MapMode::Write, 0, 6); in TEST_F()
254 AssertMapAsyncError(buffer, wgpu::MapMode::Write, 0, 4); in TEST_F()
258 AssertMapAsyncError(buffer, wgpu::MapMode::Write, 0, 4); in TEST_F()
274 AssertMapAsyncError(buffer, wgpu::MapMode::Read | wgpu::MapMode::Write, 0, 4); in TEST_F()
291 buffer.MapAsync(wgpu::MapMode::Write, 0, 4, nullptr, nullptr); in TEST_F()
292 AssertMapAsyncError(buffer, wgpu::MapMode::Write, 0, 4); in TEST_F()
[all …]

12345678910>>...41