Searched defs:in_list (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_unittest.cc345 bool in_list = local
347 EXPECT_EQ(in_expected, in_list);
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c86 #define in_list(myV, myQ) (bitarray_read_bit( myQ->membership, myV)) macro
87 #define qmatches(myQ, myU) (in_list( myU->properties[ myQ->type], myQ))
/external/dnsmasq/src/
H A Drfc2131.c1745 static int in_list(unsigned char *list, int opt) function
2072 in_list(req_options, OPTION_SNAME))
2082 in_list(req_options, OPTION_FILENAME))
2097 if ((!req_options || !in_list(req_options, OPTION_FILENAME)) && mess->file[0] == 0 &&
2104 if ((!req_options || !in_list(req_options, OPTION_SNAME)) &&
2151 in_list(req_options, OPTION_ROUTER) &&
2155 if (in_list(req_options, OPTION_DNSSERVER) &&
2160 if (domain && in_list(req_options, OPTION_DOMAINNAME) &&
2167 if (in_list(req_options, OPTION_HOSTNAME) &&
2218 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_option
[all...]

Completed in 270 milliseconds