HomeSort by relevance Sort by last modified time
    Searched full:afile (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 127 // RemoveDirectoryName "afile" -> "afile"
129 EXPECT_STREQ("afile",
130 FilePath("afile").RemoveDirectoryName().c_str());
133 // RemoveDirectoryName "/afile" -> "afile"
135 EXPECT_STREQ("afile",
136 FilePath(GTEST_PATH_SEP_ "afile").RemoveDirectoryName().c_str());
145 // RemoveDirectoryName "adir/afile" -> "afile"
    [all...]
  /external/gtest/test/
gtest-filepath_test.cc 127 // RemoveDirectoryName "afile" -> "afile"
129 EXPECT_STREQ("afile",
130 FilePath("afile").RemoveDirectoryName().c_str());
133 // RemoveDirectoryName "/afile" -> "afile"
135 EXPECT_STREQ("afile",
136 FilePath(GTEST_PATH_SEP_ "afile").RemoveDirectoryName().c_str());
145 // RemoveDirectoryName "adir/afile" -> "afile"
    [all...]
  /external/libpng/contrib/pngminus/
makevms.com 70 $ AFile = ""
72 $ OFile = AFile
73 $ AFile = F$Search(File)
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 123 // RemoveDirectoryName "afile" -> "afile"
125 EXPECT_STREQ("afile",
126 FilePath("afile").RemoveDirectoryName().c_str());
129 // RemoveDirectoryName "/afile" -> "afile"
131 EXPECT_STREQ("afile",
132 FilePath(GTEST_PATH_SEP_ "afile").RemoveDirectoryName().c_str());
141 // RemoveDirectoryName "adir/afile" -> "afile"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 93 private void findLogs(File aFile) {
94 if (!aFile.exists()) return;
96 if (aFile.isFile()) {
97 String absolutePath = aFile.getAbsolutePath();
99 parse(aFile);
101 read(aFile);
105 File files[] = aFile.listFiles();
  /external/chromium/net/ftp/
ftp_directory_listing_parser_netware_unittest.cc 24 { "- [RW------] ftpadmin 123 Nov 11 18:25 afile",
25 FtpDirectoryListingEntry::FILE, "afile", 123,
  /external/libpng/contrib/gregbook/
makevms.com 110 $ AFile = ""
112 $ OFile = AFile
113 $ AFile = F$Search(File)
114 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
115 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
  /external/libpng/scripts/
makevms.com 120 $ AFile = ""
122 $ OFile = AFile
123 $ AFile = F$Search(File)
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 156 wxFileName afile(filename);
157 afile.MakeRelativeTo(m_basePath);
158 if (afile.GetFullPath().Find(afile.GetPathSeparator()) == wxNOT_FOUND)
  /external/webkit/Tools/wx/packaging/
build-mac-installer.py 125 for afile in files:
126 shutil.copy(afile, wxpythonroot)
130 for afile in files:
131 shutil.copy(afile, wxroot)
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 53 AtomicFile aFile = new AtomicFile(file);
54 FileOutputStream fos = aFile.startWrite();
56 aFile.finishWrite(fos);
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 217 # - $aFile: (reference to array of) file(s) to parse for insertion
224 my ($self, $aFile) = @_;
228 @files = (ref($aFile) =~ m/ARRAY/) ? @$aFile : ($aFile);
733 # - $aFile: (reference to array of) file(s) to parse for insertion
739 my ($self, $aToc, $aFile, $aOptions) = @_;
743 $self->_insertIntoFile($aFile);
764 # - $aFile: (reference to array of) file to parse for insertion
770 my ($self, $aToc, $aFile, $aOptions) = @_
    [all...]
TocUpdator.pm 281 # - $aFile: (reference to array of) file to parse for updating.
287 my ($self, $aMode, $aToc, $aFile, $aOptions) = @_;
291 $self->_insertIntoFile($aFile);
455 # - $aFile: File to insert ToC in.
460 my ($self, $aToc, $aFile, $aOptions) = @_;
462 $self->_updateFile(MODE_DO_INSERT, $aToc, $aFile, $aOptions);
573 # - $aFile: (reference to array of) file to parse for updating.
578 my ($self, $aToc, $aFile, $aOptions) = @_;
580 $self->_updateFile(MODE_DO_UPDATE, $aToc, $aFile, $aOptions);
TocGenerator.pm 195 my ($self, $aFile) = @_;
199 $self->parse($aFile);
207 # - $aFile: (reference to array of) file to parse.
211 my ($self, $aFile) = @_;
215 @files = (ref($aFile) =~ m/ARRAY/) ? @$aFile : ($aFile);
327 # args: - $aFile: (reference to array of) file to parse.
331 my ($self, $aFile) = @_;
340 $self->_extendFromFile($aFile);
    [all...]
  /external/srec/srec/include/
portable.h 55 static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  /external/webkit/Tools/wx/build/
build_utils.py 58 for afile in files:
59 excludes.append(os.path.basename(afile))
  /external/clang/tools/scan-build/
c++-analyzer 299 my $afile = "$dir/attribute_ignored_$1.txt";
303 next if (-e $afile);
314 open(AFILE, ">$afile");
315 print AFILE "$ppfile\n";
316 close(AFILE);
ccc-analyzer 299 my $afile = "$dir/attribute_ignored_$1.txt";
303 next if (-e $afile);
314 open(AFILE, ">$afile");
315 print AFILE "$ppfile\n";
316 close(AFILE);
  /external/libvpx/examples/includes/HTML-Toc-0.91/t/
generate.t 90 my ($aFile, $aGroupId, $aLevel, $aNode) = @_;
92 return $aFile . $aGroupId . $aLevel . $aNode;
propagate.t 92 my ($aFile, $aGroupId, $aLevel, $aNode) = @_;
94 return $aFile . $aGroupId . $aLevel . $aNode;
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 713 File aFile = new File(a);
717 log("File '" + a + "' modified at " + aFile.lastModified(), Project.MSG_VERBOSE);
719 if (fileUtils.isUpToDate(aFile, bFile)) {
722 fileUtils.setFileLastModified(aFile, -1);
  /external/zlib/
make_vms.com 246 $ AFile = ""
248 $ OFile = AFile
249 $ AFile = F$Search(File)
250 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
251 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 234 "jar%3Afile%3A%2F%2Fa.jar+%21%2Fb.c%2F%E1%81%92");
  /external/chromium/chrome/common/extensions/docs/static/
manifest.html 38 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
46 "<a href="options.html">options_page</a>": "<em>aFile</em>.html",
  /external/chromium/chrome/common/extensions/docs/
manifest.html 378 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
386 "<a href="options.html">options_page</a>": "<em>aFile</em>.html",
    [all...]

Completed in 1468 milliseconds

1 2 3