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

  /external/valgrind/main/cachegrind/
cg_arch.c 121 const HChar* tmp_str; local
123 if VG_STR_CLO(arg, "--I1", tmp_str) {
124 parse_cache_opt(clo_I1c, arg, tmp_str);
126 } else if VG_STR_CLO(arg, "--D1", tmp_str) {
127 parse_cache_opt(clo_D1c, arg, tmp_str);
129 } else if (VG_STR_CLO(arg, "--L2", tmp_str) || // for backwards compatibility
130 VG_STR_CLO(arg, "--LL", tmp_str)) {
131 parse_cache_opt(clo_LLc, arg, tmp_str);
  /external/lldb/source/Breakpoint/
BreakpointIDList.cpp 196 std::string tmp_str = old_args.GetArgumentAtIndex (i); local
197 size_t pos = tmp_str.find ('.');
200 std::string bp_id_str = tmp_str.substr (0, pos);
202 && tmp_str[pos+1] == '*'
203 && tmp_str.length() == (pos + 2))
  /external/openssl/crypto/engine/
eng_dyn.c 389 char *tmp_str = BUF_strdup(p); local
390 if(!tmp_str)
396 sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1);
  /external/valgrind/main/callgrind/
clo.c 411 const HChar* tmp_str; local
431 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) {
432 fn_config* fnc = get_fnc(tmp_str);
436 else if VG_STR_CLO(arg, "--dump-before", tmp_str) {
437 fn_config* fnc = get_fnc(tmp_str);
441 else if VG_STR_CLO(arg, "--zero-before", tmp_str) {
442 fn_config* fnc = get_fnc(tmp_str);
446 else if VG_STR_CLO(arg, "--dump-after", tmp_str) {
447 fn_config* fnc = get_fnc(tmp_str);
451 else if VG_STR_CLO(arg, "--toggle-collect", tmp_str) {
    [all...]
  /external/lldb/source/Interpreter/
CommandObject.cpp 1028 const char *tmp_str = cmd_args.GetArgumentAtIndex (i); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
c14n.c 1003 xmlChar * tmp_str; local
1025 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
1026 if(tmp_str == NULL) {
1035 tmp_str_len = xmlStrlen(tmp_str);
1036 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') {
1037 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
1039 xmlFree(tmp_str);
1046 tmp_str = tmp_str2;
1050 tmp_str2 = xmlBuildURI(res, tmp_str);
1052 xmlFree(tmp_str);
    [all...]
  /external/libxml2/
c14n.c 1005 xmlChar * tmp_str; local
1027 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
1028 if(tmp_str == NULL) {
1037 tmp_str_len = xmlStrlen(tmp_str);
1038 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') {
1039 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
1041 xmlFree(tmp_str);
1048 tmp_str = tmp_str2;
1052 tmp_str2 = xmlBuildURI(res, tmp_str);
1054 xmlFree(tmp_str);
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 414 const HChar* tmp_str; // Used in a couple of places. local
544 else if VG_STR_CLO (arg, "--vgdb-stop-at", tmp_str) {
545 if (!VG_(parse_enum_set)("startup,exit,valgrindabexit", tmp_str,
568 else if VG_STR_CLO(arg, "--fair-sched", tmp_str) {
569 if (VG_(strcmp)(tmp_str, "yes") == 0)
571 else if (VG_(strcmp)(tmp_str, "try") == 0)
573 else if (VG_(strcmp)(tmp_str, "no") == 0)
1552 const HChar* tmp_str; local
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 695 char *tok, *tmp_str; local
699 tmp_str = (char*) calloc(len+1, 1);
700 if (tmp_str == NULL) return SUB_API_NOTSET;
701 memcpy(tmp_str, driver, len+1);
702 tok = strtok(tmp_str, sep_str);
706 free(tmp_str);
712 free (tmp_str);
    [all...]
  /external/valgrind/main/massif/
ms_main.c 414 const HChar* tmp_str; local
428 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) {
429 VG_(addToXA)(alloc_fns, &tmp_str);
431 else if VG_STR_CLO(arg, "--ignore-fn", tmp_str) {
432 VG_(addToXA)(ignore_fns, &tmp_str);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 3708 struct sctp_stream_out *tmp_str; local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 5151 const HChar* tmp_str; local
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 5200 const HChar* tmp_str; local
    [all...]

Completed in 1431 milliseconds