/external/libxml2/test/relaxng/ |
spec.rng | 10 <define name="synop.class" combine="choice">
16 <start combine="choice">
22 <define name="tech.char.class" combine="choice">
|
OpenDocumentSub.rng | 57 <define name="office-document-common-attrs" combine="interleave"> 80 <define name="text-notes-configuration-content" combine="interleave"> 83 <define name="text-notes-configuration-content" combine="interleave"> 90 <define name="text-notes-configuration-content" combine="interleave"> 97 <define name="text-notes-configuration-content" combine="interleave"> 104 <define name="text-notes-configuration-content" combine="interleave"> 111 <define name="text-notes-configuration-content" combine="interleave"> 118 <define name="text-notes-configuration-content" combine="interleave"> 124 <define name="text-notes-configuration-content" combine="interleave"> 135 <define name="text-notes-configuration-content" combine="interleave" [all...] |
tutor9_8.rng | 31 <define name="inline.class" combine="choice">
|
/external/llvm/test/tools/llvm-profdata/ |
count-mismatch.proftext | 1 # Make sure we don't try to combine counters with the same function 15 # The hash matches, but we can't combine these because the number of 26 # This one does match, so it should combine with the first just fine.
|
/external/skia/src/core/ |
SkEdgeBuilder.h | 30 enum Combine { 36 static Combine CombineVertical(const SkEdge* edge, SkEdge* last); 37 Combine checkVertical(const SkEdge* edge, SkEdge** edgePtr);
|
/external/guice/core/test/com/google/inject/ |
ModulesTest.java | 33 Module combined = Modules.combine(newModule(1), newModule(2L), newModule((short) 3)); 42 Injector injector = Guice.createInjector(Modules.combine(modules)); 49 * The module returned by Modules.combine shouldn't show up in binder sources. 54 final Module combined1 = Modules.combine(m1, m2); 60 final Module combined2 = Modules.combine(skipSourcesModule);
|
/external/libbrillo/brillo/ |
mime_utils_unittest.cc | 11 TEST(MimeUtils, Combine) { 12 std::string mime_string = mime::Combine(mime::types::kText, "xml"); 16 mime::Combine(mime::types::kApplication, "json", {{"charset", "utf-8"}})); 30 EXPECT_EQ(mime::application::kJson, mime::Combine(s1, s2)); 35 mime::Combine(s1, s2, parameters));
|
url_utils_unittest.cc | 11 TEST(UrlUtils, Combine) { 13 url::Combine("http://sample.org", "path")); 15 url::Combine("http://sample.org/", "path")); 16 EXPECT_EQ("path1/path2", url::Combine("", "path1/path2")); 17 EXPECT_EQ("path1/path2", url::Combine("path1", "path2")); 18 EXPECT_EQ("http://sample.org", url::Combine("http://sample.org", "")); 20 url::Combine("http://sample.org/", "/path")); 22 url::Combine("http://sample.org", "//////path")); 23 EXPECT_EQ("http://sample.org/", url::Combine("http://sample.org", "///")); 25 url::Combine("http://sample.org/obj", "path1/path2")) [all...] |
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/ |
TiledMapPackerTest.java | 37 String combine = "--combine-tilesets"; local 53 String[] combineTilesets = {input, output, combine}; 54 String[] unusedAndCombine = {input, output, unused, combine}; 55 String[] badOption = {input, output, unused, verboseOpt, combine, badOpt};
|
/external/llvm/test/CodeGen/Hexagon/ |
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 | 6 ; CHECK: combine(#0 22 ; CHECK: combine(#0
|
/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/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/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...] |
/external/opencv3/modules/core/perf/opencl/ |
perf_matop.cpp | 21 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES)) 43 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES)) 65 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES)) 88 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES)) 109 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES)) 126 ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_TEST_TYPES))
|
perf_arithm.cpp | 55 ::testing::Combine(OCL_TEST_SIZES, 79 OCL_PERF_TEST_P(ExpFixture, Exp, ::testing::Combine( 101 OCL_PERF_TEST_P(LogFixture, Log, ::testing::Combine( 124 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134)) 144 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134)) 164 OCL_PERF_TEST_P(MulFixture, Multiply, ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134)) 185 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134)) 206 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134)) 226 OCL_PERF_TEST_P(CartToPolarFixture, CartToPolar, ::testing::Combine( 249 OCL_PERF_TEST_P(PolarToCartFixture, PolarToCart, ::testing::Combine( [all...] |
/external/clang/test/Parser/ |
check-syntax-1.m | 3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
|
/external/clang/test/SemaCXX/ |
auto-cxx0x.cpp | 5 int auto b; // expected-error{{cannot combine with previous 'int' declaration specifier}}
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
FuturesCombineBenchmark.java | 32 * A benchmark for {@link Futures#combine} 39 @Override <V> ListenableFuture<V> combine(final Callable<V> combiner, Executor executor, method 59 <V> ListenableFuture<V> combine(Callable<V> combiner, final Executor executor, 61 return Futures.combine(combiner, executor, futures); 65 abstract <V> ListenableFuture<V> combine( 89 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get(); 104 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get(); 115 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures); 131 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);
|
/external/opencv3/modules/core/perf/ |
perf_abs.cpp | 11 #define TYPICAL_MATS_ABS testing::Combine( testing::Values( TYPICAL_MAT_SIZES_ABS), testing::Values( TYPICAL_MAT_TYPES_ABS) )
|
perf_inRange.cpp | 10 #define TYPICAL_MATS_INRANGE testing::Combine(testing::Values(szVGA, sz720p, sz1080p), testing::Values(TYPICAL_MAT_TYPES_INRANGE))
|
perf_compare.cpp | 15 testing::Combine( 38 testing::Combine(
|
/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. 37 #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) 139 // workaround for an ABI bug that prevents GOT relocations on combine 144 // Only combine constant extended A2_tfrsi if we are in aggressive mode 497 void HexagonCopyToCombine::combine(MachineInstr *I1, MachineInstr *I2, function in class:HexagonCopyToCombine [all...] |
/external/opencv3/modules/imgproc/perf/ |
perf_blur.cpp | 13 testing::Combine( 47 testing::Combine( 69 testing::Combine( 91 testing::Combine( 118 testing::Combine( 140 testing::Combine( 168 testing::Combine( 190 testing::Combine(
|
perf_filter2d.cpp | 17 Combine( 46 Combine(
|