Home
last modified time | relevance | path

Searched refs:checkNotNull (Results 1 – 25 of 1139) sorted by relevance

12345678910>>...46

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldInfo.java67 checkNotNull(field, "field"); in forField()
68 checkNotNull(fieldType, "fieldType"); in forField()
92 checkNotNull(field, "field"); in forPackedField()
93 checkNotNull(fieldType, "fieldType"); in forPackedField()
117 checkNotNull(field, "field"); in forRepeatedMessageField()
139 checkNotNull(field, "field"); in forFieldWithEnumVerifier()
163 checkNotNull(field, "field"); in forPackedFieldWithEnumVerifier()
190 checkNotNull(field, "field"); in forProto2OptionalField()
234 checkNotNull(oneof, "oneof"); in forOneofMemberField()
275 checkNotNull(field, "field"); in forProto2RequiredField()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldInfo.java67 checkNotNull(field, "field"); in forField()
68 checkNotNull(fieldType, "fieldType"); in forField()
92 checkNotNull(field, "field"); in forPackedField()
93 checkNotNull(fieldType, "fieldType"); in forPackedField()
117 checkNotNull(field, "field"); in forRepeatedMessageField()
139 checkNotNull(field, "field"); in forFieldWithEnumVerifier()
163 checkNotNull(field, "field"); in forPackedFieldWithEnumVerifier()
190 checkNotNull(field, "field"); in forProto2OptionalField()
234 checkNotNull(oneof, "oneof"); in forOneofMemberField()
275 checkNotNull(field, "field"); in forProto2RequiredField()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/
H A DJdbcToArrow.java85 Preconditions.checkNotNull(allocator, "Memory allocator object can not be null"); in sqlToArrow()
112 Preconditions.checkNotNull(allocator, "Memory allocator object can not be null"); in sqlToArrow()
113 Preconditions.checkNotNull(calendar, "Calendar object can not be null"); in sqlToArrow()
133 Preconditions.checkNotNull(connection, "JDBC connection object can not be null"); in sqlToArrow()
151 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
167 Preconditions.checkNotNull(allocator, "Memory Allocator object can not be null"); in sqlToArrow()
184 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
219 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
220 Preconditions.checkNotNull(config, "The configuration cannot be null"); in sqlToArrow()
269 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrowVectorIterator()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/
H A DJdbcToArrow.java85 Preconditions.checkNotNull(allocator, "Memory allocator object can not be null"); in sqlToArrow()
112 Preconditions.checkNotNull(allocator, "Memory allocator object can not be null"); in sqlToArrow()
113 Preconditions.checkNotNull(calendar, "Calendar object can not be null"); in sqlToArrow()
133 Preconditions.checkNotNull(connection, "JDBC connection object can not be null"); in sqlToArrow()
151 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
167 Preconditions.checkNotNull(allocator, "Memory Allocator object can not be null"); in sqlToArrow()
184 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
219 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
220 Preconditions.checkNotNull(config, "The configuration cannot be null"); in sqlToArrow()
269 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrowVectorIterator()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/devel/thrift/thrift-0.14.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
H A DThrift.java31 import static com.google.common.base.Preconditions.checkNotNull;
67 this.executable = checkNotNull(executable, "executable"); in Thrift()
68 this.generator = checkNotNull(generator, "generator"); in Thrift()
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()
70 this.thriftFiles = checkNotNull(thriftFiles, "thriftFiles"); in Thrift()
71 this.javaOutputDirectory = checkNotNull(javaOutputDirectory, "javaOutputDirectory"); in Thrift()
159 this.executable = checkNotNull(executable, "executable"); in Builder()
160 this.javaOutputDirectory = checkNotNull(javaOutputDirectory); in Builder()
178 checkNotNull(thriftFile); in addThriftFile()
194 checkNotNull(generator); in setGenerator()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/adapter/avro/src/main/java/org/apache/arrow/
H A DAvroToArrow.java42 Preconditions.checkNotNull(schema, "Avro schema object can not be null"); in avroToArrow()
43 Preconditions.checkNotNull(decoder, "Avro decoder object can not be null"); in avroToArrow()
44 Preconditions.checkNotNull(config, "config can not be null"); in avroToArrow()
61 Preconditions.checkNotNull(schema, "Avro schema object can not be null"); in avroToArrowIterator()
62 Preconditions.checkNotNull(decoder, "Avro decoder object can not be null"); in avroToArrowIterator()
63 Preconditions.checkNotNull(config, "config can not be null"); in avroToArrowIterator()
/dports/databases/arrow/apache-arrow-6.0.1/java/adapter/avro/src/main/java/org/apache/arrow/
H A DAvroToArrow.java42 Preconditions.checkNotNull(schema, "Avro schema object can not be null"); in avroToArrow()
43 Preconditions.checkNotNull(decoder, "Avro decoder object can not be null"); in avroToArrow()
44 Preconditions.checkNotNull(config, "config can not be null"); in avroToArrow()
61 Preconditions.checkNotNull(schema, "Avro schema object can not be null"); in avroToArrowIterator()
62 Preconditions.checkNotNull(decoder, "Avro decoder object can not be null"); in avroToArrowIterator()
63 Preconditions.checkNotNull(config, "config can not be null"); in avroToArrowIterator()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/adapter/avro/src/main/java/org/apache/arrow/
H A DAvroToArrow.java42 Preconditions.checkNotNull(schema, "Avro schema object can not be null"); in avroToArrow()
43 Preconditions.checkNotNull(decoder, "Avro decoder object can not be null"); in avroToArrow()
44 Preconditions.checkNotNull(config, "config can not be null"); in avroToArrow()
61 Preconditions.checkNotNull(schema, "Avro schema object can not be null"); in avroToArrowIterator()
62 Preconditions.checkNotNull(decoder, "Avro decoder object can not be null"); in avroToArrowIterator()
63 Preconditions.checkNotNull(config, "config can not be null"); in avroToArrowIterator()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DFileEncryptionInfo.java26 import static com.google.common.base.Preconditions.checkNotNull;
55 checkNotNull(suite); in FileEncryptionInfo()
56 checkNotNull(version); in FileEncryptionInfo()
57 checkNotNull(edek); in FileEncryptionInfo()
58 checkNotNull(iv); in FileEncryptionInfo()
59 checkNotNull(keyName); in FileEncryptionInfo()
60 checkNotNull(ezKeyVersionName); in FileEncryptionInfo()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/memory/memory-core/src/main/java/org/apache/arrow/util/
H A DPreconditions.java821 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
875 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
928 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
981 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1034 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1048 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1062 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1076 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1090 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1104 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/memory/memory-core/src/main/java/org/apache/arrow/util/
H A DPreconditions.java821 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
875 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
928 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
981 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1034 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1048 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1062 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1076 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1090 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1104 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/memory/src/main/java/org/apache/arrow/util/
H A DPreconditions.java821 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
875 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
928 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
981 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1034 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1048 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1062 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1076 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1090 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1104 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/dports/graphics/mscgen/mscgen-0.20/src/
H A Dsafe.c53 static void checkNotNull(void *p, const char *message) in checkNotNull() function
70 checkNotNull(r, "realloc() failed"); in realloc_s()
79 checkNotNull(r, "malloc() failed"); in malloc_s()
88 checkNotNull(r, "malloc() failed"); in zalloc_s()
98 checkNotNull(r, "strdup() failed"); in strdup_s()
/dports/devel/doxygen/doxygen-1.9.3/libmscgen/
H A Dmscgen_safe.c55 static void checkNotNull(void *p, const char *message) in checkNotNull() function
72 checkNotNull(r, "realloc() failed"); in realloc_s()
81 checkNotNull(r, "malloc() failed"); in malloc_s()
90 checkNotNull(r, "malloc() failed"); in zalloc_s()
100 checkNotNull(r, "strdup() failed"); in strdup_s()
/dports/databases/arrow/apache-arrow-6.0.1/java/adapter/jdbc/src/test/java/org/apache/arrow/adapter/jdbc/
H A DAbstractJdbcToArrowTest.java169 Preconditions.checkNotNull(allocator, "Memory allocator object can not be null"); in sqlToArrow()
197 Preconditions.checkNotNull(allocator, "Memory allocator object can not be null"); in sqlToArrow()
198 Preconditions.checkNotNull(calendar, "Calendar object can not be null"); in sqlToArrow()
219 Preconditions.checkNotNull(connection, "JDBC connection object can not be null"); in sqlToArrow()
238 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
255 Preconditions.checkNotNull(allocator, "Memory Allocator object can not be null"); in sqlToArrow()
273 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
293 Preconditions.checkNotNull(allocator, "Memory Allocator object can not be null"); in sqlToArrow()
310 Preconditions.checkNotNull(resultSet, "JDBC ResultSet object can not be null"); in sqlToArrow()
311 Preconditions.checkNotNull(config, "The configuration cannot be null"); in sqlToArrow()
/dports/devel/spark/spark-2.1.1/launcher/src/main/java/org/apache/spark/launcher/
H A DSparkLauncher.java141 checkNotNull(javaHome, "javaHome"); in setJavaHome()
165 checkNotNull(path, "path"); in setPropertiesFile()
178 checkNotNull(key, "key"); in setConf()
179 checkNotNull(value, "value"); in setConf()
192 checkNotNull(appName, "appName"); in setAppName()
204 checkNotNull(master, "master"); in setMaster()
216 checkNotNull(mode, "mode"); in setDeployMode()
323 checkNotNull(arg, "arg"); in addAppArgs()
336 checkNotNull(jar, "jar"); in addJar()
348 checkNotNull(file, "file"); in addFile()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DIterativeLinearSolver.java55 MathUtils.checkNotNull(manager); in IterativeLinearSolver()
77 MathUtils.checkNotNull(a); in checkParameters()
78 MathUtils.checkNotNull(b); in checkParameters()
79 MathUtils.checkNotNull(x0); in checkParameters()
122 MathUtils.checkNotNull(a); in solve()
148 MathUtils.checkNotNull(x0); in solve()

12345678910>>...46