Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DNavTree.java52 } else if ((Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) in writeNavTree()
56 } else if ((Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) in writeNavTree()
91 if ((Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) && (Doclava.testSupportRef)) { in writeYamlTree()
93 } else if ((Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) && (Doclava.wearableSupportRef)) { in writeYamlTree()
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()
DDocFile.java185 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writePage()
465 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writePage()
DDoclava.java76 public static boolean USE_DEVSITE_LOCALE_OUTPUT_PATHS = false; field in Doclava
301 USE_DEVSITE_LOCALE_OUTPUT_PATHS = true; in start()
378 if (USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in start()
945 if (USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in writeLists()
977 if ((inputPathHtmlDirs.size() > 0) && (!USE_DEVSITE_LOCALE_OUTPUT_PATHS)) { in writeLists()
DPageMetadata.java524 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS) { in getPageUrlNormalized()