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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/autoconf/m4/
define_subst.m4 0 # Combine AC_DEFINE and AC_SUBST
  /external/llvm/test/MC/Hexagon/instructions/
alu32_perm.s 4 # Combine words in to doublewords
6 r17 = combine(r31.h, r21.h)
8 r17 = combine(r31.h, r21.l)
10 r17 = combine(r31.l, r21.h)
12 r17 = combine(r31.l, r21.l)
14 r17:16 = combine(#21, #31)
16 r17:16 = combine(#21, r31)
18 r17:16 = combine(r21, #31)
20 r17:16 = combine(r21, r31)
  /external/libxml2/test/relaxng/
tutor9_5.rng 13 <define name="card.attlist" combine="interleave">
19 <define name="card.attlist" combine="interleave">
tutor9_3.rng 11 <define name="inline.class" combine="choice">
17 <define name="inline.class" combine="choice">
demo3.rng 4 <define name="TEI.prose" combine="interleave">
tutor9_10.rng 15 <define name="inline.extra" combine="choice">
tutor9_7.rng 15 <define name="inline.class" combine="choice">
  /external/llvm/test/MC/Disassembler/Hexagon/
alu32_perm.txt 4 # Combine words in to doublewords
6 # CHECK: r17 = combine(r31.h, r21.h)
8 # CHECK: r17 = combine(r31.h, r21.l)
10 # CHECK: r17 = combine(r31.l, r21.h)
12 # CHECK: r17 = combine(r31.l, r21.l)
14 # CHECK: r17:16 = combine(#21, #31)
16 # CHECK: r17:16 = combine(#21, r31)
18 # CHECK: r17:16 = combine(r21, #31)
20 # CHECK: r17:16 = combine(r21, r31)
  /external/llvm/test/CodeGen/Hexagon/
args.ll 2 ; CHECK: r5:4 = combine(#6, #5)
3 ; CHECK: r3:2 = combine(#4, #3)
4 ; CHECK: r1:0 = combine(#2, #1)
tfr-to-combine.ll 3 ; Check that we combine TFRs and TFRIs into COMBINEs.
11 ; CHECK: combine(#10, #0)
20 ; CHECK: combine(#0, r{{[0-9]+}})
30 ; CHECK: combine(#0, #100)
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
StylesTest.java 25 assertEquals(null, Styles.combine());
30 assertEquals(null, Styles.combine((String) null));
35 assertEquals("aaa", Styles.combine("aaa"));
41 Styles.combine("aaa", null, "bbb", "ccc", null));
  /external/opencv3/modules/viz/test/
test_precomp.cpp 3 cv::String cv::Path::combine(const String& item1, const String& item2) function in class:cv::Path
17 cv::String cv::Path::combine(const String& item1, const String& item2, const String& item3) function in class:cv::Path
18 { return combine(combine(item1, item2), item3); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 18 import static com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring.combine;
33 assertNull(combine(null, null)); method
34 assertNull(combine("@dimen/foo", "@dimen/bar"));
35 assertNull(combine("@dimen/foo", "@dimen/bar"));
36 assertNull(combine("1sp", "@dimen/bar"));
37 assertNull(combine("1sp", "2dp"));
38 assertNull(combine(null, "")); method
39 assertNull(combine("", null));
41 assertEquals("@dimen/foo", combine(null, "@dimen/foo"));
42 assertEquals("@dimen/foo", combine("@dimen/foo", null))
    [all...]
  /external/llvm/test/CodeGen/Hexagon/intrinsics/
alu32_perm.ll 7 ; Combine words into doubleword
13 ; CHECK: = combine({{.*}}, #0)
20 ; CHECK: = combine(#0, {{.*}})
27 ; CHECK: = combine(#0, #0)
29 declare i32 @llvm.hexagon.A2.combine.hh(i32, i32)
31 %z = call i32 @llvm.hexagon.A2.combine.hh(i32 %a, i32 %b)
34 ; CHECK: = combine({{.*}}, {{.*}})
36 declare i32 @llvm.hexagon.A2.combine.hl(i32, i32)
38 %z = call i32 @llvm.hexagon.A2.combine.hl(i32 %a, i32 %b)
41 ; CHECK: = combine({{.*}}, {{.*}}
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log_unittest.cc 119 ASSERT_EQ(DataLog::AddTable(DataLog::Combine("a proper table", 1)), 0);
122 ASSERT_LT(DataLog::AddTable(DataLog::Combine("table failure", 1)), 0);
127 DataLog::Combine("a proper table", 1));
132 DataLog::AddTable(DataLog::Combine("table", 1));
133 DataLog::AddColumn(DataLog::Combine("table", 1), "arrival", 1);
134 DataLog::AddColumn(DataLog::Combine("table", 1), "timestamp", 1);
135 DataLog::AddColumn(DataLog::Combine("table", 1), "size", 5);
138 DataLog::InsertCell(DataLog::Combine("table", 1), "arrival",
140 DataLog::InsertCell(DataLog::Combine("table", 1), "timestamp",
142 DataLog::InsertCell(DataLog::Combine("table", 1), "size", sizes, 5)
    [all...]
  /dalvik/dx/tests/043-dex-two-classes/
info.txt 4 an attempt to combine two classes into a .dex file succeeds.
  /external/clang/test/SemaCXX/
PR9460.cpp 13 basic_string<char> struct{ // expected-error {{cannot combine with previous 'type-name' declaration specifier}}
  /external/llvm/test/CodeGen/Hexagon/vect/
vect-no-tfrs.ll 2 ; CHECK-NOT: r1:0 = combine(r1, r0)
  /external/mockito/
README.android 4 For Android, we need to combine Mockito with a MockMaker provided by the
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.cpp 236 void LocaleTest::combine() function in class:LocaleTest
244 loc.combine<messages<char> >(loc);
255 loc.combine<dummy_facet>(loc);
287 //We are going to combine money facets as all formats are different.
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2);
291 loc = loc.combine<moneypunct<char, false> >(loc2);
292 loc = loc.combine<money_put<char> >(loc2);
293 loc = loc.combine<money_get<char> >(loc2);
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
306 locale loc = loc2.combine<numpunct<char> >(loc1)
    [all...]
  /ndk/tests/device/test-stlport/unit/
locale_test.cpp 236 void LocaleTest::combine() function in class:LocaleTest
244 loc.combine<messages<char> >(loc);
255 loc.combine<dummy_facet>(loc);
287 //We are going to combine money facets as all formats are different.
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2);
291 loc = loc.combine<moneypunct<char, false> >(loc2);
292 loc = loc.combine<money_put<char> >(loc2);
293 loc = loc.combine<money_get<char> >(loc2);
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
306 locale loc = loc2.combine<numpunct<char> >(loc1)
    [all...]
  /external/clang/test/Parser/
typeof.c 8 int typeof (int) aIntInt; // expected-error{{cannot combine with previous 'int' declaration specifier}}
10 int int ttt; // expected-error{{cannot combine with previous 'int' declaration specifier}}
  /external/llvm/test/Transforms/Reassociate/
absorption.ll 3 ; Check that if constants combine to an absorbing value then the expression is
  /external/opencv3/modules/core/perf/
perf_mat.cpp 10 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
31 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
52 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
74 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
  /external/skia/src/core/
SkFilterProc.cpp 54 #define COMBINE(lo, hi) (((lo) & ~0xFF00) | (((hi) & ~0xFF00) << 8))
64 return COMBINE(lo, hi);
69 return COMBINE(lo, hi);
74 return COMBINE(lo, hi);
80 return COMBINE(lo, hi);
85 return COMBINE(lo, hi);
90 return COMBINE(lo, hi);
95 return COMBINE(lo, hi);
101 return COMBINE(lo, hi);
106 return COMBINE(lo, hi)
    [all...]

Completed in 1204 milliseconds

1 2 3 4 5 6 7 8 91011>>