/external/icu/icu4c/source/samples/uciter8/ |
D | uciter8.sln | 3 …-11D0-8D11-00A0C91BC942}") = "uciter8", "uciter8.vcxproj", "{94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}" 13 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|Win32.ActiveCfg = Debug|Win32 14 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|Win32.Build.0 = Debug|Win32 15 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|x64.ActiveCfg = Debug|Win32 16 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|x64.Build.0 = Debug|Win32 17 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|Win32.ActiveCfg = Release|Win32 18 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|Win32.Build.0 = Release|Win32 19 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|x64.ActiveCfg = Release|Win32 20 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|x64.Build.0 = Release|Win32
|
/external/llvm/test/CodeGen/Mips/ |
D | madd-msub.ll | 21 ; DSP-DAG: mtlo $[[AC:ac[0-3]+]], $6 22 ; DSP-DAG: madd $[[AC]], ${{[45]}}, ${{[45]}} 23 ; DSP-DAG: mfhi $2, $[[AC]] 24 ; DSP-DAG: mflo $3, $[[AC]] 67 ; DSP-DAG: mtlo $[[AC:ac[0-3]+]], $6 68 ; DSP-DAG: maddu $[[AC]], ${{[45]}}, ${{[45]}} 69 ; DSP-DAG: mfhi $2, $[[AC]] 70 ; DSP-DAG: mflo $3, $[[AC]] 116 ; DSP-DAG: mthi $[[AC:ac[0-3]+]], $6 117 ; DSP-DAG: mtlo $[[AC]], $7 [all …]
|
/external/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 61 AvailableComponent *AC = ComponentMap.lookup(Name); in VisitComponent() local 62 assert(AC && "Invalid component name!"); in VisitComponent() 65 if (!VisitedComponents.insert(AC).second) { in VisitComponent() 71 if (!AC->IsInstalled && !IncludeNonInstalled) in VisitComponent() 75 for (unsigned i = 0; AC->RequiredLibraries[i]; ++i) { in VisitComponent() 76 VisitComponent(AC->RequiredLibraries[i], ComponentMap, VisitedComponents, in VisitComponent() 81 if (AC->Library) in VisitComponent() 82 RequiredLibs.push_back(AC->Library); in VisitComponent() 102 AvailableComponent *AC = &AvailableComponents[i]; in ComputeLibsForComponents() local 103 ComponentMap[AC->Name] = AC; in ComputeLibsForComponents()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 63 AnalysisDeclContext* AC; member in __anon7858904f0111::WalkAST 73 : BR(br), AC(ac), II_setid(), in WalkAST() 293 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC); in checkLoopConditionForFloat() 294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter, in checkLoopConditionForFloat() 328 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_gets() 329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets() 368 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_getpw() 369 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw() 409 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_mktemp() 410 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp() [all …]
|
D | IdenticalExprChecker.cpp | 40 AnalysisDeclContext *AC; member in __anon086543d10111::FindIdenticalExprVisitor 45 : BR(B), Checker(Checker), AC(A) {} in FindIdenticalExprVisitor() 72 BR.EmitBasicReport(AC->getDecl(), Checker, in reportIdenticalExpr() 92 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) { in checkBitwiseOrLogicalOp() 100 if (isIdenticalStmt(AC->getASTContext(), RHS, LHS)) { in checkBitwiseOrLogicalOp() 123 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) { in VisitIfStmt() 125 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC); in VisitIfStmt() 126 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions", in VisitIfStmt() 153 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) { in VisitIfStmt() 155 PathDiagnosticLocation::createBegin(I, BR.getSourceManager(), AC); in VisitIfStmt() [all …]
|
D | CheckSizeofPointer.cpp | 28 AnalysisDeclContext* AC; member in __anon153c04df0111::WalkAST 32 : BR(br), Checker(checker), AC(ac) {} in WalkAST() 66 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC); in VisitUnaryExprOrTypeTraitExpr() 67 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitUnaryExprOrTypeTraitExpr()
|
D | ObjCContainersASTChecker.cpp | 31 AnalysisDeclContext* AC; member in __anon9624e1610111::WalkAST 76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()), in WalkAST() 145 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in VisitCallExpr() 146 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(), in VisitCallExpr()
|
D | VirtualCallChecker.cpp | 33 AnalysisDeclContext *AC; member in __anon25a431a80111::WalkAST 64 : Checker(checker), BR(br), AC(ac), visitingCallExpr(nullptr) {} in WalkAST() 184 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in ReportVirtualCall() 190 BR.EmitBasicReport(AC->getDecl(), Checker, in ReportVirtualCall() 199 BR.EmitBasicReport(AC->getDecl(), Checker, in ReportVirtualCall()
|
D | DeadStoresChecker.cpp | 128 AnalysisDeclContext* AC; member in __anon2d72c4130211::DeadStoreObs 142 : cfg(cfg), Ctx(ctx), BR(br), Checker(checker), AC(ac), Parents(parents), in DeadStoreObs() 155 V.TraverseStmt(AC->getBody()); in isLive() 204 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(), in Report() 224 PathDiagnosticLocation::createBegin(Ex, BR.getSourceManager(), AC); in CheckVarDecl() 439 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody() local 443 DeadStoreObs A(cfg, BR.getContext(), BR, this, AC, pmap, FS.Escaped); in checkASTCodeBody()
|
D | CStringSyntaxChecker.cpp | 36 AnalysisDeclContext* AC; member in __anon95f1a2460111::WalkAST 86 : Checker(checker), BR(br), AC(ac) {} in WalkAST() 145 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); in VisitCallExpr()
|
/external/libcxx/test/utilities/utility/pairs/pairs.pair/ |
D | const_first_const_second.pass.cpp | 29 class AC class 33 constexpr AC(int data) : data_(data) {} in AC() function in AC 35 constexpr bool operator==(const AC& a) const {return data_ == a.data_;} in operator ==() 62 typedef std::pair<AC, int> P; in main() 64 static_assert(p.first == AC(1), ""); in main()
|
/external/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 408 LazyCallGraph::SCC &AC = *CG.lookupSCC(A); in TEST() local 412 EXPECT_TRUE(AC.isAncestorOf(BC)); in TEST() 413 EXPECT_TRUE(AC.isAncestorOf(CC)); in TEST() 414 EXPECT_TRUE(AC.isAncestorOf(DC)); in TEST() 415 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST() 420 AC.insertOutgoingEdge(A, D); in TEST() 422 EXPECT_TRUE(AC.isParentOf(DC)); in TEST() 423 EXPECT_EQ(&AC, CG.lookupSCC(A)); in TEST() 465 LazyCallGraph::SCC &AC = *CG.lookupSCC(A1); in TEST() local 469 ASSERT_EQ(&AC, CG.lookupSCC(A2)); in TEST() [all …]
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
D | p3.cpp | 34 namespace AC { namespace 40 if (AC::i) in test2() 41 AC::f(); in test2()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 105 static void CheckUnreachable(Sema &S, AnalysisDeclContext &AC) { in CheckUnreachable() argument 113 if (!S.getSourceManager().isInMainFile(AC.getDecl()->getLocStart())) in CheckUnreachable() 117 reachable_code::FindUnreachableCode(AC, S.getPreprocessor(), UC); in CheckUnreachable() 234 AnalysisDeclContext &AC) { in checkRecursiveFunction() argument 243 CFG *cfg = AC.getCFG(); in checkRecursiveFunction() 283 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough() argument 284 CFG *cfg = AC.getCFG(); in CheckFallThrough() 293 bool AddEHEdges = AC.getAddEHEdges(); in CheckFallThrough() 503 AnalysisDeclContext &AC) { in CheckFallThroughForBody() argument 535 switch (CheckFallThrough(AC)) { in CheckFallThroughForBody() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-alias-template.cpp | 27 Alloc<int> AC; in z() local 28 h(AC); in z() 31 h<Alloc>(AC); in z()
|
/external/icu/icu4c/source/test/testdata/ |
D | NormalizationTest-3.2.0.txt | 66 …AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 … 396 03AC;03AC;03B1 0301;03AC;03B1 0301; 899 1F71;03AC;03B1 0301;03AC;03B1 0301; 1224 22AC;22AC;22A2 0338;22AC;22A2 0338; 1314 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029; 1477 2F5D;2F5D;2F5D;72AC;72AC; 1570 2FBA;2FBA;2FBA;99AC;99AC; 1633 30AC;30AC;30AB 3099;30AC;30AB 3099; 1669 3135;3135;3135;11AC;11AC; 1925 32AC;32AC;32AC;76E3;76E3; [all …]
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | NormalizationTest-3.2.0.txt | 66 …AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 … 396 03AC;03AC;03B1 0301;03AC;03B1 0301; 899 1F71;03AC;03B1 0301;03AC;03B1 0301; 1224 22AC;22AC;22A2 0338;22AC;22A2 0338; 1314 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029; 1477 2F5D;2F5D;2F5D;72AC;72AC; 1570 2FBA;2FBA;2FBA;99AC;99AC; 1633 30AC;30AC;30AB 3099;30AC;30AB 3099; 1669 3135;3135;3135;11AC;11AC; 1925 32AC;32AC;32AC;76E3;76E3; [all …]
|
/external/icu/icu4c/source/data/unidata/ |
D | NormalizationTest.txt | 64 …AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 … 394 03AC;03AC;03B1 0301;03AC;03B1 0301; 1008 1F71;03AC;03B1 0301;03AC;03B1 0301; 1352 22AC;22AC;22A2 0338;22AC;22A2 0338; 1442 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029; 1608 2F5D;2F5D;2F5D;72AC;72AC; 1701 2FBA;2FBA;2FBA;99AC;99AC; 1764 30AC;30AC;30AB 3099;30AC;30AB 3099; 1800 3135;3135;3135;11AC;11AC; 2066 32AC;32AC;32AC;76E3;76E3; [all …]
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
D | NormalizationTest.txt | 64 …AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 … 394 03AC;03AC;03B1 0301;03AC;03B1 0301; 1008 1F71;03AC;03B1 0301;03AC;03B1 0301; 1352 22AC;22AC;22A2 0338;22AC;22A2 0338; 1442 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029; 1608 2F5D;2F5D;2F5D;72AC;72AC; 1701 2FBA;2FBA;2FBA;99AC;99AC; 1764 30AC;30AC;30AB 3099;30AC;30AB 3099; 1800 3135;3135;3135;11AC;11AC; 2066 32AC;32AC;32AC;76E3;76E3; [all …]
|
/external/jpeg/ |
D | wizard.doc | 28 size, since more bits than necessary are expended on higher AC coefficients. 173 # AC scans: 174 0: 1-2, 0, 0 ; # First two Y AC coefficients 176 1: 1-63, 0, 0 ; # All AC coefficients for Cb 177 2: 1-63, 0, 0 ; # All AC coefficients for Cr 186 # First AC scan: send first 5 Y AC coefficients, minus 2 lowest bits: 188 # Send all Cr,Cb AC coefficients, minus lowest bit: 193 # Send remaining Y AC coefficients, minus 2 lowest bits: 195 # Send next-to-lowest bit of all Y AC coefficients: 200 # Send lowest bit of AC coefficients [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | wizard.doc | 28 size, since more bits than necessary are expended on higher AC coefficients. 173 # AC scans: 174 0: 1-2, 0, 0 ; # First two Y AC coefficients 176 1: 1-63, 0, 0 ; # All AC coefficients for Cb 177 2: 1-63, 0, 0 ; # All AC coefficients for Cr 186 # First AC scan: send first 5 Y AC coefficients, minus 2 lowest bits: 188 # Send all Cr,Cb AC coefficients, minus lowest bit: 193 # Send remaining Y AC coefficients, minus 2 lowest bits: 195 # Send next-to-lowest bit of all Y AC coefficients: 200 # Send lowest bit of AC coefficients [all …]
|
/external/bison/m4/ |
D | 00gnulib.m4 | 20 [m4_define([AC][_DEFUN_ONCE], 21 [AC][_DEFUN([$1], 24 [AC][_DEFUN([_gl_DEFUN_ONCE([$1])], [$2])])])
|
/external/chromium_org/ash/system/chromeos/power/ |
D | power_status_view_unittest.cc | 125 prop.set_external_power(PowerSupplyProperties::AC); in TEST_F() 149 prop.set_external_power(PowerSupplyProperties::AC); in TEST_F() 185 prop.set_external_power(PowerSupplyProperties::AC); in TEST_F() 207 prop.set_external_power(PowerSupplyProperties::AC); in TEST_F()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 463 AnalysisDeclContext &AC; member in clang::consumed::ConsumedStmtVisitor 507 ConsumedStmtVisitor(AnalysisDeclContext &AC, ConsumedAnalyzer &Analyzer, in ConsumedStmtVisitor() argument 509 : AC(AC), Analyzer(Analyzer), StateMap(StateMap) {} in ConsumedStmtVisitor() 777 ASTContext &CurrContext = AC.getASTContext(); in VisitCXXConstructExpr() 1236 void ConsumedAnalyzer::determineExpectedReturnState(AnalysisDeclContext &AC, in determineExpectedReturnState() argument 1240 ASTContext &CurrContext = AC.getASTContext(); in determineExpectedReturnState() 1352 void ConsumedAnalyzer::run(AnalysisDeclContext &AC) { in run() argument 1353 const FunctionDecl *D = dyn_cast_or_null<FunctionDecl>(AC.getDecl()); in run() 1357 CFG *CFGraph = AC.getCFG(); in run() 1361 determineExpectedReturnState(AC, D); in run() [all …]
|
/external/clang/test/SemaCXX/ |
D | decltype.cpp | 11 typedef A const AC; typedef 16 float &fr = f2(AC().a); in test_f2()
|