HomeSort by relevance Sort by last modified time
    Searched refs:BRANCH (Results 26 - 50 of 66) sorted by null

12 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
re.py 294 from sre_constants import BRANCH, SUBPATTERN
305 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
sre_compile.py 135 elif op is BRANCH:
146 emit(0) # end of branch
396 elif op is BRANCH:
409 elif op is BRANCH:
sre_parse.py 106 elif op == "branch":
148 if op is BRANCH:
336 # move it out of the branch
343 # check if the branch can be replaced by a character set
349 # branch (the compiler may optimize this even more)
357 subpattern.append((BRANCH, (None, items)))
  /external/elfutils/backends/
riscv_reloc.def 42 RELOC_TYPE (BRANCH, REL)
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
CoverageNodeImplTest.java 14 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.BRANCH;
70 assertEquals(CounterImpl.getInstance(10, 15), parent.getCounter(BRANCH));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
HTMLFormatter.java 139 t.add("Missed Branches", Styles.BAR, new BarColumn(CounterEntity.BRANCH, locale),
141 t.add("Cov.", Styles.CTR2, new PercentageColumn(CounterEntity.BRANCH, locale),
  /external/python/cpython2/Lib/
re.py 308 from sre_constants import BRANCH, SUBPATTERN
319 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
sre_compile.py 185 elif op is BRANCH:
196 emit(0) # end of branch
468 elif op is BRANCH:
481 elif op is BRANCH:
sre_parse.py 108 elif op == BRANCH:
160 if op is BRANCH:
371 # move it out of the branch
378 # check if the branch can be replaced by a character set
384 # branch (the compiler may optimize this even more)
392 subpattern.append((BRANCH, (None, items)))
  /external/python/cpython3/Lib/
re.py 331 from sre_constants import BRANCH, SUBPATTERN
345 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
sre_compile.py 202 elif op is BRANCH:
213 emit(FAILURE) # end of branch
509 elif op is BRANCH:
699 elif op is BRANCH:
708 print_('branch', skip, to=i+skip)
sre_parse.py 128 elif op is BRANCH:
180 if op is BRANCH:
447 # move it out of the branch
454 # check if the branch can be replaced by a character set
468 # branch (the compiler may optimize this even more)
472 subpattern.append((BRANCH, (None, items)))
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
Limit.java 43 entities.put(CounterEntity.BRANCH, "branches");
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query_hw_metric.c 45 .queries[0] = _SM(BRANCH),
109 /* (branch / (branch + divergent_branch)) * 100 */
nv50_query_hw_sm.c 36 "branch",
119 _Q(BRANCH, LOGOP, UNK4, 0x02),
  /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...]
  /external/u-boot/lib/
slre.c 31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL,
41 {"BRANCH", 2, "oo"}, /* Alternative operator, "|" */
66 * BRANCH offset1 offset2
67 * Try to match the code block that follows the BRANCH instruction
398 r->code[branch_start] = BRANCH;
426 if (r->code[2] == BRANCH)
514 case BRANCH:
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
LimitTest.java 116 limit.setCounter(CounterEntity.BRANCH.name());
118 assertEquals(CounterEntity.BRANCH, limit.getEntity());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_compile.py 185 elif op is BRANCH:
196 emit(0) # end of branch
468 elif op is BRANCH:
481 elif op is BRANCH:
sre_parse.py 107 elif op == BRANCH:
159 if op is BRANCH:
352 # move it out of the branch
359 # check if the branch can be replaced by a character set
365 # branch (the compiler may optimize this even more)
373 subpattern.append((BRANCH, (None, items)))
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_disasm.c 485 OPC_IMM(BRANCH),
  /external/libavc/common/arm/
ih264_intra_pred_luma_16x16_a9q.s 290 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
ih264_intra_pred_chroma_a9q.s 141 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_metric.c 138 .queries[0] = _SM(BRANCH),
508 /* (branch / (branch + divergent_branch)) * 100 */
  /external/grpc-grpc/tools/run_tests/
run_tests.py 1477 branch = 'master' variable
1480 branch = spec[1] variable
    [all...]

Completed in 1354 milliseconds

12 3