HomeSort by relevance Sort by last modified time
    Searched full:map4 (Results 1 - 10 of 10) sorted by null

  /external/eigen/test/
mapped_matrix.cpp 76 Map<MatrixType> map4(array4, rows, cols);
105 VERIFY_IS_EQUAL(map4, MatrixType::Ones(rows,cols));
106 map4 = map1;
107 MatrixType ma4 = map4;
108 VERIFY_IS_EQUAL(map1, map4);
109 VERIFY_IS_EQUAL(ma1, map4);
111 VERIFY_IS_APPROX(s1*map1, s1*map4);
113 map4 *= s1;
114 VERIFY_IS_APPROX(s1*map1, map4);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractMapTest.java 86 AbstractMap map4 = new IdentityHashMap(1); local
87 assertSame("IdentityHashMap", map4.keySet(), map4.keySet());
110 AbstractMap map4 = new IdentityHashMap(1); local
111 map4.put(key, value);
112 assertSame("IdentityHashMap", map4.remove(key), value);
238 AbstractMap map4 = new IdentityHashMap(1); local
239 assertSame("IdentityHashMap", map4.values(), map4.values());
  /external/protobuf/src/google/protobuf/util/internal/testdata/
maps.proto 47 map<bool, string> map4 = 5;
75 repeated Map4Entry map4 = 5;
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
SmallSortedMapTest.java 111 SmallSortedMap<Integer, Integer> map4 = local
122 assertNull(map4.put(i, i + 1));
128 assertEquals(Math.min(4, numElements), map4.getNumArrayEntries());
135 allMaps.add(map4);
146 assertEquals(map3, map4);
  /external/mesa3d/src/mesa/main/
glformats.c 56 #define MAP1(x) MAP4(x, ZERO, ZERO, ZERO)
57 #define MAP2(x,y) MAP4(x, y, ZERO, ZERO)
58 #define MAP3(x,y,z) MAP4(x, y, z, ZERO)
59 #define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE }
69 MAP4(0,0,0,ONE),
75 MAP4(ZERO, ZERO, ZERO, 0),
81 MAP4(0, 0, 0, 0),
87 MAP4(0,0,0,1),
93 MAP4(0,1,2,ONE),
99 MAP4(0,1,2,3)
    [all...]
  /prebuilts/go/darwin-x86/test/
escape_map.go 53 func map4() []*int { func
  /prebuilts/go/linux-x86/test/
escape_map.go 53 func map4() []*int { func
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 628 // "map4": {
656 ->StartObject("map4")
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapsTest.java 1346 Map<Number, Object> map4 = ImmutableMap.<Number, Object>of(1, 2); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 1690 Map<Number, Object> map4 = ImmutableMap.<Number, Object>of(1, 2); local
    [all...]

Completed in 726 milliseconds