Searched refs:tag_count (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.rb592 def buildBodyTags(tag_count)
594 # subtract the <body> tag from tag_count.
595 1.upto(tag_count-1) { tagList << @htmlTags[rand(@htmlTags.length)] }
633 def buildHeaderTags(tag_count)
636 1.upto(tag_count-1) { header_tags << valid_head_tags[rand(valid_head_tags.length)] }
692 tag_count = @config['html_tags_per_page']
698 body_tags = buildBodyTags(tag_count - header_tags.length)
711 lines = combine_combo_creator(tag_count, width, offsets)[2]
717 0.upto(tag_count) do |line_number|
/external/icu4c/test/intltest/
H A Drestsnew.cpp898 int32_t tag_count; local
908 tag_count=tags.getSize();
909 CONFIRM_GE((int32_t)tag_count, (int32_t)0);
911 for(index=0; index <tag_count; index++){
924 for(index=0; index <tag_count; index++){
938 tag_count=0;
988 CONFIRM_EQ(count, tag_count);
/external/icu4c/test/cintltst/
H A Dcreststn.c1609 int32_t tag_count= 0; local
1918 tag_count=0;
1925 tag_count=ures_getSize(tags);
1926 CONFIRM_INT_GE((int32_t)tag_count, (int32_t)0);
1928 for(index=0; index <tag_count; index++){
1944 tag_count=0;
1990 CONFIRM_INT_EQ(count, tag_count);

Completed in 2685 milliseconds