OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldDocPrefix
(Results
1 - 2
of
2
) sorted by null
/external/jdiff/src/jdiff/
HTMLReportGenerator.java
317
if (
oldDocPrefix
!= null)
318
oldPkgRef =
oldDocPrefix
+ oldPkgRef;
508
if (
oldDocPrefix
!= null) {
514
oldClassRef =
oldDocPrefix
+ oldClassRef + className;
516
oldClassRef =
oldDocPrefix
+ oldClassRef;
519
if (
oldDocPrefix
!= null)
[
all
...]
/external/guava/guava/lib/
jdiff.jar
Completed in 37 milliseconds