Home
last modified time | relevance | path

Searched refs:TAP (Results 1 – 25 of 51) sorted by relevance

123

/external/autotest/client/deps/lansim/
Dcontrol6 lansim is a LAN simulator that runs over a TAP network interface and
9 A TAP interface is a virtual network kernel device that acts as any
31 The Simulator class requires a TAP network interface and allows other
32 Python classes to subscribe to its traffic. The TAP interface needs to
40 This will create a TAP interface with a name like "faketap0". You can
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp135 std::unique_ptr<MCTargetAsmParser> TAP(TM.getTarget().createMCAsmParser( in EmitInlineAsm() local
137 if (!TAP) in EmitInlineAsm()
141 Parser->setTargetParser(*TAP.get()); in EmitInlineAsm()
144 TAP->SetFrameRegister(TRI->getFrameRegister(*MF)); in EmitInlineAsm()
151 emitInlineAsmEnd(STI, &TAP->getSTI()); in EmitInlineAsm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DModuleSymbolTable.cpp113 std::unique_ptr<MCTargetAsmParser> TAP( in initializeRecordStreamer() local
115 if (!TAP) in initializeRecordStreamer()
118 Parser->setTargetParser(*TAP); in initializeRecordStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp143 std::unique_ptr<MCTargetAsmParser> TAP(TM.getTarget().createMCAsmParser( in EmitInlineAsm() local
145 if (!TAP) in EmitInlineAsm()
149 Parser->setTargetParser(*TAP.get()); in EmitInlineAsm()
156 TAP->SetFrameRegister(TRI->getFrameRegister(*MF)); in EmitInlineAsm()
163 emitInlineAsmEnd(STI, &TAP->getSTI()); in EmitInlineAsm()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp114 std::unique_ptr<MCTargetAsmParser> TAP( in AssembleInput() local
117 if (!TAP) { in AssembleInput()
124 Parser->setTargetParser(*TAP); in AssembleInput()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp125 TAP(TM.getTarget().createMCAsmParser(*STI, *Parser)); in EmitInlineAsm() local
126 if (!TAP) in EmitInlineAsm()
129 Parser->setTargetParser(*TAP.get()); in EmitInlineAsm()
/external/llvm/lib/Object/
DIRObjectFile.cpp90 std::unique_ptr<MCTargetAsmParser> TAP( in CollectAsmUndefinedRefs() local
92 if (!TAP) in CollectAsmUndefinedRefs()
95 Parser->setTargetParser(*TAP); in CollectAsmUndefinedRefs()
/external/catch2/docs/
Dci-and-misc.md15 …ation with some is always a possibility (currently we also offer TeamCity, TAP and Automake report…
63 ### TAP (Test Anything Protocol) Reporter
66 …tch's test suites and ability to run specific tests, our implementation of TAP reporter writes out…
Dlist-of-examples.md39 - Report: [TAP reporter](../examples/206-Rpt-TapReporter.cpp)
Dreporters.md30 * `tap` writes in the TAP ([Test Anything Protocol](https://en.wikipedia.org/wiki/Test_Anything_Pro…
Drelease-process.md46 TAP, TeamCity) should also be attached as binaries, as they might be
/external/googletest/
DREADME.md83 [GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event
85 [TAP protocol](https://en.wikipedia.org/wiki/Test_Anything_Protocol) for test
86 result output. If your test runner understands TAP, you may find it useful.
/external/clang/tools/driver/
Dcc1as_main.cpp416 std::unique_ptr<MCTargetAsmParser> TAP( in ExecuteAssembler() local
418 if (!TAP) in ExecuteAssembler()
422 Parser->setTargetParser(*TAP.get()); in ExecuteAssembler()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp430 OwningPtr<MCTargetAsmParser> TAP(TheTarget->createMCAsmParser(*STI, *Parser)); in AssembleInput() local
431 if (!TAP) { in AssembleInput()
438 Parser->setTargetParser(*TAP.get()); in AssembleInput()
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt48 TAP output. The tdc.py script will do that for the test suite as
59 the TAP output for the extra test cases.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp282 std::unique_ptr<MCTargetAsmParser> TAP( in AssembleInput() local
285 if (!TAP) { in AssembleInput()
295 Parser->setTargetParser(*TAP); in AssembleInput()
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS21 …Run the command under test with valgrind, and produce an extra set of TAP results for the memory t…
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Dllvm-mca.cpp242 std::unique_ptr<MCTargetAsmParser> TAP( in AssembleInput() local
245 if (!TAP) { in AssembleInput()
250 Parser.setTargetParser(*TAP); in AssembleInput()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp354 std::unique_ptr<MCTargetAsmParser> TAP( in AssembleInput() local
357 if (!TAP) { in AssembleInput()
367 Parser->setTargetParser(*TAP); in AssembleInput()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1497 NodeAddr<T> TAP; in linkRefUp() local
1519 if (TAP.Id == 0) { in linkRefUp()
1520 TAP = TA; in linkRefUp()
1523 TAP.Addr->setFlags(TAP.Addr->getFlags() | NodeAttrs::Shadow); in linkRefUp()
1524 TAP = getNextShadow(IA, TAP, true); in linkRefUp()
1528 TAP.Addr->linkToDef(TAP.Id, RDA); in linkRefUp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1590 NodeAddr<T> TAP; in linkRefUp() local
1612 if (TAP.Id == 0) { in linkRefUp()
1613 TAP = TA; in linkRefUp()
1616 TAP.Addr->setFlags(TAP.Addr->getFlags() | NodeAttrs::Shadow); in linkRefUp()
1617 TAP = getNextShadow(IA, TAP, true); in linkRefUp()
1621 TAP.Addr->linkToDef(TAP.Id, RDA); in linkRefUp()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp633 TAP(_target->getTarget().createMCAsmParser(*STI, *Parser.get())); in addAsmGlobalSymbols() local
634 if (!TAP) { in addAsmGlobalSymbols()
640 Parser->setTargetParser(*TAP); in addAsmGlobalSymbols()
/external/linux-kselftest/tools/testing/selftests/tc-testing/
DREADME64 TAP (Test Anything Protocol) format when they are done. If tests fail,
66 the failed test in the TAP output.
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt76 in the test cases. tdc will output a series of TAP results for the skipped
/external/syzkaller/docs/linux/
Dexternal_fuzzing_network.md5 This is achieved by using the [TUN/TAP](https://www.kernel.org/doc/Documentation/networking/tuntap.…

123