Home
last modified time | relevance | path

Searched refs:mapArray (Results 1 – 25 of 100) sorted by relevance

1234

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Control/
H A DSettings.cpp76 mapArray( MIXED, 0 ), in SettingData()
99 mapArray( other.mapArray ), in SettingData()
111 mapArray = other.mapArray; in operator =()
121 mapArray[TRIANGLE] = &defTriFunc; in fix_copy()
127 mapArray[PYRAMID] = &defPyrFunc; in fix_copy()
129 mapArray[PRISM] = &defPriFunc; in fix_copy()
162 mData->mapArray[type] = func; in set_mapping_function()
172 if (mData->mapArray.size() <= type) in set_mapping_function()
174 mData->mapArray[type] = func; in set_mapping_function()
185 mData->mapArray[type] = func; in set_mapping_function()
[all …]
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DStronglyConnected.sml38 val mapArray = Array.array(lastAddress - startAddress, NONE) value
43 val { lowLink, index } = valOf(Array.sub(mapArray, off))
45 Array.update(mapArray, off, SOME{ index = index, lowLink = Int.min(lowLink, try) })
57 val () = Array.update(mapArray, v, SOME{index = thisIndex, lowLink = thisIndex})
66 case Array.sub(mapArray, w) of
71 updateMin(addr, #lowLink(valOf(Array.sub(mapArray, w))));
78 then updateMin(addr, #index(valOf(Array.sub(mapArray, w))))
88 if #lowLink(valOf(Array.sub(mapArray, v))) = thisIndex (* This is the minimum *)
105 case Array.sub(mapArray, nodeAddress item-startAddress) of
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/test/java/org/apache/commons/beanutils/
H A DLazyDynaListTestCase.java197 TreeMap<?, ?>[] mapArray = (TreeMap[])lazyList.toArray(); in testCollection() local
201 assertEquals("3. check size", size, mapArray.length); in testCollection()
204 assertEquals("5."+i+" Map error ", "val"+i, mapArray[i].get("prop"+i)); in testCollection()
214 mapArray = (TreeMap[])lazyList.toArray(); in testCollection()
218 assertEquals("8. check size", size, mapArray.length); in testCollection()
221 assertEquals("10."+i+" Map error ", "val"+i, mapArray[i].get("prop"+i)); in testCollection()
360 Map<?, ?>[] mapArray = (Map[])array; in mapTest() local
361 assertEquals("7. Array Size Wrong", 1, mapArray.length); in mapTest()
377 mapArray = (Map[])array; in mapTest()
378 assertEquals("14. Array Size Wrong", 3, mapArray.length); in mapTest()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-persistent/src/main/java/de/lmu/ifi/dbs/elki/persistent/
H A DOnDiskArray.java166 mapArray(); in OnDiskArray()
198 mapArray(); in OnDiskArray()
226 mapArray(); in OnDiskArray()
234 private synchronized void mapArray() throws IOException { in mapArray() method in OnDiskArray
335 mapArray(); in resizeFile()
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/JavaScript/
H A DCallbackGenerator.php49 $config = $this->mapArray($config, explode('.', $path), $params);
157 protected function mapArray(array $array, array $path, array $params) function in s9e\\TextFormatter\\Configurator\\JavaScript\\CallbackGenerator
167 …$array[$key] = (empty($path)) ? $this->generateFunction($array[$key], $params) : $this->mapArray($…
/dports/ftp/fastdfs/fastdfs-6.06/tracker/
H A Dfdfs_server_id_func.c148 static int fdfs_init_ip_array(FDFSStorageIdMapArray *mapArray, in fdfs_init_ip_array() argument
158 mapArray->count = fdfs_calc_ip_count(); in fdfs_init_ip_array()
159 alloc_bytes = sizeof(FDFSStorageIdMap) * mapArray->count; in fdfs_init_ip_array()
160 mapArray->maps = (FDFSStorageIdMap *)malloc(alloc_bytes); in fdfs_init_ip_array()
161 if (mapArray->maps == NULL) in fdfs_init_ip_array()
170 memset(mapArray->maps, 0, alloc_bytes); in fdfs_init_ip_array()
173 idMap = mapArray->maps; in fdfs_init_ip_array()
186 qsort(mapArray->maps, mapArray->count, in fdfs_init_ip_array()
/dports/ftp/php-fastdfs/fastdfs-6.06/tracker/
H A Dfdfs_server_id_func.c148 static int fdfs_init_ip_array(FDFSStorageIdMapArray *mapArray, in fdfs_init_ip_array() argument
158 mapArray->count = fdfs_calc_ip_count(); in fdfs_init_ip_array()
159 alloc_bytes = sizeof(FDFSStorageIdMap) * mapArray->count; in fdfs_init_ip_array()
160 mapArray->maps = (FDFSStorageIdMap *)malloc(alloc_bytes); in fdfs_init_ip_array()
161 if (mapArray->maps == NULL) in fdfs_init_ip_array()
170 memset(mapArray->maps, 0, alloc_bytes); in fdfs_init_ip_array()
173 idMap = mapArray->maps; in fdfs_init_ip_array()
186 qsort(mapArray->maps, mapArray->count, in fdfs_init_ip_array()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
H A Djsmapping.go49 return $mapArray(v, function(e) { return $externalize(e, t.elem); });
77 return $mapArray($sliceToArray(v), function(e) { return $externalize(e, t.elem); });
225 return $mapArray(v, function(e) { return $internalize(e, t.elem); });
316 return new t($mapArray(v, function(e) { return $internalize(e, t.elem); }));
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
H A Djsmapping.go49 return $mapArray(v, function(e) { return $externalize(e, t.elem); });
77 return $mapArray($sliceToArray(v), function(e) { return $externalize(e, t.elem); });
225 return $mapArray(v, function(e) { return $internalize(e, t.elem); });
316 return new t($mapArray(v, function(e) { return $internalize(e, t.elem); }));
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Dtypes.go145 return Array.prototype.join.call($mapArray(x, function(e) {
251 return $mapArray(fields, function(f) {
555 …var typeKey = $mapArray(params, function(p) { return p.id; }).join(",") + "$" + $mapArray(results,…
558 var paramTypes = $mapArray(params, function(p) { return p.string; });
566 string += " (" + $mapArray(results, function(r) { return r.string; }).join(", ") + ")";
577 …var typeKey = $mapArray(methods, function(m) { return m.pkg + "," + m.name + "," + m.typ.id; }).jo…
582 string = "interface { " + $mapArray(methods, function(m) {
669 …var typeKey = $mapArray(fields, function(f) { return f.name + "," + f.typ.id + "," + f.tag; }).joi…
672 var string = "struct { " + $mapArray(fields, function(f) {
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/AGPL/
H A DJsonMapper.php65 * @see mapArray()
139 $child = $this->mapArray($jvalue, $array, $subtype);
203 public function mapArray($json, $array, $class = null) function in JsonMapper
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DPathGraphics.java718 char[][] mapArray = null; in printedSimpleGlyphVector() local
726 mapArray = (char[][])fontMap.get(font2D.handle); in printedSimpleGlyphVector()
727 if (mapArray == null) { in printedSimpleGlyphVector()
728 mapArray = new char[numSlots][]; in printedSimpleGlyphVector()
729 fontMap.put(font2D.handle, mapArray); in printedSimpleGlyphVector()
736 if (mapArray[slot] == null) { in printedSimpleGlyphVector()
742 mapArray[slot] = map; in printedSimpleGlyphVector()
758 char[] map = mapArray[gc >>> 24]; in printedSimpleGlyphVector()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/print/
H A DPathGraphics.java718 char[][] mapArray = null; in printedSimpleGlyphVector() local
726 mapArray = (char[][])fontMap.get(font2D.handle); in printedSimpleGlyphVector()
727 if (mapArray == null) { in printedSimpleGlyphVector()
728 mapArray = new char[numSlots][]; in printedSimpleGlyphVector()
729 fontMap.put(font2D.handle, mapArray); in printedSimpleGlyphVector()
736 if (mapArray[slot] == null) { in printedSimpleGlyphVector()
742 mapArray[slot] = map; in printedSimpleGlyphVector()
758 char[] map = mapArray[gc >>> 24]; in printedSimpleGlyphVector()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DPathGraphics.java718 char[][] mapArray = null; in printedSimpleGlyphVector() local
726 mapArray = (char[][])fontMap.get(font2D.handle); in printedSimpleGlyphVector()
727 if (mapArray == null) { in printedSimpleGlyphVector()
728 mapArray = new char[numSlots][]; in printedSimpleGlyphVector()
729 fontMap.put(font2D.handle, mapArray); in printedSimpleGlyphVector()
736 if (mapArray[slot] == null) { in printedSimpleGlyphVector()
742 mapArray[slot] = map; in printedSimpleGlyphVector()
758 char[] map = mapArray[gc >>> 24]; in printedSimpleGlyphVector()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DPathGraphics.java722 char[][] mapArray = null; in printedSimpleGlyphVector() local
730 mapArray = (char[][])fontMap.get(font2D.handle); in printedSimpleGlyphVector()
731 if (mapArray == null) { in printedSimpleGlyphVector()
732 mapArray = new char[numSlots][]; in printedSimpleGlyphVector()
733 fontMap.put(font2D.handle, mapArray); in printedSimpleGlyphVector()
740 if (mapArray[slot] == null) { in printedSimpleGlyphVector()
746 mapArray[slot] = map; in printedSimpleGlyphVector()
762 char[] map = mapArray[gc >>> 24]; in printedSimpleGlyphVector()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/print/
H A DPathGraphics.java718 char[][] mapArray = null; in printedSimpleGlyphVector() local
726 mapArray = (char[][])fontMap.get(font2D.handle); in printedSimpleGlyphVector()
727 if (mapArray == null) { in printedSimpleGlyphVector()
728 mapArray = new char[numSlots][]; in printedSimpleGlyphVector()
729 fontMap.put(font2D.handle, mapArray); in printedSimpleGlyphVector()
736 if (mapArray[slot] == null) { in printedSimpleGlyphVector()
742 mapArray[slot] = map; in printedSimpleGlyphVector()
758 char[] map = mapArray[gc >>> 24]; in printedSimpleGlyphVector()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/print/
H A DPathGraphics.java718 char[][] mapArray = null; in printedSimpleGlyphVector() local
726 mapArray = (char[][])fontMap.get(font2D.handle); in printedSimpleGlyphVector()
727 if (mapArray == null) { in printedSimpleGlyphVector()
728 mapArray = new char[numSlots][]; in printedSimpleGlyphVector()
729 fontMap.put(font2D.handle, mapArray); in printedSimpleGlyphVector()
736 if (mapArray[slot] == null) { in printedSimpleGlyphVector()
742 mapArray[slot] = map; in printedSimpleGlyphVector()
758 char[] map = mapArray[gc >>> 24]; in printedSimpleGlyphVector()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DPathGraphics.java722 char[][] mapArray = null; in printedSimpleGlyphVector() local
730 mapArray = (char[][])fontMap.get(font2D.handle); in printedSimpleGlyphVector()
731 if (mapArray == null) { in printedSimpleGlyphVector()
732 mapArray = new char[numSlots][]; in printedSimpleGlyphVector()
733 fontMap.put(font2D.handle, mapArray); in printedSimpleGlyphVector()
740 if (mapArray[slot] == null) { in printedSimpleGlyphVector()
746 mapArray[slot] = map; in printedSimpleGlyphVector()
762 char[] map = mapArray[gc >>> 24]; in printedSimpleGlyphVector()

1234