HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 1051 - 1075 of 4746) sorted by null

<<41424344454647484950>>

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
BranchShifter.java 91 // Can't shift a branch if there's only one instruction in the method.
102 Log.debug("Method contains no branch instructions.");
165 stats.incrementStat("Shifted branch target");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 41 BRANCH = "branch"
110 BRANCH,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 39 BRANCH = "branch"
108 BRANCH,
  /docs/source.android.com/src/devices/graphics/
testing.jd 34 <code>deqp-dev</code> branch. For code that matches a specific Android CTS
35 release, use the <code><em>release-code-name</em>-release</code> branch (e.g.
36 for Android 6.0, use the <code>marshmallow-release</code> branch).</p>
  /external/autotest/server/site_tests/android_ACTS/
android_ACTS.py 111 '<branch>/<target>/<build_id>')
113 branch = build_url_pieces[0]
117 test_station, branch, target, build_id, job_repo_url,
  /external/autotest/site_utils/autoupdate/
full_release_test.py 48 _build_version = '%(branch)s-%(release)s'
56 """Returns the release branch for the given release.
60 @returns the branch string e.g. R26.
85 branch = get_release_branch(tested_release)
86 build_version = _build_version % dict(branch=branch,
119 branch = get_release_branch(release)
121 _build_version % dict(branch=branch, release=release))
156 """Returns a branch, release tuple from a full build_version
    [all...]
  /external/autotest/site_utils/suite_scheduler/
build_event_unittest.py 61 @return per-branch builds; {type-or-milestone: [build-names]}
105 """Ensure that we handle the appearance of new branch builds."""
114 """Ensure that we tolerate the appearance of no new branch builds."""
  /external/caliper/examples/src/main/java/examples/
Utf8Benchmark.java 56 } else if (userFriendly.matches("(?i)(?:Branch.*Prediction.*Hostile)")) {
57 // Defeat branch predictor for: c < 0x80 ; branch taken 50% of the time.
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 10 // This file defines UndefBranchChecker, which checks for undefined branch
70 this, "Branch condition evaluates to a garbage value"));
74 // branch condition." We do a recursive walk of the condition's
  /external/compiler-rt/lib/builtins/
clear_cache.c 48 "beq %[Size], $zero, 20f\n" /* If size == 0, branch around. */
54 synchronization, branch
63 "bne $at, $zero, 10b\n" /* Branch if more to do. */
  /external/curl/docs/
SECURITY 79 - The security team commits the fix in a private branch. The commit message
84 - At the day of the next release, the private branch is merged into the master
85 branch and pushed. Once pushed, the information is accessible to the public
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\!
29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
37 RSSFeedAddEntryTask.BranchKeyword=%%branch%%
  /external/fec/
mmxbfly27.s 57 # Compute branch metrics
73 pxor %mm0,%mm3 # invert branch metric
100 # interleave & store new branch metrics in mm2, mm7
mmxbfly29.s 59 # Compute branch metrics
74 pxor %mm0,%mm3 # invert branch metric
101 # interleave & store new branch metrics in mm2, mm7
viterbi27_sse2.c 97 * But this avoids a conditional branch, and the writes will
143 /* Form branch metrics */
152 /* Add branch metrics to path metrics */
viterbi29_av.c 89 * But this avoids a conditional branch, and the writes will
137 /* Form branch metrics */
142 /* Add branch metrics to path metrics */
viterbi39_mmx.c 94 * But this avoids a conditional branch, and the writes will
143 /* Form branch metrics
152 /* Add branch metrics to path metrics */
viterbi615_mmx.c 90 * But this avoids a conditional branch, and the writes will
141 /* Form branch metrics
152 /* Add branch metrics to path metrics */
  /external/guava/guava-tests/benchmark/com/google/common/base/
Utf8Benchmark.java 52 } else if (userFriendly.matches("(?i)(?:Branch.*Prediction.*Hostile)")) {
53 // Defeat branch predictor for: c < 0x80 ; branch taken 50% of the time.
  /external/icu/icu4c/source/common/
stringtriebuilder.cpp 118 // Branch node.
140 // Branch on the middle unit.
143 // Encode the less-than branch first.
147 // Continue for the greater-or-equal branch.
195 // Write the split-branch nodes.
241 // Branch node.
269 // Branch on the middle unit.
272 // Create the less-than branch.
276 // Continue for the greater-or-equal branch.
309 // Create the split-branch nodes
    [all...]
  /external/libvpx/
update_libvpx.sh 12 # $ ./update_libvpx.sh [branch | revision | file or url containing a revision]
13 # When specifying a branch it may be necessary to prefix with origin/
67 echo "Branch: $GIT_BRANCH"
  /external/llvm/test/Analysis/BranchProbabilityInfo/
noreturn.ll 1 ; Test the static branch probability heuristics for no-return functions.
2 ; RUN: opt < %s -analyze -branch-prob | FileCheck %s
3 ; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s
pr22718.ll 1 ; RUN: opt < %s -analyze -branch-prob | FileCheck %s
2 ; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s
6 ; the branch weight cap (about 2 billion).
  /external/llvm/test/Transforms/SimplifyCFG/
basictest.ll 1 ; Test CFG simplify removal of branch instructions.
28 ; Folding branch to a common destination.
53 ; branch to a common destination.
  /external/mesa3d/src/glsl/
loop_unroll.cpp 146 /* Determine which if-statement branch, if any, ends with a
147 * break. The branch that did *not* have the break will get a
177 /* move instructions after then if in the continue branch */

Completed in 546 milliseconds

<<41424344454647484950>>