/external/clang/ |
host_shared_clang.mk | 1 # Don't build the library in unbundled branches. 36 endif # don't build in unbundled branches
|
/external/llvm/utils/release/ |
tag.sh | 11 # Create branches and release candidates for the LLVM release. 37 if svn ls $base_url/$proj/branches/release_$release > /dev/null 2>&1 ; then 42 $base_url/$proj/branches/release_$release 46 $base_url/$proj/branches/release_$release 59 $base_url/$proj/branches/release_$release \
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
test_branch_utility.py | 12 def __init__(self, branches, channels): 13 ''' Parameters: |branches| is a mapping of versions to branches, and 16 self._branches = branches 22 older branches of SVN data.
|
/external/chromium_org/third_party/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/chromium_org/third_party/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
|
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
summary.py | 15 self.branches = coverage.data.has_arcs() 32 if self.branches: 59 if self.branches: 76 if self.branches:
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.cpp | 154 // divide up the branches 319 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { 320 if (branches->count() == 1) { 322 Branch out = (*branches)[0]; 323 branches->rewind(); 327 SkTQSort(branches->begin(), branches->end() - 1, RectLessY()); 329 int numBranches = branches->count() / fMaxChildren; 330 int remainder = branches->count() % fMaxChildren; 336 // some other branches to make up for i [all...] |
SkRTree.h | 171 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
|
/external/skia/src/core/ |
SkRTree.cpp | 154 // divide up the branches 319 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { 320 if (branches->count() == 1) { 322 Branch out = (*branches)[0]; 323 branches->rewind(); 327 SkTQSort(branches->begin(), branches->end() - 1, RectLessY()); 329 int numBranches = branches->count() / fMaxChildren; 330 int remainder = branches->count() % fMaxChildren; 336 // some other branches to make up for i [all...] |
SkRTree.h | 171 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
bitops-bits-in-byte.js | 6 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
|
/external/oprofile/events/i386/westmere/ |
unit_masks | 29 0x02 direct Unconditional branches executed 30 0x04 indirect_non_call Indirect non call branches executed 31 0x07 non_calls All non call branches executed 32 0x08 return_near Indirect return branches executed 33 0x10 direct_near_call Unconditional call branches executed 34 0x20 indirect_near_call Indirect call branches executed 35 0x30 near_calls Call branches executed 36 0x40 taken Taken branches executed 43 0x01 cond Mispredicted conditional branches executed 44 0x02 direct Mispredicted unconditional branches execute [all...] |
/external/llvm/ |
shared_llvm.mk | 1 # Don't build the library in unbundled branches. 118 endif # don't build in unbundled branches
|
/external/qemu/distrib/ |
update-audio.sh | 49 PREBUILT=$(locate_depot_files //branches/cupcake/android/prebuilt/$OS)
|
/external/chromium_org/third_party/lcov/bin/ |
geninfo | 1153 my @branches = (); 1178 push(@branches, scalar(@result) / 3); 1181 push(@branches, 0); 1185 push(@branches, 1); 1189 push(@branches, 2); 1221 push(@branches, scalar(@result) / 3); 1224 push(@branches, 0); 1228 push(@branches, 1); 1232 push(@branches, 2); 1274 return(\@result, \@branches, \@functions) [all...] |
/external/oprofile/events/mips/r12000/ |
events | 10 event:0x6 counters:0,1,2,3 um:zero minimum:500 name:RESOLVED_BRANCH_CONDITIONAL : Resolved conditional branches 28 event:0x18 counters:0,1,2,3 um:zero minimum:500 name:MISPREDICTED_BRANCHES : Mispredicted branches
|
/external/oprofile/events/x86-64/family11h/ |
events | 83 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_INSTRUCTIONS : Retired branches (conditional, unconditional, exceptions, interrupts) 86 event:0xc5 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_TAKEN_BRANCH_INSTRUCTIONS_MISPREDICTED : Retired taken branches mispredicted 88 event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_RESYNCS : Retired branches resyncs (only non-control transfer branches) 91 event:0xca counters:0,1,2,3 um:zero minimum:500 name:RETIRED_INDIRECT_BRANCHES_MISPREDICTED : Retired indirect branches mispredicted
|
/external/oprofile/events/x86-64/hammer/ |
events | 78 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_INSTRUCTIONS : Retired branches (conditional, unconditional, exceptions, interrupts) 81 event:0xc5 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_TAKEN_BRANCH_INSTRUCTIONS_MISPREDICTED : Retired taken branches mispredicted 83 event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_RESYNCS : Retired branches resyncs (only non-control transfer branches) 86 event:0xca counters:0,1,2,3 um:zero minimum:500 name:RETIRED_INDIRECT_BRANCHES_MISPREDICTED : Retired indirect branches mispredicted
|
/external/chromium_org/v8/tools/ |
v8-info.sh | 54 -i Print revision info for all branches matching the V8 version.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-lbranch-double.js | 31 // branches when the representation of the condition is a double.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-108296.js | 46 // Ensure that both branches of ternary operator have monomorphic type feedback.
|
/external/v8/test/mjsunit/compiler/ |
regress-lbranch-double.js | 31 // branches when the representation of the condition is a double.
|
/external/v8/test/mjsunit/regress/ |
regress-108296.js | 46 // Ensure that both branches of ternary operator have monomorphic type feedback.
|