Home
last modified time | relevance | path

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

/external/libvorbis/examples/
Dframeview.pl10 my $first_file=undef;
214 -command=>[sub{$fileno-=10;$fileno=$first_file if($fileno<$first_file);
222 -command=>[sub{$fileno-=1;$fileno=$first_file if($fileno<$first_file);
599 $first_file=undef;
607 $first_file=$2 if(!defined($first_file) || $2<$first_file);
620 $fileno=$first_file if($fileno<$first_file);
623 $graph_slider->configure(-from=>$first_file,-to=>$last_file);
/external/chromium_org/third_party/angle/src/compiler/
DInfoSink.cpp46 location(loc.first_file, loc.first_line); in location()
DCommon.h18 int first_file; member
Dglslang.l51 yylloc->first_file = yylloc->last_file = yycolumn; \
Dintermediate.h212 line.first_file = line.last_file = 0; in TIntermNode()
DParseContext.cpp183 srcLoc.file = loc.first_file; in error()
194 srcLoc.file = loc.first_file; in warning()
Dglslang.y94 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
100 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang_tab.cpp316 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
322 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang_lex.cpp796 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/chromium_org/chrome/test/chromedriver/
Dutil.cc393 base::FilePath first_file = enumerator.Next(); in UnzipSoleFile() local
394 if (first_file.empty()) in UnzipSoleFile()
401 *file = first_file; in UnzipSoleFile()
/external/e2fsprogs/e2fsck/
Dprofile.c117 prf_file_t first_file; member
312 last = &profile->first_file; in profile_init()
347 if (!profile->first_file) { in profile_init()
370 for (p = profile->first_file; p; p = next) { in profile_release()
396 for (prf = profile->first_file; prf; prf = prf->next) { in profile_set_default()
1301 iter->file = profile->first_file; in profile_iterator_create()
1751 (profile->first_file->root, stdout); in do_cmd()
1761 (profile->first_file->root); in do_cmd()
/external/valgrind/main/perf/
Dtinycc.c5495 … pe_setup_paths(struct TCCState *s1, int *p_output_type, const char **p_outfile, char *first_file);