HomeSort by relevance Sort by last modified time
    Searched defs:NoResult (Results 1 - 3 of 3) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveTaskTest.java 192 static final Integer NoResult = Integer.valueOf(-17);
256 return NoResult;
258 assertSame(NoResult, testInvokeOnPool(mainPool(), a));
340 return NoResult;
342 assertSame(NoResult, testInvokeOnPool(mainPool(), a));
358 return NoResult;
360 assertSame(NoResult, testInvokeOnPool(mainPool(), a));
373 return NoResult;
375 assertSame(NoResult, testInvokeOnPool(mainPool(), a));
392 return NoResult;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 64 const Id NoResult = 0;
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 64 const Id NoResult = 0;
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }

Completed in 133 milliseconds