OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refPrefix
(Results
1 - 4
of
4
) sorted by null
/external/doclava/src/com/google/doclava/
NavTree.java
28
public static void writeNavTree(String dir, String
refPrefix
) {
33
Node node = new Node("Reference", dir +
refPrefix
+ "packages.html", children, null);
48
if (
refPrefix
== "gms-"){
50
} else if (
refPrefix
== "gcm-"){
Doclava.java
351
String
refPrefix
= new String();
353
refPrefix
= "gms-";
355
refPrefix
= "gcm-";
357
NavTree.writeNavTree(javadocDir,
refPrefix
);
365
writePackages(javadocDir +
refPrefix
+ "packages" + htmlExtension);
[
all
...]
/external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h
266
const xmlChar *
refPrefix
; /* Deprecated; not used */
374
const xmlChar *
refPrefix
; /* Deprecated; not used */
629
const xmlChar *
refPrefix
; /* Deprecated; not used */
791
const xmlChar *
refPrefix
; /* Deprecated; not used */
/external/libxml2/include/libxml/
schemasInternals.h
266
const xmlChar *
refPrefix
; /* Deprecated; not used */
374
const xmlChar *
refPrefix
; /* Deprecated; not used */
629
const xmlChar *
refPrefix
; /* Deprecated; not used */
791
const xmlChar *
refPrefix
; /* Deprecated; not used */
Completed in 702 milliseconds