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

  /external/chromium_org/chrome/test/chromedriver/
capabilities.cc 139 const base::Value* option_value = NULL; local
142 if (!proxy_dict->Get(proxy_servers_options[i][0], &option_value) ||
143 option_value->IsType(base::Value::TYPE_NULL)) {
147 if (!option_value->GetAsString(&value)) {
162 if (proxy_dict->Get("noProxy", &option_value) &&
163 !option_value->IsType(base::Value::TYPE_NULL)) {
164 if (!option_value->GetAsString(&proxy_bypass_list))
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 382 char *option_value; local
393 option_value = strtok_r(NULL, " ", &input_ptr);
394 if (option_value == NULL) {
401 res = set_option_encoding_mode(svc_ctx, option_value);
404 svc_ctx->spatial_layers = atoi(option_value);
406 res = parse_scale_factors(svc_ctx, option_value);
409 res = parse_quantizer_values(svc_ctx, option_value);
  /external/ppp/pppd/
options.c 80 struct option_value { struct
81 struct option_value *next;
766 struct option_value *ovp, **pp;
773 pp = (struct option_value **) &opt->addr2;
945 struct option_value *ovp;
947 ovp = (struct option_value *) opt->addr2;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 1127 int option_value = -1; local
    [all...]

Completed in 348 milliseconds