| /src/external/bsd/kyua-cli/dist/engine/ |
| test_result.cpp | 186 std::string result_name; local 188 case test_result::broken: result_name = "broken"; break; 189 case test_result::expected_failure: result_name = "expected_failure"; break; 190 case test_result::failed: result_name = "failed"; break; 191 case test_result::passed: result_name = "passed"; break; 192 case test_result::skipped: result_name = "skipped"; break; 196 output << F("test_result{type=%s}") % text::quote(result_name, '\''); 199 % text::quote(result_name, '\'') % text::quote(reason, '\'');
|
| test_result_test.cpp | 89 /// \param result_name Textual representation of the type, to be written to the 93 parse_test(const std::string& result_name, 96 std::istringstream input(result_name); 100 input.str(result_name + ": Some message"); 105 input.str(result_name + ": Some message\n"); 110 input.str(result_name + ": foo\nbar"); 115 input.str(result_name + ": foo\nbar\n");
|
| /src/external/gpl2/grep/dist/src/ |
| vms_fab.h | 32 char result_name[NAM$C_MAXRSS]; variable
|
| vms_fab.c | 40 nam.nam$l_rsa = (char *)&result_name; 62 strcpy (arr_ptr[optout], result_name);
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile.h | 186 RESULT_NAME is the name of a variable in the resulting C code. The 207 const char *result_name, 223 RESULT_NAME is the name of a variable in the resulting C code. The 246 const char *result_name,
|
| compile-loc2c.c | 572 RESULT_NAME is the name of a variable in the resulting C code. The 595 const char *result_name, 619 indent, "", type_name, result_name); 657 indent, "", result_name, 1139 indent, "", result_name); 1146 compile_dwarf_expr_to_c (string_file *stream, const char *result_name, 1155 do_compile_dwarf_expr_to_c (2, stream, GCC_UINTPTR, result_name, sym, pc, 1164 const char *result_name, 1174 do_compile_dwarf_expr_to_c (2, stream, "unsigned long ", result_name,
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile.h | 189 RESULT_NAME is the name of a variable in the resulting C code. The 210 const char *result_name, 226 RESULT_NAME is the name of a variable in the resulting C code. The 249 const char *result_name,
|
| compile-loc2c.c | 571 RESULT_NAME is the name of a variable in the resulting C code. The 594 const char *result_name, 618 indent, "", type_name, result_name); 656 indent, "", result_name, 1138 indent, "", result_name); 1145 compile_dwarf_expr_to_c (string_file *stream, const char *result_name, 1154 do_compile_dwarf_expr_to_c (2, stream, GCC_UINTPTR, result_name, sym, pc, 1163 const char *result_name, 1173 do_compile_dwarf_expr_to_c (2, stream, "unsigned long ", result_name,
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| ada-imported.c | 82 CORE_ADDR pc, const char *result_name)
|
| loc.h | 131 RESULT_NAME is the name of the generated variable. 141 const char *result_name,
|
| loc.c | 1780 const char *result_name, 1809 compile_dwarf_bounds_to_c (stream, result_name, prop, sym, pc, 3855 CORE_ADDR pc, const char *result_name) 3864 compile_dwarf_expr_to_c (stream, result_name, 4091 CORE_ADDR pc, const char *result_name) 4103 compile_dwarf_expr_to_c (stream, result_name,
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| varref.py | 176 def __init__(self, name, value, result_name="value"): 181 RESULT_NAME can be used to change how the simple string result 184 self.result_name = result_name 233 result[self.result_name] = str(self.printer.to_string())
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| ada-imported.c | 80 CORE_ADDR pc, const char *result_name)
|
| loc.h | 131 RESULT_NAME is the name of the generated variable. 141 const char *result_name,
|
| loc.c | 1785 const char *result_name, 1814 compile_dwarf_bounds_to_c (stream, result_name, prop, sym, pc, 3855 CORE_ADDR pc, const char *result_name) 3864 compile_dwarf_expr_to_c (stream, result_name, 4091 CORE_ADDR pc, const char *result_name) 4103 compile_dwarf_expr_to_c (stream, result_name,
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| varref.py | 175 def __init__(self, name, value, result_name="value"): 180 RESULT_NAME can be used to change how the simple string result 183 self.result_name = result_name 232 result[self.result_name] = str(self.printer.to_string())
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tracepoint.cc | 3647 const char *result_name; local 3651 result_name = stop_reason_rsp + strlen ("terror:"); 3652 hexstr_len = strlen (result_name) * 2; 3657 bin2hex ((gdb_byte *) result_name, p, strlen (result_name));
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tracepoint.cc | 3647 const char *result_name; local 3651 result_name = stop_reason_rsp + strlen ("terror:"); 3652 hexstr_len = strlen (result_name) * 2; 3657 bin2hex ((gdb_byte *) result_name, p, strlen (result_name));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| symtab.h | 1147 variable; this variable's name is RESULT_NAME. */ 1152 CORE_ADDR pc, const char *result_name);
|
| ada-lang.c | 7513 const char *result_name = ada_type_name (result); 7515 if (result_name == NULL) 7522 if (strcmp (result_name, name) == 0) 7501 const char *result_name = ada_type_name (result); local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symtab.h | 1157 variable; this variable's name is RESULT_NAME. */ 1162 CORE_ADDR pc, const char *result_name);
|
| ada-lang.c | 7548 const char *result_name = ada_type_name (result); 7550 if (result_name == NULL) 7557 if (strcmp (result_name, name) == 0) 7536 const char *result_name = ada_type_name (result); local
|