/external/clang/test/CodeCompletion/ |
D | objc-expr.m | 7 …tterns -code-completion-at=%s:4:11 %s -fno-const-strings -o - | FileCheck -check-prefix=CHECK-AT %s 8 // CHECK-AT: COMPLETION: Pattern : [#NSString *#]"<#string#>" 9 // CHECK-AT: COMPLETION: Pattern : [#id#](<#expression#>) 10 // CHECK-AT: COMPLETION: Pattern : [#NSArray *#][<#objects, ...#>] 11 // CHECK-AT: COMPLETION: Pattern : [#char[]#]encode(<#type-name#>) 12 // CHECK-AT: COMPLETION: Pattern : [#Protocol *#]protocol(<#protocol-name#>) 13 // CHECK-AT: COMPLETION: Pattern : [#SEL#]selector(<#selector#>) 14 // CHECK-AT: COMPLETION: Pattern : [#NSDictionary *#]{<#key#>: <#object, ...#>}
|
/external/opencv3/modules/imgproc/src/ |
D | accum.cpp | 50 template <typename T, typename AT> 53 int operator() (const T *, AT *, const uchar *, int, int) const in operator ()() 59 template <typename T, typename AT> 62 int operator() (const T *, AT *, const uchar *, int, int) const in operator ()() 68 template <typename T, typename AT> 71 int operator() (const T *, const T *, AT *, const uchar *, int, int) const in operator ()() 77 template <typename T, typename AT> 80 int operator() (const T *, AT *, const uchar *, int, int, AT) const in operator ()() 473 template<typename T, typename AT> void 474 acc_( const T* src, AT* dst, const uchar* mask, int len, int cn ) in acc_() [all …]
|
/external/markdown/tests/markdown-test/ |
D | amps-and-angle-encoding.txt | 1 AT&T has an ampersand in their name. 3 AT&T is another way to write it. 13 Here's a link with an amersand in the link text: [AT&T] [2]. 21 [2]: http://att.com/ "AT&T"
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Amps and angle encoding.text | 1 AT&T has an ampersand in their name. 3 AT&T is another way to write it. 13 Here's a link with an amersand in the link text: [AT&T] [2]. 21 [2]: http://att.com/ "AT&T"
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Amps and angle encoding.text | 1 AT&T has an ampersand in their name. 3 AT&T is another way to write it. 13 Here's a link with an amersand in the link text: [AT&T] [2]. 21 [2]: http://att.com/ "AT&T"
|
/external/clang/test/Layout/ |
D | ms-x86-alias-avoidance-padding.cpp | 9 struct AT {}; struct 11 struct V : AT { 19 union { struct { int a; AT t; } y; int b; } x; 140 struct T0 : AT { 154 struct T2 : AT {
|
D | ms-x86-vtordisp.cpp | 151 struct AT { struct 152 virtual ~AT(){} in ~AT() argument 154 struct CT : virtual AT {
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 41 AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in SetUp() 43 GV = new GlobalVariable(*M.get(), AT, false /*=isConstant*/, in SetUp() 59 GV->setInitializer(ConstantArray::get(AT, Init)); in SetUp() 67 ArrayType *AT; member in __anon1e609b690111::LinkModuleTest 86 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep"); in TEST_F() 113 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in TEST_F() local 114 EXPECT_EQ(AT, Init->getType()); in TEST_F()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 65 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) in SROA() 75 if (AT == -1) in SROA() 78 ArrayElementThreshold = AT; in SROA() 194 SROA_DT(int T = -1, int ST = -1, int AT = -1, int SLT = -1) : in SROA_DT() 195 SROA(T, true, ID, ST, AT, SLT) { in SROA_DT() 212 SROA_SSAUp(int T = -1, int ST = -1, int AT = -1, int SLT = -1) : in SROA_SSAUp() 213 SROA(T, false, ID, ST, AT, SLT) { in SROA_SSAUp() 826 if (ArrayType *AT = dyn_cast<ArrayType>(ToType)) { in ConvertScalar_ExtractValue() local 829 uint64_t EltSize = DL.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_ExtractValue() 830 Value *Res = UndefValue::get(AT); in ConvertScalar_ExtractValue() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 316 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::LONG_BRANCH_LUi), Mips::AT) in expandToLongBranch() 320 .append(BuildMI(*MF, DL, TII->get(Mips::LONG_BRANCH_ADDiu), Mips::AT) in expandToLongBranch() 321 .addReg(Mips::AT) in expandToLongBranch() 327 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT) in expandToLongBranch() 328 .addReg(Mips::RA).addReg(Mips::AT); in expandToLongBranch() 334 .append(BuildMI(*MF, DL, TII->get(Mips::JR)).addReg(Mips::AT)) in expandToLongBranch() 343 .append(BuildMI(*MF, DL, TII->get(Mips::JR)).addReg(Mips::AT)) in expandToLongBranch()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 157 if (const auto *AT = T->getAs<AtomicType>()) in isSafeToConvert() local 158 T = AT->getValueType(); in isSafeToConvert() 165 if (const auto *AT = CGT.getContext().getAsArrayType(T)) in isSafeToConvert() local 166 return isSafeToConvert(AT->getElementType(), CGT, AlreadyChecked); in isSafeToConvert() 734 if (const auto *AT = Context.getAsArrayType(T)) { in isZeroInitializable() local 735 if (isa<IncompleteArrayType>(AT)) in isZeroInitializable() 737 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) in isZeroInitializable()
|
/external/tcpdump/ |
D | print-atalk.c | 193 #define AT(member) ataddr_string(ndo, (ap->member[1]<<8)|ap->member[2],ap->member[3]) in aarp_print() macro 203 ND_PRINT((ndo, "who-has %s tell %s", AT(pdaddr), AT(psaddr))); in aarp_print() 207 ND_PRINT((ndo, "reply %s is-at %s", AT(psaddr), etheraddr_string(ndo, ap->hsaddr))); in aarp_print() 211 ND_PRINT((ndo, "probe %s tell %s", AT(pdaddr), AT(psaddr))); in aarp_print()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocSizeofChecker.cpp | 165 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local 166 QualType ElemType = AT->getElementType(); in compatibleWithArrayType() 167 if (typesCompatible(C, PT, AT->getElementType())) in compatibleWithArrayType()
|
/external/clang/lib/Lex/ |
D | MacroArgs.cpp | 160 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local 161 unsigned NumToks = getArgLength(AT)+1; // Include the EOF. in getPreExpArgument() 167 PP.EnterTokenStream(AT, NumToks, false /*disable expand*/, in getPreExpArgument()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 176 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local 177 return AT && (AT->getNumElements() == 0); in isZeroLengthArray()
|
/external/markdown/tests/misc/ |
D | ampersand.txt | 3 AT&T
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 415 if (ObjCAtTryStmt *AT = dyn_cast<ObjCAtTryStmt>(SubStmt)) { in BuildScopeInformation() local 421 AT->getAtTryLoc())); in BuildScopeInformation() 422 if (Stmt *TryPart = AT->getTryBody()) in BuildScopeInformation() 426 for (unsigned I = 0, N = AT->getNumCatchStmts(); I != N; ++I) { in BuildScopeInformation() 427 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation() 438 if (ObjCAtFinallyStmt *AF = AT->getFinallyStmt()) { in BuildScopeInformation()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenTypes.java | 176 public static final int AT = LexerCore.AT; field
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2263 if (auto *AT = dyn_cast<AttributedType>(Orig)) in getFunctionTypeWithExceptionSpec() local 2265 AT->getAttrKind(), in getFunctionTypeWithExceptionSpec() 2266 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 2267 getFunctionTypeWithExceptionSpec(Context, AT->getEquivalentType(), in getFunctionTypeWithExceptionSpec() 2366 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getAdjustedType() local 2367 if (AT) in getAdjustedType() 2368 return QualType(AT, 0); in getAdjustedType() 2373 AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getAdjustedType() 2374 assert(!AT && "Shouldn't be in the map!"); in getAdjustedType() 2376 AT = new (*this, TypeAlignment) in getAdjustedType() [all …]
|
D | MicrosoftMangle.cpp | 478 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) { in mangleVariableEncoding() local 480 mangleDecayedArrayType(AT); in mangleVariableEncoding() 481 if (AT->getElementType()->isArrayType()) in mangleVariableEncoding() 1437 if (const auto *AT = getASTContext().getAsArrayType(OriginalType)) in mangleArgumentType() local 1439 AT->getElementType(), AT->getSizeModifier(), in mangleArgumentType() 1440 AT->getIndexTypeCVRQualifiers()); in mangleArgumentType() 1480 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) { in mangleType() local 1487 mangleArrayType(AT); in mangleType() 1816 if (const auto *AT = in mangleFunctionType() local 1821 assert(AT->getKeyword() != AutoTypeKeyword::GNUAutoType && in mangleFunctionType() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 64 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in appendToGlobalArray() local 65 Constant *NewInit = ConstantArray::get(AT, CurrentCtors); in appendToGlobalArray()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 113 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) { in ContainsProtectableArray() local 114 if (!AT->getElementType()->isIntegerTy(8)) { in ContainsProtectableArray() 125 if (SSPBufferSize <= M->getDataLayout().getTypeAllocSize(AT)) { in ContainsProtectableArray()
|
/external/nist-sip/java/gov/nist/core/ |
D | Separators.java | 49 public static final String AT = "@"; field
|
/external/fdlibm/ |
D | configure.in | 2 AC_INIT(fdlibm,5.3,[FDLIBM COMMENTS <fdlibm-comments AT sun.com>])
|
/external/autotest/client/site_tests/network_3GGobiPorts/ |
D | control | 9 This test will fail if the gobi serial ports for QXDM, AT commands and
|