HomeSort by relevance Sort by last modified time
    Searched refs:Canonical (Results 1 - 12 of 12) sorted by null

  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 19 import groovy.transform.Canonical
33 @Canonical
  /external/clang/lib/AST/
StmtProfile.cpp 29 bool Canonical;
33 bool Canonical)
34 : ID(ID), Context(Context), Canonical(Canonical) { }
295 if (!Canonical)
298 if (!Canonical)
394 if (!Canonical)
1142 if (Canonical && D) {
1187 if (Canonical)
1198 if (Canonical)
    [all...]
ASTContext.cpp 429 const Decl *Canonical = D->getCanonicalDecl();
431 ParsedComments.find(Canonical);
434 if (Canonical != D) {
527 ParsedComments[Canonical] = FC;
574 // Check if we already have a canonical template template parameter.
578 CanonicalTemplateTemplateParm *Canonical
580 if (Canonical)
581 return Canonical->getParam();
583 // Build a canonical template parameter list.
652 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos)
    [all...]
Type.cpp 203 // If the canonical form of this type isn't the right kind, reject it.
216 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
343 /// same dynamic type as the canonical type.
431 // If the canonical form of this type isn't the right kind, reject it.
450 // If the canonical form of this type isn't the right kind, reject it.
463 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
466 : Type(ObjCObject, Canonical, false, false, false, false),
478 // There is no sugar for ObjCObjectType's, just return the canonical
492 // There is no sugar for ObjCQualifiedIdType's, just return the canonical
502 // There is no sugar for ObjCQualifiedClassType's, just return the canonical
    [all...]
  /external/chromium_org/net/base/
address_list_unittest.cc 16 static const char* kCanonicalHostname = "canonical.bar.com";
18 TEST(AddressListTest, Canonical) {
19 // Create an addrinfo with a canonical name.
37 EXPECT_EQ("canonical.bar.com", addrlist1.canonical_name());
41 EXPECT_EQ("canonical.bar.com", addrlist2.canonical_name());
120 const std::string kCanonicalName = "canonical.example.com";
  /external/chromium/net/base/
address_list_unittest.cc 127 static const char* kCanonicalHostname = "canonical.bar.com";
129 TEST(AddressListTest, Canonical) {
130 // Create an addrinfo with a canonical name.
152 EXPECT_EQ("canonical.bar.com", canon_name1);
165 EXPECT_EQ("canonical.bar.com", canon_name2);
  /external/clang/include/clang/AST/
Type.h 826 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
    [all...]
Stmt.h 427 /// \param Canonical whether the profile should be based on the canonical
433 bool Canonical) const;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 219 preg_match('#<(Local|Canonical)ID>(.*)</\1ID>#', $content, $delegate);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 219 preg_match('#<(Local|Canonical)ID>(.*)</\1ID>#', $content, $delegate);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 240 milliseconds