/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBJsonWire.php | 149 $str_value = strval($value); variable 150 $output->writeRaw($str_value, strlen($str_value)); 157 $str_value = strval($value); variable 158 $output->writeRaw($str_value, strlen($str_value)); 170 $str_value = strval($value); variable 171 $output->writeRaw($str_value, strlen($str_value)); 176 $str_value variable 178 $str_value = "\\"Infinity\\""; global() variable 180 $str_value = "\\"-Infinity\\""; global() variable 182 $str_value = sprintf("%.8g", $value); global() variable 188 $str_value = "\\"NaN\\""; global() variable 190 $str_value = "\\"Infinity\\""; global() variable 192 $str_value = "\\"-Infinity\\""; global() variable 194 $str_value = sprintf("%.17g", $value); global() variable 206 $str_value = $enum_value_desc->getName(); global() variable 211 $str_value = strval($value); global() variable [all...] |
H A D | Message.php | 1736 $str_value = strval($value); variable 1737 $size += strlen($str_value);
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 62 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: 232 print('LIT_MAGIC_STRING_DEF ({str_ref}, {str_value})' 233 .format(str_ref=str_ref, str_value=json.dumps(str_value)), file=gen_file) 247 for str_ref, str_value, guard [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 130 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, "displa in wpas_dbus_handler_p2p_connect() [all...] |
H A D | dbus_dict_helpers.c | 864 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()
|
H A D | dbus_dict_helpers.h | 123 char *str_value; member
|
H A D | dbus_new_handlers.c | 224 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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 154 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, "displa in wpas_dbus_handler_p2p_connect() [all...] |
H A D | dbus_dict_helpers.c | 864 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()
|
H A D | dbus_dict_helpers.h | 123 char *str_value; member
|
H A D | dbus_new_handlers.c | 238 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/ffmpeg/libavformat/ |
H A D | nutdec.c | 511 char name[256], str_value[1024], type_str[256]; in decode_info_header() local 557 str_value[0] = 0; in decode_info_header() 561 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header() 569 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header() 597 set_disposition_bits(s, str_value, stream_id_plus1 - 1); in decode_info_header() 602 sscanf(str_value, "%d/%d", &st->r_frame_rate.num, &st->r_frame_rate.den); in decode_info_header() 613 av_dict_set(metadata, name, str_value, 0); in decode_info_header() 891 uint8_t name[256], str_value[25 in read_sm_data() local [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | module.h | 71 PyObject *str_value; member
|
H A D | module.c | 635 Py_CLEAR(state->str_value); in module_clear()
|
H A D | connection.c | 1115 PyObject *res = PyObject_CallMethodNoArgs(*cls, ctx->state->str_value); in value_callback()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_test.cc | 701 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/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json.cc | 296 std::string str_value = json::platform::DToStr(value); variable 302 if (str_value.find_first_of(".eE") == std::string::npos) 303 str_value.append(".0"); 310 const char* chars = str_value.c_str();
|
/third_party/python/Lib/test/ |
H A D | test_traceback.py | 201 str_value = '<exception str() failed>' 206 self.assertEqual(err[0], "%s: %s\n" % (str_name, str_value)) 1543 str_value = 'I am X' 1545 exp = "%s: %s\n" % (str_name, str_value) 1557 str_value = 'I am X' 1562 exp = "%s: %s\n" % (str_name, str_value) 1581 str_value = '<exception str() failed>' 1583 self.assertEqual(MODULE_PREFIX + err, f"{str_name}: {str_value}\n")
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | roll_chromium_deps.py | 145 return lambda str_value: str_value
|
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 312 char *(*str_value)(sqlite3_str*); member 652 #define sqlite3_str_value sqlite3_api->str_value
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 1434 std::unique_ptr<char[]> str_value = platform_->DToStr(value); variable 1441 const char* chars = str_value.get();
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 119 /// @param str_value the value of the interned string to create. 123 interned_string_pool::create_string(const std::string& str_value) in create_string() argument 125 string*& result = priv_->map[str_value]; in create_string() 126 if (!result && !str_value.empty()) in create_string() 127 result = new string(str_value); in create_string()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |