Home
last modified time | relevance | path

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

12345678910>>...1321

/aosp_15_r20/external/libevent/
H A 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 …]
/aosp_15_r20/external/curl/packages/vms/
H A 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 …]
H A 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 …]
/aosp_15_r20/device/google/zumapro/conf/
Dinit.zumapro.soc.rc23 write /proc/vendor_sched/groups/ta/uclamp_min 190
24 write /proc/vendor_sched/groups/ta/prefer_idle 1
25 write /proc/vendor_sched/groups/fg/uclamp_min 190
26 write /proc/vendor_sched/groups/fg/prefer_idle 1
27 write /proc/vendor_sched/groups/sys/uclamp_min 190
28 write /proc/vendor_sched/groups/sys/prefer_idle 1
29 write /proc/vendor_sched/groups/fg_wi/prefer_idle 1
31 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 820000
33 write /proc/vendor_sched/groups/bg/rampup_multiplier 0
34 write /proc/vendor_sched/groups/cam/rampup_multiplier 1
[all …]
Dinit.zuma.soc.rc27 write /proc/vendor_sched/groups/ta/uclamp_min 221
28 write /proc/vendor_sched/groups/ta/prefer_idle 1
29 write /proc/vendor_sched/groups/fg/uclamp_min 221
30 write /proc/vendor_sched/groups/fg/prefer_idle 1
31 write /proc/vendor_sched/groups/sys/uclamp_min 221
32 write /proc/vendor_sched/groups/sys/prefer_idle 1
35 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor sched_pixel
36 write /sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/up_rate_limit_us 500
37 write /sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_scale_pow 2
38 write /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor sched_pixel
[all …]
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A 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 …]
/aosp_15_r20/device/google/zuma/conf/
Dinit.zuma.rc7 write /proc/sys/kernel/sched_pelt_multiplier 1
8 write /sys/kernel/mm/lru_gen/enabled n
15 write /sys/devices/system/cpu/cpuidle/current_governor teo
17 write /proc/vendor_sched/teo_util_threshold "2 1024 1024"
141 write /proc/vendor_sched/groups/ta/qos_adpf_enable 1
142 write /proc/vendor_sched/groups/ta/qos_auto_uclamp_max_enable 1
143 write /proc/vendor_sched/groups/ta/qos_boost_prio_enable 1
144 write /proc/vendor_sched/groups/ta/qos_preempt_wakeup_enable 1
145 write /proc/vendor_sched/groups/ta/qos_prefer_fit_enable 1
146 write /proc/vendor_sched/groups/ta/qos_prefer_high_cap_enable 1
[all …]
/aosp_15_r20/external/skia/gn/
H A 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 …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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 …]
/aosp_15_r20/external/mbedtls/tests/suites/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/freedreno/.gitlab-ci/reference/
H A Des2gears-a320.log7 write SP_VS_PVT_MEM_PARAM_REG (22d6)
12 write SP_FS_PVT_MEM_PARAM_REG (22e4)
17 write PC_VERTEX_REUSE_BLOCK_CNTL (21ea)
20 write GRAS_SC_CONTROL (2072)
23 write RB_MSAA_CONTROL (20c2)
27 write GRAS_CL_GB_CLIP_ADJ (2044)
30 write GRAS_TSE_DEBUG_ECO (0c81)
33 write TPL1_TP_VS_TEX_OFFSET (2340)
36 write TPL1_TP_FS_TEX_OFFSET (2342)
39 write VPC_VARY_CYLWRAP_ENABLE_0 (228a)
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A 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 …]
/aosp_15_r20/external/protobuf/objectivec/
H A 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 …]
/aosp_15_r20/system/tools/aidl/
Dast_java.cpp36 Write(CodeWriter::ForString(&str).get()); in ToString()
41 to->Write("%s", comment.c_str()); in WriteComment()
42 if (!comment.empty() && comment.back() != '\n') to->Write("\n"); in WriteComment()
49 to->Write("@Override "); in WriteModifiers()
53 to->Write("public "); in WriteModifiers()
55 to->Write("private "); in WriteModifiers()
57 to->Write("protected "); in WriteModifiers()
61 to->Write("static "); in WriteModifiers()
65 to->Write("final "); in WriteModifiers()
69 to->Write("abstract "); in WriteModifiers()
[all …]
/aosp_15_r20/device/google/gs201/conf/
Dinit.gs201.rc19 write /sys/devices/system/cpu/cpuidle/current_governor teo
21 write /proc/vendor_sched/teo_util_threshold "1024 1024 1024"
143 write /proc/vendor_sched/groups/ta/qos_adpf_enable 1
144 write /proc/vendor_sched/groups/ta/qos_auto_uclamp_max_enable 1
145 write /proc/vendor_sched/groups/ta/qos_boost_prio_enable 1
146 write /proc/vendor_sched/groups/ta/qos_preempt_wakeup_enable 1
147 write /proc/vendor_sched/groups/ta/qos_prefer_fit_enable 1
148 write /proc/vendor_sched/groups/ta/qos_prefer_high_cap_enable 1
149 write /proc/vendor_sched/groups/ta/qos_prefer_idle_enable 1
150 write /proc/vendor_sched/groups/ta/qos_rampup_multiplier_enable 1
[all …]
/aosp_15_r20/device/google/gs101/conf/
Dinit.gs101.rc15 write /sys/devices/system/cpu/cpuidle/current_governor teo
17 write /proc/vendor_sched/teo_util_threshold "1024 1024 1024"
139 write /proc/vendor_sched/groups/ta/qos_adpf_enable 1
140 write /proc/vendor_sched/groups/ta/qos_auto_uclamp_max_enable 1
141 write /proc/vendor_sched/groups/ta/qos_boost_prio_enable 1
142 write /proc/vendor_sched/groups/ta/qos_preempt_wakeup_enable 1
143 write /proc/vendor_sched/groups/ta/qos_prefer_fit_enable 1
144 write /proc/vendor_sched/groups/ta/qos_prefer_high_cap_enable 1
145 write /proc/vendor_sched/groups/ta/qos_prefer_idle_enable 1
146 write /proc/vendor_sched/groups/ta/qos_rampup_multiplier_enable 1
[all …]
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp129 void write(std::string_view s);
398 void MetalCodeGenerator::write(std::string_view s) { in write() function in SkSL::MetalCodeGenerator
412 this->write(s); in writeLine()
457 case Type::TextureAccess::kWrite: return "texture2d<half, access::write>"; in typeName()
483 this->write(this->typeName(type)); in writeType()
514 this->write("false"); in writeExpression()
592 this->write("("); in writeWithIndexSubstitution()
595 this->write(")"); in writeWithIndexSubstitution()
653 this->write("(("); in writeFunctionCall()
659 this->write(scratchResultName); in writeFunctionCall()
[all …]
/aosp_15_r20/external/python/cpython2/Demo/parser/
Dunparse.py36 self.f.write("")
41 self.f.write("\n"+" "*self._indent + text)
43 def write(self, text): member in Unparser
45 self.f.write(text)
49 self.write(":")
84 interleave(lambda: self.write(", "), self.dispatch, t.names)
92 self.write("." * t.level)
94 self.write(t.module)
95 self.write(" import ")
96 interleave(lambda: self.write(", "), self.dispatch, t.names)
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/Format/
H A 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 …]
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A DInstructionWriter.java156 public void write(@Nonnull Instruction10t instruction) { in write() method in InstructionWriter
158 writer.write(getOpcodeValue(instruction.getOpcode())); in write()
159 writer.write(instruction.getCodeOffset()); in write()
165 public void write(@Nonnull Instruction10x instruction) { in write() method in InstructionWriter
167 writer.write(getOpcodeValue(instruction.getOpcode())); in write()
168 writer.write(0); in write()
174 public void write(@Nonnull Instruction11n instruction) { in write() method in InstructionWriter
176 writer.write(getOpcodeValue(instruction.getOpcode())); in write()
177 writer.write(packNibbles(instruction.getRegisterA(), instruction.getNarrowLiteral())); in write()
183 public void write(@Nonnull Instruction11x instruction) { in write() method in InstructionWriter
[all …]
/aosp_15_r20/out/target/product/shiba/system/etc/selinux/
Dplat_sepolicy.cil410 (common socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind …
411 (common file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink …
414 (common ipc (create destroy getattr setattr read write associate unix_read unix_write ))
428 (mlsconstrain (file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_file…
434 (mlsconstrain (anon_inode (ioctl read write create getattr setattr lock relabelfrom relabelto appen…
437 (mlsconstrain (dir (write setattr rename add_name remove_name reparent rmdir)) (or (or (or (eq t2 a…
444 (mlsconstrain (lnk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
451 (mlsconstrain (chr_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
456 (mlsconstrain (blk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
461 (mlsconstrain (sock_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data…
[all …]
/aosp_15_r20/out/soong/.intermediates/system/sepolicy/userdebug_plat_sepolicy.cil/android_common/
Duserdebug_plat_sepolicy.cil410 (common socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind …
411 (common file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink …
414 (common ipc (create destroy getattr setattr read write associate unix_read unix_write ))
428 (mlsconstrain (file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_file…
434 (mlsconstrain (anon_inode (ioctl read write create getattr setattr lock relabelfrom relabelto appen…
437 (mlsconstrain (dir (write setattr rename add_name remove_name reparent rmdir)) (or (or (or (eq t2 a…
444 (mlsconstrain (lnk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
451 (mlsconstrain (chr_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
456 (mlsconstrain (blk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
461 (mlsconstrain (sock_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data…
[all …]
/aosp_15_r20/out/soong/.intermediates/system/sepolicy/plat_sepolicy.cil/android_common/
Dplat_sepolicy.cil410 (common socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind …
411 (common file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink …
414 (common ipc (create destroy getattr setattr read write associate unix_read unix_write ))
428 (mlsconstrain (file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_file…
434 (mlsconstrain (anon_inode (ioctl read write create getattr setattr lock relabelfrom relabelto appen…
437 (mlsconstrain (dir (write setattr rename add_name remove_name reparent rmdir)) (or (or (or (eq t2 a…
444 (mlsconstrain (lnk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
451 (mlsconstrain (chr_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
456 (mlsconstrain (blk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
461 (mlsconstrain (sock_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data…
[all …]
/aosp_15_r20/out/target/product/shiba/obj/ETC/userdebug_plat_sepolicy.cil_intermediates/
Duserdebug_plat_sepolicy.cil410 (common socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind …
411 (common file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink …
414 (common ipc (create destroy getattr setattr read write associate unix_read unix_write ))
428 (mlsconstrain (file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_file…
434 (mlsconstrain (anon_inode (ioctl read write create getattr setattr lock relabelfrom relabelto appen…
437 (mlsconstrain (dir (write setattr rename add_name remove_name reparent rmdir)) (or (or (or (eq t2 a…
444 (mlsconstrain (lnk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
451 (mlsconstrain (chr_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
456 (mlsconstrain (blk_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data_…
461 (mlsconstrain (sock_file (write setattr append unlink link rename)) (or (or (or (or (eq t2 app_data…
[all …]

12345678910>>...1321