/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | canned-1.txt | 2 AC be: 472 agg hits 3 AC but: 401 agg hits 4 AC by: 242 agg hits 5 AC been: 236 agg hits 6 AC basil: 158 agg hits 7 AC before: 75 agg hits 8 AC beauty: 55 agg hits 9 AC better: 54 agg hits 10 AC believe: 49 agg hits 11 AC began: 44 agg hits [all …]
|
D | README.md | 35 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC b: 3 agg hits 36 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC be: 472 agg hits 37 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC bee: 3 agg hits 38 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC been: 236 agg hits 39 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC beaut: 1 agg hits 40 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC beauty: 55 agg hits 41 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC because: 40 agg hits 42 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC believe: 49 agg hits 43 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC better: 54 agg hits 44 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC before: 75 agg hits [all …]
|
/third_party/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|x64 16 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|x64.Build.0 = Debug|x64 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|x64 20 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|x64.Build.0 = Release|x64
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 56 AssumptionCache *AC = nullptr, 64 unsigned Depth = 0, AssumptionCache *AC = nullptr, 79 AssumptionCache *AC = nullptr, 91 AssumptionCache *AC = nullptr, 105 AssumptionCache *AC = nullptr, 119 AssumptionCache *AC = nullptr, 127 AssumptionCache *AC = nullptr, 135 AssumptionCache *AC = nullptr, 143 AssumptionCache *AC = nullptr, 159 unsigned Depth = 0, AssumptionCache *AC = nullptr, [all …]
|
D | BasicAliasAnalysis.h | 60 AssumptionCache ∾ variable 67 const TargetLibraryInfo &TLI, AssumptionCache &AC, 70 : AAResultBase(), DL(DL), F(F), TLI(TLI), AC(AC), DT(DT), LI(LI), PV(PV) in AAResultBase() 74 : AAResultBase(Arg), DL(Arg.DL), F(Arg.F), TLI(Arg.TLI), AC(Arg.AC), in BasicAAResult() 78 AC(Arg.AC), DT(Arg.DT), LI(Arg.LI), PV(Arg.PV) {} in BasicAAResult() 169 const DataLayout &DL, unsigned Depth, AssumptionCache *AC, 173 const DataLayout &DL, AssumptionCache *AC, DominatorTree *DT); 190 APInt BaseOffset, AssumptionCache *AC,
|
D | LazyValueInfo.h | 33 AssumptionCache *AC = nullptr; variable 45 : AC(AC_), DL(DL_), TLI(TLI_), DT(DT_) {} in LazyValueInfo() 47 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) { in LazyValueInfo() 52 AC = Arg.AC;
|
D | PHITransAddr.h | 46 AssumptionCache *AC; variable 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr() argument 53 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) { in PHITransAddr()
|
D | DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() argument 43 F(F), AC(AC), DT(DT) {} in DemandedBits() 72 AssumptionCache ∾ variable
|
D | AssumptionCache.h | 52 AssumptionCache *AC; variable 60 AffectedValueCallbackVH(Value *V, AssumptionCache *AC = nullptr) 61 : CallbackVH(V), AC(AC) {} in CallbackVH()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 36 AssumptionCache &AC) { in promoteMemoryToRegister() argument 54 PromoteMemToReg(Allocas, DT, &AC); in promoteMemoryToRegister() 63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 64 if (!promoteMemoryToRegister(F, DT, AC)) in run() 89 AssumptionCache &AC = in runOnFunction() local 91 return promoteMemoryToRegister(F, DT, AC); in runOnFunction()
|
D | PromoteMemoryToRegister.cpp | 233 AssumptionCache *AC; member 269 AssumptionCache *AC) in PromoteMem2Reg() 272 AC(AC), SQ(DT.getRoot()->getParent()->getParent()->getDataLayout(), in PromoteMem2Reg() 273 nullptr, &DT, AC) {} in PromoteMem2Reg() 304 static void addAssumeNonNull(AssumptionCache *AC, LoadInst *LI) { in addAssumeNonNull() argument 312 AC->registerAssumption(CI); in addAssumeNonNull() 349 DominatorTree &DT, AssumptionCache *AC) { in rewriteSingleStoreAlloca() argument 400 if (AC && LI->getMetadata(LLVMContext::MD_nonnull) && in rewriteSingleStoreAlloca() 401 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT)) in rewriteSingleStoreAlloca() 402 addAssumeNonNull(AC, LI); in rewriteSingleStoreAlloca() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_idct_10bit.asm | 242 %macro AC 1 296 AC 8 297 AC 10 298 AC 12 299 AC 14 300 AC 0 301 AC 2 302 AC 4 303 AC 6 339 AC 16 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 64 LoopDataPrefetch(AssumptionCache *AC, LoopInfo *LI, ScalarEvolution *SE, in LoopDataPrefetch() argument 67 : AC(AC), LI(LI), SE(SE), TTI(TTI), ORE(ORE) {} in LoopDataPrefetch() 96 AssumptionCache *AC; member in __anond19ce9820111::LoopDataPrefetch 161 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local 166 LoopDataPrefetch LDP(AC, LI, SE, TTI, ORE); in run() 185 AssumptionCache *AC = in runOnFunction() local 192 LoopDataPrefetch LDP(AC, LI, SE, TTI, ORE); in runOnFunction() 221 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
|
D | LoopUnrollAndJamPass.cpp | 280 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop() argument 336 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollAndJamLoop() 391 &SE, &DT, &AC, &ORE, &EpilogueOuterLoop); in tryToUnrollAndJamLoop() 433 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop() argument 445 simplifyLoop(L, &DT, &LI, &SE, &AC, nullptr, false /* PreserveLCSSA */); in tryToUnrollAndJamLoop() 455 tryToUnrollAndJamLoop(L, DT, &LI, SE, TTI, AC, DI, ORE, OptLevel); in tryToUnrollAndJamLoop() 483 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local 487 return tryToUnrollAndJamLoop(F, DT, LI, SE, TTI, AC, DI, ORE, OptLevel); in runOnFunction() 528 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 534 if (!tryToUnrollAndJamLoop(F, DT, LI, SE, TTI, AC, DI, ORE, OptLevel)) in run()
|
D | InstSimplifyPass.cpp | 105 AssumptionCache *AC = in runOnFunction() local 110 const SimplifyQuery SQ(DL, TLI, DT, AC); in runOnFunction() 135 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 138 const SimplifyQuery SQ(DL, &TLI, &DT, &AC); in run()
|
D | LoopInstSimplify.cpp | 52 AssumptionCache &AC, const TargetLibraryInfo &TLI, in simplifyLoopInst() argument 55 SimplifyQuery SQ(DL, &TLI, &DT, &AC); in simplifyLoopInst() 192 AssumptionCache &AC = in runOnLoop() local 205 return simplifyLoopInst(*L, DT, LI, AC, TLI, in runOnLoop() 233 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI, in run()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | bottom_navigation_bar_test.dart | 26 title: Text('AC'), 54 title: Text('AC'), 68 expect(find.text('AC'), findsOneWidget); 88 title: Text('AC'), 102 …final TextStyle selectedFontStyle = tester.renderObject<RenderParagraph>(find.text('AC')).text.sty… 140 title: Text('AC'), 152 …final TextStyle selectedFontStyle = tester.renderObject<RenderParagraph>(find.text('AC')).text.sty… 181 title: Text('AC'), 193 …final TextStyle selectedFontStyle = tester.renderObject<RenderParagraph>(find.text('AC')).text.sty… 215 title: Text('AC'), [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 83 AssumptionCache *AC, OptimizationRemarkEmitter *ORE, 91 AssumptionCache *AC, bool PreserveLCSSA, 101 DominatorTree *DT, AssumptionCache *AC, bool PreserveLCSSA); 106 DominatorTree *DT, AssumptionCache *AC, 126 AssumptionCache *AC);
|
D | CodeExtractor.h | 93 AssumptionCache *AC; variable 122 AssumptionCache *AC = nullptr, 133 AssumptionCache *AC = nullptr, 145 static bool verifyAssumptionCache(const Function& F, AssumptionCache *AC);
|
/third_party/rust/crates/regex/src/literal/ |
D | imp.rs | 29 AC { ac: AhoCorasick<u32>, lits: Vec<Literal> }, enumerator 85 AC { ref ac, .. } => { in find() 126 Matcher::AC { ref lits, .. } => LiteralIter::AC(lits), in iter() 153 AC { ref ac, .. } => ac.pattern_count(), in len() 165 AC { ref ac, .. } => ac.heap_bytes(), in approximate_size() 217 Matcher::AC { ac, lits: pats } in new() 226 AC(&'a [Literal]), enumerator 254 LiteralIter::AC(ref mut lits) => { in next()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
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 …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | NormalizationTest-3.2.0.txt | 68 …AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 … 398 03AC;03AC;03B1 0301;03AC;03B1 0301; 901 1F71;03AC;03B1 0301;03AC;03B1 0301; 1226 22AC;22AC;22A2 0338;22AC;22A2 0338; 1316 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029; 1479 2F5D;2F5D;2F5D;72AC;72AC; 1572 2FBA;2FBA;2FBA;99AC;99AC; 1635 30AC;30AC;30AB 3099;30AC;30AB 3099; 1671 3135;3135;3135;11AC;11AC; 1927 32AC;32AC;32AC;76E3;76E3; [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
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 …]
|
/third_party/toybox/tests/files/bc/ |
D | print_results.txt | 2832 AC 2833 .1AC 2834 1.1AC 2835 AC.1AC 3259 .AC 3260 1.AC 3261 58.AC 3455 .1AC 3456 1.1AC 3457 91.1AC [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationTest.txt | 65 …AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 … 397 03AC;03AC;03B1 0301;03AC;03B1 0301; 1011 1F71;03AC;03B1 0301;03AC;03B1 0301; 1355 22AC;22AC;22A2 0338;22AC;22A2 0338; 1445 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029; 1611 2F5D;2F5D;2F5D;72AC;72AC; 1704 2FBA;2FBA;2FBA;99AC;99AC; 1767 30AC;30AC;30AB 3099;30AC;30AB 3099; 1803 3135;3135;3135;11AC;11AC; 2069 32AC;32AC;32AC;76E3;76E3; [all …]
|