/external/markdown/markdown/ |
D | inlinepatterns.py | 59 BRK = ( r'\[(' variable 76 LINK_RE = NOIMG + BRK + \ 80 IMAGE_LINK_RE = r'\!' + BRK + r'\s*\((<.*?>|([^\)]*))\)' 82 REFERENCE_RE = NOIMG + BRK+ r'\s*\[([^\]]*)\]' # [Google][3] 83 IMAGE_REFERENCE_RE = r'\!' + BRK + '\s*\[([^\]]*)\]' # ![alt text][2]
|
/external/u-boot/include/ |
D | i8042.h | 72 #define BRK 0x0100 /* make break flag for keyboard */ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | select-trap.mir | 27 ; CHECK: BRK 1
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 97 OP00(BRK)
|
D | tgsi_info_opcodes.h | 74 OPCODE(0, 0, NONE, BRK)
|
/external/u-boot/doc/device-tree-bindings/serial/ |
D | 8250.txt | 52 erratum A-004737 (relating to incorrect BRK handling).
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 120 OP00(BRK)
|
/external/libxkbcommon/xkbcommon/test/data/keycodes/ |
D | evdev | 97 // <BRK> = 419;
|
D | xfree86 | 101 <BRK> = 114;
|
/external/python/cpython3/Lib/test/ |
D | test_telnetlib.py | 309 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/external/v8/src/arm64/ |
D | instructions-arm64.h | 224 bool IsBrk() const { return Mask(ExceptionMask) == BRK; } in IsBrk()
|
D | constants-arm64.h | 759 BRK = ExceptionFixed | 0x00200000, enumerator
|
/external/python/cpython3/Lib/ |
D | telnetlib.py | 60 BRK = bytes([243]) # Break variable
|
/external/python/cpython2/Doc/library/ |
D | telnetlib.rst | 24 SE (Subnegotiation End), NOP (No Operation), DM (Data Mark), BRK (Break), IP
|
/external/python/cpython2/Lib/ |
D | telnetlib.py | 61 BRK = chr(243) # Break variable
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-misched-basic-A53.ll | 134 ; CHECK: BRK
|
/external/python/cpython3/Doc/library/ |
D | telnetlib.rst | 24 SE (Subnegotiation End), NOP (No Operation), DM (Data Mark), BRK (Break), IP
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-misched-basic-A53.ll | 134 ; CHECK: BRK
|
/external/python/cpython2/Lib/test/ |
D | test_telnetlib.py | 335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/ |
D | MBlazeDisassembler.cpp | 171 case 0x0C: return MBlaze::BRK; in decodeBR()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_64.c | 81 #define BRK 0xd4200000 macro 1091 return push_inst(compiler, BRK); in sljit_emit_op0()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | rfc2217.py | 95 BRK = to_bytes([243]) # Break variable
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1665 .. opcode:: BRK - Break 1704 ends when a BRK is hit, but just like in C falling through to other cases 1714 (optional BRK here) 1717 (optional BRK here) 1720 (optional BRK here)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 1496 BuildMI(MBB, I, I.getDebugLoc(), TII.get(AArch64::BRK)) in select()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 675 def BRK : BranchL<0x26, 0x0C, 0x000, "brk ">;
|