HomeSort by relevance Sort by last modified time
    Searched refs:max_length (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/bluetooth/glib/tests/
patterntest.c 59 guint max_length; member in struct:_GPatternSpec
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 342 // substring match size using metrics recorded in |matches|. |max_length|
345 size_t max_length);
in_memory_url_index.cc 786 size_t max_length) {
825 int complete_value = term_length_total * kCompleteMaxValue / max_length;
    [all...]
  /external/chromium/net/disk_cache/
eviction.cc 487 int max_length = in_experiment_ ? header_->num_entries * 2 / 5 : local
490 header_->lru.sizes[Rankings::DELETED] > max_length) {
  /external/stlport/stlport/stl/
_fstream.c 655 __STATIC_CAST(streamsize, _M_codecvt->max_length()));
741 _M_max_width = _M_codecvt->max_length();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 655 __STATIC_CAST(streamsize, _M_codecvt->max_length()));
741 _M_max_width = _M_codecvt->max_length();
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 655 __STATIC_CAST(streamsize, _M_codecvt->max_length()));
741 _M_max_width = _M_codecvt->max_length();
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 655 __STATIC_CAST(streamsize, _M_codecvt->max_length()));
741 _M_max_width = _M_codecvt->max_length();
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 655 __STATIC_CAST(streamsize, _M_codecvt->max_length()));
741 _M_max_width = _M_codecvt->max_length();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 218 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
codecvt.h 220 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
codecvt.h 220 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 218 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 218 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 218 max_length() const throw() function in class:__codecvt_abstract_base
  /ndk/build/tools/
prebuilt-common.sh 33 # Usage: len=`max_length <string1> <string2> ...`
35 max_length () function
307 maxw=`max_length "$OPTIONS_TEXT"`
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc     [all...]
autofill_manager_unittest.cc     [all...]
personal_data_manager_unittest.cc 652 field.max_length = 3;
656 field.max_length = 3;
660 field.max_length = 4;
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 661 int max_length() const throw() function in class:std::codecvt
  /external/tremolo/Tremolo/
dpen.s 70 LDMIA r0,{r4,r6,r7} @ r4 = read = book->max_length
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
FormManagerAndroid.cpp 383 field->max_length = input_element->maxLength();
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 679 int max_length() const throw() function in class:std::codecvt
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 679 int max_length() const throw() function in class:std::codecvt
  /external/v8/test/mjsunit/
regexp.js 664 // Long max_length of RegExp.

Completed in 669 milliseconds

1 23 4