Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 25 of 32) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php149 $str_value = strval($value);
150 $output->writeRaw($str_value, strlen($str_value));
157 $str_value = strval($value);
158 $output->writeRaw($str_value, strlen($str_value));
170 $str_value = strval($value);
171 $output->writeRaw($str_value, strlen($str_value));
176 $str_value = "\"NaN\"";
178 $str_value = "\"Infinity\"";
180 $str_value = "\"-Infinity\"";
182 $str_value = sprintf("%.8g", $value);
[all …]
/third_party/grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3str_value": "latency", "name": "grpc.optimization_target"}], "async_server_threads": 16, "threads_…
Dqps_json_driver_scenarios.bzl3str_value": "throughput", "name": "grpc.optimization_target"}, {"int_value": 1, "name": "grpc.mini…
Dserver.h132 channel_arg.str_value()); in ApplyConfigToBuilder()
/third_party/jerryscript/tools/
Dgen-magic-strings.py62 defs = [(str_ref, json.loads(str_value) if str_value != '' else '')
63 for str_ref, str_value in ini_parser.items('LIT_MAGIC_STRINGS')]
163 for str_ref, str_value in defs:
186 extended_defs.append((str_ref, str_value, guards))
225 for str_ref, str_value, guards in defs:
233 .format(str_ref=str_ref, str_value=json.dumps(str_value)), file=gen_file)
247 for str_ref, str_value, guards in defs:
248 if len(str_value) >= size:
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c518 const gchar *str_value; in gst_neonhttp_src_start() local
527 str_value = ne_get_response_header (src->request, "icy-metaint"); in gst_neonhttp_src_start()
528 if (str_value) { in gst_neonhttp_src_start()
529 if (sscanf (str_value, "%d", &icy_metaint) == 1) { in gst_neonhttp_src_start()
539 str_value = ne_get_response_header (src->request, "icy-name"); in gst_neonhttp_src_start()
540 if (str_value) { in gst_neonhttp_src_start()
541 iradio_name = gst_neonhttp_src_unicodify (str_value); in gst_neonhttp_src_start()
548 str_value = ne_get_response_header (src->request, "icy-genre"); in gst_neonhttp_src_start()
549 if (str_value) { in gst_neonhttp_src_start()
550 iradio_genre = gst_neonhttp_src_unicodify (str_value); in gst_neonhttp_src_start()
[all …]
/third_party/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp203 bool shl_char_array(CharT const* str_value) BOOST_NOEXCEPT { in shl_char_array() argument
204 start = str_value; in shl_char_array()
205 finish = start + Traits::length(str_value); in shl_char_array()
210 bool shl_char_array(T const* str_value) { in shl_char_array() argument
214 return shl_input_streamable(str_value); in shl_char_array()
427 bool operator<<(char const* str_value) { return shl_char_array(str_value); } in operator <<() argument
428 bool operator<<(char* str_value) { return shl_char_array(str_value); } in operator <<() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c154 if (os_strcmp(entry.str_value, "start_with_full") == 0) in wpas_dbus_handler_p2p_find()
156 else if (os_strcmp(entry.str_value, "social") == 0) in wpas_dbus_handler_p2p_find()
158 else if (os_strcmp(entry.str_value, "progressive") == 0) in wpas_dbus_handler_p2p_find()
382 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_group_add()
514 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
519 interface_addr = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
600 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_connect()
622 if (os_strcmp(entry.str_value, "pbc") == 0) in wpas_dbus_handler_p2p_connect()
624 else if (os_strcmp(entry.str_value, "pin") == 0) in wpas_dbus_handler_p2p_connect()
626 else if (os_strcmp(entry.str_value, "display") == 0) in wpas_dbus_handler_p2p_connect()
[all …]
Ddbus_dict_helpers.c864 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
865 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
872 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
873 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
1037 os_free(entry->str_value); in wpa_dbus_dict_entry_clear()
Ddbus_dict_helpers.h123 char *str_value; member
Ddbus_new_handlers.c238 size = os_strlen(entry.str_value); in set_network_properties()
246 entry.str_value); in set_network_properties()
250 value = os_strdup(entry.str_value); in set_network_properties()
381 size = os_strlen(entry.str_value); in set_cred_properties()
389 entry.str_value); in set_cred_properties()
393 value = os_strdup(entry.str_value); in set_cred_properties()
718 driver = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
725 ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
732 confname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
739 bridge_ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c130 if (os_strcmp(entry.str_value, "start_with_full") == 0) in wpas_dbus_handler_p2p_find()
132 else if (os_strcmp(entry.str_value, "social") == 0) in wpas_dbus_handler_p2p_find()
134 else if (os_strcmp(entry.str_value, "progressive") == 0) in wpas_dbus_handler_p2p_find()
345 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_group_add()
466 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
471 interface_addr = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
552 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_connect()
574 if (os_strcmp(entry.str_value, "pbc") == 0) in wpas_dbus_handler_p2p_connect()
576 else if (os_strcmp(entry.str_value, "pin") == 0) in wpas_dbus_handler_p2p_connect()
578 else if (os_strcmp(entry.str_value, "display") == 0) in wpas_dbus_handler_p2p_connect()
[all …]
Ddbus_dict_helpers.c864 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
865 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
872 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
873 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
1037 os_free(entry->str_value); in wpa_dbus_dict_entry_clear()
Ddbus_dict_helpers.h123 char *str_value; member
Ddbus_new_handlers.c224 size = os_strlen(entry.str_value); in set_network_properties()
234 entry.str_value); in set_network_properties()
238 value = os_strdup(entry.str_value); in set_network_properties()
581 driver = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
588 ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
595 confname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
602 bridge_ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
2391 if (hwaddr_aton(entry.str_value, peer)) { in wpas_dbus_handler_tdls_channel_switch()
2394 entry.str_value); in wpas_dbus_handler_tdls_channel_switch()
/third_party/ffmpeg/libavformat/
Dnutdec.c503 char name[256], str_value[1024], type_str[256]; in decode_info_header() local
549 str_value[0] = 0; in decode_info_header()
553 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header()
561 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header()
589 set_disposition_bits(s, str_value, stream_id_plus1 - 1); in decode_info_header()
594 sscanf(str_value, "%d/%d", &st->r_frame_rate.num, &st->r_frame_rate.den); in decode_info_header()
605 av_dict_set(metadata, name, str_value, 0); in decode_info_header()
888 uint8_t name[256], str_value[256], type_str[256]; in read_sm_data() local
900 ret = get_str(bc, str_value, sizeof(str_value)); in read_sm_data()
905 av_log(s, AV_LOG_WARNING, "Unknown string %s / %s\n", name, str_value); in read_sm_data()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dspecial_op_eliminate.h431 bool CheckNameSpaceVNode(const AnfNodePtr &node, const std::string &str_value) { in CheckNameSpaceVNode() argument
436 return GetValueNode<parse::NameSpacePtr>(value_node)->module() == str_value; in CheckNameSpaceVNode()
439 bool CheckSymbolVNode(const AnfNodePtr &node, const std::string &str_value) { in CheckSymbolVNode() argument
444 return GetValueNode<parse::SymbolPtr>(value_node)->symbol() == str_value; in CheckSymbolVNode()
446 bool CheckStrVNode(const AnfNodePtr &node, const std::string &str_value) { in CheckStrVNode() argument
451 return GetValueNode<StringImmPtr>(value_node)->value() == str_value; in CheckStrVNode()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc701 std::string str_value; in test_random_integer_parse_base() local
702 EXPECT_TRUE(Itoa<IntType>(value, base, &str_value)); in test_random_integer_parse_base()
706 EXPECT_TRUE(parse_func(str_value, &parsed_value, base)); in test_random_integer_parse_base()
757 std::string str_value; in TEST() local
758 EXPECT_TRUE(Itoa<IntType>(value, base, &str_value)); in TEST()
762 EXPECT_TRUE(parse_func(str_value, &parsed_value, base)); in TEST()
801 std::string str_value; in TEST() local
802 EXPECT_TRUE(Itoa<IntType>(value, base, &str_value)); in TEST()
806 EXPECT_TRUE(parse_func(str_value, &parsed_value, base)); in TEST()
/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc652 std::string str_value; in test_random_integer_parse_base() local
653 EXPECT_TRUE(Itoa<IntType>(value, base, &str_value)); in test_random_integer_parse_base()
657 EXPECT_TRUE(parse_func(str_value, &parsed_value, base)); in test_random_integer_parse_base()
708 std::string str_value; in TEST() local
709 EXPECT_TRUE(Itoa<IntType>(value, base, &str_value)); in TEST()
713 EXPECT_TRUE(parse_func(str_value, &parsed_value, base)); in TEST()
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Doneofs.proto72 string str_value = 1; field
Ddefault_value.proto93 string str_value = 112; field
/third_party/skia/third_party/externals/angle2/scripts/
Droll_chromium_deps.py145 return lambda str_value: str_value
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_client.py52 (arg.name, arg.str_value) if arg.HasField('str_value') else (
/third_party/python/Lib/test/
Dtest_traceback.py126 str_value = '<unprintable %s object>' % X.__name__
131 self.assertEqual(err[0], "%s: %s\n" % (str_name, str_value))
826 str_value = 'I am X'
828 exp = "%s: %s\n" % (str_name, str_value)
/third_party/sqlite/include/
Dsqlite3ext.h312 char *(*str_value)(sqlite3_str*); member
635 #define sqlite3_str_value sqlite3_api->str_value

12