HomeSort by relevance Sort by last modified time
    Searched refs:tag_count (Results 1 - 20 of 20) sorted by null

  /art/runtime/openjdkjvmti/
jvmti_weak_table-inl.h 306 jint tag_count,
311 if (tag_count < 0) {
314 if (tag_count > 0) {
315 for (size_t i = 0; i != static_cast<size_t>(tag_count); ++i) {
337 if (tag_count == 0) {
351 if (tag_count > 0) {
353 for (size_t i = 0; i != static_cast<size_t>(tag_count); ++i) {
jvmti_weak_table.h 108 jint tag_count,
OpenjdkJvmTi.cc 437 jint tag_count,
452 tag_count,
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 76 int tag_count=0; variable
665 static int ps_config_download(int fd, int tag_count)
670 if (tag_count > 0)
671 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0)
967 int tag_count; local
1008 tag_count = ath_parse_ps(stream);
1012 if (tag_count < 0) {
1037 err = ps_config_download(fd, tag_count);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 76 int tag_count=0; variable
665 static int ps_config_download(int fd, int tag_count)
670 if (tag_count > 0)
671 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0)
967 int tag_count; local
1008 tag_count = ath_parse_ps(stream);
1012 if (tag_count < 0) {
1037 err = ps_config_download(fd, tag_count);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 76 int tag_count=0; variable
667 static int ps_config_download(int fd, int tag_count)
672 if (tag_count > 0)
673 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0)
971 int tag_count; local
1012 tag_count = ath_parse_ps(stream);
1016 if (tag_count < 0) {
1041 err = ps_config_download(fd, tag_count);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 80 int tag_count=0; variable
671 static int ps_config_download(int fd, int tag_count)
676 if (tag_count > 0)
677 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0)
975 int tag_count; local
1016 tag_count = ath_parse_ps(stream);
1020 if (tag_count < 0) {
1045 err = ps_config_download(fd, tag_count);
    [all...]
  /hardware/qcom/bt/sdm845/libbt-vendor/src/
hw_ar3k.c 76 int tag_count=0; variable
667 static int ps_config_download(int fd, int tag_count)
672 if (tag_count > 0)
673 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0)
971 int tag_count; local
1012 tag_count = ath_parse_ps(stream);
1016 if (tag_count < 0) {
1041 err = ps_config_download(fd, tag_count);
    [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 915 int32_t tag_count; local
925 tag_count=tags.getSize();
926 CONFIRM_GE((int32_t)tag_count, (int32_t)0);
928 for(index=0; index <tag_count; index++){
941 for(index=0; index <tag_count; index++){
955 tag_count=0;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 1607 int32_t tag_count= 0; local
    [all...]
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /external/libpng/
pngrutil.c 1462 const png_uint_32 tag_count = png_get_uint_32( local
    [all...]
png.c 2167 png_uint_32 tag_count = png_get_uint_32(profile+128); local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 1460 const png_uint_32 tag_count = png_get_uint_32( local
    [all...]
png.c 2133 png_uint_32 tag_count = png_get_uint_32(profile+128); local
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c 1460 const png_uint_32 tag_count = png_get_uint_32( local
    [all...]
png.c 2133 png_uint_32 tag_count = png_get_uint_32(profile+128); local
    [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 16388 int tag_count = sizeof(tags) \/ sizeof(tags[0]); local
16599 int tag_count = sizeof(tags) \/ sizeof(tags[0]); local
16770 int tag_count = sizeof(tags) \/ sizeof(tags[0]); local
16936 int tag_count = sizeof(tags) \/ sizeof(tags[0]); local
17060 int tag_count = sizeof(tags) \/ sizeof(tags[0]); local
    [all...]

Completed in 808 milliseconds