HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 1 - 25 of 2477) 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/CodeGen/Hexagon/
args.ll 3 ; CHECK: r1:0 = combine(#2, #1)
4 ; CHECK: r3:2 = combine(#4, #3)
5 ; CHECK: r5:4 = combine(#6, #5)
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)
extload-combine.ll 2 ; Check that the combine/stxw instructions are being generated.
3 ; In case of combine one of the operand should be 0 and another should be
19 ; CHECK: combine(#0, [[VAR]])
41 ; CHECK: combine(#0, [[VAR2]])
63 ; CHECK: combine(#0, [[VAR4]])
combine_ir.ll 3 ; CHECK: combine(#0
16 ; CHECK: combine(#0
32 ; CHECK: combine(#0
  /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/chromium_org/third_party/angle/tests/preprocessor_tests/
identifier_test.cpp 74 testing::Combine(testing::Values('_'),
80 testing::Combine(testing::Values('_'),
86 testing::Combine(testing::Values('_'),
92 testing::Combine(testing::Values('_'),
98 testing::Combine(CLOSED_RANGE('a', 'z'),
104 testing::Combine(CLOSED_RANGE('a', 'z'),
110 testing::Combine(CLOSED_RANGE('a', 'z'),
116 testing::Combine(CLOSED_RANGE('a', 'z'),
122 testing::Combine(CLOSED_RANGE('A', 'Z'),
128 testing::Combine(CLOSED_RANGE('A', 'Z')
    [all...]
  /external/chromium_org/third_party/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...]
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 118 ASSERT_EQ(DataLog::AddTable(DataLog::Combine("a proper table", 1)), 0);
121 ASSERT_LT(DataLog::AddTable(DataLog::Combine("table failure", 1)), 0);
126 DataLog::Combine("a proper table", 1));
131 DataLog::AddTable(DataLog::Combine("table", 1));
132 DataLog::AddColumn(DataLog::Combine("table", 1), "arrival", 1);
133 DataLog::AddColumn(DataLog::Combine("table", 1), "timestamp", 1);
134 DataLog::AddColumn(DataLog::Combine("table", 1), "size", 5);
137 DataLog::InsertCell(DataLog::Combine("table", 1), "arrival",
139 DataLog::InsertCell(DataLog::Combine("table", 1), "timestamp",
141 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}}
auto-cxx0x.cpp 4 int auto b; // expected-error{{cannot combine with previous 'int' declaration specifier}}
  /external/mockito/
README.android 4 For Android, we need to combine Mockito with a MockMaker provided by the
  /external/stlport/test/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-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/chromium_org/third_party/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...]
  /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...]
  /external/llvm/test/Transforms/CodeExtractor/
2004-03-18-InvokeHandling.ll 11 i32 61, label %combine
12 i32 33, label %combine
13 i32 94, label %combine
14 i32 37, label %combine
15 i32 47, label %combine
16 i32 42, label %combine
17 i32 62, label %combine
18 i32 60, label %combine
19 i32 58, label %combine
20 i32 124, label %combine
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texblend.c 43 * Texture combine functions
128 * \c GL_ZERO as combine inputs (which the code already supports). It can
134 const struct gl_tex_env_combine_state * combine,
138 const GLuint numColorArgs = combine->_NumArgsRGB;
139 const GLuint numAlphaArgs = combine->_NumArgsA;
169 switch (combine->ModeRGB) {
171 alpha_shift = combine->ScaleShiftA;
181 rgb_shift = combine->ScaleShiftRGB;
182 alpha_shift = combine->ScaleShiftA;
187 switch (combine->ModeRGB)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 43 * Texture combine functions
128 * \c GL_ZERO as combine inputs (which the code already supports). It can
134 const struct gl_tex_env_combine_state * combine,
138 const GLuint numColorArgs = combine->_NumArgsRGB;
139 const GLuint numAlphaArgs = combine->_NumArgsA;
169 switch (combine->ModeRGB) {
171 alpha_shift = combine->ScaleShiftA;
181 rgb_shift = combine->ScaleShiftRGB;
182 alpha_shift = combine->ScaleShiftA;
187 switch (combine->ModeRGB)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 47 * Default texture combine environment state. This is used to initialize
92 dst->Texture.Unit[u].Combine = src->Texture.Unit[u].Combine;
127 printf(" GL_COMBINE_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeRGB));
128 printf(" GL_COMBINE_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeA));
129 printf(" GL_SOURCE0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[0]));
130 printf(" GL_SOURCE1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[1]));
131 printf(" GL_SOURCE2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[2]));
132 printf(" GL_SOURCE0_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[0]));
133 printf(" GL_SOURCE1_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[1]))
391 struct gl_tex_env_combine_state *combine; local
    [all...]
  /external/mesa3d/src/mesa/main/
texstate.c 47 * Default texture combine environment state. This is used to initialize
92 dst->Texture.Unit[u].Combine = src->Texture.Unit[u].Combine;
127 printf(" GL_COMBINE_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeRGB));
128 printf(" GL_COMBINE_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeA));
129 printf(" GL_SOURCE0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[0]));
130 printf(" GL_SOURCE1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[1]));
131 printf(" GL_SOURCE2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[2]));
132 printf(" GL_SOURCE0_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[0]));
133 printf(" GL_SOURCE1_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[1]))
391 struct gl_tex_env_combine_state *combine; local
    [all...]

Completed in 1563 milliseconds

1 2 3 4 5 6 7 8 91011>>