HomeSort by relevance Sort by last modified time
    Searched refs:getCondition (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/autotest/frontend/client/src/autotest/tko/
TestSet.java 18 public JSONObject getCondition() {
TestContextMenu.java 32 final JSONObject condition = tests.getCondition();
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Dependency.java 69 public Expr getCondition() {
Expr.java 238 if (dependency.getCondition() == null) {
455 if (dependency.isConditional() && dependency.getCondition() == justRead) {
555 if (dependency.getCondition() != null) {
588 if (dependency.getCondition() != null) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
FiniteTicketPool.java 66 public Condition getCondition() {
106 nextWaiter.getCondition().signal();
130 thisWaiter.getCondition().await();
196 waiter.getCondition().signal();
  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 45 CallInst *CI = dyn_cast<CallInst>(SI.getCondition());
89 ICmpInst *CmpI = dyn_cast<ICmpInst>(BI.getCondition());
91 CI = dyn_cast<CallInst>(BI.getCondition());
SCCP.cpp 535 LatticeVal BCValue = getValueState(BI->getCondition());
561 LatticeVal SCValue = getValueState(SI->getCondition());
604 LatticeVal BCValue = getValueState(BI->getCondition());
624 LatticeVal SCValue = getValueState(SI->getCondition());
826 LatticeVal CondValue = getValueState(I.getCondition());
    [all...]
LoopUnswitch.cpp 544 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(),
553 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
588 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
    [all...]
CorrelatedValuePropagation.cpp 122 Value *Condition = SI->getCondition();
229 Value *Cond = SI->getCondition();
284 Cond = SI->getCondition();
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 135 BCValue = getOrInitValueState(BI->getCondition());
137 BCValue = getLatticeState(BI->getCondition());
150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
177 SCValue = getOrInitValueState(SI.getCondition());
179 SCValue = getLatticeState(SI.getCondition());
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
BranchProbabilityInfo.cpp 304 Value *Cond = BI->getCondition();
395 Value *Cond = BI->getCondition();
477 Value *Cond = BI->getCondition();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 94 public final Condition getCondition() {
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 165 Value *PC = PBI->getCondition();
243 CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition());
272 Value *PC = PBI->getCondition();
281 Value *CC = PBI->getCondition();
438 Value *CC = PBI->getCondition();
SimplifyCFG.cpp 197 // 3> SI2->getCondition() and Cond have same operands.
198 CmpInst *Ci2 = dyn_cast<CmpInst>(SI2->getCondition());
535 Cond = dyn_cast<Instruction>(SI->getCondition());
538 Cond = dyn_cast<Instruction>(BI->getCondition());
556 CV = SI->getCondition();
558 if (BI->isConditional() && BI->getCondition()->hasOneUse())
559 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) {
590 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 132 Type *CondTy = SI.getCondition()->getType();
141 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
181 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
229 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
264 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
301 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
621 const PHINode *CondPHI = cast<PHINode>(SI.getCondition());
699 SI->getCondition(), SI->getFalseValue(), SI->getTrueValue());
758 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
827 Value *CondVal = SI.getCondition();
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 39 if (A->getCondition() == SB->getCondition())
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
AirplaneModeCondition.java 89 ConditionManager.get(context).getCondition(AirplaneModeCondition.class)
CellularDataCondition.java 96 ConditionManager.get(context).getCondition(CellularDataCondition.class)
ConditionManager.java 151 if (getCondition(clz, conditions) == null) {
182 public <T extends Condition> T getCondition(Class<T> clz) {
183 return getCondition(clz, mConditions);
186 private <T extends Condition> T getCondition(Class<T> clz, List<Condition> conditions) {
DndCondition.java 143 ConditionManager.get(context).getCondition(DndCondition.class);
HotspotCondition.java 125 ConditionManager.get(context).getCondition(HotspotCondition.class)
  /packages/apps/Settings/src/com/android/settings/datausage/
RestrictBackgroundDataPreference.java 50 ConditionManager.get(getContext()).getCondition(BackgroundDataCondition.class)
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 136 if (iter->getCondition() != Cond::COND_NEVER && iter->getCondition() != Cond::COND_ALWAYS)
137 conditions.insert(iter->getCondition().getName());
179 if (iter->getCondition() == Cond::COND_NEVER)
195 else if (iter->getCondition() == Cond::COND_ALWAYS)
208 "\tif (u_" << iter->getCondition().getName() << (iter->getCondition().getNegate() ? " != " : " == ") << "0.0)\n"
582 const bool isActive = attrib.getCondition() != Cond::COND_NEVER;
616 << (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", expected " + de::toString(expectedLocation) : "")
619 if (attrib.getCondition() == Cond::COND_NEVER && location != -1
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 197 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term);
287 Value *Cond = Term->getCondition();
346 PHINode *Phi = dyn_cast<PHINode>(Term->getCondition());
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 297 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
309 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 9