/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | SequentialExecutorTest.java | 127 class FakeOp implements Runnable { in testOrdering() class 130 FakeOp(int op) { in testOrdering() method in SequentialExecutorTest.FakeOp 140 e.execute(new FakeOp(0)); in testOrdering() 141 e.execute(new FakeOp(1)); in testOrdering() 142 e.execute(new FakeOp(2)); in testOrdering()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SequentialExecutorTest.java | 127 class FakeOp implements Runnable { in testOrdering() class 130 FakeOp(int op) { in testOrdering() method in SequentialExecutorTest.FakeOp 140 e.execute(new FakeOp(0)); in testOrdering() 141 e.execute(new FakeOp(1)); in testOrdering() 142 e.execute(new FakeOp(2)); in testOrdering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2208 SDValue FakeOp; in PostISelFolding() local 2253 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() 2254 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2260 if (FoldOperand(Node, i, Src, FakeOp, FakeOp, FakeOp, FakeOp, DAG)) in PostISelFolding() 2295 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2213 SDValue FakeOp; in PostISelFolding() local 2258 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() 2259 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2265 if (FoldOperand(Node, i, Src, FakeOp, FakeOp, FakeOp, FakeOp, DAG)) in PostISelFolding() 2300 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2309 SDValue FakeOp; in PostISelFolding() local 2354 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() 2355 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2361 if (FoldOperand(Node, i, Src, FakeOp, FakeOp, FakeOp, FakeOp, DAG)) in PostISelFolding() 2410 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu.py | 477 class FakeOp(object): class 512 fake_op = FakeOp()
|