HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 126 - 150 of 350) sorted by null

1 2 3 4 56 7 8 91011>>

  /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. *)
  /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_));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
jsonchecker_unittest.py 106 "schedulers": [ { "type": "PlatformSpecificScheduler", "platform": "mac-snowleopard", "branch": "trunk", "treeStableTimer": 45.0,
  /external/chromium_org/v8/tools/push-to-trunk/
auto_roll.py 46 branch="origin/master", include_patches=True)
  /external/chromium_org/third_party/lcov/bin/
genhtml 92 # For branch coverage
119 # Width for branch coverage information in the source code view
142 # Offsets for storing branch coverage data in vectors
149 # Additional offsets used when converting branch coverage data to HTML
154 # Branch data combination types
272 our $br_coverage; # If set, generate branch coverage statistics
409 "branch-coverage" => \$br_coverage,
410 "no-branch-coverage" => \$no_br_coverage,
591 --(no-)branch-coverage Enable (disable) branch coverage displa
    [all...]
lcov 97 # Branch data combination types
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js 31 // which was first picked up in branch 1580.
  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_iterator_test.py 33 def host_file_system_constructor(branch, **optargs):
34 return TestFileSystem(deepcopy(CANNED_API_FILE_SYSTEM_DATA[branch]))
  /external/chromium_org/native_client_sdk/src/build_tools/
parse_dsc.py 202 for branch, desc in GenerateProjects(tree):
204 out[branch].append(desc)
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 59 beq ODD_A_LENGTH @ branch if coefficients_length == 3
60 blt POST_LOOP_A_LENGTH @ branch if coefficients_length == 2
119 beq EVEN_A_LENGTH @ branch if coefficients_length == 2
  /external/chromium_org/v8/src/compiler/
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
  /external/chromium_org/v8/test/webkit/
dfg-branch-not-fail.js 25 "Check that short-circuiting Branch(LogicalNot(@a)) and then failing speculation does not result in the branch being taken the wrong way."
dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we branch on the variable not being null."
dfg-other-branch.js 25 "This tests that speculating other on a branch does not corrupt state."
  /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/llvm/test/MC/Mips/
micromips-jump-instructions.s 6 # for jump and branch instructions.
  /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,
control.py 34 auto_data=False, timid=None, branch=None, config_file=True,
54 If `branch` is true, then branch coverage will be measured in addition
105 branch=branch, parallel=bool_or_none(data_suffix),
133 branch=self.config.branch, warn=self._warn
  /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...]

Completed in 2801 milliseconds

1 2 3 4 56 7 8 91011>>