/external/clang/test/Parser/ |
check-syntax-1.m | 3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
|
/external/llvm/lib/Target/Hexagon/ |
HexagonCopyToCombine.cpp | 1 //===------- HexagonCopyToCombine.cpp - Hexagon Copy-To-Combine Pass ------===// 9 // This pass replaces transfer instructions by combine instructions. 12 // replace them with a combine instruction. 14 #define DEBUG_TYPE "hexagon-copy-combine" 77 return "Hexagon Copy-To-Combine Pass"; 87 void combine(MachineInstr *I1, MachineInstr *I2, 111 INITIALIZE_PASS(HexagonCopyToCombine, "hexagon-copy-combine", 112 "Hexagon Copy-To-Combine Pass", false, false) 134 // Only combine constant extended TFRI if we are in aggressive mode. 145 // workaround for an ABI bug that prevents GOT relocations on combine 513 void HexagonCopyToCombine::combine(MachineInstr *I1, MachineInstr *I2, function in class:HexagonCopyToCombine [all...] |
/external/guava/guava/src/com/google/common/collect/ |
BstCountBasedBalancePolicies.java | 44 * Returns a balance policy that does no balancing or the bare minimum (for {@code combine}). 58 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) { method in class:BstCountBasedBalancePolicies 65 left, left.childOrNull(LEFT), combine(nodeFactory, left.childOrNull(RIGHT), right)); 67 return nodeFactory.createNode(right, combine(nodeFactory, left, right.childOrNull(LEFT)), 77 * combine} takes {@code O(log n)} time. 133 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) { 156 * and performs a full rebalancing as necessary. Both {@code balance} and {@code combine} take 190 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) { 199 N resultLeft = combine(nodeFactory, left, right.childOrNull(LEFT)); 203 N resultRight = combine(nodeFactory, left.childOrNull(RIGHT), right) [all...] |
/external/chromium_org/build/android/pylib/ |
device_stats_monitor.html | 21 <li>Combine charts with the <code>combine</code> querystring param (e.g. <code>&combine=sectors_read,sectors_written</code>). 116 var combine = getQuerystringParam('combine'); 123 if (combine.indexOf(key) >= 0) { 125 name = combine; 127 var combined_keys = combine.split(',');
|
/external/stlport/test/unit/ |
locale_test.h | 55 CPPUNIT_TEST(combine); 74 void combine();
|
/libcore/libdvm/src/main/java/org/apache/harmony/kernel/vm/ |
StringUtils.java | 31 * Combine a list of strings in an <code>Object[]</code> into a single 34 * @param list non-null; the strings to combine
|
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.h | 55 CPPUNIT_TEST(combine); 74 void combine();
|
/ndk/tests/device/test-stlport/unit/ |
locale_test.h | 55 CPPUNIT_TEST(combine); 74 void combine();
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
antlr3.runtime.net.common.inc | 36 value="${path::combine(nant::get-base-directory(), 'lib')}" 40 value="${path::combine(lib.dir,framework::get-family(framework::get-target-framework()))}" 46 value="${path::combine(lib.family.dir, version::to-string(framework::get-version(framework::get-target-framework())))}" 51 value="${path::combine(lib.family.dir, framework::get-version(framework::get-target-framework()))}" 56 value="${path::combine(lib.framework.dir, 'nunit.framework.dll')}" />
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/ |
SubjectDomainCombinerTest.java | 66 * @tests javax.security.auth.SubjectDomainCombiner#combine(ProtectionDomain[], 86 assertNull(combiner.combine(null, null)); 105 pd = combiner.combine(new ProtectionDomain[] { domain }, null); 116 pd = combiner.combine(null, new ProtectionDomain[] { domain }); 120 assertNotNull(new SubjectDomainCombiner(new Subject()).combine(new ProtectionDomain[] {null}, new ProtectionDomain[] {null}));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
overlay.js | 6 // overlay wins, unless the combine argument was true, in which case 10 CodeMirror.overlayMode = CodeMirror.overlayParser = function(base, overlay, combine) { 43 if (state.baseCur != null && combine) return state.baseCur + " " + state.overlayCur;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
DeadKeyCombiner.java | 31 public Event combine(final Event event) { method in class:DeadKeyCombiner 46 // We can't combine both characters. We need to commit the dead key as a committable 55 // We could combine the characters.
|
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/ |
suggestions_internals_ui_handler.h | 35 // Used to combine suggestions from various sources.
|
/external/chromium_org/content/public/browser/ |
invalidate_type.h | 11 // what has changed. Combine them to update more than one thing.
|
/external/llvm/test/CodeGen/ARM/ |
2011-09-28-CMovCombineBug.ll | 4 ; ARM target specific dag combine created a cycle in DAG.
|
2012-03-13-DAGCombineBug.ll | 4 ; DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to
|
/external/llvm/test/CodeGen/Hexagon/ |
combine.ll | 2 ; CHECK: combine(r{{[0-9]+}}, r{{[0-9]+}})
|
struct_args.ll | 2 ; CHECK: r{{[0-9]}}:{{[0-9]}} = combine({{r[0-9]|#0}}, r{{[0-9]}})
|
union-1.ll | 3 ; CHECK-NOT: combine(#0
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pstats.py | 11 """pstats.add_callers should combine the call results of both target
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pstats.py | 11 """pstats.add_callers should combine the call results of both target
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter_mac_unittest.cc | 22 // Remote-only result - must be flagged as GRAMMAR after combine 26 // Local-only result - must be discarded after combine
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/ |
PropertyCategoryProviders.java | 62 public static PropertyCategoryProvider combine(final PropertyCategoryProvider... providers) { method in class:PropertyCategoryProviders 76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
|
/external/llvm/utils/lit/utils/ |
check-coverage | 41 # Combine all the data files. 42 (cd tests && python -m coverage combine)
|
/external/webrtc/src/system_wrappers/source/ |
data_log_unittest_disabled.cc | 39 std::string table_name = DataLog::Combine("table", 1); 49 // Don't use the table name we would get from Combine on a disabled DataLog.
|