Home
last modified time | relevance | path

Searched full:write (Results 1 – 25 of 22741) sorted by relevance

12345678910>>...910

/external/libevent/
Depolltable-internal.h43 If either the read or the write change is add+del:
45 Else, if either the read or the write change is add:
50 If the write change is add, or
51 (the write change is not del, and ev_write is in old_events):
59 Else, if the read or the write change is del:
62 If the write change is del:
70 {The write change is del.}
78 There is no read or write change; set op to 0 and events to 0.
117 Bit 4: write change is add
118 Bit 5: write change is del
[all …]
/external/curl/packages/vms/
Dgenerate_config_vms_h_curl.com112 $ write sys$output "NOTICE: A LIBIDN port has been detected."
113 $ write sys$output " This port of curl for VMS has not been tested with it."
120 $ write sys$output " LIBIDN support is not enabled."
121 $ write sys$output "Run with the ""libidn"" parameter to attempt to use."
123 $ write sys$output " Untested LIBIDN support requested."
131 $ write sys$output "NOTICE: A LIBSSH2 port has been detected."
132 $ write sys$output " This port of curl for VMS has not been tested with it."
139 $ write sys$output " LIBSSH2 support is not enabled."
140 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use."
142 $ write sys$output " Untested LIBSSH2 support requested."
[all …]
Dconfig_h.com79 $ write sys$output "Found existing custom file ''file'."
82 $ write sys$output "Creating new sys$disk:[]config_vms.h for you."
100 $! Write out the header
153 $ write sys$output "Can not find sys$disk:config.h.in"
156 $ write/symbol sys$output line_out
159 $ write sys$output "Also looked in PRJ_INCLUDE: for these files."
162 $ write tf ""
163 $ write tf -
165 $ write tf -
167 $ write tf -
[all …]
/external/openthread/third_party/mbedtls/repo/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 …]
/external/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 …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc17 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the
19 // XXX: The declarations below may use WRITE instead of READWRITE, unless
24 WRITE,
52 _(FIOGETOWN, WRITE, sizeof(int));
56 _(SIOCATMARK, WRITE, sizeof(int));
58 _(SIOCGPGRP, WRITE, sizeof(int));
62 _(TIOCGETD, WRITE, sizeof(int));
63 _(TIOCGPGRP, WRITE, pid_t_sz);
64 _(TIOCGWINSZ, WRITE, struct_winsize_sz);
67 _(TIOCMGET, WRITE, sizeof(int));
[all …]
/external/skia/gn/
Dgn_to_cmake.py63 out.write('set("')
64 out.write(CMakeStringEscape(variable_name))
65 out.write('" "')
66 out.write(CMakeStringEscape(value))
67 out.write('")\n')
76 out.write('list(APPEND "')
77 out.write(CMakeStringEscape(variable_name))
78 out.write('"\n "')
79 out.write('"\n "'.join([CMakeStringEscape(value) for value in values]))
80 out.write('")\n')
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp23 void Writer::writeNil() { EW.write(FirstByte::Nil); } in writeNil()
25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
27 void Writer::write(int64_t i) { in write() function in Writer
29 write(static_cast<uint64_t>(i)); in write()
34 EW.write(static_cast<int8_t>(i)); in write()
39 EW.write(FirstByte::Int8); in write()
40 EW.write(static_cast<int8_t>(i)); in write()
45 EW.write(FirstByte::Int16); in write()
46 EW.write(static_cast<int16_t>(i)); in write()
51 EW.write(FirstByte::Int32); in write()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp25 void Writer::writeNil() { EW.write(FirstByte::Nil); } in writeNil()
27 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
29 void Writer::write(int64_t i) { in write() function in Writer
31 write(static_cast<uint64_t>(i)); in write()
36 EW.write(static_cast<int8_t>(i)); in write()
41 EW.write(FirstByte::Int8); in write()
42 EW.write(static_cast<int8_t>(i)); in write()
47 EW.write(FirstByte::Int16); in write()
48 EW.write(static_cast<int16_t>(i)); in write()
53 EW.write(FirstByte::Int32); in write()
[all …]
/external/mesa3d/src/gallium/frontends/rusticl/api/
Ddevice.rs37 CL_DEVICE_ADDRESS_BITS => v.write::<cl_uint>(dev.address_bits()), in query()
38 CL_DEVICE_ATOMIC_FENCE_CAPABILITIES => v.write::<cl_device_atomic_capabilities>( in query()
44 CL_DEVICE_ATOMIC_MEMORY_CAPABILITIES => v.write::<cl_device_atomic_capabilities>( in query()
48 CL_DEVICE_AVAILABLE => v.write::<bool>(true), in query()
49 CL_DEVICE_BUILT_IN_KERNELS => v.write::<&CStr>(c""), in query()
50 CL_DEVICE_BUILT_IN_KERNELS_WITH_VERSION => v.write::<&[cl_name_version]>(&[]), in query()
51 CL_DEVICE_COMPILER_AVAILABLE => v.write::<bool>(true), in query()
53 v.write::<cl_device_device_enqueue_capabilities>(0) in query()
56 v.write::<cl_device_device_enqueue_capabilities>(0) in query()
59 v.write::<cl_device_unified_shared_memory_capabilities_intel>(0) in query()
[all …]
/external/protobuf/objectivec/
DGPBCodedOutputStream.h61 * @note Any -write* api can raise the GPBCodedOutputStreamException_*
79 * Creates a stream to write into the given NSOutputStream.
98 * Initializes a stream to write into the given @c NSOutputStream.
112 * Write the raw byte out.
114 * @param value The value to write out.
119 * Write the tag for the given field number and wire format.
127 * Write a 32bit value out in little endian format.
129 * @param value The value to write out.
133 * Write a 64bit value out in little endian format.
135 * @param value The value to write out.
[all …]
/external/cronet/tot/third_party/protobuf/objectivec/
DGPBCodedOutputStream.h61 * @note Any -write* api can raise the GPBCodedOutputStreamException_*
79 * Creates a stream to write into the given NSOutputStream.
98 * Initializes a stream to write into the given @c NSOutputStream.
112 * Write the raw byte out.
114 * @param value The value to write out.
119 * Write the tag for the given field number and wire format.
127 * Write a 32bit value out in little endian format.
129 * @param value The value to write out.
133 * Write a 64bit value out in little endian format.
135 * @param value The value to write out.
[all …]
/external/cronet/stable/third_party/protobuf/objectivec/
DGPBCodedOutputStream.h61 * @note Any -write* api can raise the GPBCodedOutputStreamException_*
79 * Creates a stream to write into the given NSOutputStream.
98 * Initializes a stream to write into the given @c NSOutputStream.
112 * Write the raw byte out.
114 * @param value The value to write out.
119 * Write the tag for the given field number and wire format.
127 * Write a 32bit value out in little endian format.
129 * @param value The value to write out.
133 * Write a 64bit value out in little endian format.
135 * @param value The value to write out.
[all …]
/external/deqp/android/cts/main/vk-main-2025-03-01/image/
Dconcurrent-copy.txt1 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.gradient.device.write
3 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.gradient.host.write
4 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.random.device.write
6 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.random.host.write
7 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.gradient.device.write
9 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.gradient.host.write
10 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.random.device.write
12 …rrent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.random.host.write
13 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.gradient.device.write
15 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.gradient.host.write
[all …]
/external/deqp/external/vulkancts/mustpass/main/vk-default/image/
Dconcurrent-copy.txt1 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.gradient.device.write
3 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.gradient.host.write
4 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.random.device.write
6 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.random.host.write
7 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.gradient.device.write
9 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.gradient.host.write
10 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.random.device.write
12 …rrent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.random.host.write
13 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.gradient.device.write
15 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.gradient.host.write
[all …]
/external/swiftshader/tests/regres/testlists/vk-default/image/
Dconcurrent-copy.txt1 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.gradient.device.write
3 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.gradient.host.write
4 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.random.device.write
6 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.random.host.write
7 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.gradient.device.write
9 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.gradient.host.write
10 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.random.device.write
12 …rrent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.random.host.write
13 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.gradient.device.write
15 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.gradient.host.write
[all …]
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/Format/
DInstructionMethodItem.java90 void write() throws IOException; in write() method
106 writer.write("#was invalid verification error type: "); in writeTo()
108 writer.write("\n"); in writeTo()
122 writer.write("#"); in writeTo()
123 writer.write(ex.getMessage()); in writeTo()
124 writer.write("\n"); in writeTo()
125 referenceWritable = () -> writer.write(ex.getInvalidReferenceRepresentation()); in writeTo()
137 writer.write("#"); in writeTo()
138 writer.write(ex.getMessage()); in writeTo()
139 writer.write("\n"); in writeTo()
[all …]
/external/deqp/external/vulkancts/mustpass/main/vksc-default/image/
Dconcurrent-copy.txt1 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.gradient.device.write
2 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.multiple.random.device.write
3 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.gradient.device.write
4 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_2d.single.random.device.write
5 …copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.gradient.device.write
6 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.multiple.random.device.write
7 …t_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.single.gradient.device.write
8 …ent_copy.vk_format_r32g32_sfloat.vk_image_tiling_linear.vk_image_type_3d.single.random.device.write
9 …opy.vk_format_r32g32_sfloat.vk_image_tiling_optimal.vk_image_type_2d.multiple.gradient.device.write
10 …_copy.vk_format_r32g32_sfloat.vk_image_tiling_optimal.vk_image_type_2d.multiple.random.device.write
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Derror.rs101 Self::Interrupted => write!(f, "interrupted"), in fmt()
102 Self::ParseError(e) => write!(f, "{e}"), in fmt()
103 Self::DeserializationError => write!(f, "failed to deserialize object"), in fmt()
104 Self::FactorialComplex => write!(f, "factorial is not supported for complex numbers"), in fmt()
105 Self::IoError(_) => write!(f, "I/O error"), in fmt()
106 Self::InvalidBasePrefix => write!( in fmt()
110 Self::NoExchangeRatesAvailable => write!(f, "exchange rates are not available"), in fmt()
117 write!( in fmt()
122 Self::NonIntegerNegRoots => write!(f, "cannot compute non-integer or negative roots"), in fmt()
124 write!(f, "roots of negative numbers are not supported") in fmt()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Derror.rs101 Self::Interrupted => write!(f, "interrupted"), in fmt()
102 Self::ParseError(e) => write!(f, "{e}"), in fmt()
103 Self::DeserializationError => write!(f, "failed to deserialize object"), in fmt()
104 Self::FactorialComplex => write!(f, "factorial is not supported for complex numbers"), in fmt()
105 Self::IoError(_) => write!(f, "I/O error"), in fmt()
106 Self::InvalidBasePrefix => write!( in fmt()
110 Self::NoExchangeRatesAvailable => write!(f, "exchange rates are not available"), in fmt()
117 write!( in fmt()
122 Self::NonIntegerNegRoots => write!(f, "cannot compute non-integer or negative roots"), in fmt()
124 write!(f, "roots of negative numbers are not supported") in fmt()
[all …]
/external/python/mako/mako/
D_ast_util.py223 def write(self, x): member in SourceGenerator
245 self.write("else:")
253 self.write(", ")
262 self.write("=")
266 self.write("*" + node.vararg.arg)
269 self.write("**" + node.kwarg.arg)
274 self.write("@")
283 self.write(", ")
285 self.write(" = ")
291 self.write(BINOP_SYMBOLS[type(node.op)] + "=")
[all …]
/external/python/cpython3/Lib/test/
Dtest_android.py130 def write(s, lines=None, *, write_len=None): function
133 self.assertEqual(write_len, stream.write(s))
140 write("", [])
142 write("a")
143 write("Hello")
144 write("Hello world")
145 write(" ")
146 write(" ")
149 write("ol\u00e9") # Spanish
150 write("\u4e2d\u6587") # Chinese
[all …]
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
Dencoder.py69 def EncodeVarint(write, value): argument
73 write(six.int2byte(0x80|bits))
76 return write(six.int2byte(bits))
85 def EncodeSignedVarint(write, value): argument
91 write(six.int2byte(0x80|bits))
94 return write(six.int2byte(bits))
133 def EncodePackedField(write, value): argument
134 write(tag_bytes)
138 local_EncodeVarint(write, size)
140 encode_value(write, element)
[all …]
/external/openscreen/discovery/mdns/
Dmdns_writer.cc52 bool MdnsWriter::Write(absl::string_view value) { in Write() function in openscreen::discovery::MdnsWriter
57 if (Write(static_cast<uint8_t>(value.length())) && in Write()
58 Write(value.data(), value.length())) { in Write()
65 bool MdnsWriter::Write(const std::string& value) { in Write() function in openscreen::discovery::MdnsWriter
66 return Write(absl::string_view(value)); in Write()
71 bool MdnsWriter::Write(const DomainName& name) { in Write() function in openscreen::discovery::MdnsWriter
90 if (!Write(find_result->second)) { in Write()
104 if (!Write(MakeDirectLabel(labels[i].size())) || in Write()
105 !Write(labels[i].data(), labels[i].size())) { in Write()
109 if (!Write(kLabelTermination)) { in Write()
[all …]
/external/cbor-java/src/main/java/co/nstant/in/cbor/encoder/
DAbstractEncoder.java30 outputStream.write(symbol); in encodeTypeChunked()
39 write((int) (symbol | length)); in encodeTypeAndLength()
42 write(symbol); in encodeTypeAndLength()
43 write((int) length); in encodeTypeAndLength()
46 write(symbol); in encodeTypeAndLength()
47 write((int) (length >> 8)); in encodeTypeAndLength()
48 write((int) (length & 0xFF)); in encodeTypeAndLength()
51 write(symbol); in encodeTypeAndLength()
52 write((int) ((length >> 24) & 0xFF)); in encodeTypeAndLength()
53 write((int) ((length >> 16) & 0xFF)); in encodeTypeAndLength()
[all …]

12345678910>>...910