Searched defs:max_length (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium/webkit/glue/
H A Dform_field.h34 int max_length,
53 int max_length; member in struct:webkit_glue::FormField
H A Dform_field.cc27 : max_length(0),
35 : max_length(0),
47 max_length = input_element.size();
70 int max_length,
76 max_length(max_length),
89 max_length == field.max_length);
101 max_length == field.max_length);
66 FormField(const string16& label, const string16& name, const string16& value, const string16& form_control_type, int max_length, bool is_autofilled) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dradiotap_iter.h12 * @max_length: length of radiotap header in cpu byte ordering
23 int max_length; member in struct:ieee80211_radiotap_iterator
36 int max_length);
H A Dradiotap.c45 * @max_length: total length we can parse into (eg, whole packet length)
67 * iterator->max_length after executing ieee80211_radiotap_iterator_init()
83 int max_length)
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
116 > (ulong)iterator->max_length)
257 * max_length on the last arg, never exceeding it.
261 (ulong) iterator->max_length)
80 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length) argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap_iter.h27 * @max_length: length of radiotap header in cpu byte ordering
38 int max_length; member in struct:ieee80211_radiotap_iterator
51 int max_length);
H A Dradiotap.c45 * @max_length: total length we can parse into (eg, whole packet length)
67 * iterator->max_length after executing ieee80211_radiotap_iterator_init()
83 int max_length)
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
116 > (ulong)iterator->max_length)
257 * max_length on the last arg, never exceeding it.
261 (ulong) iterator->max_length)
80 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length) argument
/external/wpa_supplicant_8/src/utils/
H A Dradiotap_iter.h27 * @max_length: length of radiotap header in cpu byte ordering
38 int max_length; member in struct:ieee80211_radiotap_iterator
51 int max_length);
H A Dradiotap.c45 * @max_length: total length we can parse into (eg, whole packet length)
67 * iterator->max_length after executing ieee80211_radiotap_iterator_init()
83 int max_length)
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
116 > (ulong)iterator->max_length)
257 * max_length on the last arg, never exceeding it.
261 (ulong) iterator->max_length)
80 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap_iter.h27 * @max_length: length of radiotap header in cpu byte ordering
38 int max_length; member in struct:ieee80211_radiotap_iterator
51 int max_length);
H A Dradiotap.c45 * @max_length: total length we can parse into (eg, whole packet length)
67 * iterator->max_length after executing ieee80211_radiotap_iterator_init()
83 int max_length)
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
116 > (ulong)iterator->max_length)
257 * max_length on the last arg, never exceeding it.
261 (ulong) iterator->max_length)
80 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length) argument
/external/clang/test/CXX/class.access/class.access.nest/
H A Dp1.cpp10 static const unsigned long max_length; member in struct:test0::A::C
14 const unsigned long A::C::max_length = sizeof(B); member in class:test0::A::C
/external/dbus/dbus/
H A Ddbus-string-private.h47 int max_length; /**< Max length of this string, without nul byte */ member in struct:__anon4497
76 #define DBUS_GENERIC_STRING_PREAMBLE(real) _dbus_assert ((real) != NULL); _dbus_assert (!(real)->invalid); _dbus_assert ((real)->len >= 0); _dbus_assert ((real)->allocated >= 0); _dbus_assert ((real)->max_length >= 0); _dbus_assert ((real)->len <= ((real)->allocated - _DBUS_STRING_ALLOCATION_PADDING)); _dbus_assert ((real)->len <= (real)->max_length)
H A Ddbus-string-util.c244 int max_length)
250 real->max_length = max_length;
243 set_max_length(DBusString *str, int max_length) argument
/external/oprofile/libdb/
H A Ddb_stat.c30 size_t max_length = 0; local
58 if (cur_length > max_length)
59 max_length = cur_length;
67 result->max_list_length = max_length;
/external/chromium/base/i18n/
H A Dicu_string_conversions.cc280 size_t max_length = utf16.length() + 1; local
284 WriteInto(&normalized_utf16, max_length),
285 static_cast<int>(max_length), &status);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h101 int max_length; // Maximum path length member in struct:fst::RandGenOptions
109 : arc_selector(sel), max_length(len), npath(n),
121 if (opts.npath == 0 || opts.max_length == 0 || ifst.Start() == kNoStateId)
152 --nopts.max_length;
/external/bison/src/
H A Dprint.c61 max_length (size_t *width, const char *str)
142 max_length (&width, sym->tag);
187 max_length (&width, errp->symbols[i]->tag);
339 max_length (&width, symbols[i]->tag);
344 max_length (&width, symbols[i]->tag);
60 max_length (size_t *width, const char *str) function
/external/bluetooth/glib/glib/
H A Dgpattern.c49 guint max_length; member in struct:_GPatternSpec
143 string_length > pspec->max_length)
204 pspec->max_length = 0;
225 pspec->max_length += 4; /* maximum UTF-8 character length */
236 pspec->max_length++;
253 pspec->max_length = G_MAXUINT;
/external/bluetooth/glib/tests/
H A Dpatterntest.c59 guint max_length; member in struct:_GPatternSpec
/external/chromium/net/disk_cache/
H A Deviction.cc487 int max_length = in_experiment_ ? header_->num_entries * 2 / 5 : local
490 header_->lru.sizes[Rankings::DELETED] > max_length) {
/external/v8/src/
H A Djson-parser.h453 int max_length = count + source_length_ - position_; local
454 int length = Min(max_length, Max(kInitialSpecialStringLength, 2 * count));
/external/chromium/chrome/common/
H A Djson_schema_validator.cc441 int max_length = 0; local
442 if (schema->GetInteger("maxLength", &max_length)) {
443 CHECK(max_length >= 0);
444 if (value.size() > static_cast<size_t>(max_length)) {
446 kStringMaxLength, base::IntToString(max_length))));
/external/stlport/test/unit/
H A Dfstream_test.cpp661 int max_length() const throw() function in class:std::codecvt
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp210 unsigned int max_length = 65535; local
211 double factor_max = max_length / p1p0_length;
/external/qemu/distrib/zlib-1.2.3/
H A Dtrees.c126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
499 int max_length = desc->stat_desc->max_length; local
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {

Completed in 332 milliseconds

12