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

12

/external/mockito/src/org/mockito/internal/stubbing/answers/
H A DAnswersValidator.java58 if (!methodInfo.isVoid()) {
64 if (methodInfo.isVoid()) {
H A DMethodInfo.java43 public boolean isVoid() { method in class:MethodInfo
/external/deqp/scripts/egl/
H A Dcall_log_wrapper.py98 isVoid = command.type == 'void'
99 if isVoid:
114 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/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/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.cpp127 case MVT::isVoid: return "isVoid";
185 case MVT::isVoid: return Type::getVoidTy(Context);
253 return MVT::isVoid;
/external/deqp/scripts/opengl/
H A Dgen_call_log_wrapper.py409 isVoid = command.type == 'void'
410 if isVoid:
437 if not isVoid:
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp72 case MVT::isVoid: return "MVT::isVoid";
512 if (VT == MVT::isVoid)
548 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/)
H A DCodeGenDAGPatterns.h87 bool isVoid() const {
88 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid;
H A DIntrinsicEmitter.cpp290 // MVT::isVoid is used to represent varargs here.
291 case MVT::isVoid: return Sig.push_back(IIT_VARARG);
397 Int.IS.RetVTs[0] == MVT::isVoid)
H A DFastISelEmitter.cpp514 MVT::SimpleValueType RetVT = MVT::isVoid;
/external/javassist/src/main/javassist/compiler/
H A DJavac.java206 boolean isVoid = rtype == CtClass.voidType;
222 gen.atMethodBody(s, callSuper, isVoid);
H A DCodeGen.java281 public void atMethodBody(Stmnt s, boolean isCons, boolean isVoid) argument
293 if (isVoid) {
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp179 bool isVoid() const { return Void; } function in class:__anon2837::Type
573 if (isVoid())
1223 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1292 if (!getReturnType().isVoid() && !SRet)
1363 if (!SRet && !RetVar.getType().isVoid())
1375 if (!RetVar.getType().isVoid()) {
1397 if (!RetVar.getType().isVoid())
1407 if (RetVar.getType().isVoid())
1534 assert_with_loc(!castToType.isVoid(), "Unknown typedef");
1708 assert_with_loc(!A.first.isVoid(),
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h116 isVoid = 56, // This has no value enumerator in enum:llvm::MVT::SimpleValueType
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2035 if (RetVT != MVT::isVoid) {
2196 RetVT = MVT::isVoid;
2201 if (RetVT != MVT::isVoid && RetVT != MVT::i32) {
2305 RetVT = MVT::isVoid;
2311 if (RetVT != MVT::isVoid && RetVT != MVT::i1 && RetVT != MVT::i8 &&
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1369 if (RetVT != MVT::isVoid) {
1447 RetVT = MVT::isVoid;
1456 if (RetVT != MVT::isVoid && RetVT != MVT::i8 && RetVT != MVT::i16 &&
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1079 if (RetVT != MVT::isVoid) {
1123 RetVT = MVT::isVoid;
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 1407 milliseconds

12