HomeSort by relevance Sort by last modified time
    Searched full:branches (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/097-dex-branch-offset-zero/
expected.txt 1 No bad branches found.
info.txt 2 the only non-switch branches to offset 0 happen using the goto/32 opcode.
run 22 echo "No bad branches found."
  /external/v8/
V8_MERGE_REVISION 1 http://v8.googlecode.com/svn/branches/bleeding_edge@3784
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
schedulers.py 12 trunk = AnyBranchScheduler(name="trunk", branches=['trunk'], treeStableTimer=90, builderNames=trunkBuilders)
13 # stable = AnyBranchScheduler(name="stable", branches=['branches/Safari-3-1-branch'], treeStableTimer=90, builderNames=stableBuilders)
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
22 @ branch prediction (if any) handles conditional forward branches vs.
23 @ unconditional forward branches.
OP_APUT_WIDE.S 20 @ May want to swap the order of these two branches depending on how the
21 @ branch prediction (if any) handles conditional forward branches vs.
22 @ unconditional forward branches.
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
22 @ branch prediction (if any) handles conditional forward branches vs.
23 @ unconditional forward branches.
OP_APUT_WIDE.S 22 @ May want to swap the order of these two branches depending on how the
23 @ branch prediction (if any) handles conditional forward branches vs.
24 @ unconditional forward branches.
OP_PACKED_SWITCH.S 7 * We don't really expect backward branches in a switch statement, but
  /external/webkit/SunSpider/tests/sunspider-0.9/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 7 * We don't really expect backward branches in a switch statement, but
  /system/core/include/cutils/
compiler.h 21 * helps the compiler's optimizer predicting branches
  /development/pdk/docs/source/
git-repo.jd 45 Why use topic branches?
47 Start a topic branch in your local work environment whenever you begin a change, for example when you begin work on a bug or new feature.<br><br>A topic branch is not a copy of the original files; it is a pointer to a particular commit. This makes creating local branches and switching among them a light-weight operation. By using branches, you canisolateone aspect of your work from the others. For an interesting article about using topic branches, see <a href="http://www.kernel.org/pub/software/scm/git/docs/howto/separating-topic-branches.txt">Separating topic branches</a>
52 Creating topic branches
56 Using topic branches
60 <br><br>To switch back and forth among branches that you have created in your local work environment:<br>$ git checkout <i>branchname</i>
61 <br><br>To see a list of existing branches:<br>$ git branch <br>or...<br>$ repo branches <br><br>The name of the current branch will be prece (…)
    [all...]
code-lines.jd 9 releases. We're referring to these as "code lines" instead of "branches"
40 <li>Changes will be pulled into Release branches from upstream projects
45 <li>Changes will be pulled from upstream, Release, and Experimental branches
  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.c 22 * Identify unconditional branches that jump to the immediate successor of the
  /external/skia/include/core/
SkPreConfig.h 81 /* e.g. the ARM instructions have conditional execution, making tiny branches cheap */
  /external/v8/test/mjsunit/
no-branch-elimination.js 28 // Branch elimination on ARM build eliminate bl branches. It was wrong.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gcov 
  /dalvik/vm/mterp/
NOTES.txt 8 means an explicit check of the thread-suspend flag on backward branches
9 (including self-branches on certain instructions), exception throws,
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 31 * This InstructionVisitor simplifies unconditional branches to other
32 * unconditional branches.
  /external/kernel-headers/original/asm-arm/
glue.h 12 * into the kernel in an efficient manner. The idea is to use branches

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>