/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
H A D | CombinerHeightMap.java | 60 private AbstractHeightMap map1;
field in class:CombinerHeightMap 73 * @param map1 the first heightmap to combine.
81 AbstractHeightMap map1,
87 if (null == map1 || null == map2) {
92 if (map1.getSize() != map2.getSize()) {
102 this.size = map1.getSize();
103 this.map1 = map1;
116 * map1 will be used with 40% of map2. The two factors must add up
119 * @param map1 th 80 CombinerHeightMap( AbstractHeightMap map1, AbstractHeightMap map2, int mode) argument 129 CombinerHeightMap( AbstractHeightMap map1, float factor1, AbstractHeightMap map2, float factor2, int mode) argument 196 setHeightMaps(AbstractHeightMap map1, AbstractHeightMap map2) argument [all...] |
/external/chromium/chrome/common/extensions/ |
H A D | extension_message_bundle_unittest.cc | 401 ExtensionToL10nMessagesMap* map1 = GetExtensionToL10nMessagesMap(); local 402 ASSERT_TRUE(NULL != map1); 405 ASSERT_EQ(map1, map2);
|
/external/e2fsprogs/intl/ |
H A D | localealias.c | 146 static int alias_compare (const struct alias_map *map1, 387 alias_compare (const struct alias_map *map1, const struct alias_map *map2) argument 390 return strcasecmp (map1->alias, map2->alias); 392 const unsigned char *p1 = (const unsigned char *) map1->alias;
|
/external/freetype/src/psnames/ |
H A D | psmodule.c | 171 PS_UniMap* map1 = (PS_UniMap*)a; local 173 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); 180 if ( map1->unicode > map2->unicode ) 182 else if ( map1->unicode < map2->unicode )
|
/external/stlport/test/unit/ |
H A D | map_test.cpp | 20 CPPUNIT_TEST(map1); 33 void map1(); 47 void MapTest::map1() function in class:MapTest
|
/external/chromium/testing/gtest/test/ |
H A D | gtest-printers_test.cc | 801 hash_map<int, char> map1; local 802 map1[1] = 'a'; 803 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); 807 hash_multimap<int, bool> map1; local 808 map1.insert(make_pair(5, true)); 809 map1.insert(make_pair(5, false)); 812 const string result = Print(map1); 815 << " where Print(map1) returns \"" << result << "\"."; 869 map<int, bool> map1; local 870 map1[ 877 multimap<bool, int> map1; local [all...] |
/external/gtest/test/ |
H A D | gtest-printers_test.cc | 801 hash_map<int, char> map1; local 802 map1[1] = 'a'; 803 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); 807 hash_multimap<int, bool> map1; local 808 map1.insert(make_pair(5, true)); 809 map1.insert(make_pair(5, false)); 812 const string result = Print(map1); 815 << " where Print(map1) returns \"" << result << "\"."; 869 map<int, bool> map1; local 870 map1[ 877 multimap<bool, int> map1; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.debug.core_3.6.0.v20100519.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |