Searched defs:qualified (Results 1 - 11 of 11) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DTypeInfo.java255 private void makeHDFRecursive(Data data, String base, boolean qualified, boolean isLastVararg, argument
257 String label = qualified ? qualifiedTypeName() : simpleTypeName();
286 TypeInfo.makeHDF(data, base + ".typeArguments", mTypeArguments, qualified, typeVars);
289 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars);
292 TypeInfo.makeHDF(data, base + ".extendsBounds", mExtendsBounds, qualified, typeVars);
296 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified, argument
300 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables);
304 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified) { argument
305 makeHDF(data, base, types, qualified, new HashSet<String>());
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc131 string ClassName(const Descriptor* descriptor, bool qualified) { argument
141 if (qualified) {
148 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { argument
150 if (qualified) {
156 string result = ClassName(enum_descriptor->containing_type(), qualified);
377 // Return the qualified C++ name for a file level symbol.
/external/libxml2/
H A Dvalid.c3299 * Search the DTD for the description of this qualified attribute on
5576 * @qname: the qualified name as appearing in the serialization
5663 * Fetch the declaration for the qualified name
5680 * Fetch the declaration for the non qualified name
5707 * @qname: the qualified name as appearing in the serialization
5874 * @qname: the qualified name as appearing in the serialization
6163 int qualified = -1; local
6196 * qualified names handling is problematic, having a
6201 if (qualified < 0)
6202 qualified
[all...]
H A Dxpath.c8823 * Libxml keep the original prefix so the "real qualified name" used is
9768 int qualified);
9859 * parse an XML namespace non qualified name.
9910 * parse an XML qualified name
9986 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { argument
9999 ((qualified) && (c != ':')))) {
10006 (c == '_') || ((qualified) && (c == ':')) ||
10030 (c == '_') || ((qualified) && (c == ':')) ||
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 2020 milliseconds