/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImpl.cpp | 476 unsigned maxLength = m_length - start; 477 if (length >= maxLength) { 480 length = maxLength; [all...] |
WTFString.h | 242 unsigned copyTo(UChar* buffer, unsigned pos, unsigned maxLength) const;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
audio_device_pulse_linux.cc | 1263 _playBufferAttr.maxlength = latency; // num bytes stored in the buffer [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cucdtst.c | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cucdtst.c | [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
password_autofill_agent.cc | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fNegativeStateApiTests.cpp | 251 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxLength is less than 0."); 349 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxLength is less than 0."); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeStateApiTests.cpp | 252 ctx.beginSection("GL_INVALID_VALUE is generated if maxLength is less than 0."); 353 ctx.beginSection("GL_INVALID_VALUE is generated if maxLength is less than 0."); [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES20.java | [all...] |
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/ |
RecurrencePickerDialog.java | 76 // Update android:maxLength in EditText as needed 79 // Update android:maxLength in EditText as needed [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libpulsecommon-0.9.21.so | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libpulsecommon-0.9.21.so | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/external/chromium_org/extensions/common/api/ |
runtime.json | 147 "maxLength": 255
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ubidi.h | 505 * be set to <code>maxLength</code> (the only failproof value) to avoid 510 * @param maxLength is the maximum text or line length that internal memory 521 * 1 and <code>maxLength</code>. It is typically small. 529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uresbund.cpp | [all...] |
/external/chromium_org/v8/src/ |
mirror-debugger.js | 613 StringMirror.prototype.getTruncatedValue = function(maxLength) { 614 if (maxLength != -1 && this.length() > maxLength) { 615 return this.value_.substring(0, maxLength) + [all...] |
/external/clang/test/Analysis/ |
retain-release-gc-only.m | 72 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
|
retain-release-inline.m | 82 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
|
retain-release.mm | 106 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
|
/external/icu/icu4c/source/common/unicode/ |
ubidi.h | 505 * be set to <code>maxLength</code> (the only failproof value) to avoid 510 * @param maxLength is the maximum text or line length that internal memory 521 * 1 and <code>maxLength</code>. It is typically small. 529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode); [all...] |
/external/icu/icu4c/source/common/ |
uresbund.cpp | [all...] |
/external/smack/src/org/xbill/DNS/ |
ZoneTransferIn.java | 373 byte [] out = query.toWire(Message.MAXLENGTH);
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 308 MAX_WORD_LENGTH /* maxLength */, wordCodePoints, wordCodePointCount, [all...] |