/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
parse-events.l | 135 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INSTRUCTIONS); } 136 branch-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } 155 branch|branches|bpu|btb|bpc |
|
/external/llvm/test/MC/ARM/ |
thumb-diagnostics.s | 184 @ CHECK-ERRORS: error: branch target out of range 185 @ CHECK-ERRORS: error: branch target out of range 186 @ CHECK-ERRORS: error: branch target out of range 187 @ CHECK-ERRORS: error: branch target out of range 188 @ CHECK-ERRORS: error: branch target out of range 189 @ CHECK-ERRORS: error: branch target out of range
|
/external/skia/tools/ |
roll_deps.py | 13 - creates a new branch in the Chromium tree, modifies the DEPS file to 15 deletes the local copy of the branch. 218 '--single-branch', config.skia_url, '.']) 340 """Create a commit in the current git branch; upload via git-cl. 342 Assumes that you are already on the branch you want to be on. 429 branch = 'control_%s' % master_hash[:8] 431 branch = None 436 with git_utils.ChangeGitBranch(branch, 'origin/master', 438 branch = git_utils.git_branch_name(config.vsp.verbose) 449 whitespace_cl = '%s\n branch: %s' % (whitespace_cl, branch [all...] |
/external/bison/build-aux/ |
gnu-web-doc-update | 137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}') 145 $GIT branch -d $tmp_branch
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
app_yaml_helper_test.py | 91 def host_file_system_constructor(branch, commit=None): 92 self.assertEqual('master', branch)
|
subversion_file_system.py | 103 def Create(branch='trunk', revision=None): 104 if branch == 'trunk': 107 svn_path = 'branches/%s/src' % branch
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
config.py | 11 # The default partial branch regexes, to be modified by the user. 13 '(?i)# *pragma[: ]*no *branch', 16 # The default partial branch regexes, based on Python semantics. 36 self.branch = False 86 if cp.has_option('run', 'branch'): 87 self.branch = cp.getboolean('run', 'branch')
|
/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
|
/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,
|
/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/chromium_org/tools/git/ |
for-all-touched-files.py | 8 between the current git branch and the specified branch or commit. 16 %prog [-b BRANCH] [-d] [-x EXTENSIONS|-c] [-t TOKEN] QUOTED_COMMAND 97 parser.add_option('-b', '--branch', default='origin/master', dest='branch', 110 ForAllTouchedFiles(opts.branch, extensions, opts.token, args[0])
|
/external/chromium_org/v8/tools/push-to-trunk/ |
merge_to_branch.py | 49 elif self._options.branch: 50 self["merge_to_branch"] = self._options.branch 52 self.Die("Please specify a branch to merge to") 59 MESSAGE = "Create a fresh branch for the patch." 77 branch="svn/bleeding_edge") 187 MESSAGE = "Commit to local branch." 223 branch="svn/%s" % self["merge_to_branch"]) 256 print "branch: %s" % self["to_url"] 269 group.add_argument("--branch", help="The branch to merge to." [all...] |
/external/jpeg/ |
Android.mk | 23 # unbundled branch, built against NDK. 85 # unbundled branch, built against NDK.
|
/external/llvm/test/MC/AArch64/ |
arm64-branch-encoding.s | 6 ; Unconditional branch (register) instructions. 26 ; Contitional branch instructions. 90 ; Compare-and-branch instructions. 110 ; Bit-test-and-branch instructions.
|
/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/chromium_org/third_party/WebKit/Tools/Scripts/ |
commit-log-editor | 173 my $branch = gitBranch(); 174 chomp(my $webkitGenerateCommitMessage = `git config --bool branch.$branch.webkitGenerateCommitMessage`);
|
/external/chromium_org/third_party/skia/experimental/benchtools/ |
greenify.py | 52 if subprocess.call(['git', 'clone', '-q', '--depth=50', '--single-branch', 73 branch = exp_dir[exp_dir.rfind('/') + 1:] 77 ['git', 'checkout', '-b', branch, '-t', 'origin/master'], 83 ['git', 'branch', '-D', branch],
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/remote/ |
trybot_browser_finder_unittest.py | 153 (1, None, 'fatal: A branch named \'telemetry-try\' already exists.')), 158 ('Error creating branch telemetry-tryjob. ' 160 'fatal: A branch named \'telemetry-try\' already exists.\n'), 163 def _GetConfigForBrowser(self, name, branch, cfg_filename, is_blink=False): 176 (['git', 'rev-parse', '--abbrev-ref', 'HEAD'], (0, branch, None)), 181 (['git', 'branch', '--set-upstream-to', 'origin/master'], 189 (['git', 'checkout', branch], (0, None, None)), 190 (['git', 'branch', '-D', 'telemetry-tryjob'], (0, None, None))
|
/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);
|
/external/skia/experimental/benchtools/ |
greenify.py | 52 if subprocess.call(['git', 'clone', '-q', '--depth=50', '--single-branch', 73 branch = exp_dir[exp_dir.rfind('/') + 1:] 77 ['git', 'checkout', '-b', branch, '-t', 'origin/master'], 83 ['git', 'branch', '-D', branch],
|
rebase.py | 120 if subprocess.call(['git', 'clone', '-q', '--depth=50', '--single-branch', 139 branch = exp_dir.split('/')[-1] 144 ['git', 'checkout', '-b', branch, '-t', 'origin/master']] + 151 ['git', 'branch', '-D', branch],
|
/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...] |