HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 51 - 75 of 1264) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/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/skia/include/gpu/
GrClipIterator.h 18 * A clip is a list of paths and/or rects with set operations to combine them.
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 15 # combine phrases into a compound pattern
  /external/webrtc/src/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
  /frameworks/base/docs/html/design/style/
devices-displays.jd 22 <p>On larger devices, take advantage of extra screen real estate. Create compound views that combine
  /frameworks/base/media/java/android/media/
IRemoteControlDisplay.aidl 52 * To combine metadata text and artwork in one binder call
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h 31 // when PLT isn't used. To support .got.plt section, we must combine
  /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/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/quake/quake/src/QW/client/
snd_dma.c 729 channel_t *combine; local
742 combine = NULL;
754 // try to combine static sounds with a previous channel of the same
760 if (combine && combine->sfx == ch->sfx)
762 combine->leftvol += ch->leftvol;
763 combine->rightvol += ch->rightvol;
768 combine = channels+MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS;
769 for (j=MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS ; j<i; j++, combine++)
770 if (combine->sfx == ch->sfx
    [all...]
  /external/quake/quake/src/WinQuake/
snd_dma.cpp 733 channel_t *combine; local
746 combine = NULL;
758 // try to combine static sounds with a previous channel of the same
764 if (combine && combine->sfx == ch->sfx)
766 combine->leftvol += ch->leftvol;
767 combine->rightvol += ch->rightvol;
772 combine = channels+MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS;
773 for (j=MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS ; j<i; j++, combine++)
774 if (combine->sfx == ch->sfx
    [all...]
  /gdk/samples/quake/jni/
snd_dma.cpp 733 channel_t *combine; local
746 combine = NULL;
758 // try to combine static sounds with a previous channel of the same
764 if (combine && combine->sfx == ch->sfx)
766 combine->leftvol += ch->leftvol;
767 combine->rightvol += ch->rightvol;
772 combine = channels+MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS;
773 for (j=MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS ; j<i; j++, combine++)
774 if (combine->sfx == ch->sfx
    [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/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/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)))
362 // this is slightly slower than the expand/combine version, but it
373 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
  /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 */
  /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/hyphenation/
substrings.pl 91 combine ($newpattab{$newpat}, $pattab{$subpat});
126 # Combine two patterns, i.e. .ad4der + a2d becomes .a2d4der
128 sub combine { subroutine
  /development/testrunner/
coverage.py 198 self._output_root_path, and combine them into a single coverage report.
316 parser = optparse.OptionParser(usage="usage: %prog --combine-coverage")
318 "-c", "--combine-coverage", dest="combine_coverage", default=False,
319 action="store_true", help="Combine coverage results stored given "
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 516 /** We need to combine operations and report invalid operations (like
521 * I.i.u I.i.v combine: Iivu
529 * D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right)
535 * R.x-y.v I.x.u R.x-y.uv (combine, delete I)
550 * 1. for any inserts to same index, combine even if not adjacent.
551 * 2. for any prior replace with same left boundary, combine this
613 // D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right)
639 // combine current insert with prior if any at same index
645 { // combine objects
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 407 /** We need to combine operations and report invalid operations (like
412 * I.i.u I.i.v combine: Iivu
420 * D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right)
426 * R.x-y.v I.x.u R.x-y.uv (combine, delete I)
441 * 1. for any inserts to same index, combine even if not adjacent.
442 * 2. for any prior replace with same left boundary, combine this
495 // D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right)
516 // combine current insert with prior if any at same index
520 if ( prevIop.index == iop.index ) { // combine objects

Completed in 1550 milliseconds

1 23 4 5 6 7 8 91011>>