Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DCodePrinter.kt93 sb.append(value.operand.type.canonicalText).append(DOT_CLASS) in appendSourceExpression()
124 val operand = value.operand in appendSourceExpression() constant
125 if (type != null && operand is PsiAnnotationMemberValue) { in appendSourceExpression()
129 return appendSourceExpression(operand, sb, owner) in appendSourceExpression()
253 val operand = expression.operand in appendExpression() constant
254 return appendExpression(sb, operand) in appendExpression()
274 if (appendExpression(sb, expression.operand)) { in appendExpression()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h244 T* operand = dynamic_cast<T*>(op); in CastOperand() local
245 SLICER_CHECK(operand != nullptr); in CastOperand()
246 return operand; in CastOperand()
267 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable
268 SLICER_CHECK(operand != nullptr);
269 return operand;
/tools/dexter/slicer/
Dinstrumentation.cc265 for (auto operand : bytecode->operands) { in Visit() local
266 operand->Accept(this); in Visit()
272 for (auto operand : dbg_annotation->operands) { in Visit() local
273 operand->Accept(this); in Visit()
/tools/tradefederation/core/tests/res/testtype/
Dpython_output1.txt37 TypeError: unsupported operand type(s) for %: 'bytes' and 'tuple'