/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/driver/ |
H A D | RecordingFuzzedDataProviderTest.java | 66 public boolean[] consumeBooleans(int maxLength) { in consumeBooleans() 91 public short[] consumeShorts(int maxLength) { in consumeShorts() 106 public int[] consumeInts(int maxLength) { in consumeInts() 121 public long[] consumeLongs(int maxLength) { in consumeLongs() 181 public String consumeAsciiString(int maxLength) { in consumeAsciiString() 186 public String consumeString(int maxLength) { in consumeString() 201 public byte[] consumeBytes(int maxLength) { in consumeBytes()
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/ |
H A D | RecordingFuzzedDataProvider.java | 65 public boolean[] consumeBooleans(int maxLength) { in consumeBooleans() 80 public byte[] consumeBytes(int maxLength) { in consumeBytes() 100 public short[] consumeShorts(int maxLength) { in consumeShorts() 115 public int[] consumeInts(int maxLength) { in consumeInts() 130 public long[] consumeLongs(int maxLength) { in consumeLongs() 190 public String consumeString(int maxLength) { in consumeString() 200 public String consumeAsciiString(int maxLength) { in consumeAsciiString()
|
H A D | FuzzedDataProviderImpl.java | 141 @Override public native boolean[] consumeBooleans(int maxLength); in consumeBooleans() 165 @Override public native short[] consumeShorts(int maxLength); in consumeShorts() 178 @Override public native int[] consumeInts(int maxLength); in consumeInts() 191 @Override public native long[] consumeLongs(int maxLength); in consumeLongs() 236 @Override public native String consumeAsciiString(int maxLength); in consumeAsciiString() 238 @Override public native String consumeString(int maxLength); in consumeString() 244 @Override public native byte[] consumeBytes(int maxLength); in consumeBytes()
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/ |
H A D | CannedFuzzedDataProvider.java | 63 public boolean[] consumeBooleans(int maxLength) { in consumeBooleans() 88 public short[] consumeShorts(int maxLength) { in consumeShorts() 103 public int[] consumeInts(int maxLength) { in consumeInts() 118 public long[] consumeLongs(int maxLength) { in consumeLongs() 178 public String consumeAsciiString(int maxLength) { in consumeAsciiString() 183 public String consumeString(int maxLength) { in consumeString() 198 public byte[] consumeBytes(int maxLength) { in consumeBytes()
|
H A D | FuzzedDataProvider.java | 45 boolean[] consumeBooleans(int maxLength); in consumeBooleans() 71 byte[] consumeBytes(int maxLength); in consumeBytes() 106 short[] consumeShorts(int maxLength); in consumeShorts() 132 int[] consumeInts(int maxLength); in consumeInts() 158 long[] consumeLongs(int maxLength); in consumeLongs() 243 String consumeString(int maxLength); in consumeString() 263 String consumeAsciiString(int maxLength); in consumeAsciiString()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | HashCode.java | 85 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo() 92 abstract void writeBytesToImpl(byte[] dest, int offset, int maxLength); in writeBytesToImpl() 152 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl() 218 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl() 299 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | HashCode.java | 85 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo() 92 abstract void writeBytesToImpl(byte[] dest, int offset, int maxLength); in writeBytesToImpl() 152 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl() 218 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl() 299 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
|
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
H A D | Validations.java | 28 public static void assertLengthInRange(int length, String name, int minLength, int maxLength) { in assertLengthInRange() 41 public static void assertLengthInRange(String input, String name, int minLength, int maxLength) { in assertLengthInRange() 43 assertLengthInRange(input.length(), name, minLength, maxLength); in assertLengthInRange() local
|
/aosp_15_r20/external/vogar/src/vogar/commands/ |
H A D | VmCommandBuilder.java | 47 private int maxLength = -1; field in VmCommandBuilder 118 public VmCommandBuilder maxLength(int maxLength) { in maxLength() argument
|
H A D | Command.java | 241 private int maxLength = -1; field in Command.Builder 288 public Builder maxLength(int maxLength) { in maxLength() argument
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | AdRenderIdValidator.java | 47 final long maxLength = flags.getFledgeAuctionServerAdRenderIdMaxLength(); in createInstance() local 58 static AdRenderIdValidator createEnabledInstance(long maxLength) { in createEnabledInstance()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/breakiter/ |
H A D | DictionaryMatcher.java | 31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() 34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/breakiter/ |
H A D | DictionaryMatcher.java | 30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() 33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
|
/aosp_15_r20/external/libxml2/ |
H A D | parser.c | 3259 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNameComplex() local 3387 size_t maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseName() local 3430 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNCNameComplex() local 3485 size_t maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNCName() local 3591 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseStringName() local 3680 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNmtoken() local 3907 unsigned maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseEntityValue() local 4259 unsigned maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlExpandEntitiesInAttValue() local 4312 unsigned maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseAttValueInternal() local 4601 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseSystemLiteral() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | parser.c | 3234 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNameComplex() local 3362 size_t maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseName() local 3405 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNCNameComplex() local 3460 size_t maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNCName() local 3566 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseStringName() local 3655 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseNmtoken() local 3884 unsigned maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseEntityValue() local 4238 unsigned maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlExpandEntitiesInAttValue() local 4291 unsigned maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseAttValueInternal() local 4576 int maxLength = (ctxt->options & XML_PARSE_HUGE) ? in xmlParseSystemLiteral() local [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/ |
H A D | ref-ref.json | 12 "maxLength": 512 number 17 "maxLength": 512 number
|
H A D | example-ref.json | 12 "maxLength": 512 number 17 "maxLength": 512 number
|
H A D | ref-main-schema-resource.json | 36 "maxLength": 512 number 41 "maxLength": 512 number
|
/aosp_15_r20/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
H A D | TracePointRuleTest.java | 97 public TestableTracePointRule(int maxLength) { in TestableTracePointRule() 106 public TestableTracePointRule(String sectionTag, int maxLength) { in TestableTracePointRule()
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | maxLength.json | 4 "schema": {"maxLength": 2}, number 35 "schema": {"maxLength": 2.0}, number
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | maxLength.json | 4 "schema": {"maxLength": 2}, number 35 "schema": {"maxLength": 2.0}, number
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/dalvik/system/ |
H A D | VMRuntimeTest.java | 40 private void doTestNewNonMovableArray(Class<?> componentType, int step, int maxLength) { in doTestNewNonMovableArray() 95 private void doTestNewUnpaddedArray(Class<?> componentType, int step, int maxLength) { in doTestNewUnpaddedArray()
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | maxLength.json | 6 "maxLength": 2 number 40 "maxLength": 2.0 number
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | BoundedInputStream.java | 66 public BoundedInputStream(final InputStream inputStream, final long maxLength) { in BoundedInputStream() 163 protected void onMaxLength(final long maxLength, final long count) throws IOException { in onMaxLength()
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | maxLength.json | 6 "maxLength": 2 number 40 "maxLength": 2.0 number
|