HomeSort by relevance Sort by last modified time
    Searched full:max_tags (Results 1 - 5 of 5) sorted by null

  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 497 const int max_tags = 5; local
567 asprintf(&max_tags_str, "%d", max_tags);
578 for (int cnt = 0; cnt < max_tags; cnt++ ) {
593 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32);
599 if (!sock0.checkTag(valid_tag2 + (((uint64_t)max_tags - 1) << 32), fake_uid2)) {
613 if (sock0.checkTag(valid_tag2 + (((uint64_t)max_tags - 1) << 32), fake_uid2)) {
622 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32);
628 if (sock0.checkTag(valid_tag2 + ((uint64_t)max_tags << 32), fake_uid2)) {
638 uint64_t new_tag = valid_tag2 + (((uint64_t)max_tags / 2) << 32);
651 new_tag = valid_tag2 + (((uint64_t)max_tags + 1 ) << 32)
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb 31 def initialize(max_tags, max_attrs, max_props)
32 @htmlMaxTags = max_tags
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 58 #define MAX_TAGS 50
63 struct ps_cfg_entry ps_list[MAX_TAGS];
449 if (tag_cnt == MAX_TAGS)
  /external/webkit/Tools/iExploder/iexploder-1.3.2/
CHANGELOG.txt 48 Add some benchmark/performance info.. set MAX_TAGS default to 96
  /external/webkit/Tools/iExploder/iexploder-1.7.2/
ChangeLog.txt 687 MAX_TAGS = 100
    [all...]

Completed in 251 milliseconds