HomeSort by relevance Sort by last modified time
    Searched refs:BRK (Results 1 - 25 of 35) sorted by null

1 2

  /external/markdown/markdown/
inlinepatterns.py 59 BRK = ( r'\[('
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]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 36 "BRK",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 36 "BRK",
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 120 OP00(BRK)
  /external/v8/src/arm64/
instructions-arm64.h 200 bool IsBrk() const { return Mask(ExceptionMask) == BRK; }
203 // Unresolved internal references are encoded as two consecutive brk
327 // Unresolved references are encoded as two consecutive brk instructions.
disasm-arm64.cc     [all...]
constants-arm64.h 677 BRK = ExceptionFixed | 0x00200000,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 161 %token BF BH BNC BNH BNZ BR BRK BRK1 BT BTCLR BZ
349 | BRK
1270 OPC(BRK),
    [all...]
rx-parse.y 150 %token BCLR BCND BMCND BNOT BRA BRK BSET BSR BTST
179 | BRK
1011 OPC(BRK),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 60 BRK = chr(243) # Break
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_telnetlib.py 313 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /external/python/cpython2/Lib/
telnetlib.py 61 BRK = chr(243) # Break
  /external/python/cpython2/Lib/test/
test_telnetlib.py 335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 61 BRK = chr(243) # Break
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_telnetlib.py 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 61 BRK = chr(243) # Break
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_telnetlib.py 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 61 BRK = chr(243) # Break
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 61 BRK = chr(243) # Break
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /external/vixl/src/aarch64/
debugger-aarch64.cc 697 case BRK:
774 VIXL_ASSERT(instr->Mask(ExceptionMask) == BRK);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 171 case 0x0C: return MBlaze::BRK;
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 76 #define BRK 0xd4200000
    [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py 95 BRK = to_bytes([243]) # Break
    [all...]

Completed in 1858 milliseconds

1 2