HomeSort by relevance Sort by last modified time
    Searched full:maxlength (Results 126 - 150 of 370) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 320 // We should be able to extract a text field with maxlength specified.
323 " maxlength=\"5\"/>");
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 155 static int32_t maxLength = 0; /* maximum length of mapping string */
483 if(maxLength < value->length){
484 maxLength = value->length;
613 printf("Maximum length of the mapping string is : %i \n", (int)maxLength);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 63 sizei maxLength, sizei *length,
  /external/icu4c/common/
bytestrieiterator.cpp 128 // with more than maxLength remaining bytes.
ucharstrieiterator.cpp 127 // with more than maxLength remaining units.
unisetspan.cpp 49 * Note: If maxLength were guaranteed to be no more than 32 or 64,
66 void setMaxLength(int32_t maxLength) {
67 if(maxLength<=(int32_t)sizeof(staticList)) {
70 UBool *l=(UBool *)uprv_malloc(maxLength);
73 capacity=maxLength;
92 // delta=[1..maxLength]
106 // offset=[1..maxLength]
116 // offset=[1..maxLength]
127 // Returns [1..maxLength].
    [all...]
  /external/icu4c/tools/gensprep/
store.c 156 static int32_t maxLength = 0; /* maximum length of mapping string */
451 if(maxLength < value->length){
452 maxLength = value->length;
579 printf("Maximum length of the mapping string is : %i \n", (int)maxLength);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
html4strict.php 109 'marginheight', 'marginwidth', 'maxlength', 'media', 'method', 'multiple',
visualfoxpro.php 349 'MainFile','Margin','MaxButton','MaxHeight','MaxLeft','MaxLength',
367 'ServerProject','ShowTips','ShowWindow','Sizable','Size<height>','Size<maxlength>',
  /external/mesa3d/docs/
MESA_shader_debug.spec 63 sizei maxLength, sizei *length,
  /packages/apps/Mms/res/layout/
compose_message_activity.xml 147 android:maxLength="2000"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SettingsScreen.js 277 * @param {number=} maxLength
281 _createInputSetting: function(label, setting, numeric, maxLength, width, validatorCallback)
291 if (maxLength)
292 inputElement.maxLength = maxLength;
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 125 size_t maxLength;
449 if (pString->length == pString->maxLength) {
450 size_t newMaxLength = pString->maxLength + pString->lengthIncrement;
456 pString->maxLength = newMaxLength;
511 pSession->contentType.maxLength = strlenTextPlain;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 47 * Note: If maxLength were guaranteed to be no more than 32 or 64,
64 void setMaxLength(int32_t maxLength) {
65 if(maxLength<=(int32_t)sizeof(staticList)) {
68 UBool *l=(UBool *)uprv_malloc(maxLength);
71 capacity=maxLength;
90 // delta=[1..maxLength]
104 // offset=[1..maxLength]
114 // offset=[1..maxLength]
125 // Returns [1..maxLength].
    [all...]
triedict.cpp 128 int32_t maxLength,
147 for (i = 0; i < maxLength && p != NULL; ++i) {
181 // maxLength is 0 coming in.
238 int32_t maxLength,
245 return search(text, maxLength, lengths, count, limit, parent, pMatched, values);
667 int32_t maxLength,
708 if (i >= maxLength) {
720 for (int j = 0; j < nodeCount && i < maxLength; ++j) {
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1494 int maxlength () { return 1; } method in class:InstrVisitor.Branch
1617 int maxlength () { return 5; } method in class:InstrVisitor.JUMP2
1641 int maxlength () { return 5; } method in class:InstrVisitor.JUMP4
1663 int maxlength () { return 8; } method in class:InstrVisitor.IFJUMP2
1688 int maxlength () { return 12 + (m_keys.length << 3); } method in class:InstrVisitor.LOOKUPSWITCH
1738 int maxlength () { return 12 + (m_targets.length << 2); } method in class:InstrVisitor.TABLESWITCH
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 478 paattr.maxlength = -1;
485 paattr.maxlength = mixlen*2;
  /external/skia/gm/rebaseline_server/static/
view.html 121 maxlength="4"/>
128 maxlength="4"/>
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 391 final int maxLength = mDPM.getPasswordMaximumLength(quality);
395 intent.putExtra(ChooseLockPassword.PASSWORD_MAX_KEY, maxLength);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-windmc.1 250 .IP "\fB\-\-maxlength\fR \fIcharacters\fR" 4
251 .IX Item "--maxlength characters"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-windmc.1 250 .IP "\fB\-\-maxlength\fR \fIcharacters\fR" 4
251 .IX Item "--maxlength characters"
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-windmc.1 250 .IP "\fB\-\-maxlength\fR \fIcharacters\fR" 4
251 .IX Item "--maxlength characters"
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-windmc.1 250 .IP "\fB\-\-maxlength\fR \fIcharacters\fR" 4
251 .IX Item "--maxlength characters"
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 681 GLint maxLength=0;
682 ctx->glGetProgramiv(self, program, GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLength);
686 GLchar *name = new GLchar[maxLength+1];
691 ctx->glGetActiveUniform(self, program, i, maxLength, NULL, &size, &type, name);
    [all...]

Completed in 9752 milliseconds

1 2 3 4 56 7 8 91011>>