Home
last modified time | relevance | path

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

/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Diexploder.rb592 def buildBodyTags(tag_count) argument
595 1.upto(tag_count-1) { tagList << @htmlTags[rand(@htmlTags.length)] }
633 def buildHeaderTags(tag_count) argument
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/
Drestsnew.cpp898 int32_t tag_count; in testTag() local
908 tag_count=tags.getSize(); in testTag()
909 CONFIRM_GE((int32_t)tag_count, (int32_t)0); in testTag()
911 for(index=0; index <tag_count; index++){ in testTag()
924 for(index=0; index <tag_count; index++){ in testTag()
938 tag_count=0; in testTag()
988 CONFIRM_EQ(count, tag_count); in testTag()
/external/icu4c/test/cintltst/
Dcreststn.c1608 int32_t tag_count= 0; in testTag() local
1917 tag_count=0; in testTag()
1924 tag_count=ures_getSize(tags); in testTag()
1925 CONFIRM_INT_GE((int32_t)tag_count, (int32_t)0); in testTag()
1927 for(idx=0; idx <tag_count; idx++){ in testTag()
1943 tag_count=0; in testTag()
1989 CONFIRM_INT_EQ(count, tag_count); in testTag()