Home
last modified time | relevance | path

Searched refs:USE_DEVSITE_LOCALE_OUTPUT_PATHS (Results 1 – 6 of 6) sorted by relevance

/external/doclava/src/com/google/doclava/
DSampleCode.java188 String prefixRoot = Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS ? "en/" : ""; in writeProjectDirectory()
204 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writeProjectDirectory()
290 String prefixRoot = Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS ? "en/" : ""; in writeSampleIndexCs()
329 String prefixRoot = Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS ? "en/" : ""; in writeProjectStructure()
447 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writeSamplesNavTree()
454 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writeSamplesNavTree()
DNavTree.java54 } else if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeNavTree()
81 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeYamlTree2()
123 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeYamlTree()
DDocFile.java186 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writePage()
342 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writePage()
DAtLinksNavTree.java63 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeAtLinksNavTree()
DDoclava.java80 public static boolean USE_DEVSITE_LOCALE_OUTPUT_PATHS = false; field in Doclava
390 USE_DEVSITE_LOCALE_OUTPUT_PATHS = true; in start()
511 if (USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in start()
1200 if (USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writeLists()
1490 if (USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writePackages()
1580 if (USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writeClassLists()
DPageMetadata.java557 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in getPageUrlNormalized()