Searched refs:fileLocation (Results 1 - 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncDoclocation.java49 String fileLocation = null;
63 fileLocation = dtm.getDocumentBaseURI();
65 // fileLocation = xctxt.getSourceTreeManager().findURIFromDoc(owner);
69 return new XString((null != fileLocation) ? fileLocation : "");
/external/chromium_org/v8/src/
H A Dmessages.js908 var fileLocation = "";
910 fileLocation = "native";
914 fileLocation = this.getEvalOrigin();
915 fileLocation += ", "; // Expecting source position to follow.
919 fileLocation += fileName;
924 fileLocation += "<anonymous>";
928 fileLocation += ":" + lineNumber;
931 fileLocation += ":" + columnNumber;
963 line += fileLocation;
967 line += " (" + fileLocation
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c128 ULONG fileLocation = 0L; local
134 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
159 ULONG fileLocation = 0L; local
167 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22140 ULONG fileLocation = 0L; local
22146 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
22171 ULONG fileLocation = 0L; local
22179 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
[all...]

Completed in 4942 milliseconds