HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 50 * branch - build's branch, eg., 2.2.0
54 * buildURL - URL of the build being added to the feed - eg., http://servername/path/to/project/branch/buildID/
94 * JUnitTestURL - URL of the build's JUnit test results - eg., http://servername/path/to/project/branch/buildID/testResults.php
95 * performanceTestURL - URL of the build's performance tests - eg., http://servername/path/to/project/branch/buildID/performance/performance.php
96 * APITestURL - URL of the build's API test results - eg., http://servername/path/to/project/branch/buildID/testResults.php
126 private String branch; field in class:RSSFeedAddEntryTask
172 public void setBranch(String branch) {
173 if (isNullString(branch))
176 { this.branch = branch;
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
OP_APUT_WIDE.S 23 @ branch prediction (if any) handles conditional forward branches vs.
OP_CMP_LONG.S 20 * us a constant 5-cycle path plus a branch at the end to the
22 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
45 @ Want to cond code the next mov so we can avoid branch, but don't see it;
  /external/oprofile/events/mips/vr5500/
events 10 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Execution of branch instruction
16 event:0xa counters:0,1 um:zero minimum:500 name:BRANCHES_MISPREDICTED : Branch prediction miss
  /external/libvpx/vp8/decoder/
detokenize.c 116 #define DECODE_AND_BRANCH_IF_ZERO(probability,branch) \
125 goto branch; \
132 #define DECODE_AND_LOOP_IF_ZERO(probability,branch) \
145 goto branch; \
  /external/webkit/Tools/Scripts/
commit-log-editor 240 my $branch = gitBranch();
241 chomp(my $webkitGenerateCommitMessage = `git config --bool branch.$branch.webkitGenerateCommitMessage`);
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 620 * Sets the Via branch for CANCEL or ACK requests
627 String branch; local
630 branch = getTopmostVia().getBranch(); // non-2xx ACK uses same branch
632 branch = Utils.getInstance().generateBranchId(); // 2xx ACK gets new branch
635 branch = getTopmostVia().getBranch(); // CANCEL uses same branch
639 via.setBranch( branch );
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 338 jump(label); // blocks must end with a branch, return or throw
354 * Registers {@code catchClause} as a branch target for all instructions
405 * @param branch the branches to follow; interpretation depends on the
408 private void addInstruction(Insn insn, Label branch) {
416 if (branch != null) {
417 throw new IllegalArgumentException("unexpected branch: " + branch);
422 if (branch != null) {
423 throw new IllegalArgumentException("unexpected branch: " + branch);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 212 // Transaction branch ID
213 private String branch; field in class:SIPTransaction
263 return this.branch;
376 // Branch value of topmost Via header
403 // If the message has an explicit branch value set,
408 sipStack.getStackLogger().logDebug("Setting Branch id : " + newBranch);
410 // Override the default branch with the one
416 sipStack.getStackLogger().logDebug("Branch id is null - compute TID!"
480 * Sets the Via header branch parameter used to identify this transaction.
483 * New string used as the branch for this transaction
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 55 (* Grab the first block so that we might later add the conditional branch
68 * other is used for the conditional branch. *)
86 (* Return to the start block to add the conditional branch. *)
90 (* Set a unconditional branch at the end of the 'then' block and the
153 (* Insert the conditional branch into the end of loop_end_bb. *)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 242 ArmLIR *branch; local
261 branch = newLIR2(cUnit, kThumb2Cbz, r2, 0);
283 branch->generic.target = (LIR *)target;
296 ArmLIR *branch; local
317 branch = opNone(cUnit, kOpUncondBr);
343 branch->generic.target = (LIR *)target;
  /dalvik/vm/compiler/codegen/arm/FP/
Thumb2VFP.cpp 187 ArmLIR *branch; local
197 branch = newLIR2(cUnit, kThumbBCond, 0, kArmCondEq);
206 branch->generic.target = (LIR *)label;
  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 163 * Conservatively assume the branch here will call out a function that in
236 * Set up the accurate resource mask for branch instructions
242 /* Make sure only branch instructions are passed here */
413 MipsLIR *branch,
430 /* Branch to the PC reconstruction code */
431 branch->generic.target = (LIR *) pcrLabel;
434 relaxBranchMasks(branch);
CodegenFactory.cpp 291 MipsLIR *branch = opCompareBranch(cUnit, kMipsBeqz, tReg, -1); local
292 genCheckCommon(cUnit, dOffset, branch, pcrLabel);
296 MipsLIR *branch = opCompareBranch(cUnit, kMipsBeqz, tReg, -1); local
297 genCheckCommon(cUnit, dOffset, branch, pcrLabel);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 24 branch=HEAD
feedPublish.emf.properties 24 branch=HEAD
feedPublish.uml2.properties 24 branch=HEAD
  /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/oprofile/events/i386/nehalem/
events 15 event:0xc4 counters:0,1,2,3 um:br_inst_retired minimum:500 name:BR_INST_RETIRED : number of branch instructions retired
68 event:0x88 counters:0,1,2,3 um:br_inst_exec minimum:6000 name:BR_INST_EXEC : Counts the number of near branch instructions executed, but not necessarily retired.
69 event:0x89 counters:0,1,2,3 um:br_misp_exec minimum:6000 name:BR_MISP_EXEC : Counts the number of mispredicted conditional near branch instructions executed, but not necessarily retired.
70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.
72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an (…)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.h 220 m_assembler.branch(BT_OPCODE, 1);
911 m_assembler.branch(BT_OPCODE, 8);
915 m_assembler.branch(BT_OPCODE, 4);
948 m_assembler.branch(BT_OPCODE, 5);
952 m_assembler.branch(BT_OPCODE, 1);
965 m_assembler.branch(BT_OPCODE, 5);
969 m_assembler.branch(BT_OPCODE, 1);
982 m_assembler.branch(BT_OPCODE, 5);
986 m_assembler.branch(BT_OPCODE, 1);
999 m_assembler.branch(BT_OPCODE, 5)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 73 (* Grab the first block so that we might later add the conditional branch
86 * other is used for the conditional branch. *)
104 (* Return to the start block to add the conditional branch. *)
108 (* Set a unconditional branch at the end of the 'then' block and the
171 (* Insert the conditional branch into the end of loop_end_bb. *)
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 115 return [ this[0], walk(expr), MAP(body, function(branch){
116 return [ branch[0] ? walk(branch[0]) : null,
117 MAP(branch[1], walk) ];
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 145 * Conservatively assume the branch here will call out a function that in
230 * Set up the accurate resource mask for branch instructions
236 /* Make sure only branch instructions are passed here */
423 ArmLIR *branch,
440 /* Branch to the PC reconstruction code */
441 branch->generic.target = (LIR *) pcrLabel;
444 relaxBranchMasks(branch);

Completed in 549 milliseconds

1 23 4 5 6 7