HomeSort by relevance Sort by last modified time
    Searched defs:string_count (Results 1 - 6 of 6) sorted by null

  /art/libartbase/base/
hash_set_test.cc 221 static constexpr size_t string_count = 2000; local
224 for (size_t i = 0; i < string_count; ++i) {
242 const std::string& s = strings[PRand() % string_count];
247 const std::string& s = strings[PRand() % string_count];
  /external/freetype/src/base/
ftmac.c 440 unsigned short string_count; local
449 string_count = EndianS16_BtoN( *(short*)(p) );
450 string_count = FT_MIN( 64, string_count );
453 for ( i = 0; i < string_count; i++ )
470 style->indexes[face_index] <= string_count )
481 if ( j < string_count && ( s = names[j] ) != NULL )
    [all...]
  /external/freetype/builds/mac/
ftmac.c 773 unsigned short string_count; local
782 string_count = EndianS16_BtoN( *(short*)(p) );
785 for ( i = 0; i < string_count && i < 64; i++ )
802 style->indexes[face_index] <= FT_MIN( string_count, 64 ) )
813 if ( j < string_count && ( s = names[j] ) != NULL )
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 2120 string_count(PyStringObject *self, PyObject *args) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 2103 string_count(PyStringObject *self, PyObject *args) function
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 2120 string_count(PyStringObject *self, PyObject *args) function
    [all...]

Completed in 300 milliseconds