HomeSort by relevance Sort by last modified time
    Searched defs:branch (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/v8/test/mjsunit/
switch-opt.js 34 function branch(b) { function
48 case branch(b1) + branch(b2):
55 branch(b3);
59 branch(b3);
131 function branch(b) {
145 case branch(b1) + branch(b2):
152 branch(b3);
156 branch(b3)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassTransformerTee.java 22 private ClassVisitor branch; field in class:ClassTransformerTee
24 public ClassTransformerTee(ClassVisitor branch) {
26 this.branch = branch;
30 cv = new ClassVisitorTee(branch, target);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 16 ASN1ObjectIdentifier(ASN1ObjectIdentifier oid, String branch)
18 super(oid, branch);
22 * Return an OID that creates a branch under the current one.
24 * @param branchID node numbers for the new branch.
25 * @return the OID for the new created branch.
27 public ASN1ObjectIdentifier branch(String branchID) method in class:ASN1ObjectIdentifier
33 * Return true if this oid is an extension of the passed in branch, stem.
34 * @param stem the arc or branch that is a possible parent.
35 * @return true if the branch is on the passed in stem, false otherwise.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
BTree.java 46 BTree branch; local
50 branch = zero;
54 branch = one;
56 branch.addString(path.substring(1), value);
  /external/chromium_org/third_party/skia/experimental/benchtools/
rebase.py 161 if subprocess.call(['git', 'clone', '-q', '--depth=50', '--single-branch',
183 branch = exp_dir.split('/')[-1] variable
188 ['git', 'checkout', '-b', branch, '-t', 'origin/master']] +
195 ['git', 'branch', '-D', branch],
  /external/chromium_org/v8/src/compiler/
js-builtin-reducer-unittest.cc 129 Capture<Node*> branch; local
134 IsMerge(IsIfTrue(CaptureEq(&branch)),
135 IsIfFalse(AllOf(CaptureEq(&branch),
js-builtin-reducer.cc 129 Node* branch = graph()->NewNode(common()->Branch(), tag, control); local
130 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
131 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
raw-machine-assembler.cc 69 void RawMachineAssembler::Branch(Node* condition, Label* true_val,
72 Node* branch = NewNode(common()->Branch(), condition); local
73 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val)); local
change-lowering-unittest.cc 132 Capture<Node*> branch; local
136 IsMerge(IsIfTrue(AllOf(CaptureEq(&branch),
138 IsIfFalse(CaptureEq(&branch)))));
203 Capture<Node*> add, branch, heap_number, if_true; local
216 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))),
217 IsIfFalse(AllOf(CaptureEq(&branch),
233 Capture<Node*> branch, if_true; local
245 CaptureEq(&branch),
248 IsIfFalse(CaptureEq(&branch)))));
262 Capture<Node*> branch, if_true local
288 Capture<Node*> branch, if_true; local
314 Capture<Node*> branch, heap_number, if_false; local
370 Capture<Node*> branch, if_true; local
399 Capture<Node*> branch, if_true; local
426 Capture<Node*> branch, if_true; local
453 Capture<Node*> branch, heap_number, if_false; local
    [all...]
change-lowering.cc 105 Node* branch = graph()->NewNode(common()->Branch(), val, control); local
107 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
110 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
144 Node* branch = graph()->NewNode(common()->Branch(), ovf, control); local
146 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
150 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
168 Node* branch = graph()->NewNode(common()->Branch(), tag, control) local
194 Node* branch = graph()->NewNode(common()->Branch(), tag, control); local
217 Node* branch = graph()->NewNode(common()->Branch(), cmp, control); local
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 59 * @param branch
63 String branch) {
66 add(exception, branch);
70 * Adds new exception type and branch label to current "from-to" block
79 * @param branch
82 void add(String exception, String branch) {
90 if (s != null && s.compareToIgnoreCase(branch) != 0)
93 + ") but different branch addresses (" + s
94 + " and " + branch + ")");
95 type_branch.put(type, branch);
196 String branch = uc.type_branch.get(type); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h 103 struct radeon_llvm_branch branch[RADEON_LLVM_MAX_BRANCH_DEPTH]; member in struct:radeon_llvm_context
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 103 struct radeon_llvm_branch branch[RADEON_LLVM_MAX_BRANCH_DEPTH]; member in struct:radeon_llvm_context
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 39 * convert byte arrays to hex strings etc. Generate tags and branch identifiers
164 * generate a branch identifier.
167 * used as a branch identifier.
184 String branch = topmostVia.getBranch(); local
185 return branch != null && branch.endsWith(this.signature);
197 throw new RuntimeException("Duplicate Branch ID");
  /art/compiler/dex/quick/arm/
call_arm.cc 43 * add rARM_PC, r_disp ; This is the branch from which we compute displacement
77 // Establish loop branch target
406 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, bool restore_lr, size_t sp_displace)
407 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), restore_lr_(restore_lr),
420 // Load the entrypoint directly into the pc instead of doing a load + branch. Assumes
434 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_LR, rs_r12, nullptr); local
436 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, true, spill_size));
450 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_SP, rs_r12, nullptr); local
451 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, false, frame_size_));
  /art/compiler/dex/quick/arm64/
