Home
last modified time | relevance | path

Searched refs:tmp_str (Results 1 – 17 of 17) sorted by relevance

/external/libweave/src/
Dstring_utils.cc51 std::string tmp_str{str.substr(i, pos - i)}; in Split() local
53 base::TrimWhitespaceASCII(tmp_str, base::TRIM_ALL, &tmp_str); in Split()
54 if (!tmp_str.empty() || !purge_empty_strings) in Split()
55 tokens.emplace_back(std::move(tmp_str)); in Split()
/external/libbrillo/brillo/strings/
Dstring_utils.cc28 std::string tmp_str{str.substr(i, pos - i)}; in Split() local
30 base::TrimWhitespaceASCII(tmp_str, base::TRIM_ALL, &tmp_str); in Split()
31 if (!tmp_str.empty() || !purge_empty_strings) in Split()
32 tokens.emplace_back(std::move(tmp_str)); in Split()
/external/valgrind/callgrind/
Dclo.c411 const HChar* tmp_str; in CLG_() local
431 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) { in CLG_()
432 fn_config* fnc = get_fnc(tmp_str); in CLG_()
436 else if VG_STR_CLO(arg, "--dump-before", tmp_str) { in CLG_()
437 fn_config* fnc = get_fnc(tmp_str); in CLG_()
441 else if VG_STR_CLO(arg, "--zero-before", tmp_str) { in CLG_()
442 fn_config* fnc = get_fnc(tmp_str); in CLG_()
446 else if VG_STR_CLO(arg, "--dump-after", tmp_str) { in CLG_()
447 fn_config* fnc = get_fnc(tmp_str); in CLG_()
451 else if VG_STR_CLO(arg, "--toggle-collect", tmp_str) { in CLG_()
[all …]
/external/valgrind/cachegrind/
Dcg_arch.c121 const HChar* tmp_str; in VG_() local
123 if VG_STR_CLO(arg, "--I1", tmp_str) { in VG_()
124 parse_cache_opt(clo_I1c, arg, tmp_str); in VG_()
126 } else if VG_STR_CLO(arg, "--D1", tmp_str) { in VG_()
127 parse_cache_opt(clo_D1c, arg, tmp_str); in VG_()
129 } else if (VG_STR_CLO(arg, "--L2", tmp_str) || // for backwards compatibility in VG_()
130 VG_STR_CLO(arg, "--LL", tmp_str)) { in VG_()
131 parse_cache_opt(clo_LLc, arg, tmp_str); in VG_()
/external/selinux/libsemanage/src/
Dparse_utils.c275 char *tmp_str = NULL; in parse_fetch_string() local
293 tmp_str = (char *)malloc(len + 1); in parse_fetch_string()
294 if (!tmp_str) { in parse_fetch_string()
299 strncpy(tmp_str, start, len); in parse_fetch_string()
300 *(tmp_str + len) = '\0'; in parse_fetch_string()
301 *str = tmp_str; in parse_fetch_string()
/external/lldb/source/Breakpoint/
DBreakpointIDList.cpp196 std::string tmp_str = old_args.GetArgumentAtIndex (i); in FindAndReplaceIDRanges() local
197 size_t pos = tmp_str.find ('.'); in FindAndReplaceIDRanges()
200 std::string bp_id_str = tmp_str.substr (0, pos); in FindAndReplaceIDRanges()
202 && tmp_str[pos+1] == '*' in FindAndReplaceIDRanges()
203 && tmp_str.length() == (pos + 2)) in FindAndReplaceIDRanges()
/external/valgrind/coregrind/
Dm_main.c453 const HChar* tmp_str; // Used in a couple of places. in main_process_cmd_line_options() local
619 else if VG_STR_CLO (arg, "--error-markers", tmp_str) { in main_process_cmd_line_options()
621 const HChar *startpos = tmp_str; in main_process_cmd_line_options()
653 else if VG_STR_CLO(arg, "--fair-sched", tmp_str) { in main_process_cmd_line_options()
654 if (VG_(strcmp)(tmp_str, "yes") == 0) in main_process_cmd_line_options()
656 else if (VG_(strcmp)(tmp_str, "try") == 0) in main_process_cmd_line_options()
658 else if (VG_(strcmp)(tmp_str, "no") == 0) in main_process_cmd_line_options()
794 else if VG_STR_CLO(arg, "--suppressions", tmp_str) { in main_process_cmd_line_options()
795 VG_(addToXA)(VG_(clo_suppressions), &tmp_str); in main_process_cmd_line_options()
798 else if VG_STR_CLO (arg, "--fullpath-after", tmp_str) { in main_process_cmd_line_options()
[all …]
/external/libxml2/
Dc14n.c1006 xmlChar * tmp_str; in xmlC14NFixupBaseAttr() local
1028 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
1029 if(tmp_str == NULL) { in xmlC14NFixupBaseAttr()
1038 tmp_str_len = xmlStrlen(tmp_str); in xmlC14NFixupBaseAttr()
1039 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') { in xmlC14NFixupBaseAttr()
1040 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr()
1042 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
1049 tmp_str = tmp_str2; in xmlC14NFixupBaseAttr()
1053 tmp_str2 = xmlBuildURI(res, tmp_str); in xmlC14NFixupBaseAttr()
1055 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
[all …]
/external/dbus/bus/
Dsignals.c910 DBusString tmp_str; in bus_match_rule_parse() local
915 _dbus_string_init_const (&tmp_str, value); in bus_match_rule_parse()
916 len = _dbus_string_get_length (&tmp_str); in bus_match_rule_parse()
953 if (!_dbus_validate_bus_name (&tmp_str, 0, len)) in bus_match_rule_parse()
975 if (!_dbus_validate_interface (&tmp_str, 0, len)) in bus_match_rule_parse()
997 if (!_dbus_validate_member (&tmp_str, 0, len)) in bus_match_rule_parse()
1022 if (!_dbus_validate_path (&tmp_str, 0, len)) in bus_match_rule_parse()
1044 if (!_dbus_validate_bus_name (&tmp_str, 0, len)) in bus_match_rule_parse()
1084 if (!bus_match_rule_parse_arg_match (rule, key, &tmp_str, error)) in bus_match_rule_parse()
/external/lldb/tools/driver/
DIOChannel.cpp325 std::string tmp_str (bytes, src_len); in LibeditOutputBytesReceived() local
326 if (tmp_str.find (el_prompt (io_channel->m_edit_line)) == 0) in LibeditOutputBytesReceived()
/external/lldb/source/Interpreter/
DCommandObject.cpp1028 const char *tmp_str = cmd_args.GetArgumentAtIndex (i); in Execute() local
1029 if (tmp_str[0] == '`') // back-quote in Execute()
1030 … cmd_args.ReplaceArgumentAtIndex (i, m_interpreter.ProcessEmbeddedScriptCommands (tmp_str)); in Execute()
/external/valgrind/massif/
Dms_main.c408 const HChar* tmp_str; in ms_process_cmd_line_option() local
422 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) { in ms_process_cmd_line_option()
423 VG_(addToXA)(alloc_fns, &tmp_str); in ms_process_cmd_line_option()
425 else if VG_STR_CLO(arg, "--ignore-fn", tmp_str) { in ms_process_cmd_line_option()
426 VG_(addToXA)(ignore_fns, &tmp_str); in ms_process_cmd_line_option()
/external/valgrind/helgrind/
Dhg_main.c5517 const HChar* tmp_str; in hg_process_cmd_line_option() local
5535 else if VG_STR_CLO(arg, "--hg-sanity-flags", tmp_str) { in hg_process_cmd_line_option()
5538 if (6 != VG_(strlen)(tmp_str)) { in hg_process_cmd_line_option()
5544 if ('0' == tmp_str[j]) { /* do nothing */ } in hg_process_cmd_line_option()
5545 else if ('1' == tmp_str[j]) HG_(clo_sanity_flags) |= (1 << (6-1-j)); in hg_process_cmd_line_option()
/external/valgrind/memcheck/
Dmc_main.c5722 const HChar* tmp_str; in mc_process_cmd_line_options() local
5813 else if VG_STR_CLO(arg, "--ignore-ranges", tmp_str) { in mc_process_cmd_line_options()
5814 Bool ok = parse_ignore_ranges(tmp_str); in mc_process_cmd_line_options()
/external/vulkan-validation-layers/demos/
Dtri.c1520 char tmp_str[] = APP_LONG_NAME; in WndProc() local
/external/lldb/tools/debugserver/source/
DChangeLog915 tmp_str variable.
/external/pdfium/third_party/libopenjpeg20/
Dj2k.c6102 char *tmp_str = image->comps[i].sgnd?signed_str:unsigned_str; in opj_j2k_is_cinema_compliant() local
6108 i,image->comps[i].bpp, tmp_str); in opj_j2k_is_cinema_compliant()