Home
last modified time | relevance | path

Searched refs:last_file (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/libdwfl/
Dlinux-proc-maps.c197 #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()
DChangeLog567 * linux-proc-maps.c (proc_maps_report): Free last_file on bad file
589 * linux-proc-maps.c (proc_maps_report): Free last_file when ENOEXEC.
/external/angle/src/tests/compiler_tests/
DIntermNode_test.cpp100 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/python/cpython3/Lib/
Dtraceback.py401 last_file = None
406 if (last_file is None or last_file != frame.filename or
415 last_file = frame.filename
/external/swiftshader/src/OpenGL/compiler/
DDiagnostics.cpp69 sourceLoc.first_file = sourceLoc.last_file = loc.file; in writeInfo()
DCommon.h28 int last_file; member
Dglslang.y112 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
116 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
118 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang.l67 yylloc->first_file = yylloc->last_file = yycolumn; \
Dglslang_tab.cpp348 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
352 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
354 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
Dintermediate.h269 line.first_file = line.last_file = 0; in POOL_ALLOCATOR_NEW_DELETE()
Dglslang_lex.cpp1167 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/python/cpython3/Python/
Dtraceback.c549 PyObject *last_file = NULL; in tb_printinternal() local
564 if (last_file == NULL || in tb_printinternal()
565 code->co_filename != last_file || in tb_printinternal()
571 last_file = code->co_filename; in tb_printinternal()
/external/autotest/client/site_tests/platform_PrinterPpds/
Dplatform_PrinterPpds.py448 "%d.doc.gz" % files_count)) as last_file:
449 content_digest = helpers.calculate_digest(last_file.read())
/external/angle/src/compiler/translator/
Dglslang.y119 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
123 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
125 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
DCommon.h30 int last_file; member
Dglslang_tab_autogen.cpp416 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
421 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
423 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang.l79 yylloc->first_file = yylloc->last_file = yycolumn; \
DIntermNode.h76 mLine.first_file = mLine.last_file = 0; in TIntermNode()
Dglslang_lex_autogen.cpp899 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/elfutils/src/
Dreadelf.c8081 const char *last_file = ""; in print_decoded_line_section() local
8095 last_file = ""; in print_decoded_line_section()
8097 else if (strcmp (last_file, file) != 0) in print_decoded_line_section()
8101 last_file = file; in print_decoded_line_section()