Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp38 TEST(InstructionTest, CreateTrivial) { in TEST() argument
50 TEST(InstructionTest, CreateWithOpcodeAndNoOperands) { in TEST() argument
131 TEST(InstructionTest, CreateWithOpcodeAndOperands) { in TEST() argument
142 TEST(InstructionTest, GetOperand) { in TEST() argument
150 TEST(InstructionTest, GetInOperand) { in TEST() argument
157 TEST(InstructionTest, OperandConstIterators) { in TEST() argument
184 TEST(InstructionTest, OperandIterators) { in TEST() argument
215 TEST(InstructionTest, ForInIdStandardIdTypes) { in TEST() argument
228 TEST(InstructionTest, ForInIdNonstandardIdTypes) { in TEST() argument
241 TEST(InstructionTest, UniqueIds) { in TEST() argument
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinstruction_test.cpp38 TEST(InstructionTest, CreateTrivial) { in TEST() argument
50 TEST(InstructionTest, CreateWithOpcodeAndNoOperands) { in TEST() argument
131 TEST(InstructionTest, CreateWithOpcodeAndOperands) { in TEST() argument
142 TEST(InstructionTest, GetOperand) { in TEST() argument
150 TEST(InstructionTest, GetInOperand) { in TEST() argument
157 TEST(InstructionTest, OperandConstIterators) { in TEST() argument
184 TEST(InstructionTest, OperandIterators) { in TEST() argument
215 TEST(InstructionTest, ForInIdStandardIdTypes) { in TEST() argument
228 TEST(InstructionTest, ForInIdNonstandardIdTypes) { in TEST() argument
241 TEST(InstructionTest, UniqueIds) { in TEST() argument
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DInstructionTest.java25 public class InstructionTest { class
/external/smali/smali/src/test/java/org/jf/smali/
DLexerTest.java110 public void InstructionTest() { in InstructionTest() method in LexerTest