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

1 2 3 4 5 6 7 8 91011>>

  /art/test/609-checker-x86-bounds-check/
info.txt 1 Checker test that we combine ArrayLength and BoundsCheck on x86/x86_64.
  /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">
spec.rng 10 <define name="synop.class" combine="choice">
16 <start combine="choice">
22 <define name="tech.char.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));
  /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...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/
Android.mk 18 $(1)/combine.ar: $(addprefix $(1)/, $(ALL_LIBS))
19 @echo "create libshaderc_combined.a" > $(1)/combine.ar
21 @echo "addlib $(lib)" >> $(1)/combine.ar
23 @echo "save" >> $(1)/combine.ar
24 @echo "end" >> $(1)/combine.ar
26 $(1)/libshaderc_combined.a: $(addprefix $(1)/, $(ALL_LIBS)) $(1)/combine.ar
27 @echo "[$(TARGET_ARCH_ABI)] Combine: libshaderc_combined.a <= $(ALL_LIBS)"
28 @cd $(1) && $(2)ar -M < combine.ar && cd $(ROOT_SHADERC_PATH)
  /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/llvm/test/MC/Hexagon/
register-alt-names.s 12 # CHECK: r1:0 = combine(r31, r30)
  /external/mockito/
README.version 6 For Android, we need to combine Mockito with a MockMaker provided by the
  /external/skia/src/core/
SkEdgeBuilder.h 57 enum Combine {
63 Combine CombineVertical(const SkEdge* edge, SkEdge* last);
64 Combine CombineVertical(const SkAnalyticEdge* edge, SkAnalyticEdge* last);
65 Combine checkVertical(const SkEdge* edge, SkEdge** edgePtr);
66 Combine checkVertical(const SkAnalyticEdge* edge, SkAnalyticEdge** edgePtr);
108 Combine combine = analyticAA ? local
111 if (kNo_Combine == combine) {
114 } else if (kTotal_Combine == combine) {
  /external/skqp/src/core/
SkEdgeBuilder.h 57 enum Combine {
63 Combine CombineVertical(const SkEdge* edge, SkEdge* last);
64 Combine CombineVertical(const SkAnalyticEdge* edge, SkAnalyticEdge* last);
65 Combine checkVertical(const SkEdge* edge, SkEdge** edgePtr);
66 Combine checkVertical(const SkAnalyticEdge* edge, SkAnalyticEdge** edgePtr);
108 Combine combine = analyticAA ? local
111 if (kNo_Combine == combine) {
114 } else if (kTotal_Combine == combine) {
  /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

Completed in 977 milliseconds

1 2 3 4 5 6 7 8 91011>>