Searched refs:last_file (Results 1 – 17 of 17) sorted by relevance
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 197 #define report() do_report(dwfl, &last_file, low, high) 204 char *last_file = NULL; in proc_maps_report() local 225 free (last_file); in proc_maps_report() 242 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0 in proc_maps_report() 252 if (last_file != NULL in proc_maps_report() 256 if (strcmp (last_file, file) != 0) in proc_maps_report() 258 free (last_file); in proc_maps_report() 270 last_file = strdup (file); in proc_maps_report()
|
D | ChangeLog | 840 * linux-proc-maps.c (proc_maps_report): Free last_file on bad file 862 * linux-proc-maps.c (proc_maps_report): Free last_file when ENOEXEC.
|
/external/angle/src/tests/compiler_tests/ |
D | IntermNode_test.cpp | 100 ASSERT_EQ(original->getLine().last_file, copy->getLine().last_file); in checkSymbolCopy() 109 loc.last_file = mUniqueIndex + 2; in createUniqueSourceLoc() 120 loc.last_file = 3; in getTestSourceLoc() 129 ASSERT_EQ(3, loc.last_file); in checkTestSourceLoc()
|
/external/cronet/base/debug/ |
D | dwarf_line_no.cc | 132 uint64_t last_file = 0; member 158 last_file = file; in CommitLine() 218 if (registers->last_file < program_info->num_filenames) { in EvaluateLineNumberProgram() 226 if (registers->last_file == 0 && in EvaluateLineNumberProgram() 233 if (registers->last_file < kMaxFilenames) { in EvaluateLineNumberProgram() 235 program_info->filename_offsets[registers->last_file]; in EvaluateLineNumberProgram() 237 uint8_t dir = program_info->filename_dirs[registers->last_file]; in EvaluateLineNumberProgram()
|
/external/python/cpython3/Lib/ |
D | traceback.py | 418 last_file = None 423 if (last_file is None or last_file != frame.filename or 432 last_file = frame.filename
|
/external/python/cpython3/Python/ |
D | traceback.c | 550 PyObject *last_file = NULL; in tb_printinternal() local 565 if (last_file == NULL || in tb_printinternal() 566 code->co_filename != last_file || in tb_printinternal() 572 last_file = code->co_filename; in tb_printinternal()
|
/external/cronet/net/disk_cache/blockfile/ |
D | disk_format.h | 84 int32_t last_file; // Last external file created. member
|
D | backend_impl.cc | 739 int file_number = data_->header.last_file + 1; in CreateExternalFile() 768 data_->header.last_file = file_number; in CreateExternalFile()
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | platform_PrinterPpds.py | 453 "%d.doc.gz" % files_count)) as last_file: 454 content_digest = helpers.calculate_digest(last_file.read())
|
/external/angle/src/compiler/translator/ |
D | glslang.y | 120 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \ 124 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \ 126 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
|
D | Common.h | 30 int last_file; member
|
D | glslang_tab_autogen.cpp | 428 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \ 433 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \ 435 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
|
D | glslang.l | 79 yylloc->first_file = yylloc->last_file = yycolumn; \
|
D | IntermNode.h | 76 mLine.first_file = mLine.last_file = 0; in TIntermNode()
|
D | glslang_lex_autogen.cpp | 917 yylloc->first_file = yylloc->last_file = yycolumn; \
|
/external/cronet/net/tools/dump_cache/ |
D | dump_files.cc | 113 printf("last file number: %d\n", header.last_file); in DumpIndexHeader()
|
/external/elfutils/src/ |
D | readelf.c | 8251 const char *last_file = ""; in print_decoded_line_section() local 8265 last_file = ""; in print_decoded_line_section() 8267 else if (strcmp (last_file, file) != 0) in print_decoded_line_section() 8271 last_file = file; in print_decoded_line_section()
|