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

  /art/runtime/mirror/
dex_cache.cc 73 size_t num_strings = kDexCacheStringCacheSize; local
74 if (dex_file->NumStringIds() < num_strings) {
75 num_strings = dex_file->NumStringIds();
124 for (size_t i = 0; i < num_strings; ++i) {
166 num_strings,
182 uint32_t num_strings,
195 CHECK_EQ(num_strings != 0u, strings != nullptr);
210 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...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 402 uint32_t num_strings; member in struct:art::DexCacheStats
406 DexCacheStats() : num_strings(0),
433 total->num_strings += dex_file->NumStringIds();
456 for (size_t j = 0, num_strings = dex_cache->NumStrings(); j < num_strings; ++j) {
459 filled->num_strings++;
568 total.num_strings, before.num_strings, after.num_strings);
  /art/runtime/verifier/
verifier_deps.cc 681 size_t num_strings = DecodeUint32WithOverflowCheck(in, end); local
682 strings->reserve(num_strings);
683 for (size_t i = 0; i < num_strings; ++i) {
    [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...]
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 250 FT_UInt num_strings; member in struct:CFF_FontRec_
  /art/dexlayout/
dexlayout.cc 1535 const size_t num_strings = header_->GetCollections().StringIds().size(); local
    [all...]
  /external/freetype/src/cff/
cfftypes.h 365 FT_UInt num_strings; member in struct:CFF_FontRec_
  /art/runtime/
class_linker.cc 1384 size_t num_strings = mirror::DexCache::kDexCacheStringCacheSize; local
    [all...]

Completed in 904 milliseconds