/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableParcelable.java | 129 int maxLength = buffer.remaining(); 131 byte[] remaining = new byte[maxLength]; 134 parcel.unmarshall(remaining, /*offset*/0, maxLength);
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
jni_data_utils.h | 71 const int maxLength, const int *const codePoints, const int codePointCount, 73 const int codePointBufSize = std::min(maxLength, codePointCount); 93 if (needsNullTermination && outputCodePointCount < maxLength) {
|
/external/chromium_org/ui/webui/resources/js/ |
util.js | 430 * |maxLength|. 432 * @param {number} maxLength The maximum length allowed for the string. 434 * |maxLength|. Otherwise the first |maxLength| - 1 characters with '...' 437 function elide(original, maxLength) { 438 if (original.length <= maxLength) 440 return original.substring(0, maxLength - 1) + '\u2026';
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
shaderapi.c | 138 * Copy string from <src> to <dst>, up to maxLength characters, returning 141 * \param maxLength max chars to copy 146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, 150 for (len = 0; len < maxLength - 1 && src && src[len]; len++) 152 if (maxLength > 0) 675 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, 683 _mesa_copy_string(sourceOut, maxLength, length, sh->Source); 1152 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, 1157 get_program_info_log(ctx, object, maxLength, length, infoLog); 1160 get_shader_info_log(ctx, object, maxLength, length, infoLog) [all...] |
/external/mesa3d/src/mesa/main/ |
shaderapi.c | 138 * Copy string from <src> to <dst>, up to maxLength characters, returning 141 * \param maxLength max chars to copy 146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, 150 for (len = 0; len < maxLength - 1 && src && src[len]; len++) 152 if (maxLength > 0) 675 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, 683 _mesa_copy_string(sourceOut, maxLength, length, sh->Source); 1152 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, 1157 get_program_info_log(ctx, object, maxLength, length, infoLog); 1160 get_shader_info_log(ctx, object, maxLength, length, infoLog) [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
BitmapUtils.java | 140 Bitmap bitmap, int maxLength, boolean recycle) { 144 (float) maxLength / srcWidth, (float) maxLength / srcHeight);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BitmapUtils.java | 140 Bitmap bitmap, int maxLength, boolean recycle) { 144 (float) maxLength / srcWidth, (float) maxLength / srcHeight);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
BitmapUtils.java | 140 Bitmap bitmap, int maxLength, boolean recycle) { 144 (float) maxLength / srcWidth, (float) maxLength / srcHeight);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ShortName.java | 199 int minLength, int maxLength) { 208 if (str.length() > maxLength) 210 " has more than " + maxLength +
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstUtf8.java | 313 * @param maxLength {@code >= 5;} the maximum length of the string to return 316 public String toQuoted(int maxLength) { 321 if (length <= (maxLength - 2)) { 324 string = string.substring(0, maxLength - 5);
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstString.java | 313 * @param maxLength {@code >= 5;} the maximum length of the string to return 316 public String toQuoted(int maxLength) { 321 if (length <= (maxLength - 2)) { 324 string = string.substring(0, maxLength - 5);
|
/development/apps/GestureBuilder/res/layout/ |
create_gesture.xml | 45 android:maxLength="40"
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRReaderStream.m | 125 len = [(NSInputStream *)stream read:buf maxLength:1024];
|
/external/chromium_org/content/renderer/android/ |
content_detector.cc | 47 // As the surrounding text extractor looks at maxLength/2 characters on
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAttributeNames.in | 141 maxlength
|
/external/chromium_org/tools/grit/grit/testdata/ |
homepage.html | 31 <td align=center><input maxlength=256 size=62 name=q value="[DISP_QUERY]"><br><input type=submit value="Search Desktop" name=btnG><INPUT type=submit value="Search the Web" name="redir" accesskey=w></td>
|
/external/clang/test/SemaObjC/ |
arc-dict-bridged-cast.m | 20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstString.java | 313 * @param maxLength {@code >= 5;} the maximum length of the string to return 316 public String toQuoted(int maxLength) { 321 if (length <= (maxLength - 2)) { 324 string = string.substring(0, maxLength - 5);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZSelectionDAGInfo.h | 71 SDValue Src, SDValue MaxLength,
|
/packages/apps/Settings/res/layout/ |
write_wifi_config_to_nfc.xml | 41 android:maxLength="63"
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingDialog.java | 193 int maxLength; 199 maxLength = BLUETOOTH_PIN_MAX_LENGTH; 206 maxLength = BLUETOOTH_PASSKEY_MAX_LENGTH; 220 new LengthFilter(maxLength) });
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothPairingDialog.java | 286 int maxLength; 293 maxLength = BLUETOOTH_PIN_MAX_LENGTH; 300 maxLength = BLUETOOTH_PASSKEY_MAX_LENGTH; 312 mTextInput.setFilters(new InputFilter[] { new LengthFilter(maxLength) });
|
/packages/inputmethods/LatinIME/java/res/layout/ |
user_dictionary_add_word.xml | 55 android:maxLength="@integer/config_user_dictionary_max_word_length" >
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/ |
word_property.cpp | 28 MAX_WORD_LENGTH /* maxLength */, mCodePoints.data(), mCodePoints.size(),
|
/external/chromium_org/components/autofill/core/browser/ |
field_types.h | 199 // inferred based on a field's 'maxlength' attribute. 200 // TODO(isherman): Remove these types, in favor of understanding maxlength
|