HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 1 - 25 of 897) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/043-dex-two-classes/
info.txt 4 an attempt to combine two classes into a .dex file succeeds.
  /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...]
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /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...]
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /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...]
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /external/skia/src/core/
SkFilterProc.cpp 62 #define COMBINE(lo, hi) (((lo) & ~0xFF00) | (((hi) & ~0xFF00) << 8))
72 return COMBINE(lo, hi);
77 return COMBINE(lo, hi);
82 return COMBINE(lo, hi);
88 return COMBINE(lo, hi);
93 return COMBINE(lo, hi);
98 return COMBINE(lo, hi);
103 return COMBINE(lo, hi);
109 return COMBINE(lo, hi);
114 return COMBINE(lo, hi)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
StringUtils.java 31 * Combine a list of strings in an <code>Object[]</code> into a single
34 * @param list non-null; the strings to combine
  /external/gtest/samples/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must combine
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
161 Combine(Bool(), Values(1, 10)));
165 // Google Test doesn't support Combine() on some platforms and compilers,
  /external/protobuf/gtest/samples/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must combine
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
161 Combine(Bool(), Values(1, 10)));
165 // Google Test doesn't support Combine() on some platforms and compilers,
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectDomainCombinerTest.java 110 * @tests javax.security.auth.SubjectDomainCombiner#combine()
115 method = "combine",
146 // combine
149 ProtectionDomain[] r_pd = c.combine(current_pd, assigned_pd);
206 * @tests javax.security.auth.SubjectDomainCombiner#combine()
211 method = "combine",
242 // combine
245 ProtectionDomain[] r_pd = c.combine(current_pd, assigned_pd);
288 * @tests javax.security.auth.SubjectDomainCombiner#combine()
293 method = "combine",
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 54 // ensure that an attempt to combine registers for a local
  /external/netcat/data/
showmount.d 6 # combine stdout *and* stderr thru "strings" or something to clean it up
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
makefile.26 21 # Notwithstanding the above, under no circumstances may you combine this
  /hardware/broadcom/wlan/bcm4329/src/
branding.inc 17 # Notwithstanding the above, under no circumstances may you combine this
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
makefile.26 21 # Notwithstanding the above, under no circumstances may you combine this
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmperf.h 20 * Notwithstanding the above, under no circumstances may you combine this
epivers.h 18 * Notwithstanding the above, under no circumstances may you combine this
hndpmu.h 20 * Notwithstanding the above, under no circumstances may you combine this
  /libcore/luni/src/main/java/java/security/
DomainCombiner.java 45 ProtectionDomain[] combine(ProtectionDomain[] current, method in interface:DomainCombiner
  /external/gtest/include/gtest/
gtest-param-test.h.pump 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support.
90 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
331 // Combine() function.
348 // Combine() allows the user to combine two or more sequences to produce
352 // Combine(gen1, gen2, ..., genN)
359 // Combine can have up to $maxtuple arguments. This number is currently limited
376 // Combine(Values("cat", "dog"),
394 // Combine(Bool(), Bool()));
401 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine(
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support.
90 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
331 // Combine() function.
348 // Combine() allows the user to combine two or more sequences to produce
352 // Combine(gen1, gen2, ..., genN)
359 // Combine can have up to $maxtuple arguments. This number is currently limited
376 // Combine(Values("cat", "dog"),
394 // Combine(Bool(), Bool()));
401 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine(
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 64 using ::testing::Combine;
430 // Tests that Combine() with two parameters generates the expected sequence.
435 Combine(Values(foo, bar), Values(3, 4));
443 // Tests that Combine() with three parameters generates the expected sequence.
445 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
456 // Tests that the Combine() with the first parameter generating a single value
460 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
467 // Tests that the Combine() with the second parameter generating a single value
471 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
479 // Combine() produces an empty sequence, too
    [all...]

Completed in 2891 milliseconds

1 2 3 4 5 6 7 8 91011>>