HomeSort by relevance Sort by last modified time
    Searched defs:Combine (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/testing/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log.cc 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
  /external/webrtc/src/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log.cc 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
  /external/chromium_org/components/policy/core/common/
schema_registry.cc 117 Combine(true);
129 Combine(true);
136 Combine(false);
143 Combine(has_new_schemas);
156 Combine(false);
162 void CombinedSchemaRegistry::Combine(bool has_new_schemas) {
  /external/chromium_org/ui/gfx/
transform_util.cc 41 void Combine(SkMScalar* out,
99 Combine<4>(out, q1, q2, scale1, scale2);
300 Combine<3>(out->translate, to.translate, from.translate, scalea, scaleb);
301 Combine<3>(out->scale, to.scale, from.scale, scalea, scaleb);
302 Combine<3>(out->skew, to.skew, from.skew, scalea, scaleb);
303 Combine<4>(
380 Combine<3>(row[1], row[1], row[0], 1.0, -decomp->skew[0]);
391 Combine<3>(row[2], row[2], row[0], 1.0, -decomp->skew[1]);
393 Combine<3>(row[2], row[2], row[1], 1.0, -decomp->skew[2]);
  /external/chromium_org/v8/src/
jsregexp.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 55 T}m=Math.min(m,J);if(f>m)return false}b.fraction=f;return true};B.prototype.TestOverlap=function(b){var e=b.lowerBound.y-this.upperBound.y,f=this.lowerBound.y-b.upperBound.y;if(b.lowerBound.x-this.upperBound.x>0||e>0)return false;if(this.lowerBound.x-b.upperBound.x>0||f>0)return false;return true};B.Combine=function(b,e){var f=new B;f.Combine(b,e);return f};B.prototype.Combine=function(b,e){this.lowerBound.x=Math.min(b.lowerBound.x,e.lowerBound.x);this.lowerBound.y=Math.min(b.lowerBound.y,e.lowerBound.y);
84 2-e.y)<Math.abs((f.aabb.lowerBound.x+f.aabb.upperBound.x)/2-e.x)+Math.abs((f.aabb.lowerBound.y+f.aabb.upperBound.y)/2-e.y)?m:f}while(f.IsLeaf()==false)}e=f.parent;m=this.AllocateNode();m.parent=e;m.userData=null;m.aabb.Combine(b.aabb,f.aabb);if(e){if(f.parent.child1==f)e.child1=m;else e.child2=m;m.child1=f;m.child2=b;f.parent=m;b.parent=m;do{if(e.aabb.Contains(m.aabb))break;e.aabb.Combine(e.child1.aabb,e.child2.aabb);m=e;e=e.pa (…)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 195 /// combine - call the node-specific routine that knows how to fold each
198 SDValue combine(SDNode *N);
732 "Cannot combine value to value of different type!"));
1275 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 219 // GTEST_HAS_COMBINE - the Combine() function (for value-parameterized
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 219 // GTEST_HAS_COMBINE - the Combine() function (for value-parameterized
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 219 // GTEST_HAS_COMBINE - the Combine() function (for value-parameterized
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 1601 milliseconds