call_arm64.cc 84 // Key does match: branch to case label.
88 // Add displacement to base branch address and go!
135 // Get base branch address.
140 // Add displacement to base branch address and go!
375 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) :
376 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr),
397 LIR* branch = OpCmpBranch(kCondUlt, rs_sp, rs_xIP1, nullptr); local
398 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, frame_size_));
  /art/compiler/dex/quick/mips/
call_mips.cc 92 // Now, fill the branch delay slot
176 // Now, fill the branch delay slot with bias strip
245 // Now, fill the branch delay slot with the helper load
322 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace)
323 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), sp_displace_(sp_displace) {
342 LIR* branch = OpCmpBranch(kCondUlt, new_sp, check_reg, nullptr); local
343 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, spill_count * 4));
  /art/compiler/dex/quick/x86/
call_x86.cc 246 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace)
247 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), sp_displace_(sp_displace) {
278 LIR* branch = OpCondBranch(kCondUlt, nullptr); local
280 new(arena_)StackOverflowSlowPath(this, branch,
fp_x86.cc 412 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondNe); local
413 branch->target = retry;
468 LIR* branch = NULL; local
470 branch = NewLIR2(kX86Jcc8, 0, kX86CondPE);
488 branch->target = NewLIR0(kPseudoTargetLabel);
497 LIR* branch = NULL; local
517 branch = NewLIR2(kX86Jcc8, 0, kX86CondPE);
518 branch->target = not_taken;
523 branch = NewLIR2(kX86Jcc8, 0, kX86CondPE);
524 branch->target = taken
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 18 branch = optparse.make_option( variable in class:Opts
19 '', '--branch', action='store_true',
20 help="Measure branch coverage in addition to statement coverage."
112 branch=None,
300 Opts.branch,
465 branch = options.branch,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 463 struct branch_info * branch; local
543 rc_error(s->C, "Branch depth exceeds hardware limit");
549 branch = &s->Branches[s->CurrentBranchDepth++];
550 branch->If = newip;
551 branch->Else = -1;
552 branch->Endif = -1;
562 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__);
566 branch = &s->Branches[s->CurrentBranchDepth - 1];
567 branch->Else = newip;
574 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__)
    [all...]
radeon_dataflow_deadcode.c 109 struct branchinfo * branch; local
114 branch = &s->BranchStack[s->BranchStackSize++];
115 branch->HaveElse = 0;
116 memcpy(&branch->StoreEndif, &s->R, sizeof(s->R));
288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; local
292 branch->HaveElse ? &branch->StoreElse : &branch->StoreEndif);
296 if (branch->HaveElse) {
299 memcpy(&branch->StoreElse, &s.R, sizeof(s.R))
    [all...]
radeon_emulate_branches.c 60 struct branch_info * branch; local
68 branch = &s->Branches[s->BranchCount++];
69 memset(branch, 0, sizeof(struct branch_info));
70 branch->If = inst;
90 struct branch_info * branch; local
99 branch = &s->Branches[s->BranchCount - 1];
100 branch->Else = inst;
199 struct branch_info * branch; local
210 branch = &s->Branches[s->BranchCount - 1];
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 21 array("regex" => "/branch: ?(\S+)/", "sql" => "`branch` LIKE '%%%s%%'", "sqlpart" => "having") //is a calculated value, won't work in WHERE
69 /* 1.1.2.x <- 1.1.0.2 = branch tag, likewise, 1.1.4.x <- 1.1.0.4 = branch tag, so dynamically rewrite a.b.c.d to a.b.0.c to find the branch tag */
70 $branch = "IF(`revision` LIKE '%.%.%.%', (SELECT `tagname` FROM `tags` NATURAL JOIN `filetags` WHERE `fid` = `ofid` AND `revision` = CONCAT(SUBSTRING_INDEX(`orev`, '.', 2), '.0.', SUBSTRING_INDEX(SUBSTRING_INDEX(`orev`, '.', -2), '.', 1))), 'HEAD')"; variable
71 $sql = "SELECT SQL_CALC_FOUND_ROWS `cvsname`, `revision`, `date`, `author`, `message`, `keyword_subs`, `bugid`, `revision` AS `orev`, `fid` AS `ofid`, $branch AS `branch`$ec FROM `cvsfiles` NATURAL JOIN `commits` NATURAL LEFT JOIN `bugs` $where GROUP BY `fid`, `revision`, `bugid` $having $order LIMIT $offset, $pagesize";
95 print "<a href=\"" . cvsfile($row["cvsname"]) . "\"><abbr title=\"{$row['cvsname']}\">$file</abbr></a> ({$row['branch']} " . showrev($row['revision'], $row["cvsname"]) . ")";
118 <li><a href="?q=branch%3A+R2_1_+file%3A+.xml">branch: R2_1_ file: .xml</a></li
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 463 struct branch_info * branch; local
543 rc_error(s->C, "Branch depth exceeds hardware limit");
549 branch = &s->Branches[s->CurrentBranchDepth++];
550 branch->If = newip;
551 branch->Else = -1;
552 branch->Endif = -1;
562 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__);
566 branch = &s->Branches[s->CurrentBranchDepth - 1];
567 branch->Else = newip;
574 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__)
    [all...]

Completed in 1315 milliseconds

1 2 3