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

  /external/grpc-grpc/test/core/iomgr/
socket_utils_test.cc 40 int option_value; member in struct:test_socket_mutator
49 if (0 != setsockopt(fd, IPPROTO_IP, IP_TOS, &m->option_value,
50 sizeof(m->option_value))) {
56 if (newval != m->option_value) {
74 return GPR_ICMP(ma->option_value, mb->option_value);
108 mutator.option_value = IPTOS_LOWDELAY;
113 mutator.option_value = IPTOS_THROUGHPUT;
118 mutator.option_value = IPTOS_RELIABILITY;
123 mutator.option_value = -1
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 115 string option_value = TrimString(options[i].second); local
117 output_list_file = option_value;
120 SplitStringUsing(option_value, "|", &parts);
123 + option_value + "'";
129 SplitStringUsing(option_value, "|", &parts);
133 + option_value + "'";
138 params.set_store_unknown_fields(option_value == "true");
140 params.set_override_java_multiple_files(option_value == "true");
142 params.set_generate_has(option_value == "true");
144 params.set_java_enum_style(option_value == "java")
    [all...]
  /external/skia/tools/
using_skia_and_harfbuzz.cpp 62 const char *option_value = argv[i + 1]; local
63 it->second->set(option_value);
  /external/skqp/tools/
using_skia_and_harfbuzz.cpp 62 const char *option_value = argv[i + 1]; local
63 it->second->set(option_value);
  /external/libvpx/libvpx/examples/
svc_encodeframe.c 189 char *option_value; local
202 option_value = strtok_r(NULL, " ", &input_ptr);
203 if (option_value == NULL) {
210 svc_ctx->spatial_layers = atoi(option_value);
212 svc_ctx->temporal_layers = atoi(option_value);
214 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value,
220 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value,
225 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value,
229 res = parse_layer_options_from_string(svc_ctx, AUTO_ALT_REF, option_value,
233 res = parse_layer_options_from_string(svc_ctx, BITRATE, option_value,
    [all...]
  /external/ppp/pppd/
options.c 84 struct option_value { struct
85 struct option_value *next;
796 struct option_value *ovp, *pp;
979 struct option_value *ovp;
981 ovp = (struct option_value *) opt->addr2;
    [all...]
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 1412 int option_value = -1; local
    [all...]

Completed in 2242 milliseconds