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

12 3 4 5 6 7 8 91011>>

  /external/chromium/testing/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 may not support Combine() with some compilers. If we
  /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 may not support Combine() with some compilers. If we
  /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,
  /external/llvm/include/llvm/ADT/
Hashing.h 348 /// A type trait which is true if we want to combine values for hashing by
516 /// This sets up the state for a recursive hash combine, including getting
521 /// \brief Combine one chunk of data into the current in-flight hash.
532 // with the variadic combine because that formation can have varying
569 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
574 return combine(length, buffer_ptr, buffer_end, args...);
583 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
587 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6);
590 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
594 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5)
597 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
604 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
610 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
616 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
629 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
CombinerHeightMap.java 65 //the combine mode.
73 * @param map1 the first heightmap to combine.
74 * @param map2 the second heightmap to combine.
119 * @param map1 the first heightmap to combine.
121 * @param map2 the second heightmap to combine.
189 * <code>setHeightMaps</code> sets the height maps to combine.
  /dalvik/dexgen/src/com/android/dexgen/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/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));
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
DomainCombinerTest.java 37 * @tests java.security.DomainCombiner#combine(java.security.ProtectionDomain[],
50 public ProtectionDomain[] combine( method in class:DomainCombinerTest.MyCombiner
  /external/dexmaker/src/dx/java/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));
  /frameworks/base/docs/html/design/get-started/
creative-vision.jd 18 of art in their own right. Just like a well-made tool, your app should strive to combine beauty,
37 and to use apps in inventive new ways. Android lets people combine applications into new workflows
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 54 // ensure that an attempt to combine registers for a local
  /external/llvm/test/CodeGen/ARM/
2011-08-29-SchedCycle.ll 25 ; cycle when the scheduler combine subc and sube as a single scheduling
  /external/llvm/test/CodeGen/X86/
dagcombine-buildvector.ll 3 ; Shows a dag combine bug that will generate an illegal build vector
  /libcore/luni/src/main/java/java/security/
DomainCombiner.java 37 ProtectionDomain[] combine(ProtectionDomain[] current, ProtectionDomain[] assigned); method in interface:DomainCombiner
  /libcore/luni/src/main/java/javax/security/auth/
SubjectDomainCombiner.java 31 public ProtectionDomain[] combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains) { return null; } method in class:SubjectDomainCombiner
  /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/protobuf/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...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 94 result = Annotations.combine(result, signature);
125 result = Annotations.combine(result, innerClassAnnotations);
132 result = Annotations.combine(result, enclosingMethod);
139 result = Annotations.combine(result, annotationDefault);
161 result = Annotations.combine(result, throwsAnnotation);
193 // Both are non-null, so combine them.
195 return Annotations.combine(visible.getAnnotations(),
380 // Both are non-null, so combine them.
382 return AnnotationsList.combine(visible.getParameterAnnotations(),
  /external/bluetooth/bluez/sbc/
sbc_primitives_armv6.c 72 "pkhtb r3, r12, r3, asr #16\n" /* combine t1[0] and t1[1] */
93 "pkhtb r12, r14, r12, asr #16\n" /* combine t1[2] and t1[3] */
143 "pkhtb r3, r12, r3, asr #16\n" /* combine t1[6] and t1[7] */
165 "pkhtb r3, r12, r3, asr #16\n" /* combine t1[4] and t1[5] */
187 "pkhtb r3, r12, r3, asr #16\n" /* combine t1[0] and t1[1] */
208 "pkhtb r12, r14, r12, asr #16\n" /* combine t1[2] and t1[3] */
  /external/openssl/crypto/asn1/
tasn_new.c 68 int combine);
89 int combine)
103 if (!combine) *pval = NULL;
161 if (!combine)
189 if (!combine)
321 /* NB: could probably combine most of the real XXX_new() behaviour and junk
  /external/iptables/iptables/
iptables-xml.1 32 \fB\-c\fR, \fB\-\-combine\fR
33 combine consecutive rules with the same matches but different targets. iptables
  /frameworks/base/docs/html/training/graphics/opengl/
motion.jd 49 transformation matrix (a rotation matrix) and then combine it with your projection and
61 // Combine the rotation matrix with the projection and camera view
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 162 properties = IProperties.Factory.combine (userOverrides,
163 IProperties.Factory.combine (system,
164 IProperties.Factory.combine (systemFile,
165 IProperties.Factory.combine (appDefaults,
  /external/guava/guava/src/com/google/common/collect/
BstBalancePolicy.java 44 N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right); method in interface:BstBalancePolicy
  /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(

Completed in 2476 milliseconds

12 3 4 5 6 7 8 91011>>