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

/external/doclava/src/com/google/doclava/
H A DTypeInfo.java209 private void makeHDFRecursive(Data data, String base, boolean qualified, boolean isLastVararg, argument
211 String label = qualified ? qualifiedTypeName() : simpleTypeName();
240 TypeInfo.makeHDF(data, base + ".typeArguments", mTypeArguments, qualified, typeVars);
243 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars);
246 TypeInfo.makeHDF(data, base + ".extendsBounds", mExtendsBounds, qualified, typeVars);
250 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified, argument
254 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables);
258 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified) { argument
259 makeHDF(data, base, types, qualified, new HashSet<String>());
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc115 string ClassName(const Descriptor* descriptor, bool qualified) { argument
125 if (qualified) {
132 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { argument
134 if (qualified) {
140 string result = ClassName(enum_descriptor->containing_type(), qualified);
/external/libxml2/
H A Dvalid.c3298 * Search the DTD for the description of this qualified attribute on
5574 * @qname: the qualified name as appearing in the serialization
5661 * Fetch the declaration for the qualified name
5678 * Fetch the declaration for the non qualified name
5705 * @qname: the qualified name as appearing in the serialization
5872 * @qname: the qualified name as appearing in the serialization
6161 int qualified = -1; local
6194 * qualified names handling is problematic, having a
6199 if (qualified < 0)
6200 qualified
[all...]
H A Dxpath.c8738 * Libxml keep the original prefix so the "real qualified name" used is
9683 int qualified);
9774 * parse an XML namespace non qualified name.
9825 * parse an XML qualified name
9897 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { argument
9910 ((qualified) && (c != ':')))) {
9917 (c == '_') || ((qualified) && (c == ':')) ||
9938 (c == '_') || ((qualified) && (c == ':')) ||
/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 ...

Completed in 141 milliseconds