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

  /art/runtime/mirror/
dex_cache.cc 37 uint32_t num_strings,
47 CHECK_EQ(num_strings != 0u, strings != nullptr);
58 SetField32<false>(NumStringsOffset(), num_strings); local
  /art/runtime/
intern_table.cc 190 const size_t num_strings = dex_cache->NumStrings(); local
191 for (size_t j = 0; j < num_strings; ++j) {
class_linker.cc 1277 const size_t num_strings = dex_file->NumStringIds(); local
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 394 uint32_t num_strings; member in struct:art::DexCacheStats
398 DexCacheStats() : num_strings(0),
425 total->num_strings += dex_file->NumStringIds();
449 filled->num_strings++;
557 total.num_strings, before.num_strings, after.num_strings);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/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/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/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/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/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/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/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/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/freetype/src/cff/
cfftypes.h 256 FT_UInt num_strings; member in struct:CFF_FontRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftypes.h 250 FT_UInt num_strings; member in struct:CFF_FontRec_
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 250 FT_UInt num_strings; member in struct:CFF_FontRec_

Completed in 600 milliseconds