/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
re.py | 292 from sre_constants import BRANCH, SUBPATTERN 303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
|
sre_compile.py | 136 elif op is BRANCH: 147 emit(0) # end of branch 397 elif op is BRANCH: 410 elif op is BRANCH:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
re.py | 292 from sre_constants import BRANCH, SUBPATTERN 303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
|
sre_compile.py | 136 elif op is BRANCH: 147 emit(0) # end of branch 397 elif op is BRANCH: 410 elif op is BRANCH:
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
Limit.java | 43 entities.put(CounterEntity.BRANCH, "branches");
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 92 case AMDGPU::BRANCH:
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 98 if (name.equals(Via.BRANCH)) { 101 throw new ParseException("null branch Id", lexer.getPtr()); 232 * via[] = { "Via: SIP/2.0/UDP 135.180.130.133;branch=-12345\n", "Via: 233 * SIP/2.0/UDP 166.34.120.100;branch=0000045d-00000001"+ ",SIP/2.0/UDP 237 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via: 239 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via: 244 * "Via: SIP/2.0/UDP ss2.wcom.com:5060;branch=721e418c4.1"+ ", SIP/2.0/UDP 245 * ss1.wcom.com:5060;branch=2d4790.1"+ " , SIP/2.0/UDP here.com:5060( Hello 247 * ss1.wcom.com:5060;branch=2d4790.1\n", "Via: SIP/2.0/UDP 248 * first.example.com:4000;ttl=16"+ ";maddr=224.2.0.1 ;branch=a7c6a8dlze. [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-sh.c | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
mips-formats.h | 139 #define BRANCH(SIZE, LSB, SHIFT) \
|
mips16-opc.c | 101 case 'p': BRANCH (16, 0, 1); 102 case 'q': BRANCH (16, 0, 1); 130 case 'p': BRANCH (8, 0, 1); 131 case 'q': BRANCH (11, 0, 1); 290 so that we easily find them when converting a normal branch to a
|
d10v-opc.c | 191 { "bra.s", SHORT_B, 3, MU, ALONE|BRANCH|PAR, 0x4800, 0x7f00, { ANUM8 } }, 192 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } }, 194 { "brf0f.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4a00, 0x7f00, { ANUM8 } }, 197 { "brf0t.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4b00, 0x7f00, { ANUM8 } }, 229 { "jmp", SHORT_2, 3, MU, ALONE|BRANCH|PAR, 0x4c00, 0x7fe1, { RSRC } },
|
nds32-asm.h | 164 #define ATTR_PCREL (ATTR (PCREL) | ATTR (BRANCH))
|
nds32-asm.c | 292 {"jr", "%rb", JREG (JR), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 293 {"jral", "%rt,%rb", JREG (JRAL), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 294 {"jrnez", "%rb", JREG (JRNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 295 {"jralnez", "%rt,%rb", JREG (JRALNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 296 {"ret", "%rb", JREG (JR) | JREG_RET, 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 297 {"ifret", "", JREG (JR) | JREG_IFC | JREG_RET, 4, ATTR (BRANCH) | ATTR (IFC_EXT), 0, NULL, 0, NULL}, 298 {"jral", "%rb", JREG (JRAL) | RT (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 299 {"jralnez", "%rb", JREG (JRALNEZ) | RT (30), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 300 {"ret", "", JREG (JR) | JREG_RET | RB (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 301 {"jr", "%dtitoff %rb", JREG (JR), 4, ATTR (BRANCH) | ATTR_V3MEX_V1, 0, NULL, 0, NULL} [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sre_compile.py | 136 elif op is BRANCH: 147 emit(0) # end of branch 397 elif op is BRANCH: 410 elif op is BRANCH:
|
sre_parse.py | 107 elif op == "branch": 149 if op is BRANCH: 337 # move it out of the branch 344 # check if the branch can be replaced by a character set 350 # branch (the compiler may optimize this even more) 358 subpattern.append((BRANCH, (None, items)))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sre_compile.py | 136 elif op is BRANCH: 147 emit(0) # end of branch 397 elif op is BRANCH: 410 elif op is BRANCH:
|
sre_parse.py | 107 elif op == "branch": 149 if op is BRANCH: 337 # move it out of the branch 344 # check if the branch can be replaced by a character set 350 # branch (the compiler may optimize this even more) 358 subpattern.append((BRANCH, (None, items)))
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
obj9.go | 263 p.Mark |= BRANCH 491 p.Mark |= BRANCH 507 q.Mark |= BRANCH 570 q1.Mark |= BRANCH 616 if(p->mark & (BRANCH|SYNC)) {
|
a.out.go | 182 BRANCH = 1 << 3
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 260 p.Mark |= BRANCH 488 p.Mark |= BRANCH 504 q.Mark |= BRANCH 567 q1.Mark |= BRANCH 613 if(p->mark & (BRANCH|SYNC)) {
|
a.out.go | 179 BRANCH = 1 << 3
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
obj9.go | 263 p.Mark |= BRANCH 491 p.Mark |= BRANCH 507 q.Mark |= BRANCH 570 q1.Mark |= BRANCH 616 if(p->mark & (BRANCH|SYNC)) {
|
a.out.go | 182 BRANCH = 1 << 3
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 260 p.Mark |= BRANCH 488 p.Mark |= BRANCH 504 q.Mark |= BRANCH 567 q1.Mark |= BRANCH 613 if(p->mark & (BRANCH|SYNC)) {
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
h8300.h | [all...] |