/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-param-test.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product 365 // Combine() function. 382 // Combine() allows the user to combine two or more sequences to produce 386 // Combine(gen1, gen2, ..., genN) 393 // Combine can have up to $maxtuple arguments. This number is currently limited 410 // Combine(Values("cat", "dog"), 428 // Combine(Bool(), Bool())); 435 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine( [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product 365 // Combine() function. 382 // Combine() allows the user to combine two or more sequences to produce 386 // Combine(gen1, gen2, ..., genN) 393 // Combine can have up to $maxtuple arguments. This number is currently limited 410 // Combine(Values("cat", "dog"), 428 // Combine(Bool(), Bool())); 435 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine( [all...] |
/external/iptables/iptables/ |
iptables-xml.c | 38 /* Whether to combine actions of sequential rules with identical conditions */ 39 static int combine = 0; variable 43 {"combine", 0, NULL, 'c'}, 52 " [--combine ]\n" 531 NOTE: We don't want to combine actions if there were no criteria 545 * to combine further actions into the same xml */ 569 // This means we don't combine target-less rules, which is good 580 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) { 581 xmlComment("Combine action from next rule"); 636 combine = 1 [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest-param-test.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product 365 // Combine() function. 382 // Combine() allows the user to combine two or more sequences to produce 386 // Combine(gen1, gen2, ..., genN) 393 // Combine can have up to $maxtuple arguments. This number is currently limited 410 // Combine(Values("cat", "dog"), 428 // Combine(Bool(), Bool())); 435 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine( [all...] |
/external/opencv3/modules/cudafilters/test/ |
test_filters.cpp | 112 INSTANTIATE_TEST_CASE_P(CUDA_Filters, Blur, testing::Combine( 164 INSTANTIATE_TEST_CASE_P(CUDA_Filters, Filter2D, testing::Combine( 211 INSTANTIATE_TEST_CASE_P(CUDA_Filters, Laplacian, testing::Combine( 268 INSTANTIATE_TEST_CASE_P(CUDA_Filters, SeparableLinearFilter, testing::Combine( 340 INSTANTIATE_TEST_CASE_P(CUDA_Filters, Sobel, testing::Combine( 405 INSTANTIATE_TEST_CASE_P(CUDA_Filters, Scharr, testing::Combine( 466 INSTANTIATE_TEST_CASE_P(CUDA_Filters, GaussianBlur, testing::Combine( 535 INSTANTIATE_TEST_CASE_P(CUDA_Filters, Erode, testing::Combine( 586 INSTANTIATE_TEST_CASE_P(CUDA_Filters, Dilate, testing::Combine( 641 INSTANTIATE_TEST_CASE_P(CUDA_Filters, MorphEx, testing::Combine( [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-param-test.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product 365 // Combine() function. 382 // Combine() allows the user to combine two or more sequences to produce 386 // Combine(gen1, gen2, ..., genN) 393 // Combine can have up to $maxtuple arguments. This number is currently limited 410 // Combine(Values("cat", "dog"), 428 // Combine(Bool(), Bool())); 435 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine( [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-param-test.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product 365 // Combine() function. 382 // Combine() allows the user to combine two or more sequences to produce 386 // Combine(gen1, gen2, ..., genN) 393 // Combine can have up to $maxtuple arguments. This number is currently limited 410 // Combine(Values("cat", "dog"), 428 // Combine(Bool(), Bool())); 435 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine( [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
jquery.flot.pie.js | 43 combine: { 44 threshold: 0-1 for the percentage value at which to combine slices (if they're too small) 159 plot.setData(combine(plot.getData())); 163 function combine(data) { 168 color = options.series.pie.combine.color, 210 // Count the number of slices with percentages below the combine 211 // threshold; if it turns out to be just one, we won't combine. 215 if (value / total <= options.series.pie.combine.threshold) { 226 if (numCombined < 2 || value / total > options.series.pie.combine.threshold) { 244 label: options.series.pie.combine.label [all...] |
/external/ImageMagick/ImageMagick/script/ |
color-management.html | 91 convert myimage_channels_*.png -combine myimage2.png 94 <p>In the above example, the result is darker than the original, because the channels were separate as linear gray and subsequently combined as linear color. In order to return the channels back to sRGB, one must change the colorspace from RGB back to sRGB after the <code>-combine</code> step.</p> 98 convert myimage_channels_*.png -combine -colorspace sRGB myimage2.png 105 convert myimage_channels_*.png -combine -colorspace RGB -set colorspace sRGB myimage2.png 112 convert myimage_channels_*.png -set colorspace HSL -combine -colorspace sRGB myimage2.png 117 convert myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set colorspace sRGB myimage2.png
|
/external/ImageMagick/www/ |
color-management.html | 95 convert myimage_channels_*.png -combine myimage2.png 98 <p>In the above example, the result is darker than the original, because the channels were separate as linear gray and subsequently combined as linear color. In order to return the channels back to sRGB, one must change the colorspace from RGB back to sRGB after the <code>-combine</code> step.</p> 102 convert myimage_channels_*.png -combine -colorspace sRGB myimage2.png 109 convert myimage_channels_*.png -combine -colorspace RGB -set colorspace sRGB myimage2.png 116 convert myimage_channels_*.png -set colorspace HSL -combine -colorspace sRGB myimage2.png 121 convert myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set colorspace sRGB myimage2.png
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
datapart_encode.cpp | 155 BitstreamAppendEnc(bs1, bs2); /* Combine bs1 and bs2 */ 156 BitstreamAppendEnc(bs1, bs3); /* Combine bs1 and bs3 */ 395 status = BitstreamAppendEnc(bs1, bs2); /* Combine with bs2 */ 396 status = BitstreamAppendEnc(bs1, bs3); /* Combine with bs3 */ 453 status = BitstreamAppendEnc(bs1, bs2); /* Combine with bs2 */ 454 status = BitstreamAppendEnc(bs1, bs3); /* Combine with bs3 */
|
/toolchain/binutils/binutils-2.25/ld/ |
genscripts.sh | 345 ( echo "/* Script for -z combreloc: combine and sort reloc sections */" 353 ( echo "/* Script for -z combreloc -z now -z relro: combine and sort reloc sections */" 375 ( echo "/* Script for --shared -z combreloc: shared library, combine & sort relocs */" 386 ( echo "/* Script for --shared -z combreloc -z now -z relro: shared library, combine & sort relocs */" 410 ( echo "/* Script for -pie -z combreloc: position independent executable, combine & sort relocs */" 418 ( echo "/* Script for -pie -z combreloc -z now -z relro: position independent executable, combine & sort relocs */"
|
/external/opencv3/modules/cudaarithm/test/ |
test_element_operations.cpp | 108 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Add_Array, testing::Combine( 170 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Add_Array_Mask, testing::Combine( 258 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Add_Scalar, testing::Combine( 346 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Add_Scalar_First, testing::Combine( 411 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Subtract_Array, testing::Combine( 473 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Subtract_Array_Mask, testing::Combine( 561 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Subtract_Scalar, testing::Combine( 649 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Subtract_Scalar_First, testing::Combine( 743 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Multiply_Array, testing::Combine( 843 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Multiply_Array_Special, testing::Combine( [all...] |
/external/emma/core/java12/com/vladium/util/ |
Descriptors.java | 27 public static String combine (final String packageName, final String name, final char separator) method in class:Descriptors 40 return combine (packageName, name, JAVA_NAME_SEPARATOR); 45 return combine (packageName, name, VM_NAME_SEPARATOR);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
BurmeseBreakEngine.java | 22 // Will not combine a non-word with a preceding dictionary word longer than this 24 // Will not combine a non-word that shares at least this much prefix with a 152 // next word. If it's not a dictionary word, we will combine it with the word we
|
KhmerBreakEngine.java | 22 // Will not combine a non-word with a preceding dictionary word longer than this 24 // Will not combine a non-word that shares at least this much prefix with a 156 // next word. If it's not a dictionary word, we will combine it with the word we
|
LaoBreakEngine.java | 22 // Will not combine a non-word with a preceding dictionary word longer than this 24 // Will not combine a non-word that shares at least this much prefix with a 155 // next word. If it's not a dictionary word, we will combine it with the word we
|
ThaiBreakEngine.java | 22 // Will not combine a non-word with a preceding dictionary word longer than this 24 // Will not combine a non-word that shares at least this much prefix with a 167 // next word. If it's not a dictionary word, we will combine it with the word we
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
BurmeseBreakEngine.java | 21 // Will not combine a non-word with a preceding dictionary word longer than this 23 // Will not combine a non-word that shares at least this much prefix with a 151 // next word. If it's not a dictionary word, we will combine it with the word we
|
KhmerBreakEngine.java | 21 // Will not combine a non-word with a preceding dictionary word longer than this 23 // Will not combine a non-word that shares at least this much prefix with a 155 // next word. If it's not a dictionary word, we will combine it with the word we
|
LaoBreakEngine.java | 21 // Will not combine a non-word with a preceding dictionary word longer than this 23 // Will not combine a non-word that shares at least this much prefix with a 154 // next word. If it's not a dictionary word, we will combine it with the word we
|
ThaiBreakEngine.java | 21 // Will not combine a non-word with a preceding dictionary word longer than this 23 // Will not combine a non-word that shares at least this much prefix with a 166 // next word. If it's not a dictionary word, we will combine it with the word we
|
/external/libvpx/libvpx/test/ |
codec_factory.h | 154 ::testing::Combine( \ 248 ::testing::Combine( \ 339 ::testing::Combine( \
|
/external/llvm/test/CodeGen/AArch64/ |
fcvt_combine.ll | 103 ; Don't combine all undefs. 114 ; Combine if mix of undef and pow2. 124 ; Don't combine when multiplied by 0.0.
|
/prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/ |
xstream-1.4.8.pom | 189 <archive combine.children="append"> 340 <archive combine.children="append"> 355 <instructions combine.children="append">
|