HomeSort by relevance Sort by last modified time
    Searched refs:num_strings (Results 1 - 25 of 32) sorted by null

1 2

  /test/vts/drivers/hal/libcodecoverage/
GcdaFile.h 46 unsigned ReadStringArray(char** string_array, unsigned num_strings);
GcdaFile.cpp 68 unsigned GcdaFile::ReadStringArray(char** string_array, unsigned num_strings) {
73 for (j = 0; j < num_strings; j++) {
  /art/runtime/mirror/
dex_cache.cc 72 size_t num_strings = kDexCacheStringCacheSize; local
73 if (dex_file->NumStringIds() < num_strings) {
74 num_strings = dex_file->NumStringIds();
119 for (size_t i = 0; i < num_strings; ++i) {
157 num_strings,
174 uint32_t num_strings,
188 CHECK_EQ(num_strings != 0u, strings != nullptr);
203 SetField32<false>(NumStringsOffset(), num_strings); local
  /external/avb/libavb/
avb_util.c 349 size_t num_strings, n; local
353 num_strings = 0;
358 strings[num_strings] = str;
359 lengths[num_strings] = str_len;
364 num_strings++;
365 if (num_strings == AVB_STRDUPV_MAX_NUM_STRINGS) {
379 for (n = 0; n < num_strings; n++) {
  /external/libcups/cups/
ipp-support.c 1943 num_strings; \/* Number of strings to compare *\/ local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.c 358 /* Compute the total length in words required to write NUM_STRINGS
363 gcov_unsigned_t num_strings)
366 for (i = 0; i < num_strings; i++)
377 /* Write NUM_STRINGS in STRING_ARRAY as unsigned. */
380 gcov_write_string_array (char **string_array, gcov_unsigned_t num_strings)
383 for (j = 0; j < num_strings; j++)
765 /* Read NUM_STRINGS strings (as an unsigned array) in STRING_ARRAY, and return
769 gcov_read_string_array (char **string_array, gcov_unsigned_t num_strings)
773 for (j = 0; j < num_strings; j++)
786 of strings read saved in NUM_STRINGS. Returns the string array, whic
810 gcov_unsigned_t src_filename_len, filename_len, i, num_strings; local
    [all...]
libgcov-driver.c 485 gcov_unsigned_t num_strings = 0; local
489 build_info_strings = gcov_read_build_info (length, &num_strings);
498 "none, found %u strings)\n", gi_filename, num_strings);
502 for (i = 0; i < num_strings; i++)
1500 gcov_unsigned_t num_strings; local
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 409 uint32_t num_strings; member in struct:art::DexCacheStats
413 DexCacheStats() : num_strings(0),
440 total->num_strings += dex_file->NumStringIds();
466 filled->num_strings++;
574 total.num_strings, before.num_strings, after.num_strings);
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 250 FT_UInt num_strings; member in struct:CFF_FontRec_
  /external/freetype/src/cff/
cffobjs.c 656 for ( idx = 1; idx < cff->num_strings; idx++ )
671 if ( cff->num_strings )
673 FT_Byte* s1 = cff->strings[cff->num_strings - 1];
679 FT_TRACE4(( " %5d ", cff->num_strings + 390 ));
    [all...]
cfftypes.h 365 FT_UInt num_strings; member in struct:CFF_FontRec_

Completed in 493 milliseconds

1 2