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

  /external/python/cpython2/Demo/tkinter/matt/
canvas-reading-tag-info.py 30 option_value = self.drawing.itemconfig(pgon, "stipple")
31 print "pgon's current stipple value is -->", option_value[4], "<--"
32 option_value = self.drawing.itemconfig(pgon, "fill")
33 print "pgon's current fill value is -->", option_value[4], "<--"
34 print " when he is usually colored -->", option_value[3], "<--"
37 option_value = self.drawing.itemconfig(pgon, "tags")
38 print "pgon's tags are", option_value[4]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getsockopt.c 25 @param [out] option_value Buffer to receive the option value
37 OUT void * __restrict option_value,
51 option_value,
setsockopt.c 25 @param [in] option_value Buffer containing the option value
36 IN CONST void * option_value,
50 option_value,
  /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/autotest/client/cros/
dhcp_packet.py 397 MessageType = collections.namedtuple('MessageType', 'name option_value')
526 MESSAGE_TYPE_DISCOVERY.option_value)
554 MESSAGE_TYPE_OFFER.option_value)
576 MESSAGE_TYPE_REQUEST.option_value)
600 MESSAGE_TYPE_ACK.option_value)
627 MESSAGE_TYPE_NAK.option_value)
683 option_value = option.unpack(data)
685 logging.info("Requested options: %s", str(option_value))
686 self._options[option] = option_value
688 self._options[OPTION_DNS_DOMAIN_SEARCH_LIST] = option_value
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 576 OUT void * __restrict option_value,
605 IN CONST void * 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/skia/tools/
using_skia_and_harfbuzz.cpp 62 const char *option_value = argv[i + 1]; local
63 it->second->set(option_value);
  /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 519 milliseconds