Home
last modified time | relevance | path

Searched +full:non +full:- +full:read +full:- +full:only (Results 1 – 25 of 1293) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dclassroom_v1.courses.courseWork.studentSubmissions.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/
DByteBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(byte) <i>put</i>} methods that read and write
73 * and {@link #putChar(char) <i>put</i>} methods that read and
107 * <h2> Direct <i>vs.</i> non-direct buffers </h2>
109 * <p> A byte buffer is either <i>direct</i> or <i>non-direct</i>. Given a
119 * and deallocation costs than non-direct buffers. The contents of direct
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DByteBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(byte) <i>put</i>} methods that read and write
73 * and {@link #putChar(char) <i>put</i>} methods that read and
107 * <h2> Direct <i>vs.</i> non-direct buffers </h2>
109 * <p> A byte buffer is either <i>direct</i> or <i>non-direct</i>. Given a
119 * and deallocation costs than non-direct buffers. The contents of direct
[all …]
H A DX-Buffer.java.template7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put($type$) <i>put</i>} methods that read and write
73 * and {@link #putChar(char) <i>put</i>} methods that read and
107 * <h2> Direct <i>vs.</i> non-direct buffers </h2>
109 * <p> A byte buffer is either <i>direct</i> or <i>non-direct</i>. Given a
119 * and deallocation costs than non-direct buffers. The contents of direct
120 * buffers may reside outside of the normal garbage-collected heap, and so
[all …]
H A DCharBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(char) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A char buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
219 * example in the regular-expression package {@link java.util.regex}.
[all …]
H A DShortBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(short) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A short buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
H A DIntBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(int) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. An int buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
H A DLongBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(long) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A long buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
H A DDoubleBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(double) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A double buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
H A DFloatBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(float) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A float buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/
DByteBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(byte) <i>put</i>} methods that read and write
73 * and {@link #putChar(char) <i>put</i>} methods that read and
107 * <h2> Direct <i>vs.</i> non-direct buffers </h2>
109 * <p> A byte buffer is either <i>direct</i> or <i>non-direct</i>. Given a
119 * and deallocation costs than non-direct buffers. The contents of direct
[all …]
DCharBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(char) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A char buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
219 * example in the regular-expression package {@link java.util.regex}.
[all …]
DShortBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(short) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A short buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DIntBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(int) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. An int buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DLongBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(long) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A long buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DFloatBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(float) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A float buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DDoubleBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(double) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A double buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/
DCharBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(char) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A char buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
219 * example in the regular-expression package {@link java.util.regex}.
[all …]
DLongBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(long) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A long buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DIntBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(int) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. An int buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DShortBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(short) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A short buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DFloatBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(float) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A float buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
DDoubleBuffer.java7 * under the terms of the GNU General Public License version 2 only, as
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27 // -- This file was mechanically generated: Do not edit! -- //
28 // Android-note: This file is generated by ojluni/src/tools/gensrc_android.sh.
48 // Android-changed: Fix that if[byte] isn't processed by the SppTool. Upstream doc has the same bug.
58 * {@link #put(double) <i>put</i>} methods that read and write
206 * href="ByteBuffer.html#direct"><i>direct</i> or <i>non-direct</i></a>. A
208 * be non-direct. A double buffer created as a view of a byte buffer will
209 * be direct if, and only if, the byte buffer itself is direct. Whether or not
268 * @author JSR-51 Expert Group
[all …]
/aosp_15_r20/system/sepolicy/prebuilts/api/29.0/public/
H A Ddomain.te6 # Intra-domain accesses.
37 allow domain su:unix_stream_socket { connectto getattr getopt read write shutdown };
40 allow { domain -init } su:binder { call transfer };
46 # allow "gdbserver --attach" to work for su.
63 allow domain rootfs:lnk_file { read getattr };
76 #-coredomain
77 -mediaprovider
78 -ephemeral_app
79 -isolated_app
80 -untrusted_app_all
[all …]
/aosp_15_r20/system/sepolicy/prebuilts/api/32.0/public/
H A Ddomain.te6 # Intra-domain accesses.
37 allow domain su:unix_stream_socket { connectto getattr getopt read write shutdown };
40 allow { domain -init } su:binder { call transfer };
46 # allow "gdbserver --attach" to work for su.
63 allow domain rootfs:lnk_file { read getattr };
77 allow domain ashmem_device:chr_file { getattr read ioctl lock map append write };
82 allow { domain -hwservicemanager -vndservicemanager } binder_device:chr_file rw_file_perms;
92 allow { domain -servicemanager -vndservicemanager -isolated_app } hwbinder_device:chr_file rw_file_…
131 # Binder cache properties are world-readable
136 # Let everyone read log properties, so that liblog can avoid sending unloggable
[all …]

12345678910>>...52