HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 101 - 125 of 2000) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/hyphenation/
substrings.c 144 // Combine two patterns, i.e. .ad4der + a2d becomes .a2d4der
147 static char *combine( function
233 newpattab_val[newpatterns++] = combine(neworg,pattab_val[subpat_ndx]);
238 newpattab_val[newpat_ndx] = combine(
  /external/icu4c/layout/
TibetanReordering.h 59 // times. They can combine with subjoined vowels, and are always coded after these.
63 // without vowel or after the vowel, but never before. Cannot combine with Anusvara.
68 // combine with them, so they have to be considered independently.
69 // Digit combining marks -> dependent marks that combine with digits.
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_neon.c 40 // combine and add to dest
  /external/openssl/crypto/asn1/
tasn_fre.c 65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
127 if (!combine)
174 if (!combine)
  /external/pixman/pixman/
Android.mk 18 pixman-combine-float.c \
  /external/webrtc/src/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
  /libcore/luni/src/test/java/libcore/java/security/
AccessControllerTest.java 39 public ProtectionDomain[] combine(ProtectionDomain[] a, ProtectionDomain[] b) {
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailFilterFactory.java 36 * It is possible to combine multiple filters with OR or AND operation using the methods
78 /** Combine multiple filters with OR clause. */
83 /** Combine multiple filters with AND clause. */
  /external/chromium_org/cc/output/
render_surface_filters_unittest.cc 25 // Several filters should always combine for any amount between 0 and 1:
68 // Several filters should never combine: blur, drop-shadow.
73 // sepia and hue may or may not combine depending on the value.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp 12 // template <class Facet> locale combine(const locale& other) const;
83 std::locale loc3 = loc.combine<my_facet>(loc2);
98 std::locale loc3 = loc.combine<my_facet>(loc2);
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 167 self.add_action('-c', '--combine', 'combine')
248 'combine': CmdOptionParser("combine", GLOBAL_ARGS,
250 description = "Combine data from multiple coverage files collected "
428 for j in ['annotate', 'html', 'report', 'combine']:
529 if 'combine' in options.actions:
530 self.coverage.combine()
590 Combine data from multiple coverage files (as created by -p option above)
627 combine Combine a number of data files
    [all...]
  /external/chromium/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
366 // Combine() function.
383 // Combine() allows the user to combine two or more sequences to produce
387 // Combine(gen1, gen2, ..., genN)
394 // Combine can have up to $maxtuple arguments. This number is currently limited
411 // Combine(Values("cat", "dog"),
429 // Combine(Bool(), Bool()));
436 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine(
    [all...]
  /external/chromium_org/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/chromium_org/third_party/mesa/src/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/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 42 /* Whether to combine actions of sequential rules with identical conditions */
43 static int combine = 0; variable
47 {"combine", 0, NULL, 'c'},
56 " [--combine ]\n"
528 NOTE: We don't want to combine actions if there were no criteria
542 * to combine further actions into the same xml */
566 // This means we don't combine target-less rules, which is good
577 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
578 xmlComment("Combine action from next rule");
638 combine = 1
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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/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...]
  /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_org/third_party/skia/src/core/
SkBlitMask_D32.cpp 345 // exand.. add.. combine
347 // expand..combine add expand..combine
351 #define COMBINE(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m)))
364 // this is slightly slower than the expand/combine version, but it
375 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);

Completed in 2966 milliseconds

1 2 3 45 6 7 8 91011>>