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

/external/chromium_org/third_party/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);
/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/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/chromium_org/third_party/libxml/src/
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.c8693 * Libxml keep the original prefix so the "real qualified name" used is
9636 int qualified);
9727 * parse an XML namespace non qualified name.
9778 * parse an XML qualified name
9850 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { argument
9863 ((qualified) && (c != ':')))) {
9870 (c == '_') || ((qualified) && (c == ':')) ||
9891 (c == '_') || ((qualified) && (c == ':')) ||
/external/libxml2/
H A Dvalid.c3298 * Search the DTD for the description of this qualified attribute on
5575 * @qname: the qualified name as appearing in the serialization
5662 * Fetch the declaration for the qualified name
5679 * Fetch the declaration for the non qualified name
5706 * @qname: the qualified name as appearing in the serialization
5873 * @qname: the qualified name as appearing in the serialization
6162 int qualified = -1; local
6195 * qualified names handling is problematic, having a
6200 if (qualified < 0)
6201 qualified
[all...]
H A Dxpath.c8818 * Libxml keep the original prefix so the "real qualified name" used is
9763 int qualified);
9854 * parse an XML namespace non qualified name.
9905 * parse an XML qualified name
9981 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { argument
9994 ((qualified) && (c != ':')))) {
10001 (c == '_') || ((qualified) && (c == ':')) ||
10025 (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 ...

Completed in 356 milliseconds