/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | classroom_v1.courses.courseWork.studentSubmissions.html | 8 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/ |
D | ByteBuffer.java | 7 * 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 D | ByteBuffer.java | 7 * 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 D | X-Buffer.java.template | 7 * 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 D | CharBuffer.java | 7 * 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 D | ShortBuffer.java | 7 * 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 D | IntBuffer.java | 7 * 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 D | LongBuffer.java | 7 * 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 D | DoubleBuffer.java | 7 * 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 D | FloatBuffer.java | 7 * 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/ |
D | ByteBuffer.java | 7 * 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 …]
|
D | CharBuffer.java | 7 * 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 …]
|
D | ShortBuffer.java | 7 * 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 …]
|
D | IntBuffer.java | 7 * 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 …]
|
D | LongBuffer.java | 7 * 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 …]
|
D | FloatBuffer.java | 7 * 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 …]
|
D | DoubleBuffer.java | 7 * 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/ |
D | CharBuffer.java | 7 * 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 …]
|
D | LongBuffer.java | 7 * 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 …]
|
D | IntBuffer.java | 7 * 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 …]
|
D | ShortBuffer.java | 7 * 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 …]
|
D | FloatBuffer.java | 7 * 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 …]
|
D | DoubleBuffer.java | 7 * 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 D | domain.te | 6 # 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 D | domain.te | 6 # 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 …]
|