/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
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
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
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()
|
D | CharsDictionaryMatcher.java | 24 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
|
D | BytesDictionaryMatcher.java | 45 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
|
D | CharsetMatch.java | 89 public String getString(int maxLength) throws java.io.IOException { in getString()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
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()
|
D | CharsDictionaryMatcher.java | 25 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
|
D | BytesDictionaryMatcher.java | 46 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
|
D | CharsetMatch.java | 84 public String getString(int maxLength) throws java.io.IOException { in getString()
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashCode.java | 89 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo() 96 abstract void writeBytesToImpl(byte[] dest, int offset, int maxLength); in writeBytesToImpl() 160 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl() 224 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl() 301 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
|
/external/vogar/src/vogar/commands/ |
D | VmCommandBuilder.java | 47 private int maxLength = -1; field in VmCommandBuilder 118 public VmCommandBuilder maxLength(int maxLength) { in maxLength() method in VmCommandBuilder
|
D | Command.java | 254 private int maxLength = -1; field in Command.Builder 301 public Builder maxLength(int maxLength) { in maxLength() method in Command.Builder
|
/external/python/pyasn1/pyasn1/codec/cer/ |
D | encoder.py | 39 maxLength = 19 variable in TimeEncoderMixIn 75 maxLength = 19 variable in GeneralizedTimeEncoder 80 maxLength = 14 variable in UTCTimeEncoder
|
/external/apache-http/src/org/apache/commons/codec/language/ |
D | Soundex.java | 94 private int maxLength = 4; field in Soundex 231 public void setMaxLength(int maxLength) { in setMaxLength()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 80 int32_t maxLength; member in __anonad6e121c0111::LargestGaps 111 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges() local
|
/external/proguard/src/proguard/classfile/editor/ |
D | VariableCleaner.java | 211 int maxLength = startPCs[localVariableInfo.u2index] - in trimLocalVariables() local 245 int maxLength = startPCs[localVariableTypeInfo.u2index] - in trimLocalVariableTypes() local
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLBIOSink.java | 50 int maxLength = Math.min(available(), (int) byteCount); in skip() local
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLBIOSink.java | 49 int maxLength = Math.min(available(), (int) byteCount); in skip() local
|
/external/icu/icu4c/source/common/ |
D | dictionarydata.cpp | 45 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches() 113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
D | SpeechActivity.java | 234 int maxLength = recordingBuffer.length; in record() local 295 int maxLength = recordingBuffer.length; in recognize() local
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/ |
D | SpeechActivity.java | 257 int maxLength = recordingBuffer.length; in record() local 317 int maxLength = recordingBuffer.length; in recognize() local
|
/external/pdfium/fxjs/xfa/ |
D | cjx_exdata.cpp | 45 void CJX_ExData::maxLength(CFXJSE_Value* pValue, in maxLength() function in CJX_ExData
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowEditTextTest.java | 47 int maxLength = anyInteger(); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LanguageTagParser.java | 553 …g, List<String>> expandMap(Map<String, String> newLocaleExtensions, int minLength, int maxLength) { in expandMap() 559 result.put(entry.getKey(), split(entry.getValue(), minLength, maxLength)); in expandMap() local 564 private List<String> split(String value, int minLength, int maxLength) { in split()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | BinaryTree.java | 121 int maxLength = 0; in decode() local
|