Searched refs:isVoid (Results 1 - 25 of 53) sorted by relevance

123

/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
H A DDoesNothing.java34 if (!new InvocationInfo(invocation).isVoid()) {
H A DInvocationInfo.java45 public boolean isVoid() { method in class:InvocationInfo
H A DReturns.java32 if (invocationInfo.isVoid()) {
/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
H A DInvocationInfoTest.java52 assertThat(new InvocationInfo(new InvocationBuilder().method("voidMethod").toInvocation()).isVoid()).isTrue();
53 assertThat(new InvocationInfo(new InvocationBuilder().method("integerReturningMethod").toInvocation()).isVoid()).isFalse();
86 assertThat(voidMethod.isVoid()).isTrue();
95 assertThat(voidRetuningMethod.isVoid()).isTrue();
104 assertThat(stringReturningMethod.isVoid()).isFalse();
/external/deqp/scripts/egl/
H A Dcall_log_wrapper.py118 isVoid = command.type == 'void'
119 if isVoid:
134 if not isVoid:
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementAndAttributePolicies.java44 final boolean isVoid; field in class:ElementAndAttributePolicies
56 this.isVoid = HtmlTextEscapingMode.isVoidElement(elementName);
H A DElementAndAttributePolicyBasedSanitizerPolicy.java176 if (!policies.isVoid) {
H A DTagBalancingHtmlStreamEventReceiver.java95 if (!elInfo.isVoid) {
264 final boolean isVoid; field in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo
280 this.isVoid = contents == 0
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DType.java47 boolean isVoid() { method in class:Type
H A DAndroidTranslator.java360 methodBody = returnType.isVoid() ? "" : "return " + returnType.defaultReturnString() + ";";
366 methodBody += returnType.isVoid() ? "" : "return " + returnType.defaultReturnString() + ";";
372 boolean returnsVoid = returnType.isVoid();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValueTypes.cpp116 case MVT::isVoid: return "isVoid";
154 case MVT::isVoid: return Type::getVoidTy(Context);
200 return MVT::isVoid;
202 return MVT::isVoid;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DIntrinsicEmitter.cpp194 } else if (VT == MVT::isVoid) {
212 return EmitTypeForValueType(OS, MVT::isVoid);
267 } else if (VT == MVT::isVoid) {
271 // MVT::isVoid is used to mean varargs here.
372 if (VT == MVT::isVoid && j != 0 && j != je - 1)
400 if (VT == MVT::isVoid && j != 0 && j != je - 1)
445 getValueType(ParamTys[N - 1]->getValueAsDef("VT")) == MVT::isVoid) {
H A DCodeGenTarget.cpp68 case MVT::isVoid: return "MVT::isVoid";
431 if (VT == MVT::isVoid)
465 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/)
H A DCodeGenDAGPatterns.h86 bool isVoid() const {
87 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid;
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp83 if (valueRange.getType().isVoid())
119 if (valueRange.getType().isVoid())
288 if (valueRange.getType().isVoid() ||
338 if (valueRange.getType().isVoid() ||
388 if (valueRange.getType().isVoid() ||
402 if (valueRange.getType().isVoid())
470 if (valueRange.getType().isVoid() ||
697 if (valueRange.getType().isVoid())
752 if (valueRange.getType().isVoid() ||
H A DrsgExpression.cpp261 DE_ASSERT(!type.isVoid());
405 else if (type.isVoid())
459 else if (type.isVoid())
496 else if (type.isVoid())
677 if (valueRange.getType().isVoid())
763 if (valueRange.getType().isVoid())
820 if (m_valueRange.getType().isVoid())
887 if (!valueRange.getType().isVoid() &&
892 if (!valueRange.getType().isVoid() && state.getExpressionDepth() + getTypeConstructorDepth(valueRange.getType()) + 1 >= state.getShaderParameters().maxExpressionDepth)
895 if (valueRange.getType().isVoid()
[all...]
H A DrsgVariableType.hpp164 bool isVoid (void) const { return m_baseType == TYPE_VOID; } function in class:rsg::VariableType
/external/llvm/lib/IR/
H A DValueTypes.cpp141 case MVT::isVoid: return "isVoid";
209 case MVT::isVoid: return Type::getVoidTy(Context);
287 return MVT::isVoid;
/external/deqp/scripts/opengl/
H A Dgen_call_log_wrapper.py411 isVoid = command.type == 'void'
412 if isVoid:
439 if not isVoid:
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp72 case MVT::isVoid: return "MVT::isVoid";
524 if (VT == MVT::isVoid)
560 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/)
H A DIntrinsicEmitter.cpp233 // MVT::isVoid is used to represent varargs here.
234 case MVT::isVoid: return Sig.push_back(IIT_VARARG);
342 Int.IS.RetVTs[0] == MVT::isVoid)
H A DCodeGenDAGPatterns.h87 bool isVoid() const {
88 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid;
/external/javassist/src/main/javassist/compiler/
H A DJavac.java206 boolean isVoid = rtype == CtClass.voidType;
222 gen.atMethodBody(s, callSuper, isVoid);
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp184 bool isVoid() const { return Void; } function in class:__anon3371::Type
586 if (isVoid())
1243 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1312 if (!getReturnType().isVoid() && !SRet)
1383 if (!SRet && !RetVar.getType().isVoid())
1395 if (!RetVar.getType().isVoid()) {
1417 if (!RetVar.getType().isVoid())
1427 if (RetVar.getType().isVoid())
1553 assert_with_loc(!castToType.isVoid(), "Unknown typedef");
1725 assert_with_loc(!A.first.isVoid(),
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h84 isVoid = 35, // This has no value enumerator in enum:llvm::MVT::SimpleValueType

Completed in 9027 milliseconds

123