/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/ |
D | Buffer.java | 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 40 * <p> A buffer is a linear, finite sequence of elements of a specific 42 * buffer are its capacity, limit, and position: </p> 46 * <p> A buffer's <i>capacity</i> is the number of elements it contains. The 47 * capacity of a buffer is never negative and never changes. </p> 49 * <p> A buffer's <i>limit</i> is the index of the first element that should 50 * not be read or written. A buffer's limit is never negative and is never 51 * greater than its capacity. </p> 53 * <p> A buffer's <i>position</i> is the index of the next element to be 55 * greater than its limit. </p> [all …]
|
D | ByteBuffer.java | 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. 52 * <p> This class defines six categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single bytes; </p></li> 61 * <li><p> Absolute and relative {@link #get(byte[]) <i>bulk get</i>} 63 * into an array; </p></li> 65 * <li><p> Absolute and relative {@link #put(byte[]) <i>bulk put</i>} [all …]
|
D | ShortBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single shorts; </p></li> 61 * <li><p> Absolute and relative {@link #get(short[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(short[]) <i>bulk put</i>} [all …]
|
D | IntBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single ints; </p></li> 61 * <li><p> Absolute and relative {@link #get(int[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(int[]) <i>bulk put</i>} [all …]
|
D | LongBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single longs; </p></li> 61 * <li><p> Absolute and relative {@link #get(long[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(long[]) <i>bulk put</i>} [all …]
|
D | CharBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single chars; </p></li> 61 * <li><p> Absolute and relative {@link #get(char[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(char[]) <i>bulk put</i>} [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/ |
D | Buffer.java | 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 40 * <p> A buffer is a linear, finite sequence of elements of a specific 42 * buffer are its capacity, limit, and position: </p> 46 * <p> A buffer's <i>capacity</i> is the number of elements it contains. The 47 * capacity of a buffer is never negative and never changes. </p> 49 * <p> A buffer's <i>limit</i> is the index of the first element that should 50 * not be read or written. A buffer's limit is never negative and is never 51 * greater than its capacity. </p> 53 * <p> A buffer's <i>position</i> is the index of the next element to be 55 * greater than its limit. </p> [all …]
|
D | ByteBuffer.java | 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. 52 * <p> This class defines six categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single bytes; </p></li> 61 * <li><p> Absolute and relative {@link #get(byte[]) <i>bulk get</i>} 63 * into an array; </p></li> 65 * <li><p> Absolute and relative {@link #put(byte[]) <i>bulk put</i>} [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | Buffer.java | 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 40 * <p> A buffer is a linear, finite sequence of elements of a specific 42 * buffer are its capacity, limit, and position: </p> 46 * <p> A buffer's <i>capacity</i> is the number of elements it contains. The 47 * capacity of a buffer is never negative and never changes. </p> 49 * <p> A buffer's <i>limit</i> is the index of the first element that should 50 * not be read or written. A buffer's limit is never negative and is never 51 * greater than its capacity. </p> 53 * <p> A buffer's <i>position</i> is the index of the next element to be 55 * greater than its limit. </p> [all …]
|
H A D | ByteBuffer.java | 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. 52 * <p> This class defines six categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single bytes; </p></li> 61 * <li><p> Absolute and relative {@link #get(byte[]) <i>bulk get</i>} 63 * into an array; </p></li> 65 * <li><p> Absolute and relative {@link #put(byte[]) <i>bulk put</i>} [all …]
|
H A D | ShortBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single shorts; </p></li> 61 * <li><p> Absolute and relative {@link #get(short[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(short[]) <i>bulk put</i>} [all …]
|
H A D | IntBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single ints; </p></li> 61 * <li><p> Absolute and relative {@link #get(int[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(int[]) <i>bulk put</i>} [all …]
|
H A D | LongBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single longs; </p></li> 61 * <li><p> Absolute and relative {@link #get(long[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(long[]) <i>bulk put</i>} [all …]
|
/aosp_15_r20/external/freetype/src/gxvalid/ |
H A D | gxvjust.c | 7 * Copyright (C) 2005-2023 by 22 * Development of gxlayout is supported by the Information-technology 45 * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6just.html 47 * ---------------------------------------------- 53 * ---------------------------------------------- 77 if ( gid < gxvalid->face->num_glyphs ) in gxv_just_check_max_gid() 82 msg_tag, gid, gxvalid->face->num_glyphs )); in gxv_just_check_max_gid() 89 FT_Bytes limit, in gxv_just_wdp_entry_validate() argument 92 FT_Bytes p = table; in gxv_just_wdp_entry_validate() local 105 justClass = FT_NEXT_ULONG( p ); in gxv_just_wdp_entry_validate() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | loopfilter.c | 21 return (int8_t)clamp(t, -128, 127); in signed_char_clamp() 27 case 10: return (int16_t)clamp(t, -128 * 4, 128 * 4 - 1); in signed_char_clamp_high() 28 case 12: return (int16_t)clamp(t, -128 * 16, 128 * 16 - 1); in signed_char_clamp_high() 30 default: return (int16_t)clamp(t, -128, 128 - 1); in signed_char_clamp_high() 36 static inline int8_t filter_mask2(uint8_t limit, uint8_t blimit, uint8_t p1, in filter_mask2() argument 39 mask |= (abs(p1 - p0) > limit) * -1; in filter_mask2() 40 mask |= (abs(q1 - q0) > limit) * -1; in filter_mask2() 41 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1; in filter_mask2() 45 static inline int8_t filter_mask(uint8_t limit, uint8_t blimit, uint8_t p3, in filter_mask() argument 49 mask |= (abs(p3 - p2) > limit) * -1; in filter_mask() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | normalizer2impl.cpp | 6 * Copyright (C) 2009-2014, International Business Machines 11 * encoding: UTF-8 50 * UTF-8 lead byte for minNoMaybeCP. 66 * Returns the code point from one single well-formed UTF-8 byte sequence 69 * Trie UTF-8 macros do not assemble whole code points (for efficiency). 71 * We should not need it for normalization-inert data (norm16==0). 72 * Illegal sequences yield the error value norm16==0 just like real normalization-inert code points. 78 switch(cpLimit-cpStart) { in codePointFromValidUTF8() 94 * Returns the last code point in [start, p[ if it is valid and in U+1000..U+D7FF. 97 UChar32 previousHangulOrJamo(const uint8_t *start, const uint8_t *p) { in previousHangulOrJamo() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | normalizer2impl.cpp | 6 * Copyright (C) 2009-2014, International Business Machines 11 * encoding: UTF-8 50 * UTF-8 lead byte for minNoMaybeCP. 66 * Returns the code point from one single well-formed UTF-8 byte sequence 69 * Trie UTF-8 macros do not assemble whole code points (for efficiency). 71 * We should not need it for normalization-inert data (norm16==0). 72 * Illegal sequences yield the error value norm16==0 just like real normalization-inert code points. 78 switch(cpLimit-cpStart) { in codePointFromValidUTF8() 94 * Returns the last code point in [start, p[ if it is valid and in U+1000..U+D7FF. 97 UChar32 previousHangulOrJamo(const uint8_t *start, const uint8_t *p) { in previousHangulOrJamo() argument [all …]
|
/aosp_15_r20/external/freetype/src/psaux/ |
H A D | psconv.c | 7 * Copyright (C) 2006-2023 by 37 /* digits (both decimal and non-decimal) into numbers. */ 45 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 46 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 47 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1, -1, -1, -1, -1, -1, 49 -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 50 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, -1, -1, 51 -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 52 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, -1, -1, [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
H A D | ListResourceTagsRequest.java | 44 …ield<Integer> LIMIT_FIELD = SdkField.<Integer> builder(MarshallingType.INTEGER).memberName("Limit") 45 .getter(getter(ListResourceTagsRequest::limit)).setter(setter(Builder::limit)) 46 ….traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("Limit").build()).… 57 private final Integer limit; field in ListResourceTagsRequest 64 this.limit = builder.limit; in ListResourceTagsRequest() 69 * <p> 71 * </p> 72 * <p> 74 * </p> 75 * <p> [all …]
|
H A D | ListAliasesRequest.java | 44 …ield<Integer> LIMIT_FIELD = SdkField.<Integer> builder(MarshallingType.INTEGER).memberName("Limit") 45 .getter(getter(ListAliasesRequest::limit)).setter(setter(Builder::limit)) 46 ….traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("Limit").build()).… 57 private final Integer limit; field in ListAliasesRequest 64 this.limit = builder.limit; in ListAliasesRequest() 69 * <p> 72 * </p> 73 * <p> 76 * </p> 77 * <p> [all …]
|
H A D | ListKeyPoliciesRequest.java | 44 …ield<Integer> LIMIT_FIELD = SdkField.<Integer> builder(MarshallingType.INTEGER).memberName("Limit") 45 .getter(getter(ListKeyPoliciesRequest::limit)).setter(setter(Builder::limit)) 46 ….traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("Limit").build()).… 57 private final Integer limit; field in ListKeyPoliciesRequest 64 this.limit = builder.limit; in ListKeyPoliciesRequest() 69 * <p> 71 * </p> 72 * <p> 74 * </p> 75 * <p> [all …]
|
H A D | ListGrantsRequest.java | 40 …ield<Integer> LIMIT_FIELD = SdkField.<Integer> builder(MarshallingType.INTEGER).memberName("Limit") 41 .getter(getter(ListGrantsRequest::limit)).setter(setter(Builder::limit)) 42 ….traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("Limit").build()).… 64 private final Integer limit; field in ListGrantsRequest 76 this.limit = builder.limit; in ListGrantsRequest() 84 * <p> 87 * </p> 88 * <p> 91 * </p> 94 * not return more than the specified number of items, but it might return fewer.</p> [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | LongBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single longs; </p></li> 61 * <li><p> Absolute and relative {@link #get(long[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(long[]) <i>bulk put</i>} [all …]
|
D | IntBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single ints; </p></li> 61 * <li><p> Absolute and relative {@link #get(int[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(int[]) <i>bulk put</i>} [all …]
|
D | ShortBuffer.java | 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. 52 * <p> This class defines four categories of operations upon 57 * <li><p> Absolute and relative {@link #get() <i>get</i>} and 59 * single shorts; </p></li> 61 * <li><p> Absolute and relative {@link #get(short[]) <i>bulk get</i>} 63 * into an array; and</p></li> 65 * <li><p> Absolute and relative {@link #put(short[]) <i>bulk put</i>} [all …]
|