Searched refs:qualified (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h52 // Returns the non-nested type name for the given type. If "qualified" is
56 // Then the qualified ClassName for Qux would be:
58 // While the non-qualified version would be:
60 string ClassName(const Descriptor* descriptor, bool qualified);
61 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
82 // Returns the fully-qualified type name field->message_type(). Usually this
90 // Note: non-built-in type names will be qualified, meaning they will start
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>());
H A DClassInfo.java1209 String qualified = qualifiedName();
1221 data.setValue("class.qualified", qualified);
1309 if ("java.lang.Object".equals(qualified) || "java.io.Serializable".equals(qualified)) {
1468 data.setValue(base + ".qualified", ctp.classInfo().qualifiedName());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h58 // Returns the non-nested type name for the given type. If "qualified" is
62 // Then the qualified ClassName for Qux would be:
64 // While the non-qualified version would be:
66 string ClassName(const Descriptor* descriptor, bool qualified);
67 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
88 // Returns the fully-qualified type name field->message_type(). Usually this
96 // Note: non-built-in type names will be qualified, meaning they will start
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/doclava/res/assets/templates/
H A Dtodo.cs71 <td><a href="#class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></td>
82 <h3><a name="class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></h3>
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java73 * non-ASCII Unicode characters. An XML qualified name is a pair of names
412 throw new XMPException("Unknown namespace prefix for qualified name",
417 throw new XMPException("Ill-formed qualified name", XMPError.BADXPATH);
440 * the full schema URI and/or a qualified root property name. Returns true for normal
456 // qualified.
492 // The propName is qualified. Make sure the prefix is legit. Use the associated URI and
493 // qualified name.
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DInline.py171 qualified = re.compile(r'([.\w]+)[.]')
173 m = qualified.match(type)
/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/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py315 def GypPathToUniqueOutput(self, path, qualified=True):
318 If qualified is True, qualify the resulting filename with the name
329 # Output: obj/foo/baz/targ.out.o (if qualified)
343 if qualified:
1426 return self.GypPathToUniqueOutput(filename, qualified=False)
2147 # target_outputs is a map from qualified target name to a Target object.
/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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1697 /// <summary>Fully qualified name of the stream's underlying file</summary>

Completed in 649 milliseconds