| /external/chromium_org/third_party/WebKit/Source/core/editing/ |
| D | SurroundingText.cpp | 42 SurroundingText::SurroundingText(const Range& range, unsigned maxLength) in SurroundingText() 49 SurroundingText::SurroundingText(const Position& position, unsigned maxLength) in SurroundingText() 56 …ingText::initialize(const Position& startPosition, const Position& endPosition, unsigned maxLength) in initialize()
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| D | WebSurroundingText.cpp | 40 …WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& nodePoint, size_t maxLength) in initialize() 49 void WebSurroundingText::initialize(const WebRange& webRange, size_t maxLength) in initialize()
|
| D | WebInputElement.cpp | 85 int WebInputElement::maxLength() const in maxLength() function in blink::WebInputElement
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
| D | EditTextTest.java | 32 int maxLength = anyInteger(); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() local 80 private AttributeSet attributeSetWithMaxLength(int maxLength) { in attributeSetWithMaxLength()
|
| /external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
| D | MediaQueryInputStream.h | 27 inline size_t maxLength() in maxLength() function
|
| /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 | 78 int32_t maxLength; member in __anon152eccaa0111::LargestGaps 109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges() local
|
| /external/chromium_org/third_party/icu/source/tools/toolutil/ |
| D | denseranges.cpp | 78 int32_t maxLength; member in __anonaaef9b360111::LargestGaps 109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges() local
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowEditText.java | 17 private int maxLength = Integer.MAX_VALUE; field in ShadowEditText
|
| /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/chromium_org/third_party/WebKit/Source/core/html/forms/ |
| D | BaseTextInputType.cpp | 35 int BaseTextInputType::maxLength() const in maxLength() function in blink::BaseTextInputType
|
| D | TextFieldInputType.cpp | 388 static String limitLength(const String& string, unsigned maxLength) in limitLength() 422 … unsigned maxLength = static_cast<unsigned>(this->maxLength()); // maxLength can never be negative. in handleBeforeTextInsertedEvent() local
|
| /external/icu/icu4c/source/common/ |
| D | dictionarydata.cpp | 43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t … in matches() 107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &… in matches()
|
| /external/chromium_org/third_party/icu/source/common/ |
| D | dictionarydata.cpp | 43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t … in matches() 107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &… in matches()
|
| /external/conscrypt/src/main/java/org/conscrypt/ |
| D | OpenSSLBIOSink.java | 46 int maxLength = Math.min(available(), (int) byteCount); in skip() local
|
| /external/guava/guava/src/com/google/common/hash/ |
| D | HashCode.java | 64 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo()
|
| /external/chromium_org/components/test/data/json_schema/ |
| D | complex_schema.json | 13 "maxLength": 10, number
|
| /external/smack/src/org/xbill/DNS/ |
| D | Message.java | 403 int maxLength) in sectionToWire() 428 toWire(DNSOutput out, int maxLength) { in toWire() 507 toWire(int maxLength) { in toWire()
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | ShadowList.cpp | 87 size_t maxLength = std::max(fromLength, toLength); in blend() local
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
| D | SettingsUI.js | 96 WebInspector.SettingsUI.createSettingInputField = function(label, setting, numeric, maxLength, widt… argument
|
| /external/clang/lib/Driver/ |
| D | WindowsToolChain.cpp | 90 char *value, size_t maxLength) { in getSystemRegistryString()
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| D | HTMLTextAreaElement.cpp | 315 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength) in sanitizeUserInputValue() 447 int HTMLTextAreaElement::maxLength() const in maxLength() function in blink::HTMLTextAreaElement
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| D | shaderapi.c | 146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, in _mesa_copy_string() 675 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, in get_shader_source() 1152 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, in _mesa_GetInfoLogARB() 1240 _mesa_GetShaderSourceARB(GLhandleARB shader, GLsizei maxLength, in _mesa_GetShaderSourceARB()
|
| /external/mesa3d/src/mesa/main/ |
| D | shaderapi.c | 146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, in _mesa_copy_string() 675 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, in get_shader_source() 1152 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, in _mesa_GetInfoLogARB() 1240 _mesa_GetShaderSourceARB(GLhandleARB shader, GLsizei maxLength, in _mesa_GetShaderSourceARB()
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
| D | CstString.java | 316 public String toQuoted(int maxLength) { in toQuoted()
|