/external/cros/system_api/dbus/authpolicy/ |
D | active_directory_info.proto | 78 // Unique id of the user account. Taken from the objectGUID property of the 81 // Display name of the user. Taken from the displayName property of the Active 84 // Given name of the user. AKA first name. Taken from the givenName property 87 // Logon name of the user (without @realm). Taken from the sAMAccountName 91 // https://msdn.microsoft.com/en-us/library/ms679430(v=vs.85).aspx. Taken from 96 // https://msdn.microsoft.com/en-us/library/ms680832(v=vs.85).aspx. Taken from 100 // Common name of the user, e.g. "John Doe [jdoe]". Taken from the commonName
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
D | test_-b_-f.output | 34 Taken at least once:100.00% of 4 40 Taken at least once:81.82% of 11 56 Taken at least once:86.67% of 15
|
D | test_-b.output | 4 Taken at least once:86.67% of 15
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 411 BlockMass Taken = D.takeMass(W.Amount); in distributeMass() local 413 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass() 414 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, nullptr)); in distributeMass() 423 OuterLoop->BackedgeMass[OuterLoop->getHeaderIndex(W.TargetNode)] += Taken; in distributeMass() 424 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, "back")); in distributeMass() 430 OuterLoop->Exits.push_back(std::make_pair(W.TargetNode, Taken)); in distributeMass() 431 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, "exit")); in distributeMass() 790 BlockMass Taken = D.takeMass(W.Amount); in adjustLoopHeaderMass() local 792 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass() 793 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, nullptr)); in adjustLoopHeaderMass()
|
D | ScalarEvolution.cpp | 5611 ExitNotTaken.ExactNotTaken = ExitCounts[0].Taken; in BackedgeTakenInfo() 5648 Exits.emplace_back(ExitCounts[i].ExitBlock, ExitCounts[i].Taken, Ptr); in BackedgeTakenInfo()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 241 BasicBlock *Taken = BI->getSuccessor(0); in calcPointerHeuristics() local 250 std::swap(Taken, NonTaken); in calcPointerHeuristics() 252 BP->setEdgeWeight(BB, Taken, PH_TAKEN_WEIGHT); in calcPointerHeuristics() 372 BasicBlock *Taken = BI->getSuccessor(0); in calcZeroHeuristics() local 376 std::swap(Taken, NonTaken); in calcZeroHeuristics() 378 BP->setEdgeWeight(BB, Taken, ZH_TAKEN_WEIGHT); in calcZeroHeuristics()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SISchedule.td | 62 let BufferSize = 7; // Taken from S_WAITCNT 65 let BufferSize = 31; // Taken from S_WAITCNT 71 let BufferSize = 15; // Taken from S_WAITCNT
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | RWMutex.inc | 29 // Taken from WinNT.h 34 // Taken from WinBase.h
|
/external/llvm/lib/Support/Windows/ |
D | RWMutex.inc | 29 // Taken from WinNT.h 34 // Taken from WinBase.h
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 679 EdgeInfo(BasicBlock *Block, const SCEV *Taken, SCEVUnionPredicate &P) : 680 ExitBlock(Block), Taken(Taken), Pred(std::move(P)) {} 686 const SCEV *Taken;
|
/external/swiftshader/third_party/subzero/tests_lit/ |
D | lit.cfg | 2 # Taken from utils/lit/tests in the LLVM tree and hacked together to support
|
/external/protobuf/objectivec/ |
D | GPBRootObject.m | 48 // Taken from http://www.burtleburtle.net/bob/hash/doobs.html
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 822 cl.files = ChangedFiles(ui, repo, pats, taken=Taken(ui, repo)) 876 def Taken(ui, repo): function 886 return ChangedFiles(ui, repo, pats, taken=Taken(ui, repo)) 1315 files = ChangedFiles(ui, repo, pats, taken=Taken(ui, repo)) 1745 taken = Taken(ui, repo)
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 4048 // tnt: Taken/Not Taken 4095 // tnt: Taken/Not Taken 4149 // tnt: Taken/Not Taken 4203 // tnt: Taken/Not Taken
|
D | HexagonInstrInfo.td | 1438 class JumpOpcStr<string Mnemonic, bit New, bit Taken> { 1439 string S = Mnemonic # !if(Taken, ":t", ":nt"); 4714 // Taken from X86InstrInfo.td.
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3188 SmallPtrSet<const SCEV *, 4> Taken; in NarrowSearchSpaceByPickingWinnerRegs() local 3201 if (Taken.count(Reg)) in NarrowSearchSpaceByPickingWinnerRegs() 3216 Taken.insert(Best); in NarrowSearchSpaceByPickingWinnerRegs()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4127 SmallPtrSet<const SCEV *, 4> Taken; in NarrowSearchSpaceByPickingWinnerRegs() local 4138 if (Taken.count(Reg)) in NarrowSearchSpaceByPickingWinnerRegs() 4153 Taken.insert(Best); in NarrowSearchSpaceByPickingWinnerRegs()
|
/external/bison/tests/ |
D | regression.at | 370 # Taken from the documentation.
|
/external/llvm/test/CodeGen/X86/ |
D | nontemporal-2.ll | 1215 ; FIXME: For AVX, we could lower this to 2x movntps %xmm. Taken further, we
|
/external/iputils/ |
D | RELNOTES | 429 Taken into account, but no changes made.
|
/external/python/cpython2/Doc/tutorial/ |
D | classes.rst | 605 without affecting the precedence order of its parents). Taken together, these
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 630 … garbage detected by the garbage collector. Taken together, all :c:member:`~PyTypeObject.tp_clear`
|
/external/elfutils/libdw/ |
D | ChangeLog | 844 (getlocations_addr): New function. Taken from...
|
/external/libexif/po/ |
D | en_GB.po | 5116 msgid "Total Number of Pictures Taken" 5117 msgstr "Total Number of Pictures Taken"
|
D | en_AU.po | 5116 msgid "Total Number of Pictures Taken" 5117 msgstr "Total Number of Pictures Taken"
|