OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:branches
(Results
1 - 25
of
810
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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.
/external/v8/
V8_MERGE_REVISION
2
http://v8.googlecode.com/svn/
branches
/3.9@11743
/external/valgrind/main/callgrind/tests/
simwork-branch.stderr.exp
8
Branches
:
simwork-both.stderr.exp
22
Branches
:
filter_stderr
22
# Remove numbers from "
Branches
:", "Mispredicts:, and "Mispred rate:" lines
23
perl -p -e 's/((
Branches
|Mispredicts|Mispred rate):)[ 0-9,()+condi%\.]*$/\1/' |
/external/apache-harmony/
README.android
5
svn co http://svn.apache.org/repos/asf/harmony/enhanced/java/
branches
/java6/classlib/modules .
/external/chromium/
CHROMIUM_MERGE_REVISION
4
/
branches
/742/src@92106
/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
.
/external/oprofile/events/i386/athlon/
events
13
event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCHES : Retired
branches
(conditional, unconditional, exceptions, interrupts)
14
event:0xc3 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCHES_MISPREDICTED : Retired
branches
mispredicted
15
event:0xc4 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_TAKEN_BRANCHES : Retired taken
branches
16
event:0xc5 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_TAKEN_BRANCHES_MISPREDICTED : Retired taken
branches
mispredicted
23
event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_RESYNC_BRANCHES : Retired resync
branches
(only non-control transfer
branches
counted)
/external/gcc-demangle/
ChangeLog
8
* cp-demangle.c: Copy from FSF
branches
/google/gcc-4_6/libiberty
/external/webkit/PerformanceTests/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/PerformanceTests/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
/external/webkit/
ThirdPartyProject.prop
11
# http://trac.webkit.org/browser/
branches
/chromium/742
/prebuilt/common/asm/
README
13
and
branches
.
/prebuilts/tools/common/asm-tools/
README
13
and
branches
.
/prebuilts/tools/common/guava-tools/
README
12
and
branches
.
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h
18
// fixup_ppc_br24 - 24-bit PC relative relocation for direct
branches
like 'b'
23
///
branches
.
/external/llvm/utils/release/
tag.sh
11
# Create
branches
and release candidates for the LLVM release.
36
if svn ls $base_url/$proj/
branches
/release_$release > /dev/null 2>&1 ; then
41
$base_url/$proj/
branches
/release_$release
45
$base_url/$proj/
branches
/release_$release
58
$base_url/$proj/
branches
/release_$release \
/external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py
113
url = url + "
branches
/%s/src/chrome/"
124
url = url + "
branches
/%s/src/chrome/"
133
url = url + "
branches
/%s/src/chrome/"
195
self.check("/dev/", "http://src.chromium.org/viewvc/chrome/
branches
/%s/src/chrome/common/extensions/docs/index.html", Channel.DEV)
196
self.check("/dev/index.html", "http://src.chromium.org/viewvc/chrome/
branches
/%s/src/chrome/common/extensions/docs/index.html", Channel.DEV)
197
self.check("/dev/getstarted.html", "http://src.chromium.org/viewvc/chrome/
branches
/%s/src/chrome/common/extensions/docs/getstarted.html", Channel.DEV)
198
self.check("/dev/images/toolstrip.png", "http://src.chromium.org/viewvc/chrome/
branches
/%s/src/chrome/common/extensions/docs/images/toolstrip.png", Channel.DEV)
201
self.check("/beta/", "http://src.chromium.org/viewvc/chrome/
branches
/%s/src/chrome/common/extensions/docs/index.html", Channel.BETA)
202
self.check("/beta/index.html", "http://src.chromium.org/viewvc/chrome/
branches
/%s/src/chrome/common/extensions/docs/index.html", Channel.BETA)
203
self.check("/beta/getstarted.html", "http://src.chromium.org/viewvc/chrome/
branches
/%s/src/chrome/common/extensions/docs/getstarted.html", Channel.BETA
[
all
...]
/dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S
7
* We don't really expect backward
branches
in a switch statement, but
/external/llvm/test/CodeGen/Thumb2/
thumb2-bcc.ll
4
; happen and we get actual
branches
.
/docs/source.android.com/src/source/
version-control.md
69
## Creating topic
branches
##
71
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. 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 can isolate one aspect of your work from the others. For an interesting article about using topic
branches
, see [Separating topic
branches
](http://www.kernel.org/pub/software/scm/git/docs/howto/separating-topic-
branches
.txt).
82
## Using topic
branches
##
92
To see a list of existing
branches
:
98
$ repo
branches
147
This will list the changes you have committed and prompt you to select which
branches
to upload to the review server. If there is only one branch, you will see a simple `y/n` prompt
[
all
...]
/external/oprofile/events/mips/vr5432/
events
8
event:0x4 counters:0,1 um:zero minimum:500 name:
BRANCHES
: Branch execution (no jumps or jump registers)
14
event:0xa counters:0,1 um:zero minimum:500 name:BRANCHES_MISPREDICTED :
Branches
mispredicted
Completed in 1429 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>