Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DIntermNode_test.cpp98 ASSERT_EQ(original->getLine().first_file, copy->getLine().first_file); in checkSymbolCopy()
107 loc.first_file = mUniqueIndex; in createUniqueSourceLoc()
118 loc.first_file = 1; in getTestSourceLoc()
127 ASSERT_EQ(1, loc.first_file); in checkTestSourceLoc()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDiagnostics.cpp71 srcLoc.file = loc.first_file; in error()
79 srcLoc.file = loc.first_file; in warning()
DCommon.h28 int first_file; member
Dglslang.y117 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
123 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
DOutputTree.cpp71 out.location(node->getLine().first_file, node->getLine().first_line); in OutputTreeText()
Dglslang_tab_autogen.cpp414 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
421 (Current).first_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; \
DParseContext.cpp2114 srcLoc.file = loc.first_file; in handleExtensionDirective()
2125 srcLoc.file = loc.first_file; in handlePragmaDirective()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesink.c593 gboolean first_file = TRUE; in gst_multi_file_sink_write_buffer() local
642 first_file = FALSE; in gst_multi_file_sink_write_buffer()
652 if (!first_file) in gst_multi_file_sink_write_buffer()
690 first_file = FALSE; in gst_multi_file_sink_write_buffer()
699 if (!first_file) in gst_multi_file_sink_write_buffer()
730 first_file = FALSE; in gst_multi_file_sink_write_buffer()
740 if (!first_file) in gst_multi_file_sink_write_buffer()
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c149 struct file_entry *first_file = NULL; variable
365 while (first_file != NULL) { in main()
366 struct file_entry *fe = first_file; in main()
367 first_file = fe->next; in main()
723 for (f = first_file; f != NULL; f = f->next) { in fix_filename_for_c()
746 if (first_file == NULL) { in register_filename()
747 first_file = last_file = fe; in register_filename()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInfoSink.cpp46 int string = loc.first_file, line = loc.first_line; in location()
DDiagnostics.cpp69 sourceLoc.first_file = sourceLoc.last_file = loc.file; in writeInfo()
DCommon.h26 int first_file; member
Dglslang.y110 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
116 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang.l67 yylloc->first_file = yylloc->last_file = yycolumn; \
DParseHelper.cpp213 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in error()
222 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in warning()
230 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in info()
1130 pp::SourceLocation loc(line.first_file, line.first_line); in handleExtensionDirective()
1136 pp::SourceLocation loc(line.first_file, line.first_line); in handlePragmaDirective()
Dintermediate.h269 line.first_file = line.last_file = 0; in POOL_ALLOCATOR_NEW_DELETE()
Dglslang_tab.cpp346 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
352 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang_lex.cpp1167 yylloc->first_file = yylloc->last_file = yycolumn; \
/third_party/chromium/patch/
D0003-ohos-1115.patch46781 const first_file = create_file('sam.ple.mp3', 'audio/mpeg', 345);
46783 - await navigator.share({files: [first_file, second_file]});
46785 + await navigator.share({files: [first_file, second_file, third_file]});