Home
last modified time | relevance | path

Searched refs:zmethod (Results 1 – 25 of 53) sorted by relevance

123

/dports/databases/pecl-couchbase/couchbase-2.6.2/src/couchbase/bucket/
H A Dhttp.c109 zval *ztype, *zmethod, *zpath, *zbody, *zcontenttype; in PHP_METHOD() local
112 …rv = zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zzzzz", &ztype, &zmethod, &zpath, &zbody, &… in PHP_METHOD()
127 if (Z_LVAL_P(zmethod) == 1) { in PHP_METHOD()
129 } else if (Z_LVAL_P(zmethod) == 2) { in PHP_METHOD()
131 } else if (Z_LVAL_P(zmethod) == 3) { in PHP_METHOD()
133 } else if (Z_LVAL_P(zmethod) == 4) { in PHP_METHOD()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DZoltanPartitioner.cpp97 if (!strcmp(zmethod, "RR") && !strcmp(zmethod, "RCB") && !strcmp(zmethod, "RIB") && in balance_mesh()
98 !strcmp(zmethod, "HSFC") && !strcmp(zmethod, "Hypergraph") && in balance_mesh()
99 !strcmp(zmethod, "PHG") && !strcmp(zmethod, "PARMETIS") && in balance_mesh()
135 if (NULL == zmethod || !strcmp(zmethod, "RCB")) in balance_mesh()
141 else if (!strcmp(zmethod, "Hypergraph") || !strcmp(zmethod, "PHG")) in balance_mesh()
275 if (NULL == zmethod || !strcmp(zmethod, "RCB")) in repartition()
375 …if (NULL != zmethod && strcmp(zmethod, "RR") && strcmp(zmethod, "RCB") && strcmp(zmethod, "RIB") && in partition_mesh_and_geometry()
376 strcmp(zmethod, "HSFC") && strcmp(zmethod, "Hypergraph") && in partition_mesh_and_geometry()
377 strcmp(zmethod, "PHG") && strcmp(zmethod, "PARMETIS") && in partition_mesh_and_geometry()
387 if ( 0== strcmp(zmethod, "RR") || 0== strcmp(zmethod, "RCB") || 0== strcmp(zmethod, "RIB") in partition_mesh_and_geometry()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DMetisPartitioner.hpp45 const char *zmethod,
114 const char *zmethod, in partition_mesh_and_geometry() argument
128 …return partition_mesh( nparts, zmethod, part_dim, write_as_sets, write_as_tags, false, false, NULL… in partition_mesh_and_geometry()
H A DZoltanPartitioner.hpp98 ErrorCode balance_mesh(const char *zmethod,
105 const char *zmethod,
137 const char * zmethod, Range & localGIDs);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DC1.java54 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C1
H A DC3.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C3
H A DC4.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C4
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DC3.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C3
H A DC4.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C4
H A DC1.java54 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C1
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DC3.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C3
H A DC1.java54 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C1
H A DC4.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C4
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DC3.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C3
H A DC1.java54 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C1
H A DC4.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C4
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DC1.java54 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C1
H A DC3.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C3
H A DC4.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C4
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DC1.java54 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C1
H A DC3.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C3
H A DC4.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C4
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DC1.java54 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C1
H A DC3.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C3
H A DC4.java49 public UsedClass zmethod(UsedClass p) {return p;} in zmethod() method in C4

123