Home
last modified time | relevance | path

Searched refs:Taken (Results 1 – 25 of 50) sorted by relevance

12

/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto78 // 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/
Dtest_-b_-f.output34 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
Dtest_-b.output4 Taken at least once:86.67% of 15
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp411 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()
DScalarEvolution.cpp5611 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/
DBranchProbabilityInfo.cpp241 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/
DSISchedule.td62 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/
DRWMutex.inc29 // Taken from WinNT.h
34 // Taken from WinBase.h
/external/llvm/lib/Support/Windows/
DRWMutex.inc29 // Taken from WinNT.h
34 // Taken from WinBase.h
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h679 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/
Dlit.cfg2 # Taken from utils/lit/tests in the LLVM tree and hacked together to support
/external/protobuf/objectivec/
DGPBRootObject.m48 // Taken from http://www.burtleburtle.net/bob/hash/doobs.html
/external/regex-re2/lib/codereview/
Dcodereview.py822 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/
DHexagonInstrInfoV4.td4048 // tnt: Taken/Not Taken
4095 // tnt: Taken/Not Taken
4149 // tnt: Taken/Not Taken
4203 // tnt: Taken/Not Taken
DHexagonInstrInfo.td1438 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/
DLoopStrengthReduce.cpp3188 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/
DLoopStrengthReduce.cpp4127 SmallPtrSet<const SCEV *, 4> Taken; in NarrowSearchSpaceByPickingWinnerRegs() local
4138 if (Taken.count(Reg)) in NarrowSearchSpaceByPickingWinnerRegs()
4153 Taken.insert(Best); in NarrowSearchSpaceByPickingWinnerRegs()
/external/bison/tests/
Dregression.at370 # Taken from the documentation.
/external/llvm/test/CodeGen/X86/
Dnontemporal-2.ll1215 ; FIXME: For AVX, we could lower this to 2x movntps %xmm. Taken further, we
/external/iputils/
DRELNOTES429 Taken into account, but no changes made.
/external/python/cpython2/Doc/tutorial/
Dclasses.rst605 without affecting the precedence order of its parents). Taken together, these
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst630 … garbage detected by the garbage collector. Taken together, all :c:member:`~PyTypeObject.tp_clear`
/external/elfutils/libdw/
DChangeLog844 (getlocations_addr): New function. Taken from...
/external/libexif/po/
Den_GB.po5116 msgid "Total Number of Pictures Taken"
5117 msgstr "Total Number of Pictures Taken"
Den_AU.po5116 msgid "Total Number of Pictures Taken"
5117 msgstr "Total Number of Pictures Taken"

